Home
last modified time | relevance | path

Searched refs:per_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c1592 u32 *cs, bool per_ctx) in emit_wabb_ctx_canary() argument
1601 (per_ctx ? PAGE_SIZE : 0); in emit_wabb_ctx_canary()
1620 wabb_ctx_setup(struct intel_context *ce, bool per_ctx) in wabb_ctx_setup() argument
1622 u32 *cs = context_wabb(ce, per_ctx); in wabb_ctx_setup()
1626 if (per_ctx) in wabb_ctx_setup()
1632 static bool check_ring_start(struct intel_context *ce, bool per_ctx) in check_ring_start() argument
1636 (per_ctx ? PAGE_SIZE : 0); in check_ring_start()
1648 static int wabb_ctx_check(struct intel_context *ce, bool per_ctx) in wabb_ctx_check() argument
1656 if (!check_ring_start(ce, per_ctx)) in wabb_ctx_check()
1662 static int __lrc_wabb_ctx(struct intel_engine_cs *engine, bool per_ctx) in __lrc_wabb_ctx() argument
[all …]
H A Dintel_engine_types.h96 } indirect_ctx, per_ctx; member
/linux/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h81 struct shadow_per_ctx per_ctx; member
H A Dcmd_parser.c3064 if (!wa_ctx->per_ctx.valid) in combine_wa_ctx()
3068 per_ctx_start[1] = wa_ctx->per_ctx.guest_gma; in combine_wa_ctx()