aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-14drm/virtio: Use UUID API for importing the UUIDAndy Shevchenko1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-09-29drm/virtio: advertise features to userspaceGurchetan Singh1-1/+10
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann4-3/+144
2020-09-29drm/virtio: implement blob resources: report blob mem to userspaceGurchetan Singh1-0/+3
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh3-6/+47
2020-09-29drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh2-13/+31
2020-09-29drm/virtio: implement blob resources: blob display integrationGurchetan Singh1-6/+17
2020-09-29drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh2-0/+80
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann7-3/+293
2020-09-29drm/virtio: implement blob resources: add new fields to internal structsGurchetan Singh1-3/+14
2020-09-29drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh2-2/+3