summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-1/+2
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-2/+3
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-0/+9
2022-03-25drm/virtio: Remove restriction of non-zero blob_flagsRob Clark1-2/+1
2022-03-25drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian1-0/+2
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann1-0/+1
2022-02-07drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi1-1/+3
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+3
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-18drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()Roberto Sassu1-0/+3
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter3-43/+2
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann1-1/+1
2021-11-29drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)Gurchetan Singh1-41/+1
2021-11-29drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh2-2/+1
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-2/+1
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+2
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann1-6/+6
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-8/+7
2021-11-08drm/virtio: Fix NULL dereference error in virtio_gpu_pollVivek Kasireddy1-1/+2
2021-10-29drm/virtio: fix another potential integer overflow on shift of a intColin Ian King1-1/+1
2021-10-29drm/virtio: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2021-10-11drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffe...Jing Xiangfeng1-1/+3
2021-09-29drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh1-0/+6
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh4-1/+93
2021-09-29drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh2-1/+22
2021-09-29drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh2-2/+35
2021-09-29drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh2-14/+17
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh4-8/+13
2021-09-29drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...Gurchetan Singh1-0/+2
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois3-8/+98
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois4-1/+10
2021-09-29drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh2-1/+20
2021-09-17virtio-gpu: fix possible memory allocation failureliuyuntao1-7/+1
2021-08-16drm/virtio: support mapping exported vramDavid Stevens3-2/+99
2021-08-12drm/virtio: set non-cross device blob uuid_stateDavid Stevens1-0/+2
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-23drm/virtio: Add the fence in resource_flush if presentVivek Kasireddy1-6/+39
2021-06-23drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy2-3/+8
2021-06-23drm/virtio: Add fences for Guest blobsVivek Kasireddy1-7/+12
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-3/+2
2021-05-18drm/virtio: free virtqueues on probe failureXie Yongji1-1/+3
2021-05-18drm/virtio: Fix double free on probe failureXie Yongji1-0/+1
2021-05-18drm/virtio: Fixes a potential NULL pointer dereference on probe failureXie Yongji1-0/+3
2021-04-15drm/virtio: Create Dumb BOs as guest Blobs (v3)Vivek Kasireddy2-0/+11
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-3/+7
2021-03-09drm/virtio: fix possible leak/unlock virtio_gpu_object_arrayxndcn2-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+6
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3