We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce68153 commit 5ec498bCopy full SHA for 5ec498b
drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c
@@ -577,6 +577,8 @@ void dpu_rm_release(struct dpu_global_state *global_state,
577
ARRAY_SIZE(global_state->ctl_to_enc_id), enc->base.id);
578
_dpu_rm_clear_mapping(global_state->dsc_to_enc_id,
579
ARRAY_SIZE(global_state->dsc_to_enc_id), enc->base.id);
580
+ _dpu_rm_clear_mapping(global_state->dspp_to_enc_id,
581
+ ARRAY_SIZE(global_state->dspp_to_enc_id), enc->base.id);
582
}
583
584
int dpu_rm_reserve(
0 commit comments