drm/i915: Use correct dpms for intel_enable_crt.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 17 Feb 2016 08:18:38 +0000 (09:18 +0100)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 18 Feb 2016 09:41:51 +0000 (10:41 +0100)
commit7bb4afb45879541257d479aba3851135f6a7445c
tree5dd5cd10a716894c7e50d97213bec471581658c9
parent0eadc62462afcfd54617dd2678e4d2651ed2906a
drm/i915: Use correct dpms for intel_enable_crt.

With the conversion to atomic only on/off are still supported.
The rest is mapped to one of those, and when enable is called
DPMS_ON should be true.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1455697119-31416-5-git-send-email-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/i915/intel_crt.c