Searched refs:mali_pp_core (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_pp.h | 26 struct mali_pp_core { struct 36 struct mali_pp_core *mali_pp_create(const _mali_osk_resource_t *resource, struct mali_group *group,… argument 37 void mali_pp_delete(struct mali_pp_core *core); 39 void mali_pp_stop_bus(struct mali_pp_core *core); 40 _mali_osk_errcode_t mali_pp_stop_bus_wait(struct mali_pp_core *core); 41 void mali_pp_reset_async(struct mali_pp_core *core); 42 _mali_osk_errcode_t mali_pp_reset_wait(struct mali_pp_core *core); 43 _mali_osk_errcode_t mali_pp_reset(struct mali_pp_core *core); 44 _mali_osk_errcode_t mali_pp_hard_reset(struct mali_pp_core *core); 46 void mali_pp_job_start(struct mali_pp_core *core, struct mali_pp_job *job, u32 sub_job, mali_bool r… [all …]
|
| H A D | mali_pp.c | 28 static struct mali_pp_core *mali_global_pp_cores[MALI_MAX_NUMBER_OF_PP_CORES] = { NULL }; 35 struct mali_pp_core *mali_pp_create(const _mali_osk_resource_t *resource, struct mali_group *group,… in mali_pp_create() 37 struct mali_pp_core *core = NULL; in mali_pp_create() 47 core = _mali_osk_calloc(1, sizeof(struct mali_pp_core)); in mali_pp_create() 98 void mali_pp_delete(struct mali_pp_core *core) in mali_pp_delete() 127 void mali_pp_stop_bus(struct mali_pp_core *core) in mali_pp_stop_bus() 134 _mali_osk_errcode_t mali_pp_stop_bus_wait(struct mali_pp_core *core) in mali_pp_stop_bus_wait() 203 _mali_osk_errcode_t mali_pp_hard_reset(struct mali_pp_core *core) in mali_pp_hard_reset() 241 void mali_pp_reset_async(struct mali_pp_core *core) in mali_pp_reset_async() 252 _mali_osk_errcode_t mali_pp_reset_wait(struct mali_pp_core *core) in mali_pp_reset_wait() [all …]
|
| H A D | mali_executor.h | 28 struct mali_pp_core; 45 struct mali_pp_core *mali_executor_get_virtual_pp(void);
|
| H A D | mali_dlbu.c | 172 struct mali_pp_core *pp_core; in mali_dlbu_add_group() 188 struct mali_pp_core *pp_core; in mali_dlbu_remove_group()
|
| H A D | mali_group.h | 56 struct mali_pp_core *pp_core; 112 struct mali_pp_core *pp_core); 280 MALI_STATIC_INLINE struct mali_pp_core *mali_group_get_pp_core(struct mali_group *group) in mali_group_get_pp_core()
|
| H A D | mali_kernel_core.c | 137 …struct mali_pp_core *pp_core = mali_pp_create(&first_pp_resource, group, MALI_FALSE, mali_get_bcas… in mali_parse_product_info() 350 struct mali_pp_core *pp_core; in mali_create_group() 371 struct mali_pp_core *pp_bcast_core; in mali_create_virtual_group()
|
| H A D | mali_executor.c | 248 struct mali_pp_core *pp_core = mali_group_get_pp_core(group); in mali_executor_populate() 415 struct mali_pp_core *mali_executor_get_virtual_pp(void) in mali_executor_get_virtual_pp() 1988 struct mali_pp_core *pp_core = mali_group_get_pp_core(group); in mali_executor_complete_group()
|
| H A D | mali_group.c | 211 _mali_osk_errcode_t mali_group_add_pp_core(struct mali_group *group, struct mali_pp_core *pp_core) in mali_group_add_pp_core()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_kernel_sysfs.c | 1254 struct mali_pp_core *pp_core = mali_group_get_pp_core(group); in mali_sysfs_register()
|