Searched refs:intel_uncore_posting_read (Results 1 – 13 of 13) sorted by relevance
| /drivers/gpu/drm/xe/display/ext/ |
| A D | i915_irq.c | 13 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 …]
|
| /drivers/gpu/drm/i915/ |
| A D | i915_irq.c | 84 intel_uncore_posting_read(uncore, regs.imr); in gen2_irq_reset() 90 intel_uncore_posting_read(uncore, regs.iir); in gen2_irq_reset() 92 intel_uncore_posting_read(uncore, regs.iir); in gen2_irq_reset() 109 intel_uncore_posting_read(uncore, reg); in gen2_assert_iir_is_zero() 111 intel_uncore_posting_read(uncore, reg); in gen2_assert_iir_is_zero() 121 intel_uncore_posting_read(uncore, regs.imr); in gen2_irq_init() 127 intel_uncore_posting_read(uncore, regs.emr); in gen2_error_reset() 130 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_reset() 132 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_reset() 139 intel_uncore_posting_read(uncore, regs.eir); in gen2_error_init() [all …]
|
| A D | intel_uncore.h | 399 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__)) macro
|
| A D | vlv_suspend.c | 337 intel_uncore_posting_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake()
|
| A D | intel_clock_gating.c | 143 intel_uncore_posting_read(&dev_priv->uncore, in g4x_disable_trickle_feed()
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | aperture_gm.c | 152 intel_uncore_posting_read(uncore, fence_reg_lo); in intel_vgpu_write_fence() 156 intel_uncore_posting_read(uncore, fence_reg_lo); in intel_vgpu_write_fence()
|
| /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_gt.c | 278 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()
|
| A D | intel_engine.h | 109 intel_uncore_posting_read((engine__)->uncore, RING_FAULT_REG(engine__))
|
| A D | intel_rps.c | 491 intel_uncore_posting_read(uncore, ECR); in init_emon() 590 intel_uncore_posting_read(uncore, VIDSTART); in gen5_rps_enable()
|
| /drivers/gpu/drm/xe/compat-i915-headers/ |
| A D | intel_uncore.h | 70 static inline void intel_uncore_posting_read(struct intel_uncore *uncore, in intel_uncore_posting_read() function
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_de.h | 71 intel_uncore_posting_read(__to_uncore(display), reg); in intel_de_posting_read()
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc.c | 530 intel_uncore_posting_read(uncore, guc_send_reg(guc, i - 1)); in intel_guc_send_mmio()
|
Completed in 26 milliseconds