Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c1168 n += mali_group_dump_state(gp_group, buf + n, size - n); in mali_executor_dump_state()
1175 n += mali_group_dump_state(group, buf + n, size - n); in mali_executor_dump_state()
1183 n += mali_group_dump_state(group, buf + n, size - n); in mali_executor_dump_state()
1191 n += mali_group_dump_state(group, buf + n, size - n); in mali_executor_dump_state()
1199 n += mali_group_dump_state(group, buf + n, size - n); in mali_executor_dump_state()
1227 n += mali_group_dump_state(virtual_group, buf + n, size - n); in mali_executor_dump_state()
H A Dmali_group.h445 u32 mali_group_dump_state(struct mali_group *group, char *buf, u32 size);
H A Dmali_group.c1382 u32 mali_group_dump_state(struct mali_group *group, char *buf, u32 size) in mali_group_dump_state() function
1456 n += mali_group_dump_state(child, buf + n, size - n); in mali_group_dump_state()