Home
last modified time | relevance | path

Searched refs:DBG_MSG (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_api.c31 DBG_MSG(5, ("Returning secure ID. ID: %u\n", mem->secure_id)); in ump_dd_secure_id_get()
42 DBG_MSG(5, ("Getting handle from secure ID. ID: %u\n", secure_id)); in ump_dd_handle_create_from_secure_id()
45 DBG_MSG(1, ("Secure ID not found. ID: %u\n", secure_id)); in ump_dd_handle_create_from_secure_id()
74 DBG_MSG(1, ("NULL parameter in ump_dd_phys_blocks_get()\n")); in ump_dd_phys_blocks_get()
79 DBG_MSG(1, ("Specified number of blocks do not match actual number of blocks\n")); in ump_dd_phys_blocks_get()
83 DBG_MSG(5, ("Returning physical block information. ID: %u\n", mem->secure_id)); in ump_dd_phys_blocks_get()
99 DBG_MSG(1, ("NULL parameter in ump_dd_phys_block_get()\n")); in ump_dd_phys_block_get()
104 DBG_MSG(5, ("Invalid index specified in ump_dd_phys_block_get()\n")); in ump_dd_phys_block_get()
108 DBG_MSG(5, ("Returning physical block information. ID: %u, index: %lu\n", mem->secure_id, index)); in ump_dd_phys_block_get()
123 DBG_MSG(5, ("Returning size. ID: %u, size: %lu\n", mem->secure_id, mem->size_bytes)); in ump_dd_size_get()
[all …]
H A Dump_kernel_common.c136 DBG_MSG(2, ("New session opened\n")); in _ump_ukk_open()
158 DBG_MSG(1, ("Memory mappings found on session usage list during session termination\n")); in _ump_ukk_close()
163 DBG_MSG(4, ("Freeing block with phys address 0x%x size 0x%x mapped in user space at 0x%x\n", in _ump_ukk_close()
182 DBG_MSG(2, ("Releasing UMP memory %u as part of file close\n", item->mem->secure_id)); in _ump_ukk_close()
192 DBG_MSG(2, ("Session closed\n")); in _ump_ukk_close()
224 DBG_MSG(1, ("Trying to map unknown secure ID %u\n", args->secure_id)); in _ump_ukk_map_mem()
233DBG_MSG(1, ("Trying to map too much or little. ID: %u, virtual size=%lu, UMP size: %lu\n", args->s… in _ump_ukk_map_mem()
242 DBG_MSG(1, ("ump_ukk_map_mem: unable to allocate a descriptor_mapping for return cookie\n")); in _ump_ukk_map_mem()
256 DBG_MSG(3, ("Mapping UMP secure_id: %d as cached.\n", args->secure_id)); in _ump_ukk_map_mem()
259 DBG_MSG(3, ("Mapping UMP secure_id: %d as Uncached.\n", args->secure_id)); in _ump_ukk_map_mem()
[all …]
H A Dump_kernel_ref_drv.c38 DBG_MSG(5, ("Adding physical memory to new handle. Address: 0x%08lx, size: %lu\n", addr, size)); in ump_dd_handle_create_from_phys_blocks()
55 DBG_MSG(1, ("Could not allocate ump_dd_mem in ump_dd_handle_create_from_phys_blocks()\n")); in ump_dd_handle_create_from_phys_blocks()
63DBG_MSG(1, ("Could not allocate a mem handle for function ump_dd_handle_create_from_phys_blocks().… in ump_dd_handle_create_from_phys_blocks()
86 DBG_MSG(1, ("Failed to allocate secure ID in ump_dd_handle_create_from_phys_blocks()\n")); in ump_dd_handle_create_from_phys_blocks()
90 DBG_MSG(3, ("UMP memory created. ID: %u, size: %lu\n", mem->secure_id, mem->size_bytes)); in ump_dd_handle_create_from_phys_blocks()
115 DBG_MSG(1, ("Failed to allocate ump_session_memory_list_element in ump_ioctl_allocate()\n")); in _ump_ukk_allocate()
123 DBG_MSG(1, ("Failed to allocate ump_dd_mem in _ump_ukk_allocate()\n")); in _ump_ukk_allocate()
147DBG_MSG(3, ("OOM: No more UMP memory left. Failed to allocate memory in ump_ioctl_allocate(). Size… in _ump_ukk_allocate()
170 DBG_MSG(1, ("Failed to allocate secure ID in ump_ioctl_allocate()\n")); in _ump_ukk_allocate()
176 DBG_MSG(3, ("UMP memory allocated. ID: %u, size: %lu\n", in _ump_ukk_allocate()
H A Dump_kernel_common.h25 #define DBG_MSG(level,args) do { /* args should be in brackets */ \ macro
48 #define DBG_MSG(level,args) do {} while(0) macro
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_osk_low_level_mem.c90DBG_MSG(4, ("VMA open, VMA reference count incremented. VMA: 0x%08lx, reference count: %d\n", (uns… in ump_vma_open()
104DBG_MSG(4, ("VMA close, VMA reference count decremented. VMA: 0x%08lx, reference count: %d\n", (un… in ump_vma_close()
118 DBG_MSG(4, ("No more VMA references left, releasing UMP memory\n")); in ump_vma_close()
134DBG_MSG(1, ("Failed to allocate memory for ump_vma_usage_tracker in _mali_osk_mem_mapregion_init\n… in _ump_osk_mem_mapregion_init()
158 DBG_MSG(3, ("Mapping with page_prot: 0x%x\n", vma->vm_page_prot)); in _ump_osk_mem_mapregion_init()
203DBG_MSG(4, ("Mapping virtual to physical memory. ID: %u, vma: 0x%08lx, virtual addr:0x%08lx, physi… in _ump_osk_mem_mapregion_map()
216 DBG_MSG(4, ("UMP[xx] Flushing complete L1 cache\n")); in level1_cache_flush_all()
228DBG_MSG(3, ("UMP[%02u] Flushing CPU L1 Cache. CPU address: %x, size: %x\n", mem->secure_id, virt, … in _ump_osk_msync()
232DBG_MSG(4, ("UMP Pending L1 cache flushes: %d\n", session_data->has_pending_level1_cache_flush)); in _ump_osk_msync()
239DBG_MSG(4, ("UMP[%02u] Defering the L1 flush. Nr pending:%d\n", mem->secure_id, session_data->has_… in _ump_osk_msync()
[all …]
H A Dump_kernel_memory_backend_os.c116 DBG_MSG(1, ("Failed to get mutex in os_free\n")); in os_allocate()
123DBG_MSG(5, ("Allocating page array. Size: %lu\n", descriptor->nr_blocks * sizeof(ump_dd_physical_b… in os_allocate()
128 DBG_MSG(1, ("Block array could not be allocated\n")); in os_allocate()
153DBG_MSG(5, ("Allocated page 0x%08lx cached: %d\n", descriptor->block_array[pages_allocated].addr, … in os_allocate()
164DBG_MSG(5, ("Alloce for ID:%2d got %d pages, cached: %d\n", descriptor->secure_id, pages_allocate… in os_allocate()
167 DBG_MSG(1, ("Failed to allocate needed pages\n")); in os_allocate()
184 DBG_MSG(6, ("%d out of %d pages now allocated\n", info->num_pages_allocated, info->num_pages_max)); in os_allocate()
208 DBG_MSG(1, ("Failed to get mutex in os_free\n")); in os_free()
212 DBG_MSG(5, ("Releasing %lu OS pages\n", descriptor->nr_blocks)); in os_free()
219 DBG_MSG(6, ("Freeing physical page. Address: 0x%08lx\n", descriptor->block_array[i].addr)); in os_free()
H A Dump_memory_backend.c42 DBG_MSG(2, ("Using dedicated memory backend\n")); in ump_memory_backend_create()
44DBG_MSG(2, ("Requesting dedicated memory: 0x%08x, size: %u\n", ump_memory_address, ump_memory_size… in ump_memory_backend_create()
52 DBG_MSG(2, ("Using OS memory backend, allocation limit: %d\n", ump_memory_size)); in ump_memory_backend_create()
62 DBG_MSG(2, ("Releasing dedicated memory: 0x%08x\n", ump_memory_address)); in ump_memory_backend_destroy()
H A Dump_kernel_linux.c110 DBG_MSG(2, ("Inserting UMP device driver. Compiled: %s, time: %s\n", __DATE__, __TIME__)); in ump_initialize_module()
130 DBG_MSG(2, ("Unloading UMP device driver\n")); in ump_cleanup_module()
132 DBG_MSG(2, ("Module unloaded\n")); in ump_cleanup_module()
354 DBG_MSG(1, ("User space use dmabuf API, but kernel don't support DMA BUF\n")); in ump_file_ioctl()
359 DBG_MSG(1, ("No handler for IOCTL. cmd: 0x%08x, arg: 0x%08lx\n", cmd, arg)); in ump_file_ioctl()
417 DBG_MSG(4, ("UMP vma->flags: %x\n", vma->vm_flags)); in ump_file_mmap()
H A Dump_kernel_memory_backend_dedicated.c71 DBG_MSG(1, ("Memory block of size %u is unusable\n", size)); in ump_block_allocator_create()
75DBG_MSG(5, ("Creating dedicated UMP memory backend. Base address: 0x%08x, size: 0x%08x\n", base_ad… in ump_block_allocator_create()
76 DBG_MSG(6, ("%u usable bytes which becomes %u blocks\n", usable_size, num_blocks)); in ump_block_allocator_create()
202 DBG_MSG(4, ("Could not find a mem-block for the allocation.\n")); in block_allocator_allocate()
246 DBG_MSG(3, ("%d blocks free after release call\n", allocator->num_free)); in block_allocator_release()
H A Dump_ukk_ref_wrappers.c53 DBG_MSG(1, ("_ump_ukk_allocate() failed in ump_ioctl_allocate()\n")); in ump_allocate_wrapper()
164 DBG_MSG(1, ("Failed to allocate blocks.\n")); in ump_dmabuf_import_wrapper()
179 DBG_MSG(1, ("Failed to allocate session.\n")); in ump_dmabuf_import_wrapper()
186 DBG_MSG(1, ("Failed to create ump handle.\n")); in ump_dmabuf_import_wrapper()
H A Dump_kernel_random_mapping.c183 DBG_MSG(5, ("Memory reference decremented. ID: %u, new value: %d\n", in ump_random_mapping_put()
187 DBG_MSG(3, ("Final release of memory. ID: %u\n", mem->secure_id)); in ump_random_mapping_put()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c329 DBG_MSG("intelfb_setup\n"); in intelfb_setup()
332 DBG_MSG("no options\n"); in intelfb_setup()
335 DBG_MSG("options: %s\n", options); in intelfb_setup()
382 DBG_MSG("intelfb_init\n"); in intelfb_init()
402 DBG_MSG("intelfb_exit\n"); in intelfb_exit()
415 DBG_MSG("cleanup\n"); in cleanup()
462 DBG_MSG("bailout\n"); \
484 DBG_MSG("intelfb_pci_register\n"); in intelfb_pci_register()
540 DBG_MSG("fb aperture: 0x%llx/0x%llx, MMIO region: 0x%llx/0x%llx\n", in intelfb_pci_register()
746 DBG_MSG("fb: 0x%x(+ 0x%x)/0x%x (0x%p)\n", in intelfb_pci_register()
[all …]
H A Dintelfbhw.c320 DBG_MSG("intelfbhw_validate_mode\n"); in intelfbhw_validate_mode()
389 DBG_MSG("intelfbhw_pan_display\n"); in intelfbhw_pan_display()
423 DBG_MSG("intelfbhw_do_blank: blank is %d\n", blank); in intelfbhw_do_blank()
439 DBG_MSG("cursor_on is %d\n", dinfo->cursor_on); in intelfbhw_do_blank()
507 DBG_MSG("intelfbhw_setcolreg: %d: (%d, %d, %d)\n", in intelfbhw_setcolreg()
524 DBG_MSG("intelfbhw_read_hw_state\n"); in intelfbhw_read_hw_state()
718 DBG_MSG("intelfbhw_print_hw_state\n"); in intelfbhw_print_hw_state()
947 DBG_MSG("Clock is %d\n", clock); in calc_pll_params()
959 DBG_MSG("p range is %d-%d (%d)\n", p_min, p_max, p_inc); in calc_pll_params()
1012 DBG_MSG("m, n, p: %d (%d,%d), %d (%d), %d (%d,%d), " in calc_pll_params()
[all …]
H A Dintelfb.h99 #define DBG_MSG(fmt, args...) printk(KERN_DEBUG PFX fmt, ## args) macro
101 #define DBG_MSG(fmt, args...) while (0) printk(fmt, ## args) macro
H A Dintelfb_i2c.c132 DBG_MSG("I2C bus %s registered.\n", name); in intelfb_setup_i2c_bus()