/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | gen6_engine_cs.c | 70 *cs++ = MI_NOOP; in gen6_emit_post_sync_nonzero_flush() 82 *cs++ = MI_NOOP; in gen6_emit_post_sync_nonzero_flush() 169 *cs++ = MI_NOOP; in gen6_emit_breadcrumb_rcs() 206 *cs++ = MI_NOOP; in mi_flush_dw() 366 *cs++ = MI_NOOP; in gen7_emit_breadcrumb_rcs() 415 *cs++ = MI_NOOP; in gen7_emit_breadcrumb_xcs()
|
H A D | gen2_engine_cs.c | 136 *cs++ = MI_NOOP; in gen4_emit_flush_vcs() 204 *cs++ = MI_NOOP; in i830_emit_bb_start() 228 *cs++ = MI_NOOP; in i830_emit_bb_start()
|
H A D | intel_ring.c | 285 /* Fill the tail with MI_NOOP */ in intel_ring_begin() 318 memset64(cs, (u64)MI_NOOP << 32 | MI_NOOP, num_dwords / 2); in intel_ring_cacheline_align() local
|
H A D | selftest_engine_pm.c | 67 MI_NOOP); in live_engine_busy_stats()
|
H A D | selftest_lrc.c | 159 rq = igt_spinner_create_request(&spin, ce, MI_NOOP); in live_sanitycheck() 760 *cs++ = MI_NOOP; in live_error_interrupt() 761 *cs++ = MI_NOOP; in live_error_interrupt() 850 *cs++ = MI_NOOP; in emit_semaphore_chain() 851 *cs++ = MI_NOOP; in emit_semaphore_chain() 852 *cs++ = MI_NOOP; in emit_semaphore_chain() 853 *cs++ = MI_NOOP; in emit_semaphore_chain() 1080 *cs++ = MI_NOOP; in create_rewinder() 1891 MI_NOOP); in live_late_preempt() 2132 MI_NOOP); /* n in __cancel_active1() [all...] |
H A D | selftest_hangcheck.c | 207 *batch++ = MI_NOOP; in hang_create_request() 212 *batch++ = MI_NOOP; in hang_create_request() 221 *batch++ = MI_NOOP; in hang_create_request() 226 *batch++ = MI_NOOP; in hang_create_request() 234 *batch++ = MI_NOOP; in hang_create_request() 239 *batch++ = MI_NOOP; in hang_create_request() 246 *batch++ = MI_NOOP; in hang_create_request() 251 *batch++ = MI_NOOP; in hang_create_request()
|
H A D | selftest_rps.c | 249 MI_NOOP); in live_rps_clock_interval() 408 MI_NOOP); in live_rps_control() 903 rq = igt_spinner_create_request(spin, engine->kernel_context, MI_NOOP); in __rps_up_interrupt() 1163 MI_NOOP); in live_rps_power() 1271 MI_NOOP); in live_rps_dynamic()
|
H A D | intel_renderstate.c | 111 OUT_BATCH(d, i, MI_NOOP); in render_state_setup()
|
H A D | intel_lrc.c | 614 memset32(regs, MI_NOOP, count); in set_offsets() 653 memset32(regs, MI_NOOP, count - dword_in_page(regs)); in set_offsets() 3445 *cs++ = MI_NOOP; in setup_indirect_ctx_bb() 3588 *cs++ = MI_NOOP; in gen8_emit_init_breadcrumb() 3646 *cs++ = MI_NOOP; in emit_pdps() 3770 *batch++ = MI_NOOP; in gen8_init_indirectctx_bb() 3795 *batch++ = MI_NOOP; in emit_lri() 3867 *batch++ = MI_NOOP; in gen9_init_indirectctx_bb() 3897 *batch++ = MI_NOOP; in gen10_init_indirectctx_bb() 3901 *batch++ = MI_NOOP; in gen10_init_indirectctx_bb() [all...] |
H A D | intel_ring_submission.c | 731 *cs++ = MI_NOOP; in mi_set_context() 735 * w/a: MI_SET_CONTEXT must always be followed by MI_NOOP in mi_set_context() 738 *cs++ = MI_NOOP; in mi_set_context() 761 *cs++ = MI_NOOP; in mi_set_context() 795 *cs++ = MI_NOOP; in remap_l3_slice()
|
H A D | intel_gpu_commands.h | 39 #define MI_NOOP MI_INSTR(0, 0) macro 134 * - Always issue a MI_NOOP _before_ the MI_LOAD_REGISTER_IMM - otherwise hw
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | gen6_engine_cs.c | 71 *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 D | gen2_engine_cs.c | 138 *cs++ = MI_NOOP; in gen4_emit_flush_vcs() 206 *cs++ = MI_NOOP; in i830_emit_bb_start() 230 *cs++ = MI_NOOP; in i830_emit_bb_start()
|
H A D | gen8_engine_cs.c | 470 *cs++ = MI_NOOP; in gen8_emit_init_breadcrumb() 595 *cs++ = MI_NOOP; in gen8_emit_bb_start() 619 *cs++ = MI_NOOP; in gen8_emit_wa_tail() 638 *cs++ = MI_NOOP; in emit_preempt_busywait()
|
H A D | intel_migrate.c | 344 *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 D | intel_ring.c | 294 /* Fill the tail with MI_NOOP */ in intel_ring_begin() 328 memset64(cs, (u64)MI_NOOP << 32 | MI_NOOP, num_dwords / 2); in intel_ring_cacheline_align() local
|
H A D | selftest_execlists.c | 133 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); /* n in __cancel_active1() [all...] |
H A D | selftest_hangcheck.c | 177 *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 D | selftest_rps.c | 256 MI_NOOP); in live_rps_clock_interval() 415 MI_NOOP); in live_rps_control() 905 rq = igt_spinner_create_request(spin, engine->kernel_context, MI_NOOP); in __rps_up_interrupt() 1171 MI_NOOP); in live_rps_power() 1279 MI_NOOP); in live_rps_dynamic()
|
H A D | intel_renderstate.c | 93 OUT_BATCH(d, i, MI_NOOP); in render_state_setup()
|
H A D | intel_ring_submission.c | 763 *cs++ = MI_NOOP; in mi_set_context() 767 * w/a: MI_SET_CONTEXT must always be followed by MI_NOOP in mi_set_context() 770 *cs++ = MI_NOOP; in mi_set_context() 793 *cs++ = MI_NOOP; in mi_set_context() 828 *cs++ = MI_NOOP; in remap_l3_slice()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | mmio_context.c | 228 *cs++ = MI_NOOP; in restore_context_mmio_for_inhibit() 259 *cs++ = MI_NOOP; in restore_render_mocs_control_for_inhibit() 286 *cs++ = MI_NOOP; in restore_render_mocs_l3cc_for_inhibit() 308 *cs++ = MI_NOOP; in intel_vgpu_restore_inhibit_context() 333 *cs++ = MI_NOOP; in intel_vgpu_restore_inhibit_context()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | mmio_context.c | 234 *cs++ = MI_NOOP; in restore_context_mmio_for_inhibit() 265 *cs++ = MI_NOOP; in restore_render_mocs_control_for_inhibit() 292 *cs++ = MI_NOOP; in restore_render_mocs_l3cc_for_inhibit() 314 *cs++ = MI_NOOP; in intel_vgpu_restore_inhibit_context() 339 *cs++ = MI_NOOP; in intel_vgpu_restore_inhibit_context()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | selftest_guc_hangcheck.c | 77 rq = igt_spinner_create_request(&spin, ce, MI_NOOP); in intel_hang_guc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_execbuffer.c | 57 MI_NOOP, i); in __igt_gpu_reloc()
|