Re: [Intel-gfx] [PATCH] drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)

2016-02-26 Thread Imre Deak
On pe, 2016-02-26 at 00:20 +0200, Imre Deak wrote: > On Thu, 2016-02-25 at 21:10 +, Chris Wilson wrote: > > commit 09731280028ce03e6a27e1998137f1775a2839f3 > > Author: Imre Deak > > Date:   Wed Feb 17 14:17:42 2016 +0200 > > > > drm/i915: Add helper to get a display

Re: [Intel-gfx] [PATCH] drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)

2016-02-25 Thread Imre Deak
On Thu, 2016-02-25 at 21:10 +, Chris Wilson wrote: > commit 09731280028ce03e6a27e1998137f1775a2839f3 > Author: Imre Deak > Date:   Wed Feb 17 14:17:42 2016 +0200 > > drm/i915: Add helper to get a display power ref if it was already > enabled > > left the rpm

[Intel-gfx] [PATCH] drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)

2016-02-25 Thread Chris Wilson
commit 09731280028ce03e6a27e1998137f1775a2839f3 Author: Imre Deak Date: Wed Feb 17 14:17:42 2016 +0200 drm/i915: Add helper to get a display power ref if it was already enabled left the rpm wakelock assertions unbalanced if CONFIG_PM was disabled as