]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
drm/fb helper: don't call drm_helper_connector_dpms directly
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Sep 2012 08:14:52 +0000 (10:14 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Sep 2012 22:51:15 +0000 (00:51 +0200)
commite04190e0ecb236c51af181c18c545ea076fb9cca
tree340fd1a3e430a9c8fd0787fc763e203858de048a
parenta1ceb677518a16903c3656c7079f9611315a0422
drm/fb helper: don't call drm_helper_connector_dpms directly

Yet again a case where the fb helper is too intimate with the crtc
helper and calls a crtc helepr function directly instead of going
through the interface vtable.

This fixes console blanking in drm/i915 with the new i915-specific
modeset code.

Reported-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Acked-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_fb_helper.c