]> git.baikalelectronics.ru Git - kernel.git/commit
drm/virtio: move virtio_gpu_mem_entry initialization to new function
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 7 Feb 2020 07:46:38 +0000 (08:46 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 10 Feb 2020 11:54:33 +0000 (12:54 +0100)
commit204837922c8e56c79e1c7f97d73d55aef47be8c5
tree6c7eeb0793a3ebfcd217211c2cd61c96e1f21758
parent57966e61817c165e8da31cc6462e580084177d13
drm/virtio: move virtio_gpu_mem_entry initialization to new function

Introduce new virtio_gpu_object_shmem_init() helper function which will
create the virtio_gpu_mem_entry array, containing the backing storage
information for the host.  For the most path this just moves code from
virtio_gpu_object_attach().

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200207074638.26386-5-kraxel@redhat.com
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
drivers/gpu/drm/virtio/virtgpu_drv.h
drivers/gpu/drm/virtio/virtgpu_object.c
drivers/gpu/drm/virtio/virtgpu_vq.c