Re: [Intel-gfx] [PATCH 79/89] drm/i915/skl: Read back the DDB allocation hw state

2014-09-19 Thread Ville Syrjälä
On Thu, Sep 04, 2014 at 12:27:45PM +0100, Damien Lespiau wrote: > This logically belongs to the WM state, so do it there. > > Signed-off-by: Damien Lespiau > --- > drivers/gpu/drm/i915/intel_pm.c | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/drivers/gpu

[Intel-gfx] [PATCH 79/89] drm/i915/skl: Read back the DDB allocation hw state

2014-09-04 Thread Damien Lespiau
This logically belongs to the WM state, so do it there. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/intel_pm.c | 29 + 1 file changed, 29 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index d378879..8d24a4d 10