Searched refs:attr_state_changed (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_jd.c | 1567 bool attr_state_changed;
in jd_cancel_worker() local 1589 attr_state_changed = kbasep_js_remove_cancelled_job(kbdev, kctx, katom);
in jd_cancel_worker() 1603 if (attr_state_changed) {
in jd_cancel_worker()
|
H A D | mali_kbase_js.c | 1138 bool attr_state_changed;
in kbasep_js_remove_cancelled_job() local 1157 attr_state_changed = kbasep_js_ctx_attr_ctx_release_atom(kbdev, kctx, &katom_retained_state);
in kbasep_js_remove_cancelled_job() 1160 return attr_state_changed;
in kbasep_js_remove_cancelled_job()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_jd.c | 1610 bool attr_state_changed; in jd_cancel_worker() local 1632 attr_state_changed = kbasep_js_remove_cancelled_job(kbdev, kctx, katom); in jd_cancel_worker() 1647 if (attr_state_changed) in jd_cancel_worker()
|
H A D | mali_kbase_js.c | 1690 bool attr_state_changed; in kbasep_js_remove_cancelled_job() local 1708 attr_state_changed = kbasep_js_ctx_attr_ctx_release_atom(kbdev, kctx, in kbasep_js_remove_cancelled_job() 1712 return attr_state_changed; in kbasep_js_remove_cancelled_job()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_jd.c | 1502 bool attr_state_changed; in jd_cancel_worker() local 1524 attr_state_changed = kbasep_js_remove_cancelled_job(kbdev, kctx, katom); in jd_cancel_worker() 1538 if (attr_state_changed) { in jd_cancel_worker()
|
H A D | mali_kbase_js.c | 1361 bool attr_state_changed; in kbasep_js_remove_cancelled_job() local 1378 attr_state_changed = kbasep_js_ctx_attr_ctx_release_atom(kbdev, kctx, &katom_retained_state); in kbasep_js_remove_cancelled_job() 1381 return attr_state_changed; in kbasep_js_remove_cancelled_job()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_jd.c | 1643 bool attr_state_changed; in jd_cancel_worker() local 1665 attr_state_changed = kbasep_js_remove_cancelled_job(kbdev, kctx, katom); in jd_cancel_worker() 1679 if (attr_state_changed) in jd_cancel_worker()
|
H A D | mali_kbase_js.c | 1199 bool attr_state_changed; in kbasep_js_remove_cancelled_job() local 1218 attr_state_changed = kbasep_js_ctx_attr_ctx_release_atom(kbdev, kctx, in kbasep_js_remove_cancelled_job() 1222 return attr_state_changed; in kbasep_js_remove_cancelled_job()
|
Completed in 32 milliseconds