Searched refs:reserved_by_other (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_rm.c | 24 static inline bool reserved_by_other(uint32_t *res_map, int idx, in reserved_by_other() function 267 if (reserved_by_other(global_state->cwb_to_crtc_id, j, crtc_id) || in _dpu_rm_reserve_cwb_mux_and_pingpongs() 317 if (reserved_by_other(global_state->mixer_to_crtc_id, lm_idx, crtc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 329 if (reserved_by_other(global_state->pingpong_to_crtc_id, idx, crtc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 344 if (reserved_by_other(global_state->dspp_to_crtc_id, idx, crtc_id)) { in _dpu_rm_check_lm_and_get_connected_blks() 462 if (reserved_by_other(global_state->ctl_to_crtc_id, j, crtc_id)) in _dpu_rm_reserve_ctls() 534 if (reserved_by_other(global_state->dsc_to_crtc_id, dsc_idx, crtc_id)) in _dpu_rm_dsc_alloc() 576 if (reserved_by_other(global_state->dsc_to_crtc_id, dsc_idx, crtc_id) || in _dpu_rm_dsc_alloc_pair() 577 reserved_by_other(global_state->dsc_to_crtc_id, dsc_idx + 1, crtc_id)) in _dpu_rm_dsc_alloc_pair()
|