summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_gem.c
AgeCommit message (Expand)Author
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann
2019-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann
2018-10-29drm/virtio: track created object stateGerd Hoffmann
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-04-04drm: virtio: fix virtio_gpu_mode_dumb_createGerd Hoffmann
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann
2015-06-03Add virtio gpu driver.Dave Airlie