index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vboxvideo
/
vbox_mode.c
Age
Commit message (
Expand
)
Author
2023-11-24
drm/vboxvideo: Use the hotspot properties from cursor planes
Zack Rusin
2022-07-26
drm/plane-helper: Export individual helpers
Thomas Zimmermann
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
2021-08-08
drm/vbox: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
2021-06-24
drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCS
Daniel Vetter
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-09
drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_state
Thomas Zimmermann
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-09-14
drm/vboxvideo: Use drm_gem_vram_vmap() interfaces
Thomas Zimmermann
2020-04-28
drm/vboxvideo: Stop using drm_device->dev_private
Daniel Vetter
2020-02-06
drm/vboxvideo: Implement struct drm_mode_config_funcs.mode_valid
Thomas Zimmermann
2020-01-30
drm/vboxvideo: Remove sending of vblank event
Thomas Zimmermann
2019-10-29
drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_create
Hans de Goede
2019-10-24
drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpers
Thomas Zimmermann
2019-10-16
drm/vboxvideo: Replace struct vram_framebuffer with generic implemenation
Thomas Zimmermann
2019-10-16
drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb()
Thomas Zimmermann
2019-10-16
drm/vboxvideo: Switch to generic fbdev emulation
Thomas Zimmermann
2019-05-22
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-05-15
drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
Thomas Zimmermann
2019-05-08
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-03-11
drm/vboxvideo: Move the vboxvideo driver out of staging
Hans de Goede