/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_sync_android.c | 138 struct sync_timeline *tl; in mali_sync_timeline_alloc() local 141 tl = sync_timeline_create(&mali_timeline_ops, in mali_sync_timeline_alloc() 143 if (!tl) in mali_sync_timeline_alloc() 147 mtl = to_mali_sync_timeline(tl); in mali_sync_timeline_alloc() 151 return tl; in mali_sync_timeline_alloc() 156 struct sync_timeline *tl; in kbase_stream_close() local 158 tl = (struct sync_timeline *)file->private_data; in kbase_stream_close() 159 sync_timeline_destroy(tl); in kbase_stream_close() 170 struct sync_timeline *tl; in kbase_sync_fence_stream_create() local 175 tl in kbase_sync_fence_stream_create() 216 struct sync_timeline *tl; kbase_sync_fence_out_create() local [all...] |
H A D | mali_kbase_event.c | 24 #include <tl/mali_kbase_tracepoints.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_android.c | 139 struct sync_timeline *tl;
in mali_sync_timeline_alloc() local 142 tl = sync_timeline_create(&mali_timeline_ops, sizeof(struct mali_sync_timeline), name);
in mali_sync_timeline_alloc() 143 if (!tl) {
in mali_sync_timeline_alloc() 148 mtl = to_mali_sync_timeline(tl);
in mali_sync_timeline_alloc() 152 return tl;
in mali_sync_timeline_alloc() 157 struct sync_timeline *tl;
in kbase_stream_close() local 159 tl = (struct sync_timeline *)file->private_data;
in kbase_stream_close() 160 sync_timeline_destroy(tl);
in kbase_stream_close() 171 struct sync_timeline *tl;
in kbase_sync_fence_stream_create() local 177 tl in kbase_sync_fence_stream_create() 218 struct sync_timeline *tl; kbase_sync_fence_out_create() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_sync_android.c | 146 struct sync_timeline *tl; in mali_sync_timeline_alloc() local 149 tl = sync_timeline_create(&mali_timeline_ops, sizeof(struct mali_sync_timeline), name); in mali_sync_timeline_alloc() 150 if (!tl) { in mali_sync_timeline_alloc() 155 mtl = to_mali_sync_timeline(tl); in mali_sync_timeline_alloc() 159 return tl; in mali_sync_timeline_alloc() 164 struct sync_timeline *tl; in kbase_stream_close() local 166 tl = (struct sync_timeline *)file->private_data; in kbase_stream_close() 167 sync_timeline_destroy(tl); in kbase_stream_close() 178 struct sync_timeline *tl; in kbase_sync_fence_stream_create() local 184 tl in kbase_sync_fence_stream_create() 225 struct sync_timeline *tl; kbase_sync_fence_out_create() local [all...] |
H A D | mali_kbase_event.c | 25 #include <tl/mali_kbase_tracepoints.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_android.c | 143 struct sync_timeline *tl; in mali_sync_timeline_alloc() local 146 tl = sync_timeline_create(&mali_timeline_ops, in mali_sync_timeline_alloc() 148 if (!tl) in mali_sync_timeline_alloc() 152 mtl = to_mali_sync_timeline(tl); in mali_sync_timeline_alloc() 156 return tl; in mali_sync_timeline_alloc() 161 struct sync_timeline *tl; in kbase_stream_close() local 163 tl = (struct sync_timeline *)file->private_data; in kbase_stream_close() 164 sync_timeline_destroy(tl); in kbase_stream_close() 175 struct sync_timeline *tl; in kbase_sync_fence_stream_create() local 180 tl in kbase_sync_fence_stream_create() 220 struct sync_timeline *tl; kbase_sync_fence_out_create() local [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | topology.c | 1447 static struct sched_domain *sd_init(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, in sd_init() argument 1450 struct sd_data *sdd = &tl->data; in sd_init() 1458 sched_domains_curr_level = tl->numa_level; in sd_init() 1461 sd_weight = cpumask_weight(tl->mask(cpu)); in sd_init() 1463 if (tl->sd_flags) { in sd_init() 1464 sd_flags = (*tl->sd_flags)(); in sd_init() 1491 .name = tl->name, in sd_init() 1495 cpumask_and(sched_domain_span(sd), cpu_map, tl->mask(cpu)); in sd_init() 1519 if (sched_domains_numa_distance[tl->numa_level] > node_reclaim_distance) { in sd_init() 1561 #define for_each_sd_topology(tl) fo 1563 set_sched_topology(struct sched_domain_topology_level *tl) set_sched_topology() argument 1677 struct sched_domain_topology_level *tl; sched_init_numa() local 1872 struct sched_domain_topology_level *tl; __sdt_alloc() local 1946 struct sched_domain_topology_level *tl; __sdt_free() local 1984 build_sched_domain(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, struct sched_domain_attr *attr, struct sched_domain *child, int dflags, int cpu) build_sched_domain() argument 2013 topology_span_sane(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, int cpu) topology_span_sane() argument 2055 struct sched_domain_topology_level *tl, *asym_tl = NULL; asym_cpu_capacity_level() local 2136 struct sched_domain_topology_level *tl; build_sched_domains() local [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/backend/ |
H A D | mali_kbase_timeline_jm.c | 22 #include <tl/mali_kbase_tracepoints.h> 23 #include <tl/mali_kbase_timeline.h> 24 #include <tl/mali_kbase_timeline_priv.h>
|
H A D | mali_kbase_timeline_csf.c | 22 #include <tl/mali_kbase_tracepoints.h> 23 #include <tl/mali_kbase_timeline.h> 24 #include <tl/mali_kbase_timeline_priv.h>
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 1335 struct intel_timeline *tl; in get_timeline() local 1346 tl = rcu_dereference(rq->timeline); in get_timeline() 1347 if (!kref_get_unless_zero(&tl->kref)) { in get_timeline() 1348 tl = NULL; in get_timeline() 1352 return tl; in get_timeline() 1360 struct intel_timeline *tl = get_timeline(rq); in print_ring() local 1363 i915_ggtt_offset(rq->ring->vma), tl ? tl->hwsp_offset : 0, hwsp_seqno(rq), in print_ring() 1366 if (tl) { in print_ring() 1367 intel_timeline_put(tl); in print_ring() 1613 struct intel_timeline *tl = get_timeline(rq); intel_engine_dump() local 1720 struct intel_timeline *tl = request->context->timeline; intel_engine_find_active_request() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/backend/ |
H A D | mali_kbase_context_jm.c | 37 #include <tl/mali_kbase_timeline.h> 38 #include <tl/mali_kbase_tracepoints.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/ |
H A D | mali_kbase_context.c | 34 #include <tl/mali_kbase_tracepoints.h> 35 #include <tl/mali_kbase_timeline.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/backend/ |
H A D | mali_kbase_context_csf.c | 33 #include <tl/mali_kbase_timeline.h>
|
H A D | mali_kbase_context_jm.c | 35 #include <tl/mali_kbase_timeline.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/arbiter/ |
H A D | mali_kbase_arbif.c | 28 #include <tl/mali_kbase_tracepoints.h>
|
H A D | mali_kbase_arbiter_pm.c | 30 #include <tl/mali_kbase_tracepoints.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/ |
H A D | mali_kbase_mmu_hw_direct.c | 28 #include <tl/mali_kbase_tracepoints.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/ |
H A D | mali_kbase_mmu_hw_direct.c | 27 #include <tl/mali_kbase_tracepoints.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/device/ |
H A D | mali_kbase_device.c | 42 #include <tl/mali_kbase_timeline.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/ |
H A D | mali_kbase_context.c | 31 #include <tl/mali_kbase_timeline.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/device/ |
H A D | mali_kbase_device.c | 42 #include <tl/mali_kbase_timeline.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_tiler_heap.c | 22 #include <tl/mali_kbase_tracepoints.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_devfreq.c | 24 #include <tl/mali_kbase_tracepoints.h>
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | linuxver.h | 371 extern void timer_cb_compat(struct timer_list *tl);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_devfreq.c | 25 #include <tl/mali_kbase_tracepoints.h>
|