]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/bw: Rename struct intel_sa_info to intel_display_bw_params
authorGustavo Sousa <gustavo.sousa@intel.com>
Mon, 18 May 2026 16:14:03 +0000 (13:14 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Tue, 19 May 2026 17:25:04 +0000 (14:25 -0300)
commitb0938f96cf483a452286294bef802aca6dc4ff37
tree842d35da2be5c2fa92a890ab0e0ebf60ed744eae
parent6906c382b5c691ccbce9c10e42a31d7ab2837fef
drm/i915/bw: Rename struct intel_sa_info to intel_display_bw_params

To align with struct intel_platform_bw_params, rename struct
intel_sa_info to intel_display_bw_params.  Also add comments to contrast
their purposes.

v2:
  - Use gen11 and gen12 as prefixes for ICL's and TGL's display-specific
    parameters variables. (Matt)
  - Prefer to use "display" instead of "disp" in variable names. (Jani)
  - Drop the redundant "disp" from the variable names.

Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260518-separate-platform-from-diplay-ip-specific-bw-params-v4-4-918528006549@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/i915/display/intel_bw.c