commit | 4249eeef4e0f8b81683930a028cb839cc748786e | [log] [tgz] |
---|---|---|
author | Damien Lespiau <damien.lespiau@intel.com> | Tue May 12 16:13:16 2015 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed May 20 11:25:53 2015 +0200 |
tree | acbf14de456260bd84e0bef1eb603f679a0abc4a | |
parent | 65438bcce59756d06d4df398cb1e4b7d82b4c7bc [diff] |
drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format() Let's be consistent with the others skl_plane_ctl_*() functions and use a MISSING_CASE(). Not only that, but it's a rude to BUG() the whole machine here. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>