aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hyperv/hyperv_drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/hyperv: Fix address space leak when Hyper-V DRM device is removedMichael Kelley2025-03-091-0/+2
* drm: remove driver date from struct drm_driver and all driversJani Nikula2024-12-051-2/+0
* drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann2024-11-151-1/+1
* drm/hyperv-drm: Use video aperture helpersThomas Zimmermann2024-10-141-2/+2
* drm/hyperv_drm: Run DRM default client setupThomas Zimmermann2024-09-261-1/+3
* drm/hyperv: Use fbdev-shmemThomas Zimmermann2024-05-021-2/+2
* drm/hyperv: Remove firmware framebuffers with aperture helperThomas Zimmermann2024-01-121-6/+2
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-041-3/+4
|\
| * hyperv: avoid dependency on screen_infoArnd Bergmann2023-10-171-3/+4
* | drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson2023-09-211-0/+6
|/
* drm/hyperv: Fix a compilation issue because of not including screen_info.hSui Jingfeng2023-07-091-0/+1
* drm/aperture: Remove primary argumentDaniel Vetter2023-04-161-1/+0
* Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+1
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/hyperv: Don't overwrite dirt_needed value set by hostSaurabh Sengar2022-09-231-2/+0
* PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov2022-09-051-3/+0
* drm/hyperv: Fix an error handling path in hyperv_vmbus_probe()Christophe JAILLET2022-08-151-3/+4
* drm/hyperv : Removing the restruction of VRAM allocation with PCI bar sizeSaurabh Sengar2022-05-301-71/+3
* drm/hyperv: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/hyperv: Fix device removal on Gen1 VMsMohammed Gamal2021-11-231-1/+18
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-2/+2
* drm/hyperv: Handle feature change message from deviceDeepak Rawat2021-06-071-0/+2
* drm/hyperv: Add DRM driver for hyperv synthetic video deviceDeepak Rawat2021-06-071-0/+309