summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorLines
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-44/+57
2019-08-23drm/virtio: use virtio_max_dma_sizeGerd Hoffmann-2/+8
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König-3/+3
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann-3/+3
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann-4/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard-1/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-210/+130
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg-25/+43
2019-06-26drm/virtio: drop DRM_AUTH usage from the driverEmil Velikov-9/+9
2019-06-26drm/virtio: move drm_connector_update_edid_property() callGerd Hoffmann-1/+1
2019-06-21drm/virtio: Drop drm_gem_prime_export/importDaniel Vetter-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter-1/+1
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-187/+36
2019-06-13drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann-176/+3
2019-06-11drm/virtio: Add memory barriers for capset cache.David Riley-0/+5
2019-06-06drm/virtio: Fix cache entry creation race.David Riley-1/+21
2019-06-06drm/virtio: Wake up all waiters when capset response comes in.David Riley-1/+1
2019-06-06drm/virtio: Ensure cached capset entries are valid before copying.David Riley-2/+1
2019-06-05drm/virtio: use u64_to_user_ptr macroGurchetan Singh-7/+5
2019-05-31drm/ttm: Make LRU removal optional v2Christian König-1/+1
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-22/+93
2019-05-23drm/virtio: remove irrelevant DRM_UNLOCKED flagEmil Velikov-9/+9
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul-0/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-241/+217
2019-05-06drm/virtio: Remove redundant return typeRobert Foss-3/+2
2019-05-06drm/virtio: allocate fences with GFP_KERNELChia-I Wu-1/+1
2019-05-06drm/virtio: add trace events for commandsChia-I Wu-1/+68
2019-05-06drm/virtio: trace drm_fence_emitChia-I Wu-0/+3
2019-05-06drm/virtio: set seqno for dma-fenceChia-I Wu-8/+10
2019-04-24Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie-0/+20
2019-04-05Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+1
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-3/+1
2019-04-02drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann-0/+1
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann-91/+83
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann-19/+32
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann-15/+16
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann-34/+35
2019-03-28drm/virtio: move virtio_gpu_object_{attach, detach} calls.Gerd Hoffmann-68/+24
2019-03-28drm/virtio: add virtio-gpu-features debugfs file.Gerd Hoffmann-1/+26
2019-03-28drm/virtio: remove set but not used variable 'vgdev'YueHaibing-6/+0
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann-2/+0
2019-02-28drm/virtio: implement prime exportGerd Hoffmann-0/+15
2019-02-28drm/virtio: remove prime pin/unpin callbacks.Gerd Hoffmann-15/+0
2019-02-28drm/virtio: implement prime mmapGerd Hoffmann-2/+5
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie-22/+0
2019-02-11drm/virtio: do NOT reuse resource idsGerd Hoffmann-0/+13
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter-2/+2
2019-01-14drm/virtio: drop prime import/export callbacksGerd Hoffmann-22/+0