summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-027-48/+29
|\
| * drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh2020-04-033-14/+9
| * drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh2020-04-032-2/+2
| * drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh2020-04-031-1/+0
| * drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh2020-04-032-22/+14
| * drm/virtgpu: Use simple encoderThomas Zimmermann2020-04-021-6/+2
| * drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby2020-03-191-6/+8
| * drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-182-3/+2
* | Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-083-2/+5
|\ \
| * | drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh2020-05-043-2/+5
* | | Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-011-11/+6
|\| |
| * | drm/virtio: only destroy created contextsGurchetan Singh2020-04-281-11/+6
* | | drm/virtio: fix up for include file changesStephen Rothwell2020-04-171-0/+1
* | | virtgpu: pull in uaccess.hMichael S. Tsirkin2020-04-171-0/+1
|/ /
* / drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby2020-04-061-6/+8
|/
* Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-123-28/+43
|\
| * drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh2020-03-092-15/+20
| * drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh2020-03-093-20/+30
* | Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-2/+3
|\ \ | |/ |/|
| * drm/virtio: fix mmap page attributesGerd Hoffmann2020-02-271-0/+1
| * drm/virtio: fix resource id creation raceJohn Bates2020-02-241-2/+2
| * Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-201-0/+1
| |\
| | * drm/virtio: add missing virtio_gpu_array_lock_resv callGerd Hoffmann2020-01-131-0/+1
* | | drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh2020-02-272-2/+10
* | | drm/virtio: make mmap callback consistent with callbacksGurchetan Singh2020-02-271-1/+1
* | | drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh2020-02-253-16/+16
* | | drm/virtio: track whether or not a context has been initiatedGurchetan Singh2020-02-253-0/+13
* | | drm/virtio: factor out context create hypercallGurchetan Singh2020-02-253-20/+21
* | | drm/virtio: use consistent names for drm_filesGurchetan Singh2020-02-251-10/+10
* | | drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann2020-02-175-9/+9
* | | drm/virtio: batch display queryGerd Hoffmann2020-02-172-2/+2
* | | drm/virtio: batch resource creationGerd Hoffmann2020-02-172-3/+1
* | | drm/virtio: batch plane updates (pageflip)Gerd Hoffmann2020-02-174-4/+6
* | | drm/virtio: notify before waitingGerd Hoffmann2020-02-171-0/+1
* | | drm/virtio: rework notification for better batchingGerd Hoffmann2020-02-173-27/+33
* | | drm/virtio: fix error checkGerd Hoffmann2020-02-141-1/+1
* | | drm/virtio: fix virtio_gpu_cursor_plane_update().Gerd Hoffmann2020-02-131-0/+1
* | | drm/virtio: fix virtio_gpu_execbuffer_ioctl lockingGerd Hoffmann2020-02-131-10/+10
* | | drm/virtio: add drm_driver.release callback.Gerd Hoffmann2020-02-125-17/+27
* | | drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann2020-02-103-50/+60
* | | drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann2020-02-103-50/+12
* | | drm/virtio: resource teardown tweaksGerd Hoffmann2020-02-103-9/+43
* | | drm/virtio: simplify virtio_gpu_alloc_cmdGerd Hoffmann2020-02-101-17/+9
* | | drm/virtio: fix ring free checkGerd Hoffmann2020-02-074-0/+8
* | | drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgsChia-I Wu2020-02-061-12/+10
* | | drm/virtio: move the check for vqs_ready earlierChia-I Wu2020-02-061-5/+8
* | | drm/virtio: move locking into virtio_gpu_queue_ctrl_sgsChia-I Wu2020-02-061-35/+35
* | | drm/virtio: set up virtqueue sgs before lockingChia-I Wu2020-02-061-31/+35
* | | drm/virtio: unlock object array on errorsChia-I Wu2020-02-061-1/+4
* | | drm/virtio: no need to pass virtio_gpu_ctrl_hdrChia-I Wu2020-02-061-12/+12