index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_plane.c
Age
Commit message (
Expand
)
Author
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-06
drm/virtio: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
2019-07-15
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
2019-01-08
drm/virtio: drop virtio_gpu_fence_cleanup()
Gerd Hoffmann
2019-01-08
drm/virtio: fix pageflip flush
Gerd Hoffmann
2018-11-29
drm/virtio: fence: pass plain pointer
Gerd Hoffmann
2018-11-14
drm/virtio: add virtio_gpu_alloc_fence()
Robert Foss
2018-09-25
drm/virtio: fix DRM_FORMAT_* handling
Gerd Hoffmann
2018-09-25
drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}
Gerd Hoffmann
2018-09-05
drm/virtio: track virtual output state
Gerd Hoffmann
2018-05-18
drm/virtio: Place GEM BOs in drm_framebuffer
Daniel Stone
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
2017-04-06
drm: virtio: fix virtio_gpu_cursor_formats
Laurent Vivier
2017-04-04
drm: virtio: add virtio_gpu_translate_format
Gerd Hoffmann
2017-02-16
drm/virtio: call drm_plane_cleanup() at destroy phase
Gustavo Padovan
2016-12-15
drm/virtio: fix endianness in primary_plane_update
Michael S. Tsirkin
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-09-20
virtio-gpu: avoid possible NULL pointer dereference
Heinrich Schuchardt
2016-06-07
virtio-gpu: use src not crtc
Gerd Hoffmann
2016-06-07
virtio-gpu: pick up hotspot from framebuffer
Gerd Hoffmann
2016-06-07
virtio-gpu: switch to atomic cursor interfaces
Gerd Hoffmann
2016-06-07
virtio-gpu: fix output lookup
Gerd Hoffmann
2016-02-11
drm: virtio-gpu: transfer dumb buffers to host on plane update
Rob Herring
2016-02-11
drm: virtio-gpu: ensure plane is flushed to host on atomic update
Rob Herring
2016-02-11
drm: virtio-gpu: get the fb from the plane state for atomic updates
Rob Herring
2015-12-11
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
2015-06-03
Add virtio gpu driver.
Dave Airlie