Searched refs:reserved_by_other (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_rm.c | 23 static inline bool reserved_by_other(uint32_t *res_map, int idx, in reserved_by_other() function 247 if (reserved_by_other(global_state->mixer_to_enc_id, lm_idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 259 if (reserved_by_other(global_state->pingpong_to_enc_id, idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 275 if (reserved_by_other(global_state->dspp_to_enc_id, idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 381 if (reserved_by_other(global_state->ctl_to_enc_id, j, enc_id)) in _dpu_rm_reserve_ctls() 453 if (reserved_by_other(global_state->dsc_to_enc_id, dsc_idx, enc_id)) in _dpu_rm_dsc_alloc() 495 if (reserved_by_other(global_state->dsc_to_enc_id, dsc_idx, enc_id) || in _dpu_rm_dsc_alloc_pair() 496 reserved_by_other(global_state->dsc_to_enc_id, dsc_idx + 1, enc_id)) in _dpu_rm_dsc_alloc_pair()
|