drm/i915: Rename the variables in icl_check_nv12_planes()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 12 Feb 2025 16:43:28 +0000 (18:43 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Sat, 15 Feb 2025 07:29:12 +0000 (09:29 +0200)
commitc324dbd23149b86686b20a822c3fc75c9eddfff4
tree352bc0121c05cfc470f02ee1f4ee150deef8b9ab
parenta1a9d90e6681a14335be51f3de0ee66e2446ee52
drm/i915: Rename the variables in icl_check_nv12_planes()

All the this generic 'plane' vs 'linked' stuff is hard to
follow. Rename the variables to use the y_plane vs. uv_plane
terminology to make it clear which is which.

v2: Rebase due to intel_display changes

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/20250212164330.16891-9-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c