commit | ac60944ccf2388901412a0c9a0e7e3e4b56520a4 | [log] [tgz] |
---|---|---|
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | Tue Aug 22 16:19:43 2017 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Fri Aug 25 14:06:48 2017 +0900 |
tree | 24349f803513eb96ea9400b448439d90255df553 | |
parent | 5dff6905293123a6a2e280ef9eaa00dd59064f53 [diff] |
drm/exynos: consistent use of cpp A recent commit (272725c7db4da1fd3229d944fc76d2e98e3a144e) 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>