mbox series

[v2,0/3] drm/i915/xe3lpd: Update bandwidth parameters

Message ID 20250217153550.43909-1-gustavo.sousa@intel.com (mailing list archive)
Headers show
Series drm/i915/xe3lpd: Update bandwidth parameters | expand

Message

Gustavo Sousa Feb. 17, 2025, 3:35 p.m. UTC
Bandwidth parameters for Xe3_LPD have been updated with respect to
previous display releases. Encode them into xe3lpd_sa_info and use that
new struct.

Since we are touching intel_bw.c, also take the opportunity to make it
use display-specific platform checkers, which is what patches #1 and #2
are about.

v2:
  - Fix typo in patch #2.

Gustavo Sousa (3):
  drm/i915/display: Use display variable in intel_bw.c
  drm/i915/display: Use display-specific platform checks in intel_bw.c
  drm/i915/xe3lpd: Update bandwidth parameters

 drivers/gpu/drm/i915/display/intel_bw.c | 192 ++++++++++++++----------
 1 file changed, 112 insertions(+), 80 deletions(-)