]> asedeno.scripts.mit.edu Git - linux.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)
commit94e35ce221732497f939713640816ae0a42a71c1
treec614a9d62cb21775ef8620f4ab0dd52a2722e591
parentd56e823ac32a793b24c857e8635def13d42b4008
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