Home
last modified time | relevance | path

Searched refs:kctx_dentry (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap_debugfs.c121 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 Dmali_kbase_csf_kcpu_debugfs.c172 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 Dmali_kbase_csf_cpu_queue_debugfs.c109 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 Dmali_kbase_csf_sync_debugfs.c770 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 Dmali_kbase_csf_csg_debugfs.c591 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 Dmali_kbase_debug_mem_zones.c103 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 Dmali_kbase_debug_mem_allocs.c125 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 Dmali_kbase_mem_profile_debugfs.c81 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 Dmali_kbase_jd_debugfs.c190 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 Dmali_kbase_debug_mem_view.c400 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 Dmali_kbase_defs.h1951 struct dentry *kctx_dentry; member
H A Dmali_kbase_mem.c3790 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 Dmali_kbase_core_linux.c637 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 Dmali_kbase_context_csf.c50 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 Dmali_kbase_context_jm.c47 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 Dmali_kbase_mem_profile_debugfs.c74 kctx->kctx_dentry, kctx, in kbasep_mem_profile_debugfs_insert()
H A Dmali_kbase_jd_debugfs.c228 debugfs_create_file("atoms", S_IRUGO, kctx->kctx_dentry, kctx, in kbasep_jd_debugfs_ctx_init()
H A Dmali_kbase_context.c236 debugfs_remove_recursive(kctx->kctx_dentry); in kbase_destroy_context()
H A Dmali_kbase_debug_mem_view.c302 debugfs_create_file("mem_view", S_IRUGO, kctx->kctx_dentry, kctx_file, in kbase_debug_mem_view_init()
H A Dmali_kbase_defs.h1437 struct dentry *kctx_dentry; member
H A Dmali_kbase_mem.c1856 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 Dmali_kbase_core_linux.c1184 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()