Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c700 struct panthor_job_profiling_data { struct
2861 struct panthor_job_profiling_data *slots = queue->profiling.slots->kmap; in update_fdinfo_stats()
2862 struct panthor_job_profiling_data *data = &slots[job->profiling.slot]; in update_fdinfo_stats()
3001 (job->profiling.slot * sizeof(struct panthor_job_profiling_data)); in get_job_cs_params()
3031 offsetof(struct panthor_job_profiling_data, cycles.before))), in prepare_job_instrs()
3037 offsetof(struct panthor_job_profiling_data, time.before))), in prepare_job_instrs()
3052 offsetof(struct panthor_job_profiling_data, cycles.after))), in prepare_job_instrs()
3058 offsetof(struct panthor_job_profiling_data, time.after))), in prepare_job_instrs()
3345 sizeof(struct panthor_job_profiling_data), in group_create_queue()