Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/display/ext/
H A Di915_irq.c13 intel_uncore_posting_read(uncore, regs.imr); in gen2_irq_reset()
19 intel_uncore_posting_read(uncore, regs.iir); in gen2_irq_reset()
21 intel_uncore_posting_read(uncore, regs.iir); in gen2_irq_reset()
39 intel_uncore_posting_read(uncore, reg); in gen2_assert_iir_is_zero()
41 intel_uncore_posting_read(uncore, reg); in gen2_assert_iir_is_zero()
51 intel_uncore_posting_read(uncore, regs.imr); in gen2_irq_init()
57 intel_uncore_posting_read(uncore, regs.emr); in gen2_error_reset()
60 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_reset()
62 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_reset()
69 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_init()
[all …]
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_irq.c83 intel_uncore_posting_read(uncore, regs.imr); in gen2_irq_reset()
89 intel_uncore_posting_read(uncore, regs.iir); in gen2_irq_reset()
91 intel_uncore_posting_read(uncore, regs.iir); in gen2_irq_reset()
108 intel_uncore_posting_read(uncore, reg); in gen2_assert_iir_is_zero()
110 intel_uncore_posting_read(uncore, reg); in gen2_assert_iir_is_zero()
120 intel_uncore_posting_read(uncore, regs.imr); in gen2_irq_init()
126 intel_uncore_posting_read(uncore, regs.emr); in gen2_error_reset()
129 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_reset()
131 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_reset()
138 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_init()
[all …]
H A Dintel_uncore.h398 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__)) macro
H A Dvlv_suspend.c337 intel_uncore_posting_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake()
H A Dintel_clock_gating.c142 intel_uncore_posting_read(&dev_priv->uncore, in g4x_disable_trickle_feed()
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c151 intel_uncore_posting_read(uncore, fence_reg_lo); in intel_vgpu_write_fence()
155 intel_uncore_posting_read(uncore, fence_reg_lo); in intel_vgpu_write_fence()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm_irq.c71 intel_uncore_posting_read(uncore, reg); in gen6_gt_pm_reset_iir()
H A Dintel_gt.c278 intel_uncore_posting_read(uncore, in intel_gt_clear_error_registers()
288 intel_uncore_posting_read(uncore, GEN12_RING_FAULT_REG); in intel_gt_clear_error_registers()
291 intel_uncore_posting_read(uncore, GEN8_RING_FAULT_REG); in intel_gt_clear_error_registers()
H A Dintel_engine.h86 intel_uncore_posting_read((engine__)->uncore, RING_FAULT_REG(engine__))
H A Dintel_rps.c491 intel_uncore_posting_read(uncore, ECR); in init_emon()
589 intel_uncore_posting_read(uncore, VIDSTART); in gen5_rps_enable()
/linux-6.15/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_uncore.h77 static inline void intel_uncore_posting_read(struct intel_uncore *uncore, in intel_uncore_posting_read() function
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_de.h73 intel_uncore_posting_read(__to_uncore(display), reg); in __intel_de_posting_read()
H A Di9xx_wm.c157 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF_VLV); in _intel_set_memory_cxsr()
161 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF); in _intel_set_memory_cxsr()
170 intel_uncore_posting_read(&dev_priv->uncore, DSPFW3(dev_priv)); in _intel_set_memory_cxsr()
176 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF); in _intel_set_memory_cxsr()
187 intel_uncore_posting_read(&dev_priv->uncore, INSTPM); in _intel_set_memory_cxsr()
824 intel_uncore_posting_read(&dev_priv->uncore, DSPFW1(dev_priv)); in g4x_write_wm_values()
904 intel_uncore_posting_read(&dev_priv->uncore, DSPFW1(dev_priv)); in vlv_write_wm_values()
H A Dintel_hotplug_irq.c961 intel_uncore_posting_read(&dev_priv->uncore, GEN11_DE_HPD_IMR); in gen11_hpd_irq_setup()
1147 intel_uncore_posting_read(&i915->uncore, PICAINTERRUPT_IMR); in xelpdp_hpd_irq_setup()
/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c525 intel_uncore_posting_read(uncore, guc_send_reg(guc, i - 1)); in intel_guc_send_mmio()