]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/virtio: batch display query
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 14 Feb 2020 12:55:34 +0000 (13:55 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 17 Feb 2020 13:50:49 +0000 (14:50 +0100)
commit234489ea55f81a12468a2b8074832be56bbbae53
tree12131c3eb30a601baf2980618a5ef4140d4992bc
parent2e819a119d96aa6cfb69f36a7299d9aa690c9dea
drm/virtio: batch display query

Move virtio_gpu_notify() to higher-level functions for
virtio_gpu_cmd_get_display_info() and virtio_gpu_cmd_get_edids().

virtio_gpu_config_changed_work_func() and virtio_gpu_init() will
batch commands and notify only once per update

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20200214125535.26349-6-kraxel@redhat.com
drivers/gpu/drm/virtio/virtgpu_kms.c
drivers/gpu/drm/virtio/virtgpu_vq.c