]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Add power well SW/HW state verification
authorImre Deak <imre.deak@intel.com>
Fri, 17 Feb 2017 15:39:46 +0000 (17:39 +0200)
committerImre Deak <imre.deak@intel.com>
Mon, 20 Feb 2017 12:53:34 +0000 (14:53 +0200)
commit8d8c386c38692c1183b2c0ecffb84de91b8b32b0
tree4c4b51e08d81af43f0d0141455c20b6f89112af3
parent16e849145dc2ba9d9fc2027c530fc0a682d5ae61
drm/i915: Add power well SW/HW state verification

Verify that the refcount of all power wells match their HW enabled
state at the end of modeset HW state readout.

Also add documentation on how the reference count for each power well is
supposed to be acquired during initialization and HW state readout.

Suggested by Ander.

Cc: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Cc: David Weinehall <david.weinehall@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1487345986-26511-6-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_runtime_pm.c