summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vboxvideo
AgeCommit message (Expand)Author
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2022-01-27drm/vboxvideo: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-11-27drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force()Javier Martinez Canillas
2021-11-18drm/vboxvideo: fix a NULL vs IS_ERR() checkDan Carpenter
2021-09-23drm/vboxvideo: Use managed interfaces for framebuffer write combiningThomas Zimmermann
2021-08-08drm/vbox: Use offset-adjusted shadow-plane mappingsThomas Zimmermann
2021-07-15drm/vbox: Convert to Linux IRQ interfacesThomas Zimmermann
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-06-24drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter
2021-06-03drm/vboxvideo/modesetting: Provide function names for prototype headersLee Jones
2021-06-03drm/vboxvideo/hgsmi_base: Place function names into headersLee Jones
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-03-11drm/vboxvideo: Use managed VRAM-helper initializationTian Tao
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-09drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_stateThomas Zimmermann
2021-01-06drm/vboxvideo: Remove references to struct drm_device.pdevThomas Zimmermann
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann
2020-07-16drm/vboxvideo: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-04-28drm/vboxvideo: Use devm_gen_pool_createDaniel Vetter
2020-04-28drm/vboxvideo: use managed pci functionsDaniel Vetter
2020-04-28drm/vboxvideo: Stop using drm_device->dev_privateDaniel Vetter
2020-04-28drm/vboxvideo: Use devm_drm_dev_allocDaniel Vetter
2020-04-28drm/vboxvideo: drop DRM_MTRR_WC #defineDaniel Vetter
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-04-08drm/vboxvideo: Set up fbdev after registering device; remove error checksThomas Zimmermann
2020-03-26drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2Hans de Goede
2020-03-26drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter
2020-03-07drm/vboxvideo/vboxvideo.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-06drm/vboxvideo: Implement struct drm_mode_config_funcs.mode_validThomas Zimmermann
2020-01-30drm/vboxvideo: Remove sending of vblank eventThomas Zimmermann
2019-10-29drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_createHans de Goede
2019-10-24drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann
2019-10-16drm/vboxvideo: Replace struct vram_framebuffer with generic implemenationThomas Zimmermann
2019-10-16drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb()Thomas Zimmermann
2019-10-16drm/vboxvideo: Switch to generic fbdev emulationThomas Zimmermann
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann
2019-09-10drm/vram: fix KconfigGerd Hoffmann
2019-08-18drm/vboxvideo: Make structure vbox_fb_helper_funcs constantNishka Dasgupta