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

2017-02-21 Thread Sharma, Shashank
Thanks for the review Maarten. My comments inline. Regards Shashank On 2/20/2017 5:48 PM, Maarten Lankhorst wrote: Op 10-02-17 om 17:29 schreef Shashank Sharma: Geminilake platform sports a native HDMI 2.0 controller, and is capable of driving pixel-clocks upto 594Mhz. HDMI 2.0 spec mendat

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

2017-02-20 Thread Maarten Lankhorst
Op 10-02-17 om 17:29 schreef 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 scrambl

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

2017-02-20 Thread Sharma, Shashank
Hello Ville, Jani I have addressed all your review comments in this patch set (V3). Can you please have a look if this seems ok ? Link: https://patchwork.kernel.org/patch/9567061/ Regards Shashank -Original Message- From: Sharma, Shashank Sent: Friday, February 10, 2017 9:59 PM To: d

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

2017-02-10 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