aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/tegra: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/sti: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/sprd: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/rockchip: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm: rcar-du: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/omap: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/msm: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/mediatek: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/mcde: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/ingenic: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/imx: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/hyperv: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/gma500: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/exynos: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/armada: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/xlnx: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/tve200: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/arc: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/tidss: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/sun4i: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/stm: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/shmobile: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm: mxsfb: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/meson: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/kmb: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/hisilicon/kirin: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/fsl-dcu: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/atmel-hlcdc: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/aspeed: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
* drm/vmwgfx: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-21/+3
* drm/vboxvideo: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-18/+2
* drm/qxl: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-17/+2
* drm/qxl: Move ioctl array next to its only userThomas Zimmermann2022-01-273-39/+27
* drm/mgag200: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-18/+2
* drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabledJavier Martinez Canillas2022-01-271-1/+1
* drm/panel: simple: add Multi-Inno Technology MI0700S4T-6Marek Vasut2022-01-271-0/+33
* drm: mxsfb: Shutdown the display on system shutdownMarek Vasut2022-01-271-0/+8
* drm: mxsfb: Shutdown the display on removeMarek Vasut2022-01-271-0/+1
* drm/simpledrm: Request memory region in driverThomas Zimmermann2022-01-271-5/+17
* gpu: drm: panel-edp: Add panels planned for sc7180-trogdor-pazquelYunlong Jia2022-01-261-0/+17
* drm/ttm: add a weak BO reference to the resource v3Christian König2022-01-262-2/+14
* drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-2610-10/+15
* drm/ttm: add ttm_resource_fini v2Christian König2022-01-2612-6/+45
* drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()Zhou Qingyang2022-01-251-4/+5
* drm/edid: Support type 7 timingsYaroslav Bolyukin2022-01-251-4/+8
* drm/vc4: hdmi: Change CSC callback prototypeMaxime Ripard2022-01-252-1/+7
* drm/vc4: hdmi: Define colorspace matricesMaxime Ripard2022-01-251-29/+49
* drm/vc4: hdmi: Replace CSC_CTL hardcoded value by definesMaxime Ripard2022-01-252-3/+5
* drm/vc4: hdmi: Move XBAR setup to csc_setupMaxime Ripard2022-01-251-1/+2
* drm/vc4: hdmi: Use full range helper in csc functionsMaxime Ripard2022-01-252-22/+13