]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/wm: Reorder the arguments to skl_allocate_plane_ddb()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 19 Mar 2026 11:40:27 +0000 (13:40 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Sat, 21 Mar 2026 08:15:59 +0000 (10:15 +0200)
commitcdb41e341c6c174e9e778c02caa56eb08d256c65
treebfc0daeef33bd307a4e48f5aa2ae56064e68d441
parentc2d3e41f6e52269736cb9ecb17416e04f52b959a
drm/i915/wm: Reorder the arguments to skl_allocate_plane_ddb()

Group the ddb and data_rate together in the skl_allocate_plane_ddb()
arguments. Upcoming changes will adjust the UV plane handling and
keeing the ddb allocation and the data rate used to calculate it
together will help with clarity.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260319114034.7093-3-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/skl_watermark.c