]> git.baikalelectronics.ru Git - kernel.git/commit
drm/qxl: notify that the monitor config changed
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Fri, 18 Oct 2013 14:11:29 +0000 (16:11 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Oct 2013 13:21:09 +0000 (14:21 +0100)
commit557ba0d9222d95e2d8e783b13d37924d14552f35
tree6f6367ea21ac82a52874bda21d1e359505ee1ff0
parentdfba8f59d5cbc3923fbb88243be4507f91fd130c
drm/qxl: notify that the monitor config changed

drm_helper_hpd_irq_event() only notifies when the connector status
changed. However, Spice monitor config can change while the connector is
connected, to support arbitrary resolution. Do an hotplug event if it
wasn't done by drm_helper_hpd_irq_event().

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/qxl/qxl_display.c