summaryrefslogtreecommitdiff
path: root/src/lookup.h
AgeCommit message (Expand)AuthorFilesLines
2006-11-13Initial import15.6-2Tobias Klauser1-0/+48
value='1'>ignoremode:
authorImre Deak <imre.deak@intel.com>2016-04-18 10:04:19 +0300
committerImre Deak <imre.deak@intel.com>2016-04-19 12:28:04 +0300
commit6e35e8ab6f7058cf5a53b30bf0085e0eaf61b4f7 (patch)
treee65d0f844d722d3a5e6e2cabf33e8897b0ae69da
parent5f304c87363401eb85cae304d025e93267353d3a (diff)
drm/i915: Fix error path in i915_drm_resume_early
If system resume fails, this may lead to a runtime PM wake reference underflow used for runtime PM state checking. Fixes: 1f814daca43a ("drm/i915: add support for checking if we hold an RPM reference") Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1460963062-13211-2-git-send-email-imre.deak@intel.com
Diffstat
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c