aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter6-187/+36
2019-06-13drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann4-176/+3
2019-06-11drm/virtio: Add memory barriers for capset cache.David Riley2-0/+5
2019-06-06drm/virtio: Fix cache entry creation race.David Riley1-1/+21
2019-06-06drm/virtio: Wake up all waiters when capset response comes in.David Riley1-1/+1
2019-06-06drm/virtio: Ensure cached capset entries are valid before copying.David Riley1-2/+1
2019-06-05drm/virtio: use u64_to_user_ptr macroGurchetan Singh1-7/+5
2019-05-31drm/ttm: Make LRU removal optional v2Christian König1-1/+1
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie7-22/+93
2019-05-23drm/virtio: remove irrelevant DRM_UNLOCKED flagEmil Velikov1-9/+9
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul3-0/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-241/+217
2019-05-06drm/virtio: Remove redundant return typeRobert Foss2-3/+2
2019-05-06drm/virtio: allocate fences with GFP_KERNELChia-I Wu1-1/+1
2019-05-06drm/virtio: add trace events for commandsChia-I Wu4-1/+68
2019-05-06drm/virtio: trace drm_fence_emitChia-I Wu1-0/+3
2019-05-06drm/virtio: set seqno for dma-fenceChia-I Wu2-8/+10
2019-04-24Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie3-0/+20
2019-04-05Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+1
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+1
2019-04-02drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann1-0/+1
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann6-91/+83
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann3-19/+32
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann4-15/+16
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann4-34/+35
2019-03-28drm/virtio: move virtio_gpu_object_{attach, detach} calls.Gerd Hoffmann1-68/+24
2019-03-28drm/virtio: add virtio-gpu-features debugfs file.Gerd Hoffmann1-1/+26
2019-03-28drm/virtio: remove set but not used variable 'vgdev'YueHaibing1-6/+0
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-2/+0
2019-02-28drm/virtio: implement prime exportGerd Hoffmann3-0/+15
2019-02-28drm/virtio: remove prime pin/unpin callbacks.Gerd Hoffmann3-15/+0
2019-02-28drm/virtio: implement prime mmapGerd Hoffmann1-2/+5
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie3-22/+0
2019-02-11drm/virtio: do NOT reuse resource idsGerd Hoffmann1-0/+13
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter2-2/+2
2019-01-14drm/virtio: drop prime import/export callbacksGerd Hoffmann3-22/+0
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia6-122/+83
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann4-12/+5
2019-01-08drm/virtio: fix pageflip flushGerd Hoffmann1-5/+6
2019-01-08drm/virtio: log error responsesGerd Hoffmann1-2/+10
2019-01-08drm/virtio: Add missing virtqueue resetEzequiel Garcia1-0/+1
2019-01-08drm/virtio: Remove incorrect kfree()Ezequiel Garcia1-4/+0
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann5-215/+8
2018-11-29Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2-65/+0
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann3-6/+4
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann5-27/+27
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-0/+91
2018-11-22Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie7-38/+183