linux/drivers/gpu/drm/virtio
Thomas Zimmermann d315bdbfeb drm/gem-shmem: Set vm_ops in static initializer
Initialize default vm_ops in static initialization of the GEM SHMEM funcs,
instead of the mmap code. It's simply better style. GEM helpers will later
set a VMA's vm_ops from the default automatically.

v2:
	* also update the drivers that build upon GEM SHMEM

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220209155634.3994-2-tzimmermann@suse.de
2022-02-14 09:42:01 +01:00
..
Kconfig
Makefile
virtgpu_debugfs.c drm: Convert open-coded yes/no strings to yesno() 2022-02-07 13:04:25 -08:00
virtgpu_display.c
virtgpu_drv.c Linux 5.16-rc5 2021-12-14 10:24:28 +01:00
virtgpu_drv.h drm/virtgpu api: define a dummy fence signaled event 2021-11-29 11:46:32 +01:00
virtgpu_fence.c
virtgpu_gem.c drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() 2022-01-18 07:52:42 +01:00
virtgpu_ioctl.c Linux 5.16-rc5 2021-12-14 10:24:28 +01:00
virtgpu_kms.c virtio: wrap config->reset calls 2022-01-14 18:50:52 -05:00
virtgpu_object.c drm/gem-shmem: Set vm_ops in static initializer 2022-02-14 09:42:01 +01:00
virtgpu_plane.c
virtgpu_prime.c
virtgpu_trace.h
virtgpu_trace_points.c
virtgpu_vq.c
virtgpu_vram.c