summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)Author
2021-11-08drm/virtio: Fix NULL dereference error in virtio_gpu_pollVivek Kasireddy
2021-10-11drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffe...Jing Xiangfeng
2021-09-29drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh
2021-09-29drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh
2021-09-29drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh
2021-09-29drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh
2021-09-29drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...Gurchetan Singh
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois
2021-09-29drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh
2021-09-17virtio-gpu: fix possible memory allocation failureliuyuntao
2021-08-16drm/virtio: support mapping exported vramDavid Stevens
2021-08-12drm/virtio: set non-cross device blob uuid_stateDavid Stevens
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-06-23drm/virtio: Add the fence in resource_flush if presentVivek Kasireddy
2021-06-23drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy
2021-06-23drm/virtio: Add fences for Guest blobsVivek Kasireddy
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König
2021-05-18drm/virtio: free virtqueues on probe failureXie Yongji
2021-05-18drm/virtio: Fix double free on probe failureXie Yongji
2021-05-18drm/virtio: Fixes a potential NULL pointer dereference on probe failureXie Yongji
2021-04-15drm/virtio: Create Dumb BOs as guest Blobs (v3)Vivek Kasireddy
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-03-09drm/virtio: fix possible leak/unlock virtio_gpu_object_arrayxndcn
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-03drm/virtio: fix an error code in virtio_gpu_init()Dan Carpenter
2021-01-11drm/virtio: fix prime export for vram objectsChia-I Wu
2021-01-11drm/virtio: make sure context is created in gem openChia-I Wu
2021-01-06drm/virtgpu: Remove references to struct drm_device.pdevThomas Zimmermann
2020-12-22drm/virtio: align blob resources to page sizesChia-I Wu
2020-12-22drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIOEnrico Weigelt, metux IT consult
2020-12-02drm/virtio: consider dma-fence context when signalingGurchetan Singh
2020-12-02drm/virtio: rework virtio_fence_signaledGurchetan Singh
2020-12-02drm/virtio: virtio_{blah} --> virtio_gpu_{blah}Gurchetan Singh
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann
2020-11-20drm/virtio: rename sync_seq and last_seqGurchetan Singh
2020-11-20drm/virtio: use fence_id when processing fencesGurchetan Singh
2020-11-20drm/virtio: fix a file name comment referenceAnthoine Bourgeois
2020-11-20drm/virtio: suffix create blob call with _ioctl like any ioctlAnthoine Bourgeois
2020-11-16drm/virtio: Make virtgpu_dmabuf_ops with static keywordZou Wei
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-06drm/virtio: Fix a double free in virtio_gpu_cmd_map()Dan Carpenter
2020-11-05drm/virtio: use kvmalloc for large allocationsSergey Senozhatsky
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard