linux/drivers/gpu/drm/qxl
Christian König c8d4c18bfb dma-buf/drivers: make reserving a shared slot mandatory v4
Audit all the users of dma_resv_add_excl_fence() and make sure they
reserve a shared slot also when only trying to add an exclusive fence.

This is the next step towards handling the exclusive fence like a
shared one.

v2: fix missed case in amdgpu
v3: and two more radeon, rename function
v4: add one more case to TTM, fix i915 after rebase

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220406075132.3263-2-christian.koenig@amd.com
2022-04-06 17:38:25 +02:00
..
Kconfig drm/qxl: Fix randbuild error 2019-10-17 14:31:50 +02:00
Makefile
qxl_cmd.c drm/qxl: use ttm bo priorities 2021-02-19 09:13:25 +01:00
qxl_debugfs.c drm/qxl: use iterator instead of dma_resv_shared_list 2021-11-30 14:53:02 +01:00
qxl_dev.h drm/qxl: use flexible-array member instead of zero-length array 2020-12-22 13:43:29 +01:00
qxl_display.c dma-buf-map: Rename to iosys-map 2022-02-07 16:35:35 -08:00
qxl_draw.c dma-buf-map: Rename to iosys-map 2022-02-07 16:35:35 -08:00
qxl_drv.c drm/qxl: Replace module-init boiler-plate code with DRM helpers 2022-01-27 19:15:29 +01:00
qxl_drv.h drm-misc-next for v5.18: 2022-02-25 05:50:18 +10:00
qxl_dumb.c drm: qxl: ensure surf.data is ininitialized 2021-06-09 08:52:07 +02:00
qxl_gem.c drm/qxl: use ttm bo priorities 2021-02-19 09:13:25 +01:00
qxl_image.c drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked 2021-02-19 09:13:25 +01:00
qxl_ioctl.c drm/qxl: Move ioctl array next to its only user 2022-01-27 19:15:24 +01:00
qxl_irq.c drm/qxl: Convert to Linux IRQ interfaces 2021-07-15 11:16:06 +02:00
qxl_kms.c drm/qxl: fix qxl can't use in arm64 2022-03-25 12:28:28 +01:00
qxl_object.c dma-buf-map: Rename to iosys-map 2022-02-07 16:35:35 -08:00
qxl_object.h dma-buf-map: Rename to iosys-map 2022-02-07 16:35:35 -08:00
qxl_prime.c dma-buf-map: Rename to iosys-map 2022-02-07 16:35:35 -08:00
qxl_release.c dma-buf/drivers: make reserving a shared slot mandatory v4 2022-04-06 17:38:25 +02:00
qxl_ttm.c drm/ttm: Add a parameter to add extra pages into ttm_tt 2022-04-02 08:22:48 +05:30