drm/i915/bxt: add missing DSI power domain to power well 1
authorJani Nikula <jani.nikula@intel.com>
Tue, 8 Mar 2016 19:00:56 +0000 (21:00 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 9 Mar 2016 07:59:17 +0000 (09:59 +0200)
commitacad889f9eb86ba8830de33cc7a391e9f68ca5ea
tree98619dd0d1ba42299c1c240c76e0fa9595e2191c
parent9dfbffcf4ac0707097af9e6c1372192b9d03a357
drm/i915/bxt: add missing DSI power domain to power well 1

The DSI power domain was missing from BXT power well 1 definitions,
failing to get the power well for DSI transcoders. As pipe A is in the
same power well as DSI transcoders, the problem should only occur with
pipes B and C.

According to Ville, this is basically a nop since pw1 is under dmc
control. But given that we still have this stuff defined here, it's
clearly correct to include DSI here.

Cc: Ramalingam C <ramalingam.c@intel.com>
Cc: Deepak M <m.deepak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1457463656-29357-1-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_runtime_pm.c