summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_gem.c
AgeCommit message (Expand)AuthorLines
2025-04-08Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-0/+14
2025-04-01drm/virtio: Don't attach GEM to a non-created context in gem_object_open()Dmitry Osipenko-5/+6
2025-02-09drm/virtio: Add drm_panic supportRyosuke Yasuoka-0/+14
2024-11-18drm/virtio: Don't create a context with default param if context_init is supp...Pierre-Eric Pelloux-Prayer-3/+5
2024-11-18drm/virtio: Use generic dumb_map_offset implementationPeter Shkenev-15/+0
2022-07-19drm/virtio: Unlock reservations on dma_resv_reserve_fences() errorDmitry Osipenko-1/+3
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König-1/+2
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König-0/+9
2022-01-18drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()Roberto Sassu-0/+3
2021-04-15drm/virtio: Create Dumb BOs as guest Blobs (v3)Vivek Kasireddy-0/+8
2021-01-11drm/virtio: make sure context is created in gem openChia-I Wu-3/+5
2020-08-17drm/virtio: Use struct_size() helper in kmalloc()Gustavo A. R. Silva-2/+1
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-3/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-6/+7
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-3/+3
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh-0/+3
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh-1/+2
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh-5/+5
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann-0/+2
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh-3/+1
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann-0/+27
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann-19/+4
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann-12/+4
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann-13/+11
2019-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann-0/+93
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann-2/+2
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg-1/+3
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann-14/+5
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann-4/+4
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann-7/+9
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann-1/+0
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann-2/+2
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann-5/+3
2018-10-29drm/virtio: track created object stateGerd Hoffmann-1/+2
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann-2/+5
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira-0/+1
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma-2/+2
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes-7/+0
2017-04-04drm: virtio: fix virtio_gpu_mode_dumb_createGerd Hoffmann-2/+4
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson-1/+1
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann-0/+41
2015-06-03Add virtio gpu driver.Dave Airlie-0/+140