summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_plane.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann1-2/+4
2019-01-08drm/virtio: fix pageflip flushGerd Hoffmann1-5/+6
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann1-1/+1
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss1-5/+41
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann1-52/+2
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann1-2/+2
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann1-1/+1
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone1-2/+2
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-04-06drm: virtio: fix virtio_gpu_cursor_formatsLaurent Vivier1-0/+4
2017-04-04drm: virtio: add virtio_gpu_translate_formatGerd Hoffmann1-0/+68
2017-02-16drm/virtio: call drm_plane_cleanup() at destroy phaseGustavo Padovan1-0/+1
2016-12-15drm/virtio: fix endianness in primary_plane_updateMichael S. Tsirkin1-2/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-1/+1
2016-09-20virtio-gpu: avoid possible NULL pointer dereferenceHeinrich Schuchardt1-2/+4
2016-06-07virtio-gpu: use src not crtcGerd Hoffmann1-13/+18
2016-06-07virtio-gpu: pick up hotspot from framebufferGerd Hoffmann1-7/+13
2016-06-07virtio-gpu: switch to atomic cursor interfacesGerd Hoffmann1-9/+96
2016-06-07virtio-gpu: fix output lookupGerd Hoffmann1-1/+7
2016-02-11drm: virtio-gpu: transfer dumb buffers to host on plane updateRob Herring1-0/+7
2016-02-11drm: virtio-gpu: ensure plane is flushed to host on atomic updateRob Herring1-0/+5
2016-02-11drm: virtio-gpu: get the fb from the plane state for atomic updatesRob Herring1-2/+2
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+1
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+120