Home
last modified time | relevance | path

Searched refs:intel_uncore_posting_read_fw (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_ggtt_fencing.c117 intel_uncore_posting_read_fw(uncore, fence_reg_lo); in i965_write_fence_reg()
121 intel_uncore_posting_read_fw(uncore, fence_reg_lo); in i965_write_fence_reg()
155 intel_uncore_posting_read_fw(uncore, reg); in i915_write_fence_reg()
180 intel_uncore_posting_read_fw(uncore, reg); in i830_write_fence_reg()
Dgen2_engine_cs.c312 intel_uncore_posting_read_fw(engine->uncore, GEN2_IMR); in gen3_irq_enable()
Dintel_reset.c227 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
249 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
284 intel_uncore_posting_read_fw(uncore, ILK_GDSR); in ilk_do_reset()
Dintel_gt_irq.c419 intel_uncore_posting_read_fw(gt->uncore, GTIMR); in gen5_gt_enable_irq()
Dintel_ring_submission.c351 intel_uncore_posting_read_fw(uncore, RING_HEAD(base)); /* paranoia */ in reset_prepare()
355 intel_uncore_posting_read_fw(uncore, RING_TAIL(base)); in reset_prepare()
Dintel_gt.c318 intel_uncore_posting_read_fw(uncore, in intel_gt_flush_ggtt_writes()
Dintel_ggtt.c328 intel_uncore_posting_read_fw(vm->gt->uncore, GFX_FLSH_CNTL_GEN6); in bxt_vtd_ggtt_wa()
Dintel_engine_cs.c1028 intel_uncore_posting_read_fw(uncore, mode); in intel_engine_stop_cs()
/Linux-v5.10/drivers/gpu/drm/i915/selftests/
Dintel_uncore.c286 intel_uncore_posting_read_fw(uncore, reg); in live_forcewake_domains()
303 intel_uncore_posting_read_fw(uncore, reg); in live_forcewake_domains()
/Linux-v5.10/drivers/gpu/drm/i915/
Dintel_uncore.h382 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__)) macro
Dintel_pm.c2088 intel_uncore_posting_read_fw(uncore, DSPARB); in vlv_atomic_update_fifo()
/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c237 intel_uncore_posting_read_fw(vma->vm->gt->uncore, in flush_ggtt_writes()