drm/amd/display: Only consider DISPCLK when using optimized boot path
authorAlvin Lee <Alvin.Lee2@amd.com>
Mon, 27 Mar 2023 22:40:34 +0000 (18:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Apr 2023 20:28:52 +0000 (16:28 -0400)
commitd11dfbecc3feed5916bbe6c10942d9db61a9e2de
treee6ae2d4520e59499f9f37ccfa2761143a692fb85
parent3cfd03b79425c8c9e10d15434f0b017249372609
drm/amd/display: Only consider DISPCLK when using optimized boot path

[Description]
- Previous bug fix for audio issue included dtbclk and p-state
  on the optimized boot path which is incorarect
- We only care about DISPCLK in the optimized vs. non-optimized
  boot path to avoid audio issues

Reviewed-by: Saaem Rizvi <syedsaaem.rizvi@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alvin Lee <Alvin.Lee2@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/dcn32/dcn32_hwseq.c