Re: [Intel-gfx] [PATCH v5 5/6] drm/i915: enable scrambling

2017-03-03 Thread Ander Conselvan De Oliveira
On Thu, 2017-03-02 at 08:25 +0530, Sharma, Shashank wrote: > Regards > > Shashank > > > On 3/1/2017 8:41 PM, Ville Syrjälä wrote: > > On Tue, Feb 28, 2017 at 02:09:09PM +0530, Shashank Sharma wrote: > > > Geminilake platform sports a native HDMI 2.0 controller, and is > > > capable of driving pi

Re: [Intel-gfx] [PATCH v5 5/6] drm/i915: enable scrambling

2017-03-01 Thread Sharma, Shashank
Regards Shashank On 3/1/2017 8:41 PM, Ville Syrjälä wrote: On Tue, Feb 28, 2017 at 02:09:09PM +0530, Shashank Sharma wrote: Geminilake platform sports a native HDMI 2.0 controller, and is capable of driving pixel-clocks upto 594Mhz. HDMI 2.0 spec mendates scrambling for these higher clocks, f

Re: [Intel-gfx] [PATCH v5 5/6] drm/i915: enable scrambling

2017-03-01 Thread Ville Syrjälä
On Tue, Feb 28, 2017 at 02:09:09PM +0530, Shashank Sharma wrote: > Geminilake platform sports a native HDMI 2.0 controller, and is > capable of driving pixel-clocks upto 594Mhz. HDMI 2.0 spec > mendates scrambling for these higher clocks, for reduced RF footprint. > > This patch checks if the moni

[Intel-gfx] [PATCH v5 5/6] drm/i915: enable scrambling

2017-02-28 Thread Shashank Sharma
Geminilake platform sports a native HDMI 2.0 controller, and is capable of driving pixel-clocks upto 594Mhz. HDMI 2.0 spec mendates scrambling for these higher clocks, for reduced RF footprint. This patch checks if the monitor supports scrambling, and if required, enables it during the modeset. V