]> git.karo-electronics.de Git - linux-beck.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)
commit5d3d099574ba6319998ae9275090e42140d6b37a
treeb021ac4f92c7dee73ee2acb7eb3e4ce5888dae97
parentc691349ca429c3a57487eca857f87d2b2442c359
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