Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_fencing.c107 intel_uncore_posting_read_fw(uncore, fence_reg_lo); in i965_write_fence_reg()
111 intel_uncore_posting_read_fw(uncore, fence_reg_lo); in i965_write_fence_reg()
145 intel_uncore_posting_read_fw(uncore, reg); in i915_write_fence_reg()
170 intel_uncore_posting_read_fw(uncore, reg); in i830_write_fence_reg()
H A Dgen2_engine_cs.c297 intel_uncore_posting_read_fw(engine->uncore, GEN2_IMR); in gen2_irq_enable()
H A Dintel_reset.c204 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
226 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
261 intel_uncore_posting_read_fw(uncore, ILK_GDSR); in ilk_do_reset()
H A Dintel_gt_irq.c505 intel_uncore_posting_read_fw(gt->uncore, GTIMR); in gen5_gt_enable_irq()
H A Dintel_ring_submission.c115 intel_uncore_posting_read_fw(engine->uncore, hwsp); in set_hwsp()
H A Dintel_ggtt.c696 intel_uncore_posting_read_fw(vm->gt->uncore, GFX_FLSH_CNTL_GEN6); in bxt_vtd_ggtt_wa()
H A Dintel_engine_cs.c1648 intel_uncore_posting_read_fw(uncore, mode); in __intel_engine_stop_cs()
/linux/drivers/gpu/drm/i915/selftests/
H A Dintel_uncore.c307 intel_uncore_posting_read_fw(uncore, reg); in live_forcewake_domains()
324 intel_uncore_posting_read_fw(uncore, reg); in live_forcewake_domains()
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h428 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__)) macro