drm: record monitor status in output_poll_execute
authorKeith Packard <keithp@keithp.com>
Fri, 26 Nov 2010 18:45:59 +0000 (10:45 -0800)
committerDave Airlie <airlied@redhat.com>
Mon, 29 Nov 2010 06:27:57 +0000 (16:27 +1000)
commitc5027dec02c96964847fa68d512318ee5f6f7a19
tree185fdc72db34190a9f1da054a42890124472b85d
parentbf9dc102e284a5aa78c73fc9d72e11d5ccd8669f
drm: record monitor status in output_poll_execute

In order to correctly report monitor connected status changes, the
previous monitor status must be recorded in the connector->status
value instead of being discarded.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc_helper.c