aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
diff options
context:
space:
mode:
authorSrinivasan Shanmugam <[email protected]>2024-02-05 10:37:36 +0000
committerAlex Deucher <[email protected]>2024-02-15 19:18:42 +0000
commit7edb5830ecb0033184ee2fa01ae8af17d56450ec (patch)
treed8b5090beeba94ec15485d172edb14b06c59b573 /drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
parentdrm/amd/display: Fix && vs || typos (diff)
downloadkernel-7edb5830ecb0033184ee2fa01ae8af17d56450ec.tar.gz
kernel-7edb5830ecb0033184ee2fa01ae8af17d56450ec.zip
drm/amd/display: Initialize 'wait_time_microsec' variable in link_dp_training_dpia.c
wait_time_microsec = max(wait_time_microsec, (uint32_t) DPIA_CLK_SYNC_DELAY); Above line is trying to assign the maximum value between 'wait_time_microsec' and 'DPIA_CLK_SYNC_DELAY' to wait_time_microsec. However, 'wait_time_microsec' has not been assigned a value before this line, initialize 'wait_time_microsec' at the point of declaration. Fixes the below: drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_dp_training_dpia.c:697 dpia_training_eq_non_transparent() error: uninitialized symbol 'wait_time_microsec'. Fixes: 630168a97314 ("drm/amd/display: move dp link training logic to link_dp_training") Cc: Wenjing Liu <[email protected]> Cc: Rodrigo Siqueira <[email protected]> Cc: Aurabindo Pillai <[email protected]> Signed-off-by: Srinivasan Shanmugam <[email protected]> Reviewed-by: Roman Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c')
0 files changed, 0 insertions, 0 deletions