Re: [Intel-gfx] [PATCH v2] drm/i915: Restrict usage of live status check

2016-04-20 Thread Sharma, Shashank
Hi Ville, Please ignore my last email. I think I finally got it what you exactly suggested. Please check another patch sent by me: drm/i915: Fake HDMI live status There are two versions of this patch: v1: fake live_status = true for all platforms. v2: fake live_status = t

Re: [Intel-gfx] [PATCH v2] drm/i915: Restrict usage of live status check

2016-04-20 Thread Sharma, Shashank
On 4/20/2016 8:18 PM, Ville Syrjälä wrote: On Wed, Apr 20, 2016 at 05:42:51PM +0530, Shashank Sharma wrote: This patch restricts usage of live status check for HDMI detection. While testing certain (monitor + cable) combinations with various intel platforms, it seems that live status register i

Re: [Intel-gfx] [PATCH v2] drm/i915: Restrict usage of live status check

2016-04-20 Thread Ville Syrjälä
On Wed, Apr 20, 2016 at 05:42:51PM +0530, Shashank Sharma wrote: > This patch restricts usage of live status check for HDMI detection. > While testing certain (monitor + cable) combinations with various > intel platforms, it seems that live status register is not reliable > on some older devices.

[Intel-gfx] [PATCH v2] drm/i915: Restrict usage of live status check

2016-04-20 Thread Shashank Sharma
This patch restricts usage of live status check for HDMI detection. While testing certain (monitor + cable) combinations with various intel platforms, it seems that live status register is not reliable on some older devices. So limit the live_status check from VLV onwards. This fixes regression a

Re: [Intel-gfx] [PATCH v2] drm/i915: Restrict usage of live status check

2016-03-11 Thread Jani Nikula
On Thu, 10 Mar 2016, Shashank Sharma wrote: > This patch does the following: > - Restricts usage of live status check for HDMI detection. > While testing certain (monitor + cable) combinations with > various intel platforms, it seems that live status register > doesn't work reliably on some

[Intel-gfx] [PATCH v2] drm/i915: Restrict usage of live status check

2016-03-10 Thread Shashank Sharma
This patch does the following: - Restricts usage of live status check for HDMI detection. While testing certain (monitor + cable) combinations with various intel platforms, it seems that live status register doesn't work reliably on some older devices. So limit the live_status check for HD