Re: [Intel-gfx] [PATCH] drm/i915: Fixing eDP detection on certain platforms

2016-04-12 Thread Ander Conselvan De Oliveira
On Tue, 2016-04-12 at 12:23 +0530, Shubhangi Shrivastava wrote: > Since commit 30d9aa4265fe ("drm/i915: Read sink_count dpcd always"), > the status of a DP connector depends on its sink count value. > However, some eDP panels don't set that value appropriately, > causing them to be reported as disc

[Intel-gfx] [PATCH] drm/i915: Fixing eDP detection on certain platforms

2016-04-11 Thread Shubhangi Shrivastava
Since commit 30d9aa4265fe ("drm/i915: Read sink_count dpcd always"), the status of a DP connector depends on its sink count value. However, some eDP panels don't set that value appropriately, causing them to be reported as disconnected. Fix this by ignoring sink count for eDP. v2: Rephrased commit

Re: [Intel-gfx] [PATCH] drm/i915: Fixing eDP detection on certain platforms

2016-04-07 Thread Tvrtko Ursulin
On 07/04/16 12:42, Shubhangi Shrivastava wrote: Since commit 30d9aa4265fe ("drm/i915: Read sink_count dpcd always"), the status of a DP connector depends on its sink count value. However, some eDP panels don't set that value appropriately, causing them to be reported as disconnected. Fix this by

[Intel-gfx] [PATCH] drm/i915: Fixing eDP detection on certain platforms

2016-04-07 Thread Shubhangi Shrivastava
Since commit 30d9aa4265fe ("drm/i915: Read sink_count dpcd always"), the status of a DP connector depends on its sink count value. However, some eDP panels don't set that value appropriately, causing them to be reported as disconnected. Fix this by ignoring sink count for eDP. Fixes: 30d9aa4265fe

Re: [Intel-gfx] [PATCH] drm/i915: Fixing eDP detection on certain platforms

2016-04-07 Thread Ander Conselvan De Oliveira
On Thu, 2016-04-07 at 16:03 +0530, Shubhangi Shrivastava wrote: > Sink count was read for eDP as well as DP. But in some cases > the sink count for eDP is received as zero, as against the > expected non zero value. This is seen in: > > commit 30d9aa4265fe4b2b28239934770b2c2d59858df3 > Author: Shub

[Intel-gfx] [PATCH] drm/i915: Fixing eDP detection on certain platforms

2016-04-07 Thread Shubhangi Shrivastava
Sink count was read for eDP as well as DP. But in some cases the sink count for eDP is received as zero, as against the expected non zero value. This is seen in: commit 30d9aa4265fe4b2b28239934770b2c2d59858df3 Author: Shubhangi Shrivastava Date: Wed Mar 30 18:05:25 2016 +0530 drm/i915: Re

[Intel-gfx] [PATCH] drm/i915: Fixing eDP detection on certain platforms

2016-04-07 Thread Shubhangi Shrivastava
Sink count was read for eDP as well as DP. But in some cases the sink count for eDP is received as zero, as against the expected non zero value. This is seen in: commit 30d9aa4265fe4b2b28239934770b2c2d59858df3 Author: Shubhangi Shrivastava Date: Wed Mar 30 18:05:25 2016 +0530 drm/i915: Re