aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_plane.c
AgeCommit message (Expand)Author
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie
2020-01-13drm/virtio: add missing virtio_gpu_array_lock_resv callGerd Hoffmann
2019-12-16drm/virtio: use damage info for display updates.Gerd Hoffmann
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann
2019-12-16drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann
2019-12-16drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter
2019-11-20drm/virtio: factor out virtio_gpu_update_dumb_boGerd Hoffmann
2019-11-20drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.Gerd Hoffmann
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann
2019-09-04drm/virtio: simplify cursor updatesGerd Hoffmann
2019-08-28drm/virtio: add plane checkGerd Hoffmann
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann
2019-01-08drm/virtio: fix pageflip flushGerd Hoffmann
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-04-06drm: virtio: fix virtio_gpu_cursor_formatsLaurent Vivier
2017-04-04drm: virtio: add virtio_gpu_translate_formatGerd Hoffmann
2017-02-16drm/virtio: call drm_plane_cleanup() at destroy phaseGustavo Padovan
2016-12-15drm/virtio: fix endianness in primary_plane_updateMichael S. Tsirkin
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-09-20virtio-gpu: avoid possible NULL pointer dereferenceHeinrich Schuchardt
2016-06-07virtio-gpu: use src not crtcGerd Hoffmann
2016-06-07virtio-gpu: pick up hotspot from framebufferGerd Hoffmann
2016-06-07virtio-gpu: switch to atomic cursor interfacesGerd Hoffmann
2016-06-07virtio-gpu: fix output lookupGerd Hoffmann
2016-02-11drm: virtio-gpu: transfer dumb buffers to host on plane updateRob Herring
2016-02-11drm: virtio-gpu: ensure plane is flushed to host on atomic updateRob Herring
2016-02-11drm: virtio-gpu: get the fb from the plane state for atomic updatesRob Herring
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-06-03Add virtio gpu driver.Dave Airlie