Searched refs:intel_uncore_posting_read_fw (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ggtt_fencing.c | 105 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 D | intel_reset.c | 207 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 D | intel_gt.c | 440 intel_uncore_posting_read_fw(uncore, in intel_gt_flush_ggtt_writes()
|
H A D | intel_ring_submission.c | 114 intel_uncore_posting_read_fw(engine->uncore, hwsp); in set_hwsp()
|
H A D | intel_ggtt.c | 695 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 D | intel_uncore.c | 305 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 D | intel_uncore.h | 434 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__)) macro
|