summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas2023-11-241-0/+10
* drm/virtio: Use the hotspot properties from cursor planesZack Rusin2023-11-241-4/+4
* drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin2023-11-241-1/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-152-2/+1
|\
| * Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-1/+1
| |\
| | * drm/virtio: Use pci_is_vga() to identify VGA devicesSui Jingfeng2023-10-061-1/+1
| * | BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-231-1/+0
| |\ \
| | * | drm/virtio: clean out_fence on complete_submitJosé Pekkarinen2023-09-211-1/+0
| | |/
* | | drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAMEDmitry Osipenko2023-11-151-0/+1
* | | drm/uapi: add explicit virtgpu context debug nameGurchetan Singh2023-11-112-6/+35
* | | drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctlGurchetan Singh2023-11-111-2/+2
|/ /
* | drm/virtio: Annotate struct virtio_gpu_object_array with __counted_byKees Cook2023-10-051-1/+1
* | drm/virtio: Remove unused function declarationsYue Haibing2023-09-021-7/+0
|/
* drm/virtio: Support sync objectsDmitry Osipenko2023-08-012-1/+226
* drm/virtio: Conditionally allocate virtio_gpu_fenceGurchetan Singh2023-07-091-12/+20
* drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann2023-06-191-1/+0
* drm/virtio: Wait for each dma-fence of in-fence array individuallyDmitry Osipenko2023-06-031-2/+18
* drm/virtio: Refactor and optimize job submission code pathDmitry Osipenko2023-06-034-183/+300
* Merge v6.3-rc4 into drm-nextDaniel Vetter2023-03-291-2/+2
|\
| * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-03-134-15/+29
| |\
| * | drm/virtio: Pass correct device to dma_sync_sgtable_for_device()Oleksandr Tyshchenko2023-02-271-2/+2
* | | drm/virtio: Enable fb damage clips property for the primary planeJavier Martinez Canillas2023-03-131-0/+4
* | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-132-5/+2
|\ \ \ | | |/ | |/|
| * | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
| |\ \
| | * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * | | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-223-14/+28
| |\ \ \ | | |_|/ | |/| |
| * | | drm/virtio: exbuf->fence_fd unmodified on interrupted waitRyan Neph2023-02-061-4/+1
| | |/ | |/|
* | | drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS optionDmitry Osipenko2023-03-061-8/+10
* | | drm/virtio: Add option to disable KMS supportRob Clark2023-03-034-9/+35
* | | drm/virtio: use strscpy() to instead of strncpy()Xu Panda2023-02-271-2/+1
| |/ |/|
* | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-312-4/+21
|\|
| * drm/virtio: Fix GEM handle creation UAFRob Clark2023-01-101-2/+17
| * Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2023-01-032-1/+1
| |\
| * | drm/virtio: Fix memory leak in virtio_gpu_object_create()Xiu Jianfeng2023-01-021-2/+4
* | | drm/virtio: Spiff out cmd queue/response tracesRob Clark2023-01-023-14/+28
| |/ |/|
* | drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* | drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-0/+1
|/
* virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create()Dan Carpenter2022-09-231-1/+1
* drm/virtio: set fb_modifiers_not_supportedChia-I Wu2022-09-071-0/+2
* drm/virtio: Fix same-context optimizationRob Clark2022-08-251-1/+1
* drm/virtio: remove drm_plane_cleanup() destroy hookDanilo Krummrich2022-08-191-1/+0
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* drm/virtio: kms: use drm managed resourcesDanilo Krummrich2022-07-191-9/+7
* drm/virtio: plane: use drm managed resourcesDanilo Krummrich2022-07-191-22/+8
* drm/virtio: Return proper error codes instead of -1Dmitry Osipenko2022-07-191-3/+3
* drm/virtio: Use dev_is_pci()Dmitry Osipenko2022-07-191-1/+1
* drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko2022-07-195-99/+32
* drm/virtio: Simplify error handling of virtio_gpu_object_create()Dmitry Osipenko2022-07-191-9/+4