Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/display/ext/
Di915_irq.c14 intel_uncore_posting_read(uncore, imr); in gen3_irq_reset()
20 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset()
22 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset()
40 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero()
42 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero()
54 intel_uncore_posting_read(uncore, imr); in gen3_irq_init()
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_irq.c84 intel_uncore_posting_read(uncore, imr); in gen3_irq_reset()
90 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset()
92 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset()
123 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero()
125 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero()
153 intel_uncore_posting_read(uncore, imr); in gen3_irq_init()
197 intel_uncore_posting_read(&dev_priv->uncore, GEN7_MISCCPCTL); in ivb_parity_work()
217 intel_uncore_posting_read(&dev_priv->uncore, reg); in ivb_parity_work()
699 intel_uncore_posting_read(&dev_priv->uncore, VLV_MASTER_IER); in valleyview_irq_reset()
762 intel_uncore_posting_read(&dev_priv->uncore, GEN8_MASTER_IRQ); in cherryview_irq_reset()
[all …]
Dintel_uncore.h398 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__)) macro
Dvlv_suspend.c336 intel_uncore_posting_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake()
Dintel_clock_gating.c142 intel_uncore_posting_read(&dev_priv->uncore, in g4x_disable_trickle_feed()
/linux-6.12.1/drivers/gpu/drm/i915/gvt/
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.12.1/drivers/gpu/drm/i915/gt/
Dintel_gt_pm_irq.c71 intel_uncore_posting_read(uncore, reg); in gen6_gt_pm_reset_iir()
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()
Dintel_engine.h86 intel_uncore_posting_read((engine__)->uncore, RING_FAULT_REG(engine__))
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.12.1/drivers/gpu/drm/i915/display/
Dintel_display_irq.c57 intel_uncore_posting_read(&dev_priv->uncore, DEIMR); in ilk_update_display_irq()
98 intel_uncore_posting_read(&dev_priv->uncore, GEN8_DE_PORT_IMR); in bdw_update_port_irq()
130 intel_uncore_posting_read(&dev_priv->uncore, GEN8_DE_PIPE_IMR(pipe)); in bdw_update_pipe_irq()
169 intel_uncore_posting_read(&dev_priv->uncore, SDEIMR); in ibx_display_interrupt_update()
246 intel_uncore_posting_read(&dev_priv->uncore, reg); in i915_enable_pipestat()
269 intel_uncore_posting_read(&dev_priv->uncore, reg); in i915_disable_pipestat()
Dintel_de.h72 intel_uncore_posting_read(__to_uncore(display), reg); in __intel_de_posting_read()
Di9xx_wm.c145 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF_VLV); in _intel_set_memory_cxsr()
149 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF); in _intel_set_memory_cxsr()
158 intel_uncore_posting_read(&dev_priv->uncore, DSPFW3(dev_priv)); in _intel_set_memory_cxsr()
164 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF); in _intel_set_memory_cxsr()
175 intel_uncore_posting_read(&dev_priv->uncore, INSTPM); in _intel_set_memory_cxsr()
741 intel_uncore_posting_read(&dev_priv->uncore, DSPFW1(dev_priv)); in g4x_write_wm_values()
820 intel_uncore_posting_read(&dev_priv->uncore, DSPFW1(dev_priv)); in vlv_write_wm_values()
Dintel_hotplug_irq.c958 intel_uncore_posting_read(&dev_priv->uncore, GEN11_DE_HPD_IMR); in gen11_hpd_irq_setup()
1140 intel_uncore_posting_read(&i915->uncore, PICAINTERRUPT_IMR); in xelpdp_hpd_irq_setup()
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/
Dintel_uncore.h70 static inline void intel_uncore_posting_read(struct intel_uncore *uncore, in intel_uncore_posting_read() function
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c517 intel_uncore_posting_read(uncore, guc_send_reg(guc, i - 1)); in intel_guc_send_mmio()