Commit 4dfd3a56 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915/dram: Fix some spelling around the 16Gb DIMM w/a



Use consistent spelling when talking about the 16Gb DIMM w/a.

Even currently language is a bit off as the w/a is actually
about DIMMs with 16Gb DRAM devices on them, not the total capacity
of the whole DIMM. But this language does more or less match how
Bspec talks about this stuff.

Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250902133113.18778-7-ville.syrjala@linux.intel.com


Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 84b72b54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3209,9 +3209,9 @@ adjust_wm_latency(struct intel_display *display,
	}

	/*
	 * WA Level-0 adjustment for 16GB DIMMs: SKL+
	 * WA Level-0 adjustment for 16Gb DIMMs: SKL+
	 * If we could not get dimm info enable this WA to prevent from
	 * any underrun. If not able to get Dimm info assume 16GB dimm
	 * any underrun. If not able to get DIMM info assume 16Gb DIMM
	 * to avoid any underrun.
	 */
	if (!display->platform.dg2 && dram_info->has_16gb_dimms)