Home
last modified time | relevance | path

Searched refs:job_nr (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h732 * @job_nr: Tracks the number of atoms being processed by the
740 * This must be updated atomically with @job_nr.
786 u32 job_nr; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h789 * @job_nr: Tracks the number of atoms being processed by the
797 * This must be updated atomically with @job_nr.
844 u32 job_nr; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_jd.c863 if (--kctx->jctx.job_nr == 0) { in jd_done_nolock()
940 jctx->job_nr++; in jd_submit_atom()
1799 kctx->jctx.job_nr = 0; in kbase_jd_init()
H A Dmali_kbase_defs.h612 u32 job_nr; member
633 * - kbase_jd_context::job_nr */
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c823 if (--kctx->jctx.job_nr == 0) in jd_done_nolock()
925 jctx->job_nr++; in jd_submit_atom()
1824 kctx->jctx.job_nr = 0; in kbase_jd_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c766 if (--kctx->jctx.job_nr == 0) { in jd_done_nolock()
862 jctx->job_nr++; in jd_submit_atom()
1711 kctx->jctx.job_nr = 0; in kbase_jd_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_jd.c901 if (--kctx->jctx.job_nr == 0) in jd_done_nolock()
977 jctx->job_nr++; in jd_submit_atom()
1876 kctx->jctx.job_nr = 0; in kbase_jd_init()
H A Dmali_kbase_defs.h619 u32 job_nr; member
640 * - kbase_jd_context::job_nr */
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c723 wait_event(kctx->jctx.zero_jobs_wait, kctx->jctx.job_nr == 0); in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c755 timeout = wait_event_timeout(kctx->jctx.zero_jobs_wait, kctx->jctx.job_nr == 0, timeout); in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c834 kctx->jctx.job_nr == 0, timeout); in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c824 wait_event(kctx->jctx.zero_jobs_wait, kctx->jctx.job_nr == 0); in kbase_jm_wait_for_zero_jobs()

Completed in 23 milliseconds