]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: consistent use of cpp
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Tue, 22 Aug 2017 14:19:43 +0000 (16:19 +0200)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Aug 2017 05:06:48 +0000 (14:06 +0900)
commit627934dc6dd128399e3b46c86caa43ca2c352ff7
tree24349f803513eb96ea9400b448439d90255df553
parent105f0c9bc2d2ed68c95d5c410f5afd6d5d08e8e3
drm/exynos: consistent use of cpp

A recent commit (e5ae11856303c4e1f8170884357520c423cf1c3b) has removed
the use of 'bits_per_pixel' in DRM. However the corresponding Exynos
driver code still uses the ambiguous 'bpp', even though it is now
initialized from fb->cpp[0].

Consistenly use 'cpp' in FIMD, DECON7 and DECON5433 drivers.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
drivers/gpu/drm/exynos/exynos7_drm_decon.c
drivers/gpu/drm/exynos/exynos_drm_fimd.c