Home
last modified time | relevance | path

Searched refs:MI_FLUSH_DW (Results 1 – 7 of 7) sorted by relevance

/third_party/libdrm/intel/tests/
Dgen7-2d-copy.batch-ref.txt9 0x12300020: 0x13000002: MI_FLUSH_DW post_sync_op='no write'
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h42 #define MI_FLUSH_DW (CMD_MI | (0x26 << 23) | 2) macro
/third_party/mesa3d/docs/relnotes/
D17.2.6.rst88 - i965: Program DWord Length in MI_FLUSH_DW
89 - i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DW
D7.10.rst2900 - i965: Use MI_FLUSH_DW for blt ring flush on sandybridge
D21.3.0.rst2364 - intel/genxml: Fix MI_FLUSH_DW to actually specify the length properly
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blit.c91 OUT_BATCH(MI_FLUSH_DW | (n_dwords - 2)); in set_blitter_tiling()
Dbrw_defines.h1437 #define MI_FLUSH_DW (CMD_MI | (0x26 << 23)) macro