Home
last modified time | relevance | path

Searched refs:MI_LOAD_REGISTER_IMM (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dmmio_context.c213 *cs++ = MI_LOAD_REGISTER_IMM(count); in restore_context_mmio_for_inhibit()
248 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE); in restore_render_mocs_control_for_inhibit()
275 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE / 2); in restore_render_mocs_l3cc_for_inhibit()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_gpu_commands.h134 #define MI_LOAD_REGISTER_IMM(x) MI_INSTR(0x22, 2*(x)-1) macro
Dintel_mocs.c451 *cs++ = MI_LOAD_REGISTER_IMM(table->n_entries); in emit_mocs_control_table()
509 *cs++ = MI_LOAD_REGISTER_IMM(table->n_entries / 2); in emit_mocs_l3cc_table()
Dintel_ringbuffer.c1537 *cs++ = MI_LOAD_REGISTER_IMM(1); in load_pd_dir()
1541 *cs++ = MI_LOAD_REGISTER_IMM(1); in load_pd_dir()
1611 *cs++ = MI_LOAD_REGISTER_IMM(num_engines); in mi_set_context()
1665 *cs++ = MI_LOAD_REGISTER_IMM(num_engines); in mi_set_context()
1710 *cs++ = MI_LOAD_REGISTER_IMM(GEN7_L3LOG_SIZE/4); in remap_l3_slice()
Dselftest_workarounds.c518 *cs++ = MI_LOAD_REGISTER_IMM(1); in check_dirty_whitelist()
531 *cs++ = MI_LOAD_REGISTER_IMM(1); in check_dirty_whitelist()
826 *cs++ = MI_LOAD_REGISTER_IMM(whitelist_writable_count(engine)); in scrub_whitelisted_registers()
Dintel_lrc.c1931 *cs++ = MI_LOAD_REGISTER_IMM(2 * GEN8_3LVL_PDPES) | MI_LRI_FORCE_POSTED; in emit_pdps()
2013 *batch++ = MI_LOAD_REGISTER_IMM(1); in gen8_emit_flush_coherentl3_wa()
2094 *batch++ = MI_LOAD_REGISTER_IMM(count); in emit_lri()
3197 regs[CTX_LRI_HEADER_0] = MI_LOAD_REGISTER_IMM(rcs ? 14 : 11) | in execlists_init_reg_state()
3245 regs[CTX_LRI_HEADER_1] = MI_LOAD_REGISTER_IMM(9) | MI_LRI_FORCE_POSTED; in execlists_init_reg_state()
3272 regs[CTX_LRI_HEADER_2] = MI_LOAD_REGISTER_IMM(1); in execlists_init_reg_state()
Dintel_workarounds.c636 *cs++ = MI_LOAD_REGISTER_IMM(wal->count); in intel_engine_emit_ctx_wa()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_cmd_parser.c219 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
476 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
1256 if (desc->cmd.value == MI_LOAD_REGISTER_IMM(1) && in check_cmd()
Di915_perf.c1754 *cs++ = MI_LOAD_REGISTER_IMM(count); in gen8_load_flex()
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_context.c1000 *cs++ = MI_LOAD_REGISTER_IMM(2); in emit_ppgtt_update()
1016 *cs++ = MI_LOAD_REGISTER_IMM(2 * GEN8_3LVL_PDPES); in emit_ppgtt_update()
Di915_gem_execbuffer.c1949 *cs++ = MI_LOAD_REGISTER_IMM(4); in i915_reset_gen7_sol_offsets()