[PATCH 6/7] drm/cirrus: atomic dpms support

2015-08-05 Thread John Hunter
From: Zhao Junwang Run dpms operations through the atomic interfaces. This basically removes the .dpms() callback from encoders and crtcs and use .disable and .enable to turn the crtc on and off. use drm_atomic_helper_connector_dpms for connector Cc: Daniel Vetter Cc: Gerd Hoffmann Cc: Matthe

[PATCH 6/7] drm/cirrus: atomic dpms support

2015-07-30 Thread John Hunter
From: Zhao Junwang Run dpms operations through the atomic interfaces. This basically removes the .dpms() callback from encoders and crtcs and use .disable and .enable to turn the crtc on and off. use drm_atomic_helper_connector_dpms for connector Signed-off-by: Zhao Junwang --- drivers/gpu/dr