]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Extract link_nv12_planes()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 12 Feb 2025 16:43:27 +0000 (18:43 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Sat, 15 Feb 2025 07:29:05 +0000 (09:29 +0200)
commita1a9d90e6681a14335be51f3de0ee66e2446ee52
tree39149c324c70d0dc92290a6c9776fb3563e28fad
parent6a01df2f1b2a3b29721143729a3feff816bc0083
drm/i915: Extract link_nv12_planes()

Pull the code linking the UV and Y planes together into a
sensible function instead of having the code plastered inside
the higher level loop.

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