Re: [PATCH v2 05/10] drm/exynos/mic: use mode info stored in CRTC to detect i80 mode

2017-08-24 Thread Inki Dae
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 > --- > drivers/gpu/drm/exynos/exynos_drm_mic.c | 44 > +++-- > 1

[PATCH v2 05/10] drm/exynos/mic: use mode info stored in CRTC to detect i80 mode

2017-08-24 Thread 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 --- drivers/gpu/drm/exynos/exynos_drm_mic.c | 44 +++-- 1 file changed, 4 insertions(+), 40 deletions(-) diff --git a/dri