aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-27drm/amdgpu: Wipe all VRAM on free when RAS is enabledFelix Kuehling1-0/+3
2022-01-27drm/amdgpu: Fix an error message in rmmodTianci.Yin1-2/+2
2022-01-27drm/amd/pm: fix the deadlock observed on performance_level settingEvan Quan1-33/+17
2022-01-27drm/amd/pm: correct the MGpuFanBoost support for Beige GobyEvan Quan1-3/+3
2022-01-27drm/amd/display: Add Missing HPO Stream Encoder Function HookFangzhi Zuo2-3/+17
2022-01-27drm/amdkfd: svm range restore work deadlock when process exitPhilip Yang2-7/+9
2022-01-27drm/amdkfd: Ensure mm remain valid in svm deferred_list workPhilip Yang1-26/+36
2022-01-27drm/amdkfd: Don't take process mutex for svm ioctlsPhilip Yang1-4/+0
2022-01-27drm/amdgpu/display: Remove t_srx_delay_us.Bas Nieuwenhuizen8-17/+0
2022-01-27drm/amdkfd: enable heavy-weight TLB flush on Vega20Eric Huang1-1/+2
2022-01-27drm/amdgpu: add determine passthrough under arm64Victor Zhao1-1/+3
2022-01-27drm/xen: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/tilcdc: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/tegra: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/sti: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/sprd: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/rockchip: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm: rcar-du: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/omap: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/msm: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/mediatek: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/mcde: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/ingenic: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/imx: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/hyperv: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/gma500: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/exynos: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/armada: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-27drm/xlnx: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/tve200: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/arc: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/tidss: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/sun4i: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/stm: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/shmobile: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm: mxsfb: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/meson: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/kmb: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/hisilicon/kirin: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/fsl-dcu: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/atmel-hlcdc: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/aspeed: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-27drm/vmwgfx: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-21/+3
2022-01-27drm/vboxvideo: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-18/+2
2022-01-27drm/qxl: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-17/+2
2022-01-27drm/qxl: Move ioctl array next to its only userThomas Zimmermann3-39/+27
2022-01-27drm/mgag200: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-18/+2
2022-01-27gpu: host1x: Fix hang on Tegra186+Dmitry Osipenko1-8/+8
2022-01-27drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause4-21/+21
2022-01-27drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabledJavier Martinez Canillas1-1/+1