]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: add MISSING_CASE to a few port/aux power domain helpers
authorImre Deak <imre.deak@intel.com>
Fri, 27 Nov 2015 16:55:28 +0000 (18:55 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 2 Dec 2015 14:43:08 +0000 (16:43 +0200)
commit1136462f678013b08b0db735f215c30f0e33c3af
tree757e9e06e3c68f4c15cf50e8b3269402beb8ee4e
parent620f00a81835fd8256551e6b8f199c7abb014675
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.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Patrik Jakobsson <patrik.jakobsson@linux.intel.com>
[Cherry-picked from drm-intel-next-queued b9fec167 (Imre)]
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1448643329-18675-5-git-send-email-imre.deak@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_display.c