summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c
diff options
context:
space:
mode:
authorDaniel Vetter2012-10-23 20:23:35 +0200
committerDave Airlie2012-11-20 06:51:06 +0100
commit5e2cb2f6da72323877e5847512f8bd8d53c532f2 (patch)
tree5f1dd2dc8d1f2480247f2e3a1c5a3ad09a836d71 /drivers/gpu/drm/drm_crtc_helper.c
parentdrm: run the hpd irq event code directly (diff)
downloadkernel-qcow2-linux-5e2cb2f6da72323877e5847512f8bd8d53c532f2.tar.gz
kernel-qcow2-linux-5e2cb2f6da72323877e5847512f8bd8d53c532f2.tar.xz
kernel-qcow2-linux-5e2cb2f6da72323877e5847512f8bd8d53c532f2.zip
drm: properly init/reset connector status
This can help drivers to make somewhat intelligent decisions in their ->detect callback: If the connector is hpd capable and in the unknown state, the driver needs to force a full detect cycle. Otherwise it could just (if it chooses so) to update the connector state from it's hpd handler directly, and always return that in the ->detect callback. Atm only drm/i915 calls drm_mode_config_reset at resume time, so other drivers would need to add that call first before using this facility. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/drm_crtc_helper.c')
0 files changed, 0 insertions, 0 deletions