Searched refs:intel_uncore_posting_read (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_irq.c | 239 intel_uncore_posting_read(uncore, imr); in gen3_irq_reset() 245 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset() 247 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset() 278 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero() 280 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero() 308 intel_uncore_posting_read(uncore, imr); in gen3_irq_init() 376 intel_uncore_posting_read(&dev_priv->uncore, DEIMR); in ilk_update_display_irq() 487 intel_uncore_posting_read(&dev_priv->uncore, SDEIMR); in ibx_display_interrupt_update() 564 intel_uncore_posting_read(&dev_priv->uncore, reg); in i915_enable_pipestat() 587 intel_uncore_posting_read(&dev_priv->uncore, reg); in i915_disable_pipestat() [all …]
|
A D | intel_uncore.h | 398 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__)) macro
|
A D | intel_pm.c | 341 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF_VLV); in _intel_set_memory_cxsr() 345 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF); in _intel_set_memory_cxsr() 354 intel_uncore_posting_read(&dev_priv->uncore, DSPFW3); in _intel_set_memory_cxsr() 360 intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF); in _intel_set_memory_cxsr() 371 intel_uncore_posting_read(&dev_priv->uncore, INSTPM); in _intel_set_memory_cxsr() 959 intel_uncore_posting_read(&dev_priv->uncore, DSPFW1); in g4x_write_wm_values() 1038 intel_uncore_posting_read(&dev_priv->uncore, DSPFW1); in vlv_write_wm_values() 4107 intel_uncore_posting_read(&dev_priv->uncore, DSPSURF(pipe)); in g4x_disable_trickle_feed()
|
A D | vlv_suspend.c | 336 intel_uncore_posting_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | aperture_gm.c | 151 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.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_pm_irq.c | 71 intel_uncore_posting_read(uncore, reg); in gen6_gt_pm_reset_iir()
|
A D | intel_engine.h | 86 intel_uncore_posting_read((engine__)->uncore, RING_FAULT_REG(engine__))
|
A D | intel_gt.c | 272 intel_uncore_posting_read(uncore, GEN12_RING_FAULT_REG); in intel_gt_clear_error_registers() 275 intel_uncore_posting_read(uncore, GEN8_RING_FAULT_REG); in intel_gt_clear_error_registers()
|
A D | intel_rps.c | 485 intel_uncore_posting_read(uncore, ECR); in init_emon() 583 intel_uncore_posting_read(uncore, VIDSTART); in gen5_rps_enable()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_de.h | 35 intel_uncore_posting_read(&i915->uncore, reg); in intel_de_posting_read()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc.c | 501 intel_uncore_posting_read(uncore, guc_send_reg(guc, i - 1)); in intel_guc_send_mmio()
|
Completed in 34 milliseconds