summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Unlock reservations on dma_resv_reserve_fences() errorDmitry Osipenko2022-07-191-1/+3
* dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-071-1/+2
* dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-0/+9
* drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()Roberto Sassu2022-01-181-0/+3
* drm/virtio: Create Dumb BOs as guest Blobs (v3)Vivek Kasireddy2021-04-151-0/+8
* drm/virtio: make sure context is created in gem openChia-I Wu2021-01-111-3/+5
* drm/virtio: Use struct_size() helper in kmalloc()Gustavo A. R. Silva2020-08-171-2/+1
* Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-3/+3
|\
| * drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-3/+3
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-6/+7
|\|
| * drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh2020-04-031-1/+2
| * drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh2020-04-031-5/+5
* | drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh2020-05-041-0/+3
|/
* drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann2020-02-171-0/+2
* drm/virtio: simplify getting fake offsetGurchetan Singh2019-12-191-3/+1
* drm/virtio: add worker for object releaseGerd Hoffmann2019-09-041-0/+27
* drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann2019-09-041-19/+4
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-041-12/+4
* drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann2019-09-041-13/+11
* drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann2019-09-041-0/+93
* drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann2019-09-041-2/+2
* drm/virtgpu: drop use of drmP.hSam Ravnborg2019-07-151-1/+3
* drm/virtio: rework resource creation workflow.Gerd Hoffmann2019-03-281-14/+5
* drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann2019-03-281-4/+4
* drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann2019-03-281-7/+9
* drm/virtio: fix resource id handlingGerd Hoffmann2018-10-291-1/+0
* drm/virtio: drop resource_id argument.Gerd Hoffmann2018-10-291-2/+2
* drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann2018-10-291-5/+3
* drm/virtio: track created object stateGerd Hoffmann2018-10-291-1/+2
* drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann2018-09-251-2/+5
* drm/virtio: Add blank line after variable declarationsRodrigo Siqueira2018-02-271-0/+1
* drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma2017-10-021-2/+2
* drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-7/+0
* drm: virtio: fix virtio_gpu_mode_dumb_createGerd Hoffmann2017-04-041-2/+4
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* virtio-gpu: add 3d/virgl supportGerd Hoffmann2015-10-161-0/+41
* Add virtio gpu driver.Dave Airlie2015-06-031-0/+140