blob: 2f7027c9e9b41936c592a64126c421fb3642ecc2 [file] [log] [blame]
d6005d3dde75 ("drm/virtio: use drmm_mode_config_init")
d60138530a78 ("drm/virtio: random virtgpu_drv.h cleanups")
7ce84471e3c7 ("drm: convert .debugfs_init() hook to return void.")
e196e140f95c ("drm: make various debugfs_init() functions return 0")
68f73a1bef87 ("drm/omap: remove checks for return value of drm_debugfs functions")
b4441251e5d0 ("drm/pl111: make pl111_debugfs_init return 0")
3a748157f209 ("drm/vram-helper: make drm_vram_mm_debugfs_init() return 0")
54ac836b16de ("drm/sti: remove use of drm_debugfs functions as return values")
9e2fd463ec34 ("drm/msm: remove checks for return value of drm_debugfs_create_files()")
14b461950c6f ("drm/etnaviv: remove check for return value of drm_debugfs_create_files()")
0bc40e18603a ("drm/arm: make hdlcd_debugfs_init() return 0")
2fb9c8a02fd3 ("drm/arc: make arcgpu_debugfs_init() return 0.")
19660e8903e6 ("drm/v3d: make v3d_debugfs_init() return 0")
f1c1a1f38db4 ("drm/tilcdc: remove check for return value of debugfs functions.")
ad6d94f24f20 ("drm/tegra: remove checks for debugfs functions return value")
79643fddd6eb ("drm/hdcp: optimizing the srm handling")
b1df3a2b24a9 ("drm/virtio: add drm_driver.release callback.")
1ed5f698adad ("drm/virtio: resource teardown tweaks")
8235eab0122a ("drm/virtio: simplify virtio_gpu_alloc_cmd")
96b5d1bee29f ("drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgs")
c900b2a45cd3 ("drm/virtio: move the check for vqs_ready earlier")
6ebe8661ebf2 ("drm/virtio: move locking into virtio_gpu_queue_ctrl_sgs")
db2e20726cca ("drm/virtio: set up virtqueue sgs before locking")
4d8d48691015 ("drm/virtio: unlock object array on errors")
e19d341174b6 ("drm/virtio: no need to pass virtio_gpu_ctrl_hdr")
145cbefce097 ("drm/virtio: add virtio_gpu_vbuf_ctrl_hdr")
1425a4ce4959 ("drm/virtio: remove incorrect ENOSPC check")
58547d7d5c6f ("drm/virtio: fix a wait_event condition")
e46e31cf5366 ("drm/virtio: ratelimit error logging")
093bd9cf5e2c ("drm/virtio: simplify getting fake offset")
9567728ae28c ("drm/virtio: static-ify virtio_gpu_framebuffer_init")
974e65e384b4 ("drm/virtio: static-ify virtio_fence_signaled")
7082e7a438db ("drm/virtio: batch display update commands.")
64440ef60389 ("drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.")
64f1cc99ef96 ("drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d function")
de2358050ab8 ("drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.")
c30b225dba01 ("drm/vram: Unexport internal functions of VRAM MM")
b0e40e080522 ("drm/vram: Have VRAM MM call GEM VRAM functions directly")
6b5ce4a1fb84 ("drm/vram: Move VRAM memory manager to GEM VRAM implementation")
e1218b8c0cc1 ("drm/virtio: Use vmalloc for command buffer allocations.")
32d6c2c5b522 ("drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.")
f1acf41f9e32 ("drm/vram: switch to gem vma offset manager")
9d6f4484e81c ("drm/ttm: turn ttm_bo_device.vma_manager into a pointer")
9286766ba65b ("drm/vram: add vram-mm debugfs file")
527f6d91f8bb ("drm/vram: use drm_gem_ttm_print_info")
ff540b76f14a ("drm/ttm: add drm gem ttm helpers, starting with drm_gem_ttm_print_info()")
2236439bc667 ("drm/vram: Implement lazy unmapping for GEM VRAM buffers")
f3309105b879 ("drm/vram: Add infrastructure for move_notify()")
37a48adfba6c ("drm/vram: Add kmap ref-counting to GEM VRAM objects")
84f6fec42e9e ("drm/virtio: fix command submission with objects but without fence.")