Home
last modified time | relevance | path

Searched refs:KCTX_PULLED_SINCE_ACTIVE_JS0 (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1322 * @KCTX_PULLED_SINCE_ACTIVE_JS0: Set when the context has had an atom pulled
1358 KCTX_PULLED_SINCE_ACTIVE_JS0 = 1U << 12, enumerator
1407 * @KCTX_PULLED_SINCE_ACTIVE_JS0: Set when the context has had an atom pulled
1440 KCTX_PULLED_SINCE_ACTIVE_JS0 = 1U << 12, enumerator
H A Dmali_kbase_js.c2194 kbase_ctx_flag_clear(kctx, KCTX_PULLED_SINCE_ACTIVE_JS0 << js);
2239 KCTX_PULLED_SINCE_ACTIVE_JS0 << js);
2748 kbase_ctx_flag_set(kctx, (KCTX_PULLED_SINCE_ACTIVE_JS0 << js));
3734 (KCTX_PULLED_SINCE_ACTIVE_JS0 <<
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1226 * @KCTX_PULLED_SINCE_ACTIVE_JS0: Set when the context has had an atom pulled
1259 KCTX_PULLED_SINCE_ACTIVE_JS0 = 1U << 12, enumerator
H A Dmali_kbase_js.c1828 kbase_ctx_flag_clear(kctx, KCTX_PULLED_SINCE_ACTIVE_JS0 << js);
1864 kbase_ctx_flag_clear(kctx, KCTX_PULLED_SINCE_ACTIVE_JS0 << js);
2331 kbase_ctx_flag_set(kctx, (KCTX_PULLED_SINCE_ACTIVE_JS0 << js));
3222 if (pullable && kctx == last_active[js] && kbase_ctx_flag(kctx, (KCTX_PULLED_SINCE_ACTIVE_JS0 << js))) {

Completed in 17 milliseconds