Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_gt.c84 intel_uncore_posting_read(uncore, GEN12_RING_FAULT_REG); in intel_gt_clear_error_registers()
87 intel_uncore_posting_read(uncore, GEN8_RING_FAULT_REG); in intel_gt_clear_error_registers()
Dintel_gt_pm_irq.c71 intel_uncore_posting_read(uncore, reg); in gen6_gt_pm_reset_iir()
Dintel_engine.h75 intel_uncore_posting_read((engine__)->uncore, RING_FAULT_REG(engine__))
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_gmbus.c251 intel_uncore_posting_read(uncore, bus->gpio_reg); in set_clock()
268 intel_uncore_posting_read(uncore, bus->gpio_reg); in set_data()
Dintel_crt.c682 intel_uncore_posting_read(uncore, pipeconf_reg); in intel_crt_load_detect()
/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_uncore.h341 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__)) macro
Di915_irq.c182 intel_uncore_posting_read(uncore, imr); in gen3_irq_reset()
188 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset()
190 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset()
220 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero()
222 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero()
249 intel_uncore_posting_read(uncore, imr); in gen3_irq_init()
Dintel_pm.c6481 intel_uncore_posting_read(uncore, VIDSTART); in ironlake_enable_drps()
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c369 intel_uncore_posting_read(uncore, guc_send_reg(guc, i - 1)); in intel_guc_send_mmio()