linux/drivers/gpu/drm/exynos
Thomas Zimmermann 1e0f66420b drm/display: Introduce a DRM display-helper module
Replace the DP-helper module with a display-helper module. The
support for DisplayPort becomes an internal option that drivers
have to select. Update all related Kconfig and Makefile rules.

Besides the existing code for DisplayPort, the new module will
contain helpers for other video-output standards, such as HDMI.
Drivers will have to select their required video-output helpers.

Linking all display-related code into a single module avoids the
proliferation of small kernel modules.

The module parameters drm_dp_cec_unregister_delay, dp_aux_i2c_speed_khz,
and dp_aux_i2c_transfer_size are moving from the drm_dp_helper namespace
to drm_display_helper.

v2:
	* mention module parameters in commit message (Javier)
	* distiguish between display module and DP support in Kconfig
	* update Makefile rules for DP helpers
	* move Kconfig rules into separate file under display/

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220421073108.19226-4-tzimmermann@suse.de
2022-04-25 11:19:21 +02:00
..
exynos7_drm_decon.c drm/exynos/exynos7_drm_decon: Use platform_get_irq_byname() to get the interrupt 2022-03-04 17:13:51 +09:00
exynos5433_drm_decon.c
exynos_dp.c
exynos_drm_crtc.c
exynos_drm_crtc.h
exynos_drm_dma.c
exynos_drm_dpi.c
exynos_drm_drv.c Driver core changes for 5.18-rc1 2022-03-28 12:41:28 -07:00
exynos_drm_drv.h
exynos_drm_dsi.c Merge drm/drm-next into drm-misc-next 2022-04-05 11:06:58 +02:00
exynos_drm_fb.c
exynos_drm_fb.h
exynos_drm_fbdev.c
exynos_drm_fbdev.h
exynos_drm_fimc.c drm/exynos/fimc: Use platform_get_irq() to get the interrupt 2022-03-04 17:13:51 +09:00
exynos_drm_fimd.c drm/exynos: fimd: add BGR support for exynos4/5 2022-03-04 17:13:52 +09:00
exynos_drm_g2d.c
exynos_drm_g2d.h
exynos_drm_gem.c
exynos_drm_gem.h
exynos_drm_gsc.c drm/exynos: gsc: Use platform_get_irq() to get the interrupt 2022-03-04 17:13:51 +09:00
exynos_drm_ipp.c
exynos_drm_ipp.h
exynos_drm_mic.c exynos: drm: dsi: Attach in_bridge in MIC driver 2022-03-31 16:21:41 +02:00
exynos_drm_plane.c
exynos_drm_plane.h
exynos_drm_rotator.c
exynos_drm_scaler.c
exynos_drm_vidi.c
exynos_drm_vidi.h
exynos_hdmi.c
exynos_mixer.c drm/exynos: mixer: Use platform_get_irq() to get the interrupt 2022-03-04 17:13:51 +09:00
Kconfig drm/display: Introduce a DRM display-helper module 2022-04-25 11:19:21 +02:00
Makefile
regs-decon7.h
regs-decon5433.h
regs-fimc.h
regs-gsc.h
regs-hdmi.h
regs-mixer.h
regs-rotator.h
regs-scaler.h
regs-vp.h