summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vboxvideo
Commit message (Expand)AuthorAgeFilesLines
* drm/vboxvideo: Use the hotspot properties from cursor planesZack Rusin2023-11-241-2/+2
* drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin2023-11-241-1/+1
* drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson2023-09-211-0/+10
* drm/vboxvideo: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-182-2/+1
* drm: vboxvideo: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-121-5/+1
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/vboxvideo: Don't set struct drm_driver.lastcloseThomas Zimmermann2022-11-051-2/+0
* drm/vboxvideo: fix repeated words in commentsJilin Yuan2022-09-171-1/+1
* 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
* Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-18/+2
|\
| * drm/vboxvideo: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-18/+2
* | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-2/+2
|/
* drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+1
* drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force()Javier Martinez Canillas2021-11-271-2/+0
* drm/vboxvideo: fix a NULL vs IS_ERR() checkDan Carpenter2021-11-181-2/+2
* drm/vboxvideo: Use managed interfaces for framebuffer write combiningThomas Zimmermann2021-09-233-14/+9
* drm/vbox: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-1/+1
* drm/vbox: Convert to Linux IRQ interfacesThomas Zimmermann2021-07-153-7/+11
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter2021-06-241-2/+1
* drm/vboxvideo/modesetting: Provide function names for prototype headersLee Jones2021-06-031-8/+12
* drm/vboxvideo/hgsmi_base: Place function names into headersLee Jones2021-06-031-7/+12
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-1/+2
* drm/vboxvideo: Use managed VRAM-helper initializationTian Tao2021-03-111-5/+2
* 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/vboxvideo: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-064-11/+19
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-3/+8
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-2/+2
* 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: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-162-2/+2
* drm/vboxvideo: Use devm_gen_pool_createDaniel Vetter2020-04-281-14/+8
* drm/vboxvideo: use managed pci functionsDaniel Vetter2020-04-282-10/+3
* drm/vboxvideo: Stop using drm_device->dev_privateDaniel Vetter2020-04-284-7/+7
* drm/vboxvideo: Use devm_drm_dev_allocDaniel Vetter2020-04-281-14/+5
* drm/vboxvideo: drop DRM_MTRR_WC #defineDaniel Vetter2020-04-281-12/+0
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-0/+4
|\
| * drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2Hans de Goede2020-03-261-0/+4
* | drm/vboxvideo: Set up fbdev after registering device; remove error checksThomas Zimmermann2020-04-081-4/+2
* | drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter2020-03-261-0/+2
|/