[PATCH v2 05/10] drm/exynos/mic: use mode info stored in CRTC to detect i80 mode
Inki Dae
inki.dae at samsung.com
Fri Aug 25 02:55:30 UTC 2017
2017년 08월 24일 22:33에 Andrzej Hajda 이(가) 쓴 글:
> MIC driver should use info from CRTC to check mode of work instead of
> illegally peeking into nodes of other devices.
>
> Signed-off-by: Andrzej Hajda <a.hajda at samsung.com>
> ---
> drivers/gpu/drm/exynos/exynos_drm_mic.c | 44 +++------------------------------
> 1 file changed, 4 insertions(+), 40 deletions(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_mic.c b/drivers/gpu/drm/exynos/exynos_drm_mic.c
> index 16bbee8..128ce176 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_mic.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_mic.c
> @@ -21,9 +21,12 @@
> #include <linux/component.h>
> #include <linux/pm_runtime.h>
> #include <drm/drmP.h>
> +#include <drm/drm_encoder.h>
> #include <linux/mfd/syscon.h>
> #include <linux/regmap.h>
>
> +#include <exynos_drm_drv.h>
Build error happened at here. It should be modified to '#include "exynos_drm_drv.h"'.
I can fix it.
Thanks,
Inki Dae
More information about the dri-devel
mailing list