Home
last modified time | relevance | path

Searched refs:flush_id (Results 1 - 20 of 20) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_linux_trace.h102 * @param flush_id The flush id associated with this core activity
107 unsigned int frame_builder_id, unsigned int flush_id),
109 TP_ARGS(pid, active, core_type, core_id, frame_builder_id, flush_id),
113 __field(unsigned int, flush_id)),
117 __entry->flush_id = flush_id;),
120 __entry->core_id, __entry->flush_id, __entry->frame_builder_id));
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_linux_trace.h128 * @param flush_id The flush id associated with this core activity
132 TP_PROTO(pid_t pid, unsigned int active, unsigned int core_type, unsigned int core_id, unsigned int frame_builder_id, unsigned int flush_id),
134 TP_ARGS(pid, active, core_type, core_id, frame_builder_id, flush_id),
142 __field(unsigned int, flush_id)
151 __entry->flush_id = flush_id;
154 TP_printk("%s|%d|%s%i:%x|%d", __entry->active ? "S" : "F", __entry->pid, __entry->core_type ? "GP" : "PP", __entry->core_id, __entry->flush_id, __entry->frame_builder_id)
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h446 * @flush_id: The GPU's flush count recorded at the time of
612 u32 flush_id; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_uk_types.h277 u32 flush_id; /**< [in] flush id within the originating frame builder */ member
387 u32 flush_id; /**< [in] flush id within the originating frame builder */ member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_uk_types.h272 u32 flush_id; /**< [in] flush id within the originating frame builder */ member
379 u32 flush_id; /**< [in] flush id within the originating frame builder */ member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h461 * @flush_id: The GPU's flush count recorded at the time of
626 u32 flush_id; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp_job.h132 return job->uargs.flush_id; in mali_gp_job_get_flush_id()
H A Dmali_pp_job.h173 return job->uargs.flush_id; in mali_pp_job_get_flush_id()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp_job.h131 return job->uargs.flush_id; in mali_gp_job_get_flush_id()
H A Dmali_pp_job.h166 return job->uargs.flush_id; in mali_pp_job_get_flush_id()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c119 kbase_reg_write(kbdev, JOB_SLOT_REG(js, JS_FLUSH_ID_NEXT), katom->flush_id, kctx); in kbase_job_hw_submit()
755 u32 flush_id = 0; in kbase_backend_get_current_flush_id() local
760 flush_id = kbase_reg_read(kbdev, GPU_CONTROL_REG(LATEST_FLUSH), NULL); in kbase_backend_get_current_flush_id()
765 return flush_id; in kbase_backend_get_current_flush_id()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c237 kbase_reg_write(kbdev, JOB_SLOT_REG(js, JS_FLUSH_ID_NEXT), katom->flush_id); in kbase_job_hw_submit()
788 u32 flush_id = 0; in kbase_backend_get_current_flush_id() local
793 flush_id = kbase_reg_read(kbdev, GPU_CONTROL_REG(LATEST_FLUSH)); in kbase_backend_get_current_flush_id()
798 return flush_id; in kbase_backend_get_current_flush_id()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c279 katom->flush_id); in kbase_job_hw_submit()
867 u32 flush_id = 0; in kbase_backend_get_current_flush_id() local
872 flush_id = kbase_reg_read(kbdev, in kbase_backend_get_current_flush_id()
877 return flush_id; in kbase_backend_get_current_flush_id()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c129 katom->flush_id, kctx); in kbase_job_hw_submit()
858 u32 flush_id = 0; in kbase_backend_get_current_flush_id() local
863 flush_id = kbase_reg_read(kbdev, in kbase_backend_get_current_flush_id()
868 return flush_id; in kbase_backend_get_current_flush_id()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_defs.h552 u32 flush_id; member
H A Dmali_kbase_jd.c1336 katom->flush_id = latest_flush; in kbase_jd_submit()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_defs.h559 u32 flush_id; member
H A Dmali_kbase_jd.c1408 katom->flush_id = latest_flush; in kbase_jd_submit()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c1368 katom->flush_id = latest_flush; in kbase_jd_submit()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c1272 katom->flush_id = latest_flush; in kbase_jd_submit()

Completed in 35 milliseconds