Re: [Intel-gfx] [PATCH 4/8] drm/i915: read out hw state earlier

2013-12-17 Thread Daniel Vetter
On Mon, Dec 16, 2013 at 04:34:25PM -0800, Jesse Barnes wrote: > We want to do this early on before we try to fetch the plane config, > which depends on some of the pipe config state. > > Signed-off-by: Jesse Barnes I've merged patches 2&3 from this series. This one here needs a backmerge which a

[Intel-gfx] [PATCH 4/8] drm/i915: read out hw state earlier

2013-12-16 Thread Jesse Barnes
We want to do this early on before we try to fetch the plane config, which depends on some of the pipe config state. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_disp