drm/amd/display: Cap certain DML values for Low Pix Clk on DCN2.1
authorSung Lee <sung.lee@amd.com>
Wed, 25 Mar 2020 18:44:25 +0000 (14:44 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Apr 2020 22:11:48 +0000 (18:11 -0400)
commit06535a48e297f43ce5d188afde108fa768010b0c
treee41d17b939b8c7ff0120e05ac5047e6f1fde8ee1
parentbccbf13dadbe33452e312d828332cb9d2b553f7f
drm/amd/display: Cap certain DML values for Low Pix Clk on DCN2.1

[WHY]
In certain conditions with low pixel clock, some values in DML may go
past the max due to margining for latency hiding. This causes assertions
to get hit.

[HOW]
If the pixel clock is low and some values are high, cap it to the max.

Signed-off-by: Sung Lee <sung.lee@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c