]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Prevent VStartup Overflow
authorRyan Seto <ryanseto@amd.com>
Fri, 28 Feb 2025 19:24:57 +0000 (14:24 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Mar 2025 17:30:45 +0000 (13:30 -0400)
commit29c1c20496a7a9bafe2bc2f833d69aa52e0f2c2d
tree0a79b084a1082de4de5ac1dad237922a390e3aaa
parent34935701b7ed1a1ef449310ba041f10964b23cf4
drm/amd/display: Prevent VStartup Overflow

[Why]
For some VR headsets with large blanks, it's possible
to overflow the OTG_VSTARTUP_PARAM:VSTARTUP_START
register. This can lead to incorrect DML calculations
and underflow downstream.

[How]
Min the calcualted max_vstartup_lines with the max
value of the register.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Ryan Seto <ryanseto@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c