mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 07:57:20 +07:00
drm/amd/display: remove invalid assert when no max_pixel_clk is found
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
92276a06f9
commit
2dfa76d328
@ -1779,9 +1779,6 @@ static uint32_t get_max_pixel_clock_for_all_paths(
|
||||
pipe_ctx->stream_res.pix_clk_params.requested_pix_clk;
|
||||
}
|
||||
|
||||
if (max_pix_clk == 0)
|
||||
ASSERT(0);
|
||||
|
||||
return max_pix_clk;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user