]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: add global macro for the default primary plane
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 12 Oct 2015 13:07:48 +0000 (22:07 +0900)
committerInki Dae <daeinki@gmail.com>
Mon, 26 Oct 2015 06:10:24 +0000 (15:10 +0900)
commit9fbcf42046acb55c83776fe5ebed0e7498c0d8a9
treeb021ac4f92c7dee73ee2acb7eb3e4ce5888dae97
parent3705f038f8f92fd06658c1a13f874b4626754716
drm/exynos: add global macro for the default primary plane

Define DEFAULT_WIN as zero to help set the primary plane on all CRTCs.
Some CRTCs were defining a variable to store the default window, but that
is not necessary as the default (primary) window is always the window zero.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
drivers/gpu/drm/exynos/exynos7_drm_decon.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c
drivers/gpu/drm/exynos/exynos_mixer.c