Home
last modified time | relevance | path

Searched refs:mali_gp_core (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.h25 struct mali_gp_core { struct
33 struct mali_gp_core *mali_gp_create(const _mali_osk_resource_t *resource, struct mali_group *group); argument
34 void mali_gp_delete(struct mali_gp_core *core);
36 void mali_gp_stop_bus(struct mali_gp_core *core);
37 _mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core);
38 void mali_gp_reset_async(struct mali_gp_core *core);
39 _mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core);
40 void mali_gp_hard_reset(struct mali_gp_core *core);
41 _mali_osk_errcode_t mali_gp_reset(struct mali_gp_core *core);
43 void mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job);
[all …]
H A Dmali_gp.c22 static struct mali_gp_core *mali_global_gp_core = NULL;
28 struct mali_gp_core *mali_gp_create(const _mali_osk_resource_t *resource, struct mali_group *group) in mali_gp_create()
30 struct mali_gp_core *core = NULL; in mali_gp_create()
35 core = _mali_osk_malloc(sizeof(struct mali_gp_core)); in mali_gp_create()
77 void mali_gp_delete(struct mali_gp_core *core) in mali_gp_delete()
87 void mali_gp_stop_bus(struct mali_gp_core *core) in mali_gp_stop_bus()
94 _mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core) in mali_gp_stop_bus_wait()
117 void mali_gp_hard_reset(struct mali_gp_core *core) in mali_gp_hard_reset()
150 void mali_gp_reset_async(struct mali_gp_core *core) in mali_gp_reset_async()
162 _mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core) in mali_gp_reset_wait()
[all …]
H A Dmali_group.h53 struct mali_gp_core *gp_core;
108 struct mali_gp_core *gp_core);
272 MALI_STATIC_INLINE struct mali_gp_core *mali_group_get_gp_core(struct mali_group *group) in mali_group_get_gp_core()
H A Dmali_executor.c249 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_executor_populate()
1987 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_executor_complete_group()
H A Dmali_kernel_core.c340 struct mali_gp_core *gp_core = mali_gp_create(resource_gp, group); in mali_create_group()
H A Dmali_group.c190 _mali_osk_errcode_t mali_group_add_gp_core(struct mali_group *group, struct mali_gp_core *gp_core) in mali_group_add_gp_core()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_sysfs.c1227 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_sysfs_register()