Home
last modified time | relevance | path

Searched refs:MI_NOOP (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_engine_cs.c71 *cs++ = MI_NOOP; in gen6_emit_post_sync_nonzero_flush()
83 *cs++ = MI_NOOP; in gen6_emit_post_sync_nonzero_flush()
170 *cs++ = MI_NOOP; in gen6_emit_breadcrumb_rcs()
207 *cs++ = MI_NOOP; in mi_flush_dw()
367 *cs++ = MI_NOOP; in gen7_emit_breadcrumb_rcs()
416 *cs++ = MI_NOOP; in gen7_emit_breadcrumb_xcs()
H A Dgen8_engine_cs.c468 *cs++ = MI_NOOP; in gen8_emit_init_breadcrumb()
593 *cs++ = MI_NOOP; in gen8_emit_bb_start()
617 *cs++ = MI_NOOP; in gen8_emit_wa_tail()
636 *cs++ = MI_NOOP; in emit_preempt_busywait()
H A Dintel_ring.c328 memset64(cs, (u64)MI_NOOP << 32 | MI_NOOP, num_dwords / 2); in intel_ring_cacheline_align()
H A Dintel_migrate.c344 *cs++ = MI_NOOP; in emit_no_arbitration()
420 *cs++ = MI_NOOP; in emit_pte()
469 *cs++ = MI_NOOP; in emit_pte()
574 *cs++ = MI_NOOP; in emit_copy_ccs()
969 *cs++ = MI_NOOP; in emit_clear()
H A Dselftest_hangcheck.c177 *batch++ = MI_NOOP; in hang_create_request()
182 *batch++ = MI_NOOP; in hang_create_request()
191 *batch++ = MI_NOOP; in hang_create_request()
196 *batch++ = MI_NOOP; in hang_create_request()
204 *batch++ = MI_NOOP; in hang_create_request()
209 *batch++ = MI_NOOP; in hang_create_request()
216 *batch++ = MI_NOOP; in hang_create_request()
221 *batch++ = MI_NOOP; in hang_create_request()
H A Dselftest_execlists.c133 rq = igt_spinner_create_request(&spin, ce, MI_NOOP); in live_sanitycheck()
754 *cs++ = MI_NOOP; in live_error_interrupt()
755 *cs++ = MI_NOOP; in live_error_interrupt()
844 *cs++ = MI_NOOP; in emit_semaphore_chain()
845 *cs++ = MI_NOOP; in emit_semaphore_chain()
846 *cs++ = MI_NOOP; in emit_semaphore_chain()
847 *cs++ = MI_NOOP; in emit_semaphore_chain()
1077 *cs++ = MI_NOOP; in create_rewinder()
1876 MI_NOOP); in live_late_preempt()
2114 MI_NOOP); /* no preemption */ in __cancel_active1()
[all …]
H A Dselftest_rps.c257 MI_NOOP); in live_rps_clock_interval()
417 MI_NOOP); in live_rps_control()
907 rq = igt_spinner_create_request(spin, engine->kernel_context, MI_NOOP); in __rps_up_interrupt()
1174 MI_NOOP); in live_rps_power()
1282 MI_NOOP); in live_rps_dynamic()
H A Dintel_renderstate.c93 OUT_BATCH(d, i, MI_NOOP); in render_state_setup()
H A Dselftest_lrc.c553 *cs++ = MI_NOOP; in gpr_make_dirty()
585 *cs++ = MI_NOOP; in __gpr_read()
757 *cs++ = MI_NOOP; in create_timestamp()
1111 *cs++ = MI_NOOP; in record_registers()
H A Dintel_gpu_commands.h42 #define MI_NOOP MI_INSTR(0, 0) macro
H A Dselftest_mocs.c331 rq = igt_spinner_create_request(&spin, ce, MI_NOOP); in active_engine_reset()
H A Dselftest_engine_pm.c298 MI_NOOP); in live_engine_busy_stats()
H A Dselftest_tlb.c101 *cs++ = MI_NOOP; /* for later termination */ in pte_tlbinv()
H A Dselftest_slpc.c327 MI_NOOP); in run_test()
H A Dselftest_workarounds.c280 *rq = igt_spinner_create_request(spin, ce, MI_NOOP); in switch_to_scratch_context()
1302 rq = igt_spinner_create_request(&spin, ce, MI_NOOP); in live_engine_reset_workarounds()
/linux/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c242 *cs++ = MI_NOOP; in restore_context_mmio_for_inhibit()
273 *cs++ = MI_NOOP; in restore_render_mocs_control_for_inhibit()
300 *cs++ = MI_NOOP; in restore_render_mocs_l3cc_for_inhibit()
322 *cs++ = MI_NOOP; in intel_vgpu_restore_inhibit_context()
347 *cs++ = MI_NOOP; in intel_vgpu_restore_inhibit_context()
/linux/drivers/gpu/drm/xe/instructions/
H A Dxe_mi_commands.h24 #define MI_NOOP __MI_INSTR(0x0) macro
/linux/drivers/gpu/drm/xe/
H A Dxe_execlist.c120 u32 noop[2] = { MI_NOOP, MI_NOOP }; in __xe_execlist_port_idle()
H A Dxe_ring_ops.c59 dw[i++] = MI_NOOP; in emit_aux_table_inv()
235 dw[i++] = MI_NOOP; in emit_copy_timestamp()
H A Dxe_lrc.c1120 u32 noop = MI_NOOP; in xe_lrc_write_ring()
1231 case MI_NOOP: in dump_mi_command()
1234 (*(++dw) & REG_GENMASK(31, 23)) == MI_NOOP) in dump_mi_command()
/linux/drivers/gpu/drm/i915/selftests/
H A Digt_spinner.c182 memset32(batch, MI_NOOP, 128); in igt_spinner_create_request()
H A Di915_perf.c347 *cs++ = MI_NOOP; in live_noa_gpr()
/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c220 CMD( MI_NOOP, SMI, F, 1, S ),
474 CMD( MI_NOOP, SMI, F, 1, S ),
511 CMD(MI_NOOP, SMI, F, 1, S);
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_migrate.c411 rq = igt_spinner_create_request(&spin, ce, MI_NOOP); in igt_async_migrate()
H A Di915_gem_coherency.c236 *cs++ = MI_NOOP; in gpu_set()

12