Re: [Intel-gfx] [PATCH] drm/i915: Release temporary load-detect state upon switching

2017-01-19 Thread Chris Wilson
On Thu, Jan 19, 2017 at 03:31:46PM +0200, Ville Syrjälä wrote: > On Thu, Jan 19, 2017 at 11:37:49AM +, Chris Wilson wrote: > > After we call drm_atomic_commit() on the load-detect state, we can free > > our local reference. Upon restore, we only apply and free the previous > > state. > > > >

Re: [Intel-gfx] [PATCH] drm/i915: Release temporary load-detect state upon switching

2017-01-19 Thread Ville Syrjälä
On Thu, Jan 19, 2017 at 11:37:49AM +, Chris Wilson wrote: > After we call drm_atomic_commit() on the load-detect state, we can free > our local reference. Upon restore, we only apply and free the previous state. > > Signed-off-by: Chris Wilson Fixes: ?

[Intel-gfx] [PATCH] drm/i915: Release temporary load-detect state upon switching

2017-01-19 Thread Chris Wilson
After we call drm_atomic_commit() on the load-detect state, we can free our local reference. Upon restore, we only apply and free the previous state. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_display.c | 1 + 1 file changed, 1 insertion(+) diff --git