commit | 1e60d62f3811e5c446738a85f61bed5d84de113b | [log] [tgz] |
---|---|---|
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | Tue Aug 22 16:19:39 2017 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Fri Aug 25 12:07:11 2017 +0900 |
tree | 5e45baddf12396a211b91eeafac2a5b0b0a4aa37 | |
parent | 0f75269492c490e2a44ff4e3d52bbe31f60cfdb9 [diff] |
drm/exynos: mixer: simplify mixer_graph_buffer() DRM core already checks in drm_atomic_plane_check() if the pixelformat is valid. Hence we can collapse the default case of the switch statement with the XRGB8888 case. No functional change. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Signed-off-by: Inki Dae <inki.dae@samsung.com>