OSDN Git Service

drm/i915: add MISSING_CASE to a few port/aux power domain helpers
authorImre Deak <imre.deak@intel.com>
Wed, 18 Nov 2015 13:57:25 +0000 (15:57 +0200)
committerImre Deak <imre.deak@intel.com>
Wed, 18 Nov 2015 19:46:34 +0000 (21:46 +0200)
commitb9fec1672c671fb9f1f44efaaebececcaca57a0e
tree22466307d51c81a86cb7e4693326f784c4f86d34
parent651174a4a0ccaf41e14fadc4bc525d61ae7f7b18
drm/i915: add MISSING_CASE to a few port/aux power domain helpers

MISSING_CASE() would have been useful to track down a recent problem in
intel_display_port_aux_power_domain(), so add it there and a few related
helpers. This was also suggested by Ville in his review of the latest
DMC/DC changes, we forgot to address that.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Patrik Jakobsson <patrik.jakobsson@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1447855045-7109-2-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_display.c