Searched refs:reserved_by_other (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.c | 17 static inline bool reserved_by_other(uint32_t *res_map, int idx, in reserved_by_other() function 267 if (reserved_by_other(global_state->mixer_to_enc_id, lm_idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 279 if (reserved_by_other(global_state->pingpong_to_enc_id, idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 295 if (reserved_by_other(global_state->dspp_to_enc_id, idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 402 if (reserved_by_other(global_state->ctl_to_enc_id, j, enc_id)) in _dpu_rm_reserve_ctls() 451 if (reserved_by_other(global_state->intf_to_enc_id, idx, enc_id)) { in _dpu_rm_reserve_intf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.c | 22 static inline bool reserved_by_other(uint32_t *res_map, int idx, in reserved_by_other() function 299 if (reserved_by_other(global_state->mixer_to_enc_id, lm_idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 311 if (reserved_by_other(global_state->pingpong_to_enc_id, idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 327 if (reserved_by_other(global_state->dspp_to_enc_id, idx, enc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 433 if (reserved_by_other(global_state->ctl_to_enc_id, j, enc_id)) in _dpu_rm_reserve_ctls()
|
Completed in 2 milliseconds