Re: [Intel-gfx] [PATCH] drm/i915: move cpu_transcoder to the pipe configuration

2013-04-17 Thread Daniel Vetter
On Wed, Apr 17, 2013 at 03:09:50PM -0300, Paulo Zanoni wrote: > 2013/4/17 Daniel Vetter : > > For a bunch of reason we need to more accurately track this: > > - hw pipe state readout for Haswell needs the cpu transcoder. > > - We need to know the right cpu transcoder in a bunch of places in > > -

Re: [Intel-gfx] [PATCH] drm/i915: move cpu_transcoder to the pipe configuration

2013-04-17 Thread Paulo Zanoni
2013/4/17 Daniel Vetter : > For a bunch of reason we need to more accurately track this: > - hw pipe state readout for Haswell needs the cpu transcoder. > - We need to know the right cpu transcoder in a bunch of places in > ->disable and other modeset callbacks. > > In the future we need to add h

[Intel-gfx] [PATCH] drm/i915: move cpu_transcoder to the pipe configuration

2013-04-17 Thread Daniel Vetter
For a bunch of reason we need to more accurately track this: - hw pipe state readout for Haswell needs the cpu transcoder. - We need to know the right cpu transcoder in a bunch of places in ->disable and other modeset callbacks. In the future we need to add hw state readout&check support, too. B

Re: [Intel-gfx] [PATCH] drm/i915: move cpu_transcoder to the pipe configuration

2013-04-17 Thread Paulo Zanoni
Hi 2013/4/17 Daniel Vetter : > On Wed, Apr 17, 2013 at 03:43:54PM +0100, Chris Wilson wrote: >> On Wed, Apr 17, 2013 at 03:31:44PM +0200, Daniel Vetter wrote: >> > For a bunch of reason we need to more accurately track this: >> > - hw pipe state readout for Haswell needs the cpu transcoder. >> > -

Re: [Intel-gfx] [PATCH] drm/i915: move cpu_transcoder to the pipe configuration

2013-04-17 Thread Daniel Vetter
On Wed, Apr 17, 2013 at 03:43:54PM +0100, Chris Wilson wrote: > On Wed, Apr 17, 2013 at 03:31:44PM +0200, Daniel Vetter wrote: > > For a bunch of reason we need to more accurately track this: > > - hw pipe state readout for Haswell needs the cpu transcoder. > > - We need to know the right cpu trans

Re: [Intel-gfx] [PATCH] drm/i915: move cpu_transcoder to the pipe configuration

2013-04-17 Thread Chris Wilson
On Wed, Apr 17, 2013 at 03:31:44PM +0200, Daniel Vetter wrote: > For a bunch of reason we need to more accurately track this: > - hw pipe state readout for Haswell needs the cpu transcoder. > - We need to know the right cpu transcoder in a bunch of places in > ->disable and other modeset callback

[Intel-gfx] [PATCH] drm/i915: move cpu_transcoder to the pipe configuration

2013-04-17 Thread Daniel Vetter
For a bunch of reason we need to more accurately track this: - hw pipe state readout for Haswell needs the cpu transcoder. - We need to know the right cpu transcoder in a bunch of places in ->disable and other modeset callbacks. In the future we need to add hw state readout&check support, too. B