Skip to content

Commit 4dfd3a5

Browse files
committed
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: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250902133113.18778-7-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
1 parent 84b72b5 commit 4dfd3a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/i915/display/skl_watermark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3209,9 +3209,9 @@ adjust_wm_latency(struct intel_display *display,
32093209
}
32103210

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

0 commit comments

Comments
 (0)