]> 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)
commit25dfa6f046e57c8e22ffcc8f4a86e02961a41d32
tree24349f803513eb96ea9400b448439d90255df553
parenta82ba758283a6e9b154ee43a5503b40749b75b37
drm/exynos: consistent use of cpp

A recent commit (9d415e8522fb89247099c730f60906ccb668d34a) 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