| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_kernel_core.c | 152 MALI_PRINT_ERROR(("Mali-200 is not supported by this driver.\n")); in mali_parse_product_info() 178 MALI_PRINT_ERROR(("Failed to create initial PP object\n")); in mali_parse_product_info() 181 MALI_PRINT_ERROR(("Failed to create initial group object\n")); in mali_parse_product_info() 184 MALI_PRINT_ERROR(("First PP core not specified in config file\n")); in mali_parse_product_info() 226 MALI_PRINT_ERROR(("Failed to create L2 cache object\n")); in mali_create_l2_cache_core() 326 MALI_PRINT_ERROR(("Failed to create group object for MMU %s\n", resource_mmu->description)); in mali_create_group() 333 MALI_PRINT_ERROR(("Failed to create MMU object\n")); in mali_create_group() 343 MALI_PRINT_ERROR(("Failed to create GP object\n")); in mali_create_group() 356 MALI_PRINT_ERROR(("Failed to create PP object\n")); in mali_create_group() 381 MALI_PRINT_ERROR(("Failed to create DLBU object \n")); in mali_create_virtual_group() [all …]
|
| H A D | mali_kernel_common.h | 116 #define MALI_PRINT_ERROR(args) do{ \ macro 139 #define MALI_DEBUG_PRINT_ERROR(args) MALI_PRINT_ERROR(args) 154 #define MALI_DEBUG_PRINT_ASSERT(condition, args) do {if( !(condition)) { MALI_PRINT_ERROR(args); _… 155 #define MALI_DEBUG_ASSERT_POINTER(pointer) do {if( (pointer)== NULL) {MALI_PRINT_ERROR(("NULL poin… 156 #define MALI_DEBUG_ASSERT(condition) do {if( !(condition)) {MALI_PRINT_ERROR(("ASSERT failed: " #c…
|
| H A D | mali_gp_job.c | 124 MALI_PRINT_ERROR(("Mali GP job: The number of varying buffer to defer bind is invalid !\n")); in mali_gp_job_create() 133 …MALI_PRINT_ERROR(("Mali GP job: allocate varying_list failed varying_alloc_num = %d !\n", job->uar… in mali_gp_job_create() 143 MALI_PRINT_ERROR(("Mali GP job: Failed to copy varying list from user space!\n")); in mali_gp_job_create() 149 MALI_PRINT_ERROR(("Mali GP job: _mali_gp_add_varying_allocations failed!\n")); in mali_gp_job_create() 156 MALI_PRINT_ERROR(("Mali GP job: mali_mem_defer_bind_allocation_prepare failed!\n")); in mali_gp_job_create() 171 MALI_PRINT_ERROR(("Mali GP job: mali_mem_prepare_mem_for_job failed!\n")); in mali_gp_job_create() 175 MALI_PRINT_ERROR(("gp job create, mali_mem_defer_bind failed! GP %x fail!", job)); in mali_gp_job_create() 196 MALI_PRINT_ERROR(("Mali GP job: _mali_osk_calloc failed!\n")); in mali_gp_job_create()
|
| H A D | mali_mem_validation.c | 28 MALI_PRINT_ERROR(("Failed to add frame buffer memory; another range is already specified\n")); in mali_mem_validation_add_range() 35 MALI_PRINT_ERROR(("Failed to add frame buffer memory; incorrect alignment\n")); in mali_mem_validation_add_range() 63 …MALI_PRINT_ERROR(("MALI PHYSICAL RANGE VALIDATION ERROR: The range supplied was: phys_base=0x%08X,… in mali_mem_validation_check()
|
| H A D | mali_gp.c | 59 …MALI_PRINT_ERROR(("Mali GP: Failed to setup interrupt handlers for GP core %s\n", core->hw_core.de… in mali_gp_create() 63 MALI_PRINT_ERROR(("Mali GP: Failed to add core %s to group\n", core->hw_core.description)); in mali_gp_create() 71 MALI_PRINT_ERROR(("Failed to allocate memory for GP core\n")); in mali_gp_create() 111 MALI_PRINT_ERROR(("Mali GP: Failed to stop bus on %s\n", core->hw_core.description)); in mali_gp_stop_bus_wait() 140 MALI_PRINT_ERROR(("Mali GP: The hard reset loop didn't work, unable to recover\n")); in mali_gp_hard_reset() 177 MALI_PRINT_ERROR(("Mali GP: Failed to reset core %s, rawstat: 0x%08x\n", in mali_gp_reset_wait()
|
| H A D | mali_pp.c | 43 MALI_PRINT_ERROR(("Mali PP: Too many PP core objects created\n")); in mali_pp_create() 80 …MALI_PRINT_ERROR(("Mali PP: Failed to setup interrupt handlers for PP core %s\n", core->hw_core.de… in mali_pp_create() 84 MALI_PRINT_ERROR(("Mali PP: Failed to add core %s to group\n", core->hw_core.description)); in mali_pp_create() 92 MALI_PRINT_ERROR(("Mali PP: Failed to allocate memory for PP core\n")); in mali_pp_create() 150 …MALI_PRINT_ERROR(("Mali PP: Failed to stop bus on %s. Status: 0x%08x\n", core->hw_core.description… in mali_pp_stop_bus_wait() 230 MALI_PRINT_ERROR(("Mali PP: The hard reset loop didn't work, unable to recover\n")); in mali_pp_hard_reset() 268 MALI_PRINT_ERROR(("Mali PP: Failed to reset core %s, rawstat: 0x%08x\n", in mali_pp_reset_wait()
|
| H A D | mali_l2_cache.c | 110 MALI_PRINT_ERROR(("Mali L2 cache: Too many L2 caches\n")); in mali_l2_cache_create() 116 MALI_PRINT_ERROR(("Mali L2 cache: Failed to allocate memory for L2 cache core\n")); in mali_l2_cache_create() 149 MALI_PRINT_ERROR(("Mali L2 cache: Failed to create counter lock for L2 cache core %s\n", in mali_l2_cache_create() 428 MALI_PRINT_ERROR(("Failed to invalidate cache\n")); in mali_l2_cache_invalidate_all() 458 MALI_PRINT_ERROR(("Failed to invalidate cache (page)\n")); in mali_l2_cache_invalidate_all_pages()
|
| H A D | mali_mmu.c | 133 …MALI_PRINT_ERROR(("Mali MMU: Failed to setup interrupt handlers for MMU %s\n", mmu->hw_core.descri… in mali_mmu_create() 138 MALI_PRINT_ERROR(("Mali MMU: Failed to add core %s to group\n", mmu->hw_core.description)); in mali_mmu_create() 145 MALI_PRINT_ERROR(("Failed to allocate memory for MMU\n")); in mali_mmu_create() 173 …MALI_PRINT_ERROR(("Enable paging request failed, MMU status is 0x%08X\n", mali_hw_core_register_re… in mali_mmu_enable_paging() 279 …MALI_PRINT_ERROR(("Reset request failed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu-… in mali_mmu_raw_reset()
|
| H A D | mali_pp_job.c | 58 MALI_PRINT_ERROR(("Mali PP job: Too many sub jobs specified in job object\n")); in mali_pp_job_create() 101 MALI_PRINT_ERROR(("Mali PP job: The number of memory cookies is invalid !\n")); in mali_pp_job_create() 113 MALI_PRINT_ERROR(("Mali PP job: Failed to allocate %d bytes of memory cookies!\n", size)); in mali_pp_job_create() 118 MALI_PRINT_ERROR(("Mali PP job: Failed to copy %d bytes of memory cookies from user!\n", size)); in mali_pp_job_create()
|
| H A D | mali_timeline_sync_fence.c | 46 MALI_PRINT_ERROR(("Mali Timeline: sync_fence_tracker allocation failed\n")); in mali_timeline_sync_fence_create_and_add_tracker() 54 MALI_PRINT_ERROR(("Mali Timeline: sync_flag creation failed\n")); in mali_timeline_sync_fence_create_and_add_tracker() 62 MALI_PRINT_ERROR(("Mali Timeline: sync_fence creation failed\n")); in mali_timeline_sync_fence_create_and_add_tracker()
|
| H A D | mali_timeline_fence_wait.c | 94 …MALI_PRINT_ERROR(("Mali Timeline: point %d is not valid (oldest=%d, next=%d)\n", point, timeline->… 124 MALI_PRINT_ERROR(("Mali Timeline: failed to get sync fence from fd %d\n", fence->sync_fd)); 162 MALI_PRINT_ERROR(("Mali Timeline: failed to allocate data for fence wait\n"));
|
| H A D | mali_hw_core.c | 30 …MALI_PRINT_ERROR(("Failed to map memory region for core %s at phys_addr 0x%08X\n", core->descripti… in mali_hw_core_create() 34 …MALI_PRINT_ERROR(("Failed to request memory region for core %s at phys_addr 0x%08X\n", core->descr… in mali_hw_core_create()
|
| H A D | mali_broadcast.c | 34 MALI_PRINT_ERROR(("Broadcast: Failed to allocate memory for Broadcast unit\n")); in mali_bcast_unit_create() 45 MALI_PRINT_ERROR(("Broadcast: Failed map broadcast unit\n")); in mali_bcast_unit_create()
|
| H A D | mali_user_settings_db.c | 46 …MALI_PRINT_ERROR(("Failed to notify user space session about num PP core change (alloc failure)\n"… in mali_user_settings_notify() 60 …MALI_PRINT_ERROR(("Failed to notify user space session about setting change (alloc failure %u)\n",… in mali_user_settings_notify()
|
| H A D | mali_scheduler.c | 745 MALI_PRINT_ERROR(("Failed to create GP job.\n")); in _mali_ukk_gp_start_job() 780 MALI_PRINT_ERROR(("Failed to create PP job.\n")); in _mali_ukk_pp_start_job() 832 MALI_PRINT_ERROR(("Failed to create PP job.\n")); in _mali_ukk_pp_and_gp_start_job() 840 MALI_PRINT_ERROR(("Failed to create GP job.\n")); in _mali_ukk_pp_and_gp_start_job() 1006 MALI_PRINT_ERROR(("Failed to alloc the reservation object list.\n")); in mali_scheduler_submit_pp_job() 1023 MALI_PRINT_ERROR(("Failed to find the memory backend for memory cookie[%d].\n", i)); in mali_scheduler_submit_pp_job() 1051 MALI_PRINT_ERROR(("Failed to creat one new dma fence.\n")); in mali_scheduler_submit_pp_job() 1062 MALI_PRINT_ERROR(("Failed to lock all reservation objects.\n")); in mali_scheduler_submit_pp_job() 1074 MALI_PRINT_ERROR(("Failed to add waiter into mali dma fence context.\n")); in mali_scheduler_submit_pp_job()
|
| H A D | mali_dlbu.c | 120 MALI_PRINT_ERROR(("Failed to reset DLBU %s\n", core->hw_core.description)); in mali_dlbu_create() 126 MALI_PRINT_ERROR(("Mali DLBU: Failed to allocate memory for DLBU core\n")); in mali_dlbu_create()
|
| H A D | mali_timeline.c | 141 MALI_PRINT_ERROR(("Mali Timeline: Soft job timer callback without a waiting tracker.\n")); in mali_timeline_timer_callback() 253 MALI_PRINT_ERROR(("Mali Timeline: Invalid timeline id %d\n", id)); in mali_timeline_create() 692 MALI_PRINT_ERROR(("Mali Timeline: sync tracker not supported\n", tracker->type)); in mali_timeline_tracker_activate() 696 MALI_PRINT_ERROR(("Mali Timeline - Illegal tracker type: %d\n", tracker->type)); in mali_timeline_tracker_activate() 1200 MALI_PRINT_ERROR(("Mali Timeline: point %d is not valid (oldest=%d, next=%d)\n", 1224 MALI_PRINT_ERROR(("Mali Timeline: failed to allocate memory for waiter\n")); 1257 …MALI_PRINT_ERROR(("Mali Timeline: failed to get sync fence from fd %d\n", tracker->fence.sync_fd)); 1263 MALI_PRINT_ERROR(("Mali Timeline: failed to allocate memory for waiter\n")); 1280 …MALI_PRINT_ERROR(("Mali Timeline: sync fence fd %d signaled with error %d\n", tracker->fence.sync_… 1323 MALI_PRINT_ERROR(("Mali Timeline: failed to allocate memory for waiter\n")); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_devfreq.c | 65 MALI_PRINT_ERROR(("Failed to get opp (%ld)\n", PTR_ERR(opp))); in mali_devfreq_target() 100 MALI_PRINT_ERROR(("Failed to increase voltage (%d)\n", err)); in mali_devfreq_target() 108 MALI_PRINT_ERROR(("Failed to set clock %lu (target %lu)\n", freq, *target_freq)); in mali_devfreq_target() 122 MALI_PRINT_ERROR(("Failed to decrease voltage (%d)\n", err)); in mali_devfreq_target() 214 MALI_PRINT_ERROR(("Unable to enumerate all OPPs (%d!=%d)\n", in mali_devfreq_init_freq_table() 282 MALI_PRINT_ERROR(("Failed to register OPP notifier (%d)\n", err)); in mali_devfreq_init() 320 MALI_PRINT_ERROR(("Failed to register cooling device (%d)\n", err)); in mali_devfreq_init() 337 MALI_PRINT_ERROR(("Failed to terminate devfreq (%d)\n", err)); in mali_devfreq_init() 359 MALI_PRINT_ERROR(("Failed to terminate devfreq (%d)\n", err)); in mali_devfreq_term()
|
| H A D | mali_kernel_linux.c | 449 MALI_PRINT_ERROR(("Failed to initialize profiling, feature will be unavailable\n")); in mali_module_init() 524 MALI_PRINT_ERROR(("mali_probe(): The Mali driver is already connected with a Mali device.")); in mali_probe() 547 MALI_PRINT_ERROR(("mali_probe(): Failed to initialize platform device.")); in mali_probe() 556 MALI_PRINT_ERROR(("Can't allocate mali device private data\n")); in mali_probe() 597 MALI_PRINT_ERROR(("Failed to prepare clock (%d)\n", err)); in mali_probe() 633 MALI_PRINT_ERROR(("mali_probe(): failed to register sysfs entries")); in mali_probe() 637 MALI_PRINT_ERROR(("mali_probe(): failed to register Mali misc device.")); in mali_probe() 641 MALI_PRINT_ERROR(("mali_probe(): Failed to initialize Mali device driver.")); in mali_probe() 730 MALI_PRINT_ERROR(("Failed to register misc device, misc_register() returned %d\n", err)); in mali_miscdevice_register() 876 MALI_PRINT_ERROR(("mali_open() Minor does not match\n")); in mali_open() [all …]
|
| H A D | mali_internal_sync.c | 98 …MALI_PRINT_ERROR(("Mali internal sync:Failed to wait fence 0x%x for sync_fence 0x%x.\n", fence, s… in mali_internal_fence_check_cb_func() 154 …MALI_PRINT_ERROR(("Mali internal sync:Invalid size to create the mali internal sync timeline.\n")); in mali_internal_sync_timeline_create() 160 …MALI_PRINT_ERROR(("Mali internal sync:Failed to allocate buffer for the mali internal sync timel… in mali_internal_sync_timeline_create() 225 MALI_PRINT_ERROR(("Mali internal sync:Invalid size to create the mali internal sync point.\n")); in mali_internal_sync_point_create() 231 …MALI_PRINT_ERROR(("Mali internal sync:Failed to allocate buffer for the mali internal sync point… in mali_internal_sync_point_create() 294 …MALI_PRINT_ERROR(("Mali internal sync:Failed to create the mali internal sync fence when merging … in mali_internal_sync_fence_merge() 426 MALI_PRINT_ERROR(("Mali internal sync:Failed to alloc buffer for fences.\n")); in mali_internal_sync_fence_merge() 481 …MALI_PRINT_ERROR(("Mali internal sync:Failed to create the mali internal sync fence when merging … in mali_internal_sync_fence_merge() 492 MALI_PRINT_ERROR(("Mali internal sync:Failed to set fence for sync fence.\n")); in mali_internal_sync_fence_merge()
|
| H A D | mali_osk_pm.c | 38 MALI_PRINT_ERROR(("Mali OSK PM: pm_runtime_get_sync() returned error code %d\n", err)); in _mali_osk_pm_dev_ref_get_sync() 56 MALI_PRINT_ERROR(("Mali OSK PM: pm_runtime_get() returned error code %d\n", err)); in _mali_osk_pm_dev_ref_get_async()
|
| H A D | mali_osk_profiling.c | 619 MALI_PRINT_ERROR(("Failed to create notification object!\n")); in _mali_profiling_notification_mem_counter() 622 MALI_PRINT_ERROR(("Failed to find the right session!\n")); in _mali_profiling_notification_mem_counter() 647 MALI_PRINT_ERROR(("Failed to create notification object!\n")); in _mali_profiling_notification_enable() 650 MALI_PRINT_ERROR(("Failed to find the right session!\n")); in _mali_profiling_notification_enable() 874 MALI_PRINT_ERROR(("Failed to create global_mali_profiling_counters.\n")); in _mali_ukk_profiling_control_set() 914 …MALI_PRINT_ERROR(("Wrong control packet size, type 0x%x,size 0x%x.\n", control_packet_data[0], co… in _mali_ukk_profiling_control_set() 929 MALI_PRINT_ERROR(("Response packet data is too large..\n")); in _mali_ukk_profiling_control_set() 961 …MALI_PRINT_ERROR(("Wrong control packet size , type 0x%x,size 0x%x.\n", control_packet_data[0], c… in _mali_ukk_profiling_control_set() 1038 MALI_PRINT_ERROR(("Counter name does not match for type %u.\n", control_type)); in _mali_ukk_profiling_control_set() 1060 …MALI_PRINT_ERROR(("Wrong control packet size , type 0x%x,size 0x%x.\n", control_packet_data[0], c… in _mali_ukk_profiling_control_set() [all …]
|
| H A D | mali_sync.c | 579 MALI_PRINT_ERROR(("Mali sync: sync_pt creation failed\n")); in mali_sync_flag_create_pt() 601 MALI_PRINT_ERROR(("Mali sync: sync_pt creation failed\n")); in mali_sync_flag_create_fence() 606 MALI_PRINT_ERROR(("Mali sync: sync_fence creation failed\n")); in mali_sync_flag_create_fence()
|
| H A D | mali_ukk_soft_job.c | 62 MALI_PRINT_ERROR(("Mali Soft Job: failed to put job id")); in soft_job_start_wrapper()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/arm/ |
| H A D | arm.c | 69 MALI_PRINT_ERROR(("Failed to reset GPU and enable Mali secured mode !!! \n")); in mali_gpu_reset_and_secure_mode_enable_juno() 87 MALI_PRINT_ERROR(("Failed to reset GPU and disable mali secured mode !!! \n")); in mali_gpu_reset_and_secure_mode_disable_juno()
|