mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 21:35:13 +07:00
drm/amd/display: Remove sanity check.
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
649e0c7679
commit
890db270a5
@ -2828,12 +2828,6 @@ void dcn10_update_pending_status(struct pipe_ctx *pipe_ctx)
|
||||
struct dc_plane_state *plane_state = pipe_ctx->plane_state;
|
||||
struct timing_generator *tg = pipe_ctx->stream_res.tg;
|
||||
|
||||
if (plane_state->ctx->dc->debug.sanity_checks) {
|
||||
struct dc *dc = plane_state->ctx->dc;
|
||||
|
||||
verify_allow_pstate_change_high(dc->hwseq);
|
||||
}
|
||||
|
||||
if (plane_state == NULL)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user