summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vboxvideo/vbox_mode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/vboxvideo: Use the hotspot properties from cursor planesZack Rusin2023-11-241-2/+2
* drm/plane-helper: Export individual helpersThomas Zimmermann2022-07-261-2/+2
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-4/+4
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-081-2/+2
* drm/vbox: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-1/+1
* drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter2021-06-241-2/+1
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-4/+10
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-11/+13
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-4/+4
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-2/+6
* drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_stateThomas Zimmermann2021-02-091-21/+7
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-3/+8
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann2020-09-141-4/+6
* drm/vboxvideo: Stop using drm_device->dev_privateDaniel Vetter2020-04-281-5/+5
* drm/vboxvideo: Implement struct drm_mode_config_funcs.mode_validThomas Zimmermann2020-02-061-0/+1
* drm/vboxvideo: Remove sending of vblank eventThomas Zimmermann2020-01-301-12/+0
* drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_createHans de Goede2019-10-291-1/+1
* drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann2019-10-241-57/+4
* drm/vboxvideo: Replace struct vram_framebuffer with generic implemenationThomas Zimmermann2019-10-161-41/+8
* drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb()Thomas Zimmermann2019-10-161-0/+33
* drm/vboxvideo: Switch to generic fbdev emulationThomas Zimmermann2019-10-161-1/+2
* Merge drm/drm-next into drm-misc-nextSean Paul2019-05-221-2/+1
|\
| * Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-091-2/+1
* | drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-151-17/+19
|/
* drm/vboxvideo: Move the vboxvideo driver out of stagingHans de Goede2019-03-111-0/+940