Home
last modified time | relevance | path

Searched refs:stage_cnt (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/
H A Dhal_task.cpp54 MPP_RET hal_task_group_init(HalTaskGroup *group, RK_S32 stage_cnt, RK_S32 task_cnt, RK_S32 task_siz… in hal_task_group_init() argument
56 if (NULL == group || stage_cnt < 0 || task_cnt < 0 || task_size < 0) { in hal_task_group_init()
58 group, stage_cnt, task_cnt, task_size); in hal_task_group_init()
71 (sizeof(struct list_head)) * stage_cnt + in hal_task_group_init()
72 (sizeof(RK_U32)) * stage_cnt); in hal_task_group_init()
78 p->stage_count = stage_cnt; in hal_task_group_init()
83 p->count = (RK_U32 *)(p->list + stage_cnt); in hal_task_group_init()
84 p->tasks = (HalTaskImpl *)(p->count + stage_cnt); in hal_task_group_init()
88 for (i = 0; i < stage_cnt; i++) in hal_task_group_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dhal_task.h41 MPP_RET hal_task_group_init(HalTaskGroup *group, RK_S32 stage_cnt,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.h58 u32 stage_cnt, u32 ctl_blend_op_flags);
H A Dmdp5_ctl.c350 u32 stage_cnt, u32 ctl_blend_op_flags) in mdp5_ctl_blend() argument
370 for (i = start_stage; stage_cnt && i <= STAGE_MAX; i++) { in mdp5_ctl_blend()