/device/soc/rockchip/common/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 | 176 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 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_csg_debugfs.c | 505 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 D | mali_kbase_mem_profile_debugfs.c | 85 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 D | mali_kbase_jd_debugfs.c | 243 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 D | mali_kbase_debug_mem_view.c | 308 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 D | mali_kbase_mem.c | 3468 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 D | mali_kbase_mem_profile_debugfs.c | 82 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 D | mali_kbase_jd_debugfs.c | 223 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 D | mali_kbase_debug_mem_view.c | 303 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 D | mali_kbase_defs.h | 1413 * @kctx_dentry: Pointer to the debugfs directory created for every context, 1629 struct dentry *kctx_dentry; member
|
H A D | mali_kbase_mem.c | 3049 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 D | mali_kbase_core_linux.c | 709 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 D | mali_kbase_context_csf.c | 46 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 D | mali_kbase_context_jm.c | 44 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 D | mali_kbase_context_jm.c | 47 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 D | mali_kbase_mem_profile_debugfs.c | 69 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 D | mali_kbase_jd_debugfs.c | 208 debugfs_create_file("atoms", S_IRUGO, kctx->kctx_dentry, kctx, &kbasep_jd_debugfs_atoms_fops); in kbasep_jd_debugfs_ctx_init()
|
H A D | mali_kbase_context.c | 239 debugfs_remove_recursive(kctx->kctx_dentry);
in kbase_destroy_context()
|
H A D | mali_kbase_debug_mem_view.c | 298 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 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()
|