Searched refs:MALI_PRINT (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_executor.c | 534 MALI_PRINT(("Executor GP: Job %d Timeout on %s\n", in mali_executor_interrupt_gp() 678 MALI_PRINT(("Executor PP: Job %d Timeout on %s\n", in mali_executor_interrupt_pp() 2632 MALI_PRINT(("GP running job: %p\n", gp_group->gp_running_job)); in mali_executor_running_status_print() 2636 MALI_PRINT(("Physical PP groups in WORKING state (count = %u):\n", group_list_working_count)); in mali_executor_running_status_print() 2638 …MALI_PRINT(("PP running job: %p, subjob %d \n", group->pp_running_job, group->pp_running_sub_job)); in mali_executor_running_status_print() 2641 MALI_PRINT(("Physical PP groups in INACTIVE state (count = %u):\n", group_list_inactive_count)); in mali_executor_running_status_print() 2643 MALI_PRINT(("\tPP status %d, SW power: %s\n", group->state, group->power_is_on ? "On" : "Off")); in mali_executor_running_status_print() 2644 MALI_PRINT(("\tPP #%d: %s\n", group->pp_core->core_id, group->pp_core->hw_core.description)); in mali_executor_running_status_print() 2646 MALI_PRINT(("Physical PP groups in IDLE state (count = %u):\n", group_list_idle_count)); in mali_executor_running_status_print() 2648 MALI_PRINT(("\tPP status %d, SW power: %s\n", group->state, group->power_is_on ? "On" : "Off")); in mali_executor_running_status_print() [all …]
|
| H A D | mali_scheduler.c | 1500 MALI_PRINT(("No GP&PP job in the job queue.\n")); in mali_scheduler_gp_pp_job_queue_print() 1504 MALI_PRINT(("Total (%d) GP job in the job queue.\n", job_queue_gp.depth)); in mali_scheduler_gp_pp_job_queue_print() 1509 …MALI_PRINT(("GP job(%p) id = %d tid = %d pid = %d in the gp job high_pri queue\n", gp_job, gp_job-… in mali_scheduler_gp_pp_job_queue_print() 1516 …MALI_PRINT(("GP job(%p) id = %d tid = %d pid = %d in the gp job normal_pri queue\n", gp_job, gp_jo… in mali_scheduler_gp_pp_job_queue_print() 1521 MALI_PRINT(("Total (%d) PP job in the job queue.\n", job_queue_pp.depth)); in mali_scheduler_gp_pp_job_queue_print() 1527 …MALI_PRINT(("PP Virtual job(%p) id = %d tid = %d pid = %d in the pp job high_pri queue\n", pp_job,… in mali_scheduler_gp_pp_job_queue_print() 1529 …MALI_PRINT(("PP Physical job(%p) id = %d tid = %d pid = %d in the pp job high_pri queue\n", pp_job… in mali_scheduler_gp_pp_job_queue_print() 1538 …MALI_PRINT(("PP Virtual job(%p) id = %d tid = %d pid = %d in the pp job normal_pri queue\n", pp_jo… in mali_scheduler_gp_pp_job_queue_print() 1540 …MALI_PRINT(("PP Physical job(%p) id = %d tid = %d pid = %d in the pp job normal_pri queue\n", pp_j… in mali_scheduler_gp_pp_job_queue_print()
|
| H A D | mali_kernel_common.h | 123 #define MALI_PRINT(args) do{ \ macro
|
| H A D | mali_group.c | 532 MALI_PRINT(("Dump Group %s\n", group->gp_core->hw_core.description)); 535 …MALI_PRINT(("0x%04x: 0x%08x 0x%08x 0x%08x 0x%08x\n", i, mali_hw_core_register_read(&group->gp_core… 543 MALI_PRINT(("Dump Group %s\n", group->pp_core->hw_core.description)); 546 …MALI_PRINT(("0x%04x: 0x%08x 0x%08x 0x%08x 0x%08x\n", i, mali_hw_core_register_read(&group->pp_core… 554 …MALI_PRINT(("0x%04x: 0x%08x 0x%08x 0x%08x 0x%08x\n", i, mali_hw_core_register_read(&group->pp_core… 561 MALI_PRINT(("Dump Group MMU\n")); 563 …MALI_PRINT(("0x%04x: 0x%08x 0x%08x 0x%08x 0x%08x\n", i, mali_hw_core_register_read(&group->mmu->hw…
|
| H A D | mali_timeline.c | 1842 …MALI_PRINT(("TL: %s %u %c - ref_wait:%u [%s(%u),%s(%u),%s(%u), fd:%d, fence:(0x%08X)] job:(0x%08… 1849 MALI_PRINT(("TL: %s %u %c fd:%d fence:(0x%08X) job:(0x%08X)\n", 1855 MALI_PRINT(("TL: %s %u %c - ref_wait:%u [%s(%u),%s(%u),%s(%u)] job:(0x%08X)\n", 1862 MALI_PRINT(("TL: %s %u %c job:(0x%08X)\n",
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_kernel_linux.c | 465 MALI_PRINT(("Mali device driver loaded\n")); in mali_module_init() 497 MALI_PRINT(("Mali device driver unloaded\n")); in mali_module_exit()
|