drm/i915: Reorder 12.4 lut udw vs. ldw functions
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 14 Nov 2022 15:37:17 +0000 (17:37 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 17 Nov 2022 17:05:20 +0000 (19:05 +0200)
commit9c1f06d9a76ae7e7a50f7eaeb892f851de9c86fb
tree71d360a214737bde0b9b8fb00e259fa7f5567ee0
parent59c676a29b0ef37e5777e61654a400169b5924a3
drm/i915: Reorder 12.4 lut udw vs. ldw functions

Satisfy my ocd and define ilk_lut_12p4_ldw() before ilk_lut_12p4_udw().
That is the order all the other similar functions use.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221114153732.11773-6-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_color.c