drm/amd/display: Change pstate expected timeout warning to 180us on linux
authorVictor Lu <victorchengchi.lu@amd.com>
Tue, 24 Nov 2020 15:06:04 +0000 (10:06 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Dec 2020 16:33:22 +0000 (11:33 -0500)
commit20172ff3f0b4eddcdd1cf4ca31a7d922e9b4c662
treea794df9109528ebf05b8f3b55d500408be89ca45
parent86b6037f7608f9b726281252aa1b2a55dd696486
drm/amd/display: Change pstate expected timeout warning to 180us on linux

[Why]
There is a warning that triggers when pstate takes too long.
Pstate can take up to ~200us on Linux without hanging but
it is currently set to 40us.

[How]
Change the timeout for the warning to be 180us on Linux.

Signed-off-by: Victor Lu <victorchengchi.lu@amd.com>
Reviewed-by: Roman Li <Roman.Li@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c