[PATCH 06/20] drm fb helper: use drm_helper_connector_dpms to do dpms

2012-02-01 Thread Sascha Hauer
drm_fb_helper_on|off currently manually searches for encoders to turn on/off. Make this simpler by using the helper function. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/drm_fb_helper.c | 80 +-- 1 files changed, 10 insertions(+), 70 deletions(-) diff -

[PATCH 06/20] drm fb helper: use drm_helper_connector_dpms to do dpms

2012-02-01 Thread Sascha Hauer
drm_fb_helper_on|off currently manually searches for encoders to turn on/off. Make this simpler by using the helper function. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/drm_fb_helper.c | 80 +-- 1 files changed, 10 insertions(+), 70 deletions(-) diff -