Home
last modified time | relevance | path

Searched refs:csg_reg_bind_retries (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_mcu_shared_reg.c129 group->csg_reg_bind_retries = 0; in notify_group_csg_reg_map_done()
139 if (group->csg_reg_bind_retries < U8_MAX) in notify_group_csg_reg_map_error()
140 group->csg_reg_bind_retries++; in notify_group_csg_reg_map_error()
143 if (group->csg_reg_bind_retries == MCU_SHARED_REGS_BIND_ATTEMPT_LIMIT) { in notify_group_csg_reg_map_error()
155 return group->csg_reg_bind_retries >= MCU_SHARED_REGS_BIND_ATTEMPT_LIMIT; in notify_group_csg_reg_map_error()
H A Dmali_kbase_csf_defs.h584 u8 csg_reg_bind_retries; member
H A Dmali_kbase_csf.c1248 group->csg_reg_bind_retries = 0; in create_queue_group()