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_fb.c
Age
Commit message (
Expand
)
Author
2019-06-13
drm/virtio: drop framebuffer dirty tracking code
Gerd Hoffmann
2018-12-14
drm/virtio: switch to generic fbdev emulation
Gerd Hoffmann
2018-10-29
drm/virtio: fix resource id handling
Gerd Hoffmann
2018-10-29
drm/virtio: drop resource_id argument.
Gerd Hoffmann
2018-10-29
drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()
Gerd Hoffmann
2018-10-29
drm/virtio: track created object state
Gerd Hoffmann
2018-09-26
virtio: Rework virtio_gpu_object_kmap()
Ezequiel Garcia
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-19
drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pages
Jiandi An
2018-09-05
drm/virtio: add virtio_gpu_object_detach() function
Gerd Hoffmann
2018-05-18
drm/virtio: Place GEM BOs in drm_framebuffer
Daniel Stone
2018-02-27
drm/virtio: Replace 'unsigned' for 'unsigned int'
Rodrigo Siqueira
2018-02-27
drm/virtio: Add blank line after variable declarations
Rodrigo Siqueira
2017-08-09
drm/virtio: make drm_fb_helper_funcs const
Bhumika Goyal
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
2017-04-04
drm: virtio: add virtio_gpu_translate_format
Gerd Hoffmann
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2017-01-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
2017-01-10
drm/virtio: fix framebuffer sparse warning
Gerd Hoffmann
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
2016-11-14
drm/virtio: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
2015-11-24
drm: Remove unused fbdev_list members
Lukas Wunner
2015-08-06
drm/virtio: Use new drm_fb_helper functions
Archit Taneja
2015-06-11
drm/virtio: checking for NULL instead of IS_ERR
Dan Carpenter
2015-06-03
Add virtio gpu driver.
Dave Airlie