Home
last modified time | relevance | path

Searched refs:dsc_to_enc_id (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c468 if (reserved_by_other(global_state->dsc_to_enc_id, dsc_idx, enc_id)) in _dpu_rm_dsc_alloc()
479 global_state->dsc_to_enc_id[dsc_idx] = enc_id; in _dpu_rm_dsc_alloc()
510 if (reserved_by_other(global_state->dsc_to_enc_id, dsc_idx, enc_id) || in _dpu_rm_dsc_alloc_pair()
511 reserved_by_other(global_state->dsc_to_enc_id, dsc_idx + 1, enc_id)) in _dpu_rm_dsc_alloc_pair()
534 global_state->dsc_to_enc_id[dsc_idx] = enc_id; in _dpu_rm_dsc_alloc_pair()
535 global_state->dsc_to_enc_id[dsc_idx + 1] = enc_id; in _dpu_rm_dsc_alloc_pair()
661 _dpu_rm_clear_mapping(global_state->dsc_to_enc_id, in dpu_rm_release()
662 ARRAY_SIZE(global_state->dsc_to_enc_id), enc->base.id); in dpu_rm_release()
839 hw_to_enc_id = global_state->dsc_to_enc_id; in dpu_rm_get_assigned_resources()
923 for (i = 0; i < ARRAY_SIZE(global_state->dsc_to_enc_id); i++) in dpu_rm_print_state()
[all …]
H A Ddpu_kms.h131 uint32_t dsc_to_enc_id[DSC_MAX - DSC_0]; member