diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2013-10-18 18:11:33 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-10-23 17:21:48 +0400 |
commit | 5cab51cb3381157e652bb85e3e87adb44497c672 (patch) | |
tree | 5e7e4f862507c437de74a1dbd7f04a4724972a3b /drivers/gpu/host1x/Kconfig | |
parent | a40a60d912a101e8dfb08ee15eb02430aaf6112b (diff) | |
download | linux-5cab51cb3381157e652bb85e3e87adb44497c672.tar.xz |
drm/qxl: fix disabling extra monitors from client
To disable a monitor, a Spice client sends a monitor config with the
monitor resolution to 0x0.
However, before qxl_crtc_disable() is reached after the hotplug event,
it can happen that another monitor is reconfigured, and
qxl_send_monitors_config() is called with the old config, which will
re-enable the monitor on the client.
Reset config if monitor is found disconnected, during
drm_helper_hpd_irq_event().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/host1x/Kconfig')
0 files changed, 0 insertions, 0 deletions