[PATCH v2] drm/exynos: add has_vtsel flag

2014-11-14 Thread Inki Dae
On 2014년 11월 14일 11:36, Joonyoung Shim wrote: > The exynos fimd provides video type selection bits from system register > but exynos3 series don't has it, so needs has_vtsel flag and we can > distinguish whether set video type selection bits. Applied. Thanks, Inki Dae > > Signed-off-by: J

[PATCH v2] drm/exynos: add has_vtsel flag

2014-11-14 Thread Joonyoung Shim
The exynos fimd provides video type selection bits from system register but exynos3 series don't has it, so needs has_vtsel flag and we can distinguish whether set video type selection bits. Signed-off-by: Joonyoung Shim --- Changelog from v1: - rebase on latest exynos-drm-next branch - add has_v