summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-071-1/+2
* dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-2/+3
* dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-0/+9
* drm/virtio: Remove restriction of non-zero blob_flagsRob Clark2022-03-251-2/+1
* drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian2022-03-251-0/+2
* drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann2022-02-141-0/+1
* drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi2022-02-071-1/+3
* Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-011-0/+3
|\
| * drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()Roberto Sassu2022-01-181-0/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\ \ | |/ |/|
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-143-43/+2
|\|
| * drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)Gurchetan Singh2021-11-291-41/+1
| * drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh2021-11-292-2/+1
* | drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann2021-12-021-1/+1
* | drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+1
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-1/+2
|\|
| * drm/virtio: Fix NULL dereference error in virtio_gpu_pollVivek Kasireddy2021-11-081-1/+2
* | drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann2021-11-151-6/+6
* | drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-151-8/+7
* | drm/virtio: fix another potential integer overflow on shift of a intColin Ian King2021-10-291-1/+1
* | drm/virtio: fix potential integer overflow on shift of a intColin Ian King2021-10-291-1/+1
|/
* drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffe...Jing Xiangfeng2021-10-111-1/+3
* drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh2021-09-291-0/+6
* drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh2021-09-294-1/+93
* drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh2021-09-292-1/+22
* drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh2021-09-292-2/+35
* drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh2021-09-292-14/+17
* drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh2021-09-294-8/+13
* drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...Gurchetan Singh2021-09-291-0/+2
* drm/virtio: implement context init: support init ioctlAnthoine Bourgeois2021-09-293-8/+98
* drm/virtio: implement context init: probe for featureAnthoine Bourgeois2021-09-294-1/+10
* drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh2021-09-292-1/+20
* virtio-gpu: fix possible memory allocation failureliuyuntao2021-09-171-7/+1
* drm/virtio: support mapping exported vramDavid Stevens2021-08-163-2/+99
* drm/virtio: set non-cross device blob uuid_stateDavid Stevens2021-08-121-0/+2
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/virtio: Add the fence in resource_flush if presentVivek Kasireddy2021-06-231-6/+39
* drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy2021-06-232-3/+8
* drm/virtio: Add fences for Guest blobsVivek Kasireddy2021-06-231-7/+12
* dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-3/+2
* drm/virtio: free virtqueues on probe failureXie Yongji2021-05-181-1/+3
* drm/virtio: Fix double free on probe failureXie Yongji2021-05-181-0/+1
* drm/virtio: Fixes a potential NULL pointer dereference on probe failureXie Yongji2021-05-181-0/+3
* drm/virtio: Create Dumb BOs as guest Blobs (v3)Vivek Kasireddy2021-04-152-0/+11
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-3/+7
* drm/virtio: fix possible leak/unlock virtio_gpu_object_arrayxndcn2021-03-092-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+6
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3