Searched refs:gp_core (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_group.h | 53 struct mali_gp_core *gp_core; member 108 struct mali_gp_core *gp_core); 122 MALI_DEBUG_ASSERT_POINTER(group->gp_core); in mali_group_core_description() 123 return mali_gp_core_description(group->gp_core); in mali_group_core_description() 275 return group->gp_core; in mali_group_get_gp_core() 314 MALI_DEBUG_ASSERT_POINTER(group->gp_core); in mali_group_get_interrupt_result_gp() 316 return mali_gp_get_interrupt_result(group->gp_core); in mali_group_get_interrupt_result_gp() 338 MALI_DEBUG_ASSERT_POINTER(group->gp_core); in mali_group_gp_is_active() 340 return mali_gp_is_active(group->gp_core); in mali_group_gp_is_active() 384 MALI_DEBUG_ASSERT_POINTER(group->gp_core); in mali_group_mask_all_interrupts_gp() [all …]
|
| H A D | mali_group.c | 105 if (NULL != group->gp_core) { in mali_group_delete() 106 mali_gp_delete(group->gp_core); in mali_group_delete() 190 _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() argument 193 group->gp_core = gp_core; in mali_group_add_gp_core() 205 group->gp_core = NULL; in mali_group_remove_gp_core() 529 …MALI_DEBUG_ASSERT(NULL != group->gp_core || (NULL != group->pp_core && !mali_group_is_virtual(grou… 531 if (NULL != group->gp_core) { 532 MALI_PRINT(("Dump Group %s\n", group->gp_core->hw_core.description)); 535 …0x%04x: 0x%08x 0x%08x 0x%08x 0x%08x\n", i, mali_hw_core_register_read(&group->gp_core->hw_core, i), 536 mali_hw_core_register_read(&group->gp_core->hw_core, i + 4), [all …]
|
| H A D | mali_executor.c | 249 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_executor_populate() local 269 MALI_DEBUG_ASSERT_POINTER(gp_core); in mali_executor_populate() 273 gp_version = mali_gp_core_get_version(gp_core); in mali_executor_populate() 1987 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_executor_complete_group() local 1993 if (NULL != gp_core) { in mali_executor_complete_group() 2633 if ((gp_group->gp_core) && (gp_group->is_working)) { in mali_executor_running_status_print()
|
| H A D | mali_kernel_core.c | 340 struct mali_gp_core *gp_core = mali_gp_create(resource_gp, group); in mali_create_group() local 341 if (NULL == gp_core) { in mali_create_group()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_kernel_sysfs.c | 1227 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_sysfs_register() local 1228 if (NULL != gp_core) { in mali_sysfs_register() 1232 …debugfs_create_file("base_addr", 0400, mali_gp_gpx_dir, &gp_core->hw_core, &hw_core_base_addr_fops… in mali_sysfs_register()
|