Message ID | 1446128706-27750-1-git-send-email-a.hajda@samsung.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On 29.10.2015 23:25, Andrzej Hajda wrote: > Mixer driver is selected by CONFIG_DRM_EXYNOS_HDMI option. Since Exynos5433 > HDMI does not require Mixer and there are separate options to select Mixer > and HDMI. > > Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> > --- > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) +Cc Arnd, Kevin, Kukjin and Olof, Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> The patch should go with (or before) patchset: - add atomic_check callback to exynos_crtc http://www.spinics.net/lists/dri-devel/msg93137.html to avoid loosing the HDMI support in multi_v7. Best regards, Krzysztof > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 03deb7f..ca5e928 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -449,6 +449,7 @@ CONFIG_DRM_NOUVEAU=m > CONFIG_DRM_EXYNOS=m > CONFIG_DRM_EXYNOS_DSI=y > CONFIG_DRM_EXYNOS_FIMD=y > +CONFIG_DRM_EXYNOS_MIXER=y > CONFIG_DRM_EXYNOS_HDMI=y > CONFIG_DRM_RCAR_DU=m > CONFIG_DRM_TEGRA=y > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 03deb7f..ca5e928 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -449,6 +449,7 @@ CONFIG_DRM_NOUVEAU=m CONFIG_DRM_EXYNOS=m CONFIG_DRM_EXYNOS_DSI=y CONFIG_DRM_EXYNOS_FIMD=y +CONFIG_DRM_EXYNOS_MIXER=y CONFIG_DRM_EXYNOS_HDMI=y CONFIG_DRM_RCAR_DU=m CONFIG_DRM_TEGRA=y
Mixer driver is selected by CONFIG_DRM_EXYNOS_HDMI option. Since Exynos5433 HDMI does not require Mixer and there are separate options to select Mixer and HDMI. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+)