Home
last modified time | relevance | path

Searched refs:kctx_dentry (Results 1 - 25 of 33) sorted by relevance

12

/device/soc/rockchip/common/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.c176 if (WARN_ON(!kctx || IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_csf_kcpu_debugfs_init()
179 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_csg_debugfs.c505 if (WARN_ON(!kctx || IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_csf_queue_group_debugfs_init()
509 kctx->kctx_dentry, kctx, &kbasep_csf_queue_group_debugfs_fops); in kbase_csf_queue_group_debugfs_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_profile_debugfs.c85 if (IS_ERR_OR_NULL(kctx->kctx_dentry)) { in kbasep_mem_profile_debugfs_insert()
88 mode, kctx->kctx_dentry, kctx, in kbasep_mem_profile_debugfs_insert()
H A Dmali_kbase_jd_debugfs.c243 WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbasep_jd_debugfs_ctx_init()
247 debugfs_create_file("atoms", mode, kctx->kctx_dentry, kctx, in kbasep_jd_debugfs_ctx_init()
H A Dmali_kbase_debug_mem_view.c308 WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_debug_mem_view_init()
311 debugfs_create_file("mem_view", 0400, kctx->kctx_dentry, kctx, in kbase_debug_mem_view_init()
H A Dmali_kbase_mem.c3468 WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) in kbase_jit_debugfs_init()
3474 debugfs_create_file("mem_jit_count", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init()
3481 debugfs_create_file("mem_jit_vm", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init()
3488 debugfs_create_file("mem_jit_phys", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init()
3496 debugfs_create_file("mem_jit_used", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init()
3503 debugfs_create_file("mem_jit_trim", mode, kctx->kctx_dentry, in kbase_jit_debugfs_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_profile_debugfs.c82 if (IS_ERR_OR_NULL(kctx->kctx_dentry)) { in kbasep_mem_profile_debugfs_insert()
84 } else if (!debugfs_create_file("mem_profile", mode, kctx->kctx_dentry, kctx, in kbasep_mem_profile_debugfs_insert()
H A Dmali_kbase_jd_debugfs.c223 if (WARN_ON(!kctx) || WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) { in kbasep_jd_debugfs_ctx_init()
228 debugfs_create_file("atoms", mode, kctx->kctx_dentry, kctx, &kbasep_jd_debugfs_atoms_fops); in kbasep_jd_debugfs_ctx_init()
H A Dmali_kbase_debug_mem_view.c303 if (WARN_ON(!kctx) || WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) { in kbase_debug_mem_view_init()
307 debugfs_create_file("mem_view", 0x100, kctx->kctx_dentry, kctx, &kbase_debug_mem_view_fops); in kbase_debug_mem_view_init()
H A Dmali_kbase_defs.h1413 * @kctx_dentry: Pointer to the debugfs directory created for every context,
1629 struct dentry *kctx_dentry; member
H A Dmali_kbase_mem.c3049 if (WARN_ON(!kctx) || WARN_ON(IS_ERR_OR_NULL(kctx->kctx_dentry))) { in kbase_jit_debugfs_init()
3054 debugfs_create_file("mem_jit_count", mode, kctx->kctx_dentry, kctx, &kbase_jit_debugfs_count_fops); in kbase_jit_debugfs_init()
3060 debugfs_create_file("mem_jit_vm", mode, kctx->kctx_dentry, kctx, &kbase_jit_debugfs_vm_fops); in kbase_jit_debugfs_init()
3066 debugfs_create_file("mem_jit_phys", mode, kctx->kctx_dentry, kctx, &kbase_jit_debugfs_phys_fops); in kbase_jit_debugfs_init()
3073 debugfs_create_file("mem_jit_used", mode, kctx->kctx_dentry, kctx, &kbase_jit_debugfs_used_fops); in kbase_jit_debugfs_init()
3079 debugfs_create_file("mem_jit_trim", mode, kctx->kctx_dentry, kctx, &kbase_jit_debugfs_trim_fops); in kbase_jit_debugfs_init()
H A Dmali_kbase_core_linux.c709 kctx->kctx_dentry = in kbase_file_create_kctx()
712 if (IS_ERR_OR_NULL(kctx->kctx_dentry)) { in kbase_file_create_kctx()
720 debugfs_create_file("infinite_cache", 0x180, kctx->kctx_dentry, kctx, in kbase_file_create_kctx()
723 debugfs_create_file("infinite_cache", 0x1a4, kctx->kctx_dentry, kctx, in kbase_file_create_kctx()
726 debugfs_create_file("force_same_va", 0x180, kctx->kctx_dentry, kctx, in kbase_file_create_kctx()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/backend/
H A Dmali_kbase_context_csf.c46 kbase_mem_pool_debugfs_init(kctx->kctx_dentry, kctx); in kbase_context_debugfs_init()
58 debugfs_remove_recursive(kctx->kctx_dentry); in kbase_context_debugfs_term()
H A Dmali_kbase_context_jm.c44 kbase_mem_pool_debugfs_init(kctx->kctx_dentry, kctx); in kbase_context_debugfs_init()
52 debugfs_remove_recursive(kctx->kctx_dentry); in kbase_context_debugfs_term()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/backend/
H A Dmali_kbase_context_jm.c47 kbase_mem_pool_debugfs_init(kctx->kctx_dentry, kctx); in kbase_context_debugfs_init()
56 debugfs_remove_recursive(kctx->kctx_dentry); in kbase_context_debugfs_term()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_profile_debugfs.c69 if (!debugfs_create_file("mem_profile", S_IRUGO, kctx->kctx_dentry, kctx, &kbasep_mem_profile_debugfs_fops)) { in kbasep_mem_profile_debugfs_insert()
H A Dmali_kbase_jd_debugfs.c208 debugfs_create_file("atoms", S_IRUGO, kctx->kctx_dentry, kctx, &kbasep_jd_debugfs_atoms_fops); in kbasep_jd_debugfs_ctx_init()
H A Dmali_kbase_context.c239 debugfs_remove_recursive(kctx->kctx_dentry); in kbase_destroy_context()
H A Dmali_kbase_debug_mem_view.c298 debugfs_create_file("mem_view", S_IRUGO, kctx->kctx_dentry, kctx_file, &kbase_debug_mem_view_fops); in kbase_debug_mem_view_init()
/device/soc/rockchip/common/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()

Completed in 41 milliseconds

12