Home
last modified time | relevance | path

Searched refs:retry_submit_on_slot (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.h663 * @brief Manage the 'retry_submit_on_slot' part of a kbase_jd_atom
667 atom->retry_submit_on_slot = KBASEP_JS_RETRY_SUBMIT_SLOT_INVALID; in kbasep_js_clear_job_retry_submit()
686 KBASE_DEBUG_ASSERT((atom->retry_submit_on_slot == KBASEP_JS_RETRY_SUBMIT_SLOT_INVALID) || in kbasep_js_set_job_retry_submit_slot()
687 (atom->retry_submit_on_slot == js)); in kbasep_js_set_job_retry_submit_slot()
689 atom->retry_submit_on_slot = js; in kbasep_js_set_job_retry_submit_slot()
701 retained_state->retry_submit_on_slot = KBASEP_JS_RETRY_SUBMIT_SLOT_INVALID; in kbasep_js_atom_retained_state_init_invalid()
713 retained_state->retry_submit_on_slot = katom->retry_submit_on_slot; in kbasep_js_atom_retained_state_copy()
754 int js = katom_retained_state->retry_submit_on_slot; in kbasep_js_get_atom_retry_submit_slot()
H A Dmali_kbase_js_defs.h332 int retry_submit_on_slot; member
339 * - kbase_js_atom_retained_state::retry_submit_on_slot
340 * - kbase_jd_atom::retry_submit_on_slot
H A Dmali_kbase_defs.h512 int retry_submit_on_slot; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.h670 * @brief Manage the 'retry_submit_on_slot' part of a kbase_jd_atom
674 atom->retry_submit_on_slot = KBASEP_JS_RETRY_SUBMIT_SLOT_INVALID; in kbasep_js_clear_job_retry_submit()
693 KBASE_DEBUG_ASSERT((atom->retry_submit_on_slot == in kbasep_js_set_job_retry_submit_slot()
695 || (atom->retry_submit_on_slot == js)); in kbasep_js_set_job_retry_submit_slot()
697 atom->retry_submit_on_slot = js; in kbasep_js_set_job_retry_submit_slot()
709 retained_state->retry_submit_on_slot = KBASEP_JS_RETRY_SUBMIT_SLOT_INVALID; in kbasep_js_atom_retained_state_init_invalid()
720 retained_state->retry_submit_on_slot = katom->retry_submit_on_slot; in kbasep_js_atom_retained_state_copy()
758 int js = katom_retained_state->retry_submit_on_slot; in kbasep_js_get_atom_retry_submit_slot()
H A Dmali_kbase_js_defs.h338 int retry_submit_on_slot; member
346 * - kbase_js_atom_retained_state::retry_submit_on_slot
347 * - kbase_jd_atom::retry_submit_on_slot
H A Dmali_kbase_defs.h519 int retry_submit_on_slot; member

Completed in 12 milliseconds