Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_fencing.c105 intel_uncore_posting_read_fw(uncore, fence_reg_lo); in i965_write_fence_reg()
109 intel_uncore_posting_read_fw(uncore, fence_reg_lo); in i965_write_fence_reg()
143 intel_uncore_posting_read_fw(uncore, reg); in i915_write_fence_reg()
168 intel_uncore_posting_read_fw(uncore, reg); in i830_write_fence_reg()
H A Dintel_reset.c207 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
229 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
264 intel_uncore_posting_read_fw(uncore, ILK_GDSR); in ilk_do_reset()
H A Dintel_gt.c440 intel_uncore_posting_read_fw(uncore, in intel_gt_flush_ggtt_writes()
H A Dintel_ring_submission.c114 intel_uncore_posting_read_fw(engine->uncore, hwsp); in set_hwsp()
H A Dintel_ggtt.c695 intel_uncore_posting_read_fw(vm->gt->uncore, GFX_FLSH_CNTL_GEN6); in bxt_vtd_ggtt_wa()
/linux/drivers/gpu/drm/i915/selftests/
H A Dintel_uncore.c305 intel_uncore_posting_read_fw(uncore, reg); in live_forcewake_domains()
322 intel_uncore_posting_read_fw(uncore, reg); in live_forcewake_domains()
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h434 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__)) macro