Re: [Intel-gfx] [PATCH 1/6] drm/i915: read out hw state earlier v2

2014-02-12 Thread Daniel Vetter
On Tue, Feb 11, 2014 at 03:28:56PM -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. I think the crucial step here is actually the gem setup, more specifically the stolen setup. If we don't do the fb

[Intel-gfx] [PATCH 1/6] drm/i915: read out hw state earlier v2

2014-02-11 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. v2: split back out from get_plane_config change (Daniel) update for recent locking & reset changes (Jesse) Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.