summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vboxvideo
AgeCommit message (Expand)Author
2023-01-18drm/vboxvideo: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2022-12-12drm: vboxvideo: Remove #ifdef guards for PM related functionsPaul Cercueil
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-11-05drm/vboxvideo: Don't set struct drm_driver.lastcloseThomas Zimmermann
2022-09-17drm/vboxvideo: fix repeated words in commentsJilin Yuan
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
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