mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
virtio-gpu: use no-merge for fill-modes
Avoid the sticky preferred mode bit by using the no-merge version of the function (this allows gnome-shell to resize to lower resolutions than the default resolution) Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
b50a1705b5
commit
d6d38d9d79
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ static const struct drm_connector_funcs virtio_gpu_connector_funcs = {
|
|||
.save = virtio_gpu_conn_save,
|
||||
.restore = virtio_gpu_conn_restore,
|
||||
.detect = virtio_gpu_conn_detect,
|
||||
.fill_modes = drm_helper_probe_single_connector_modes,
|
||||
.fill_modes = drm_helper_probe_single_connector_modes_nomerge,
|
||||
.destroy = virtio_gpu_conn_destroy,
|
||||
.reset = drm_atomic_helper_connector_reset,
|
||||
.atomic_duplicate_state = drm_atomic_helper_connector_duplicate_state,
|
||||
|
|
Loading…
Reference in a new issue