commit | 998bd66a9dd9e260ad850bb0a9f303e2dd5aa87a | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Apr 18 14:02:26 2016 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Apr 19 14:42:45 2016 +0300 |
tree | 6420321b8a942efc01fa149f9290e6f149c3fc87 | |
parent | 187a1c07ec3c19d0c965f95741ed260bbc02040e [diff] |
drm/i915: Set .domains=POWER_DOMAIN_MASK for the always-on well The always-on well is the same as runtime PM, so we should just "enable" it for any power domain. Throw out the usless FOO_ALWAYS_ON_DOMAINS defines and just use POWER_DOMAIN_MASK. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1460977348-32260-2-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>