| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_tiler_heap_debugfs.c | 121 if (WARN_ON(!kctx || IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_csf_tiler_heap_debugfs_init() 124 file = debugfs_create_file("tiler_heaps", 0444, kctx->kctx_dentry, in kbase_csf_tiler_heap_debugfs_init() 137 if (WARN_ON(!kctx || IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_csf_tiler_heap_total_debugfs_init() 140 file = debugfs_create_file("tiler_heaps_total", 0444, kctx->kctx_dentry, in kbase_csf_tiler_heap_total_debugfs_init()
|
| H A D | mali_kbase_csf_kcpu_debugfs.c | 172 if (WARN_ON(!kctx || IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_csf_kcpu_debugfs_init() 175 file = debugfs_create_file("kcpu_queues", mode, kctx->kctx_dentry, in kbase_csf_kcpu_debugfs_init()
|
| H A D | mali_kbase_csf_cpu_queue_debugfs.c | 109 if (WARN_ON(!kctx || IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_csf_cpu_queue_debugfs_init() 112 file = debugfs_create_file("cpu_queue", 0444, kctx->kctx_dentry, in kbase_csf_cpu_queue_debugfs_init()
|
| H A D | mali_kbase_csf_sync_debugfs.c | 770 if (WARN_ON(!kctx || IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_csf_sync_debugfs_init() 773 file = debugfs_create_file("csf_sync", mode, kctx->kctx_dentry, kctx, in kbase_csf_sync_debugfs_init()
|
| H A D | mali_kbase_csf_csg_debugfs.c | 591 if (WARN_ON(!kctx || IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_csf_queue_group_debugfs_init() 595 kctx->kctx_dentry, kctx, &kbasep_csf_queue_group_debugfs_fops); in kbase_csf_queue_group_debugfs_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_debug_mem_zones.c | 103 if (WARN_ON(!kctx) || WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_debug_mem_zones_init() 106 debugfs_create_file("mem_zones", 0400, kctx->kctx_dentry, kctx, in kbase_debug_mem_zones_init()
|
| H A D | mali_kbase_debug_mem_allocs.c | 125 if (WARN_ON(!kctx) || WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_debug_mem_allocs_init() 128 debugfs_create_file("mem_allocs", 0400, kctx->kctx_dentry, kctx, in kbase_debug_mem_allocs_init()
|
| H A D | mali_kbase_mem_profile_debugfs.c | 81 if (IS_ERR_OR_NULL(kctx->kctx_dentry)) { in kbasep_mem_profile_debugfs_insert() 84 mode, kctx->kctx_dentry, kctx, in kbasep_mem_profile_debugfs_insert()
|
| H A D | mali_kbase_jd_debugfs.c | 190 WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbasep_jd_debugfs_ctx_init() 194 debugfs_create_file("atoms", mode, kctx->kctx_dentry, kctx, in kbasep_jd_debugfs_ctx_init()
|
| H A D | mali_kbase_debug_mem_view.c | 400 WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_debug_mem_view_init() 406 debugfs_create_file("mem_view", 0400, kctx->kctx_dentry, kctx, in kbase_debug_mem_view_init()
|
| H A D | mali_kbase_defs.h | 1951 struct dentry *kctx_dentry; member
|
| H A D | mali_kbase_mem.c | 3790 WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_jit_debugfs_init() 3796 debugfs_create_file("mem_jit_count", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init() 3803 debugfs_create_file("mem_jit_vm", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init() 3810 debugfs_create_file("mem_jit_phys", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init() 3818 debugfs_create_file("mem_jit_used", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init() 3825 debugfs_create_file("mem_jit_trim", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init()
|
| H A D | mali_kbase_core_linux.c | 637 kctx->kctx_dentry = debugfs_create_dir(kctx_name, in kbase_file_create_kctx() 640 if (IS_ERR_OR_NULL(kctx->kctx_dentry)) { in kbase_file_create_kctx() 644 debugfs_create_file("infinite_cache", 0644, kctx->kctx_dentry, in kbase_file_create_kctx() 646 debugfs_create_file("force_same_va", 0600, kctx->kctx_dentry, in kbase_file_create_kctx()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/context/backend/ |
| H A D | mali_kbase_context_csf.c | 50 kbase_mem_pool_debugfs_init(kctx->kctx_dentry, kctx); in kbase_context_debugfs_init() 63 debugfs_remove_recursive(kctx->kctx_dentry); in kbase_context_debugfs_term()
|
| H A D | mali_kbase_context_jm.c | 47 kbase_mem_pool_debugfs_init(kctx->kctx_dentry, kctx); in kbase_context_debugfs_init() 55 debugfs_remove_recursive(kctx->kctx_dentry); in kbase_context_debugfs_term()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem_profile_debugfs.c | 74 kctx->kctx_dentry, kctx, in kbasep_mem_profile_debugfs_insert()
|
| H A D | mali_kbase_jd_debugfs.c | 228 debugfs_create_file("atoms", S_IRUGO, kctx->kctx_dentry, kctx, in kbasep_jd_debugfs_ctx_init()
|
| H A D | mali_kbase_context.c | 236 debugfs_remove_recursive(kctx->kctx_dentry); in kbase_destroy_context()
|
| H A D | mali_kbase_debug_mem_view.c | 302 debugfs_create_file("mem_view", S_IRUGO, kctx->kctx_dentry, kctx_file, in kbase_debug_mem_view_init()
|
| H A D | mali_kbase_defs.h | 1437 struct dentry *kctx_dentry; member
|
| H A D | mali_kbase_mem.c | 1856 debugfs_create_file("mem_jit_count", S_IRUGO, kctx->kctx_dentry, in kbase_jit_debugfs_init() 1863 debugfs_create_file("mem_jit_vm", S_IRUGO, kctx->kctx_dentry, in kbase_jit_debugfs_init() 1870 debugfs_create_file("mem_jit_phys", S_IRUGO, kctx->kctx_dentry, in kbase_jit_debugfs_init()
|
| H A D | mali_kbase_core_linux.c | 1184 kctx->kctx_dentry = debugfs_create_dir(kctx_name, in kbase_open() 1187 if (IS_ERR_OR_NULL(kctx->kctx_dentry)) { in kbase_open() 1197 debugfs_create_file("infinite_cache", 0644, kctx->kctx_dentry, in kbase_open() 1208 kbase_mem_pool_debugfs_init(kctx->kctx_dentry, &kctx->mem_pool); in kbase_open()
|