Searched refs:rect_index (Results 1 – 2 of 2) sorted by relevance
239 enum dpu_sspp_multirect_index rect_index = stage_cfg->multirect_index[stage][i]; in _set_staged_sspp() local259 if (rect_index == DPU_SSPP_RECT_SOLO || rect_index == DPU_SSPP_RECT_0) { in _set_staged_sspp()261 } else if (rect_index == DPU_SSPP_RECT_1) { in _set_staged_sspp()264 DPU_ERROR("invalid rec-%d rect_index:%d\n", i, rect_index); in _set_staged_sspp()
112 static inline u32 dpu_hw_sspp_calculate_rect_off(enum dpu_sspp_multirect_index rect_index, in dpu_hw_sspp_calculate_rect_off() argument115 return (rect_index == DPU_SSPP_RECT_SOLO || rect_index == DPU_SSPP_RECT_0) ? in dpu_hw_sspp_calculate_rect_off()