From: Rob Clark Date: Thu, 15 Dec 2011 20:53:24 +0000 (-0600) Subject: drm: call connector dpms fxn, when setting config X-Git-Tag: v3.3-rc1~121^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75488376a55c207172f78664d600b87df88107f;p=pandora-kernel.git drm: call connector dpms fxn, when setting config Call connector->funcs->dpms(DPMS_ON) rather than just setting connector->dpms = DPMS_ON. This ensures that if the connector has something to do to enable the output (rather than just using drm_helper_connector_dpms helper directly), that this happens at bootup. This solves an issue with connectors not getting enabled from fbcon_init() when the driver is loaded. Signed-off-by: Rob Clark Reviewed-by: Adam Jackson Signed-off-by: Dave Airlie --- Reading git-diff-tree failed