On 2014? 07? 19? 05:36, Sjoerd Simons wrote: > The exynos DRM module currently is not automatically loaded when build as a > module. This is due to the simple fact that it doesn't have any > MODULE_DEVICE_TABLE entries whatsoever... Most of these were removed > previously > as it wasn't possible at the time to have multiple calls to > MODULE_DEVICE_TABLE > in one module, however commit 21bdd17b21b45ea solved that. > > The first two patches revert the previous removals of MODULE_DEVICE_TABLE > calls, while the last one adds calls for the remaining OF match tables > without a > MODULE_DEVICE_TABLE call.
Hi, Exynos drm follows single-driver model. So each usb driver of Exynos drm wouldn't need its own MODULE_DEVICE_TABLE. Thanks, Inki Dae > > Sjoerd Simons (3): > Revert "drm/exynos: fix module build error" > Revert "drm/exynos: remove MODULE_DEVICE_TABLE definitions" > drm/exynos: Add MODULE_DEVICE_TABLE entries for various components > > drivers/gpu/drm/exynos/exynos_dp_core.c | 1 + > drivers/gpu/drm/exynos/exynos_drm_dsi.c | 1 + > drivers/gpu/drm/exynos/exynos_drm_fimc.c | 1 + > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 1 + > drivers/gpu/drm/exynos/exynos_drm_g2d.c | 1 + > drivers/gpu/drm/exynos/exynos_drm_rotator.c | 1 + > drivers/gpu/drm/exynos/exynos_hdmi.c | 1 + > drivers/gpu/drm/exynos/exynos_mixer.c | 1 + > 8 files changed, 8 insertions(+) >