aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vboxvideo/vbox_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-08drm/vbox: Use offset-adjusted shadow-plane mappingsThomas Zimmermann1-1/+1
2021-06-24drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter1-2/+1
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-4/+10
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-11/+13
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-4/+4
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-2/+6
2021-02-09drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_stateThomas Zimmermann1-21/+7
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-3/+8
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann1-4/+6
2020-04-28drm/vboxvideo: Stop using drm_device->dev_privateDaniel Vetter1-5/+5
2020-02-06drm/vboxvideo: Implement struct drm_mode_config_funcs.mode_validThomas Zimmermann1-0/+1
2020-01-30drm/vboxvideo: Remove sending of vblank eventThomas Zimmermann1-12/+0
2019-10-29drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_createHans de Goede1-1/+1
2019-10-24drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann1-57/+4
2019-10-16drm/vboxvideo: Replace struct vram_framebuffer with generic implemenationThomas Zimmermann1-41/+8
2019-10-16drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb()Thomas Zimmermann1-0/+33
2019-10-16drm/vboxvideo: Switch to generic fbdev emulationThomas Zimmermann1-1/+2
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-2/+1
2019-05-15drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|Thomas Zimmermann1-17/+19
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+939
2019-03-11drm/vboxvideo: Move the vboxvideo driver out of stagingHans de Goede1-0/+940