drm/amd/display: Bypass DET swath fill check for max clocks
[Description] If validating for max voltage level (therefore max clocks) always pass over the DET swath fill latency hiding check. Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com> Acked-by: Stylon Wang <stylon.wang@amd.com> Signed-off-by: Dillon Varone <Dillon.Varone@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e61aebe387
commit
2a2acdd7f8
|
@ -1683,8 +1683,9 @@ static void mode_support_configuration(struct vba_vars_st *v,
|
|||
&& mode_lib->vba.PTEBufferSizeNotExceeded[i][j] == true
|
||||
&& mode_lib->vba.DCCMetaBufferSizeNotExceeded[i][j] == true
|
||||
&& mode_lib->vba.NonsupportedDSCInputBPC == false
|
||||
&& mode_lib->vba.NotEnoughDETSwathFillLatencyHidingPerState[i][j] == false
|
||||
&& !mode_lib->vba.ExceededMALLSize
|
||||
&& (mode_lib->vba.NotEnoughDETSwathFillLatencyHidingPerState[i][j] == false
|
||||
|| i == v->soc.num_states - 1)
|
||||
&& ((mode_lib->vba.HostVMEnable == false
|
||||
&& !mode_lib->vba.ImmediateFlipRequiredFinal)
|
||||
|| mode_lib->vba.ImmediateFlipSupportedForState[i][j])
|
||||
|
|
Loading…
Reference in New Issue