]> www.infradead.org Git - nvme.git/commit
drm/i915/fbc: Adjust g4x+ platform checks
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 Jul 2024 14:52:41 +0000 (17:52 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 12 Jul 2024 12:05:40 +0000 (15:05 +0300)
commit94900000380300b230dc1bed489b598a2a2c55a1
treef0739372a059312370b85eae1cb9afff09420d71
parent4c46e34e67587b268abc3916c9613426018561e6
drm/i915/fbc: Adjust g4x+ platform checks

Do the "is this ilk+ or g4x" checks in the customary order instead
of the reverse order. Easier for the poor brain to parse this
when it's always done the same way.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240705145254.3355-8-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_fbc.c