aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)Author
2021-02-09drm/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
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-14drm/virtio: Use UUID API for importing the UUIDAndy Shevchenko
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-29drm/virtio: advertise features to userspaceGurchetan Singh
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: report blob mem to userspaceGurchetan Singh
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh
2020-09-29drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh
2020-09-29drm/virtio: implement blob resources: blob display integrationGurchetan Singh
2020-09-29drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: add new fields to internal structsGurchetan Singh
2020-09-29drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh
2020-09-29drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann
2020-09-29drm/virtio: blob prep: make CPU responses more genericGurchetan Singh
2020-09-29drm/virtio: blob prep: refactor getting pages and attaching backingGurchetan Singh
2020-09-25drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcsThomas Zimmermann
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-15drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann
2020-09-15drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter
2020-09-10drm: virtio: fix common struct sg_table related issuesMarek Szyprowski
2020-09-09drm/virtio: report uuid in debugfsGurchetan Singh
2020-09-09drm/virtio: fix uninitialized variableGurchetan Singh
2020-09-09Fix use after free in get_capset_info callback.Doug Horn