Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'drm-fixes-2022-03-12' of git://anongit.freedesktop.org/drm/drm

Pull drm kconfig fix from Dave Airlie:
"Thorsten pointed out this had fallen down the cracks and was in -next
only, I've picked it out, fixed up it's Fixes: line.

- fix regression in Kconfig"

* tag 'drm-fixes-2022-03-12' of git://anongit.freedesktop.org/drm/drm:
drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP

+1
+1
drivers/gpu/drm/panel/Kconfig
··· 106 106 depends on PM 107 107 select VIDEOMODE_HELPERS 108 108 select DRM_DP_AUX_BUS 109 + select DRM_DP_HELPER 109 110 help 110 111 DRM panel driver for dumb eDP panels that need at most a regulator and 111 112 a GPIO to be powered up. Optionally a backlight can be attached so