mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
drm/amd/display: fix misspelling of "minimum" in dc_dsc.c
Fix the typo "miniumum" → "minimum" in a comment in dc_dsc.c.
This typo is already listed in scripts/spelling.txt by commit
8c32002657 ("scripts/spelling.txt: add several more common spelling
mistakes").
Suggested-by: Cryolitia PukNgae <cryolitia@uniontech.com>
Signed-off-by: Runrun Liu <liurunrun@uniontech.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f16a208cfb
commit
0314df64dd
|
|
@ -1157,7 +1157,7 @@ static bool setup_dsc_config(
|
|||
if (!is_dsc_possible)
|
||||
goto done;
|
||||
|
||||
/* increase miniumum slice count to meet sink slice width limitations */
|
||||
/* increase minimum slice count to meet sink slice width limitations */
|
||||
min_slices_h = dc_fixpt_ceil(dc_fixpt_max(
|
||||
dc_fixpt_div_int(dc_fixpt_from_int(pic_width), dsc_common_caps.max_slice_width), // sink min
|
||||
dc_fixpt_from_int(min_slices_h))); // source min
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user