From: Daniel Vetter Date: Fri, 7 Sep 2012 08:14:52 +0000 (+0200) Subject: drm/fb helper: don't call drm_helper_connector_dpms directly X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e04190e0ecb236c51af181c18c545ea076fb9cca;p=pandora-kernel.git 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 Tested-by: Jesse Barnes Acked-by: Dave Airlie Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed