1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/exynos
Geert Uytterhoeven 05b8b6dd22
Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"
This reverts commit e075e496f5, as helper
code should always be selected by the driver that needs it, for the
convenience of the final user configuring a kernel.

The user who configures a kernel should not need to know which helpers
are needed for the driver he is interested in.  Making a driver depend
on helper code means that the user needs to know which helpers to enable
first, which is very user-unfriendly.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1ba76cc4d96a8afefff5d1bc42fb1e1329c5da68.1713780345.git.geert+renesas@glider.be
Signed-off-by: Maxime Ripard <mripard@kernel.org>
2024-05-02 17:58:23 +02:00
..
exynos7_drm_decon.c drm/exynos: Convert to platform remove callback returning void 2023-12-12 13:06:36 +09:00
exynos5433_drm_decon.c Several fixups 2024-01-25 14:22:15 +10:00
exynos_dp.c drm/exynos: simplify the return value handling in exynos_dp_get_modes() 2024-03-13 10:44:14 +02:00
exynos_drm_crtc.c drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable() 2023-08-08 09:35:11 +09:00
exynos_drm_crtc.h
exynos_drm_dma.c drm/exynos: fix a wrong error checking 2023-12-07 11:51:43 +09:00
exynos_drm_dpi.c drm/exynos: dpi: Change connector type to DPI 2023-12-12 13:06:38 +09:00
exynos_drm_drv.c drm/exynos: Convert to platform remove callback returning void 2023-12-12 13:06:36 +09:00
exynos_drm_drv.h drm/exynos: Remove fb_helper from struct exynos_drm_private 2023-04-17 16:47:55 +09:00
exynos_drm_dsi.c drm/exynos: dsi: drop driver owner initialization 2024-04-25 09:27:54 +09:00
exynos_drm_fb.c drm/exynos: Implement fbdev emulation as in-kernel client 2023-04-17 16:47:55 +09:00
exynos_drm_fb.h
exynos_drm_fbdev.c fbdev: Use _DMAMEM_ infix for DMA-memory helpers 2023-07-31 20:07:18 +02:00
exynos_drm_fbdev.h drm/exynos: Implement fbdev emulation as in-kernel client 2023-04-17 16:47:55 +09:00
exynos_drm_fimc.c drm/exynos: fimc: drop driver owner initialization 2024-04-25 09:27:54 +09:00
exynos_drm_fimd.c drm/exynos: fimd: drop driver owner initialization 2024-04-25 09:27:54 +09:00
exynos_drm_g2d.c drm/exynos: g2d: drop driver owner initialization 2024-04-25 09:27:55 +09:00
exynos_drm_g2d.h drm/exynos: fix g2d_open/close helper function definitions 2023-05-15 14:10:34 +09:00
exynos_drm_gem.c mm: replace vma->vm_flags direct modifications with modifier calls 2023-02-09 16:51:39 -08:00
exynos_drm_gem.h drm/exynos: Implement mmap as GEM object function 2021-12-22 11:39:39 +09:00
exynos_drm_gsc.c drm/exynos: gsc: drop driver owner initialization 2024-04-25 09:27:55 +09:00
exynos_drm_ipp.c drm: Drop drm_blend.h from drm_crtc.h 2022-06-20 23:53:55 +03:00
exynos_drm_ipp.h
exynos_drm_mic.c drm/exynos: mic: drop driver owner initialization 2024-04-25 09:27:56 +09:00
exynos_drm_plane.c drm: Remove unnecessary include statements of drm_plane_helper.h 2022-07-26 18:42:04 +02:00
exynos_drm_plane.h
exynos_drm_rotator.c drm/exynos: rotator: drop driver owner initialization 2024-04-25 09:27:56 +09:00
exynos_drm_scaler.c drm/exynos: scaler: drop driver owner initialization 2024-04-25 09:27:57 +09:00
exynos_drm_vidi.c drm/exynos: vidi: drop driver owner initialization 2024-04-25 09:27:57 +09:00
exynos_drm_vidi.h
exynos_hdmi.c gpu: drm: exynos: hdmi: eliminate uses of of_node_put() 2024-04-25 09:37:12 +09:00
exynos_mixer.c drm/exynos: mixer: drop driver owner initialization 2024-04-25 09:27:58 +09:00
Kconfig Revert "drm: Switch DRM_DISPLAY_HELPER to depends on" 2024-05-02 17:58:23 +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