]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm: don't poll forced connectors
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Oct 2012 18:23:38 +0000 (18:23 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Nov 2012 06:06:12 +0000 (16:06 +1000)
commit11e686855c81c2e5e647b3dcfabd2a4e473c46f0
tree4bd3ea450d2beb7f779b936073e1e146a1d0a66d
parent905bc9ff6575f78aab24c0261e8785425b5a0397
drm: don't poll forced connectors

Otherwise if the detect callback reports a different state than what
the user forced (rather likely), we continously annoy userspace about
a hotplug uevent.

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>
drivers/gpu/drm/drm_crtc_helper.c