aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
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 virtio_gpu_fence_allocGurchetan Singh4-8/+13
2021-09-29drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fenceGurchetan 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
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-4/+5
2021-02-03drm/virtio: fix an error code in virtio_gpu_init()Dan Carpenter1-0/+1
2021-01-11drm/virtio: fix prime export for vram objectsChia-I Wu1-0/+1
2021-01-11drm/virtio: make sure context is created in gem openChia-I Wu1-3/+5
2021-01-06drm/virtgpu: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+0
2020-12-22drm/virtio: align blob resources to page sizesChia-I Wu1-0/+2
2020-12-22drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIOEnrico Weigelt, metux IT consult1-1/+2
2020-12-02drm/virtio: consider dma-fence context when signalingGurchetan Singh2-9/+31
2020-12-02drm/virtio: rework virtio_fence_signaledGurchetan Singh1-8/+4
2020-12-02drm/virtio: virtio_{blah} --> virtio_gpu_{blah}Gurchetan Singh2-26/+30
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-1/+0
2020-11-20drm/virtio: rename sync_seq and last_seqGurchetan Singh3-8/+9
2020-11-20drm/virtio: use fence_id when processing fencesGurchetan Singh2-4/+4
2020-11-20drm/virtio: fix a file name comment referenceAnthoine Bourgeois1-1/+1
2020-11-20drm/virtio: suffix create blob call with _ioctl like any ioctlAnthoine Bourgeois1-3/+4
2020-11-16drm/virtio: Make virtgpu_dmabuf_ops with static keywordZou Wei1-1/+1
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-1/+3
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-11-06drm/virtio: Fix a double free in virtio_gpu_cmd_map()Dan Carpenter1-3/+1
2020-11-05drm/virtio: use kvmalloc for large allocationsSergey Senozhatsky1-2/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-1/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard2-23/+26