]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: make sure that hardware overlay for hdmi is disabled
authorInki Dae <inki.dae@samsung.com>
Fri, 17 Aug 2012 09:35:47 +0000 (18:35 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 4 Oct 2012 01:06:00 +0000 (10:06 +0900)
commit683a6c79ed0e2a6a02107434b91cb8bef0275250
treeaaafec776f63997bfa6c3ea116051c552ce787d7
parentfaeb11954d9b079612eb47447930ff8568aafd56
drm/exynos: make sure that hardware overlay for hdmi is disabled

the values set to registers will be updated into real registers
at vsync so dma operation could be malfunctioned when accessed
to memory after gem buffer was released. this patch makes sure
that hw overlay is disabled before the gem buffer is released.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_hdmi.c
drivers/gpu/drm/exynos/exynos_drm_hdmi.h
drivers/gpu/drm/exynos/exynos_mixer.c