OSDN Git Service

drm/amd/display: Remove v_startup workaround for dcn3+
authorDaniel Miess <daniel.miess@amd.com>
Tue, 25 Apr 2023 18:02:02 +0000 (14:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:39:58 +0000 (09:39 -0400)
commit3a31e8b89b7240d9a17ace8a1ed050bdcb560f9e
treed0416b0e1953dd2e0f220aff33aec245233252bf
parent50a32b8cf4d7624eb8606b4cb7bc6dee37703da6
drm/amd/display: Remove v_startup workaround for dcn3+

[Why]
Calls to dcn20_adjust_freesync_v_startup are no longer
needed as of dcn3+ and can cause underflow in some cases

[How]
Move calls to dcn20_adjust_freesync_v_startup up into
validate_bandwidth for dcn2.x

Reviewed-by: Jun Lei <jun.lei@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Daniel Miess <daniel.miess@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/dml/dcn20/dcn20_fpu.c