commit | 9e7d569924d9b9b17734789496ac78d4f7eaab7c | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Mar 18 18:56:30 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Mar 20 16:58:59 2019 +0200 |
tree | 068172d6c42647b0547de265da4f11dc97f17502 | |
parent | b7c8093fac15b253cab8c1060d0d5543a8739ed0 [diff] |
drm/i915: Introduce i9xx_has_pps() Add a small helper to determine if we have the panel power sequencer or not. We'll make PNV an exceptional case so that we can unset .is_mobile for the desktop variant. Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190318165633.28924-3-ville.syrjala@linux.intel.com Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>