]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Cosmetic fix for skl+ plane switch statement
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 3 Jul 2019 20:08:23 +0000 (23:08 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 Jul 2019 10:14:39 +0000 (13:14 +0300)
commit98f1c2ecac3de54e0c80ab52ae3c19b4569a6ece
treec614a9d62cb21775ef8620f4ab0dd52a2722e591
parentb6e05b7993d696395777c258a73e170d258d0c84
drm/i915: Cosmetic fix for skl+ plane switch statement

One of the switch cases has the byte order vs. format bits
reversed to all the other cases. Appease the ocd and reorder
them.

Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190703200824.5971-6-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c