Re: [Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 02:24:11PM -0300, Paulo Zanoni wrote: > 2013/5/31 Daniel Vetter : > > Now that we track the cpu transcoder we need accurately in the pipe > > config we can finally fix up the transcoder check. With the current > > code eDP on port D will be broken since we'd errornously cut

Re: [Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-31 Thread Paulo Zanoni
2013/5/31 Daniel Vetter : > Now that we track the cpu transcoder we need accurately in the pipe > config we can finally fix up the transcoder check. With the current > code eDP on port D will be broken since we'd errornously cut the > power. > > For reference see > > commit 2124b72e6283c4e84a55e710

[Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-31 Thread Daniel Vetter
Now that we track the cpu transcoder we need accurately in the pipe config we can finally fix up the transcoder check. With the current code eDP on port D will be broken since we'd errornously cut the power. For reference see commit 2124b72e6283c4e84a55e71077fee91793f4c801 Author: Paulo Zanoni D

[Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-31 Thread Daniel Vetter
Now that we track the cpu transcoder we need accurately in the pipe config we can finally fix up the transcoder check. With the current code eDP on port D will be broken since we'd errornously cut the power. For reference see commit 2124b72e6283c4e84a55e71077fee91793f4c801 Author: Paulo Zanoni D

Re: [Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 03:53:05PM +0200, Takashi Iwai wrote: > At Wed, 29 May 2013 19:56:11 +0200, > Daniel Vetter wrote: > > > > Now that we track the cpu transcoder we need accurately in the pipe > > config we can finally fix up the transcoder check. With the current > > code eDP on port D will

Re: [Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-31 Thread Paulo Zanoni
2013/5/29 Daniel Vetter : > Now that we track the cpu transcoder we need accurately in the pipe > config we can finally fix up the transcoder check. With the current > code eDP on port D will be broken since we'd errornously cut the > power. > > For reference see > > commit 2124b72e6283c4e84a55e710

Re: [Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-31 Thread Takashi Iwai
At Wed, 29 May 2013 19:56:11 +0200, Daniel Vetter wrote: > > Now that we track the cpu transcoder we need accurately in the pipe > config we can finally fix up the transcoder check. With the current > code eDP on port D will be broken since we'd errornously cut the > power. > > For reference see

Re: [Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-29 Thread Daniel Vetter
On Wed, May 29, 2013 at 09:45:20PM +0200, Daniel Vetter wrote: > On Wed, May 29, 2013 at 07:56:11PM +0200, Daniel Vetter wrote: > > Now that we track the cpu transcoder we need accurately in the pipe > > config we can finally fix up the transcoder check. With the current > > code eDP on port D will

Re: [Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-29 Thread Daniel Vetter
On Wed, May 29, 2013 at 07:56:11PM +0200, Daniel Vetter wrote: > Now that we track the cpu transcoder we need accurately in the pipe > config we can finally fix up the transcoder check. With the current > code eDP on port D will be broken since we'd errornously cut the > power. > > For reference s

[Intel-gfx] [PATCH] drm/i915: fix up the edp power well check

2013-05-29 Thread Daniel Vetter
Now that we track the cpu transcoder we need accurately in the pipe config we can finally fix up the transcoder check. With the current code eDP on port D will be broken since we'd errornously cut the power. For reference see commit 2124b72e6283c4e84a55e71077fee91793f4c801 Author: Paulo Zanoni D