Searched refs:intel_uncore_posting_read (Results 1 – 13 of 13) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | intel_de.h | 22 intel_uncore_posting_read(&i915->uncore, reg); in intel_de_posting_read()
|
D | intel_gmbus.c | 250 intel_uncore_posting_read(uncore, bus->gpio_reg); in set_clock() 267 intel_uncore_posting_read(uncore, bus->gpio_reg); in set_data()
|
D | intel_crt.c | 718 intel_uncore_posting_read(uncore, pipeconf_reg); in intel_crt_load_detect()
|
/drivers/gpu/drm/i915/gvt/ |
D | aperture_gm.c | 150 intel_uncore_posting_read(uncore, fence_reg_lo); in intel_vgpu_write_fence() 154 intel_uncore_posting_read(uncore, fence_reg_lo); in intel_vgpu_write_fence()
|
/drivers/gpu/drm/i915/gt/ |
D | intel_gt_pm_irq.c | 71 intel_uncore_posting_read(uncore, reg); in gen6_gt_pm_reset_iir()
|
D | intel_gt.c | 193 intel_uncore_posting_read(uncore, GEN12_RING_FAULT_REG); in intel_gt_clear_error_registers() 196 intel_uncore_posting_read(uncore, GEN8_RING_FAULT_REG); in intel_gt_clear_error_registers()
|
D | intel_engine.h | 83 intel_uncore_posting_read((engine__)->uncore, RING_FAULT_REG(engine__))
|
D | intel_rps.c | 442 intel_uncore_posting_read(uncore, ECR); in init_emon() 539 intel_uncore_posting_read(uncore, VIDSTART); in gen5_rps_enable()
|
D | intel_ring_submission.c | 126 intel_uncore_posting_read(engine->uncore, hwsp); in set_hwsp()
|
/drivers/gpu/drm/i915/ |
D | intel_uncore.h | 349 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__)) macro
|
D | i915_irq.c | 207 intel_uncore_posting_read(uncore, imr); in gen3_irq_reset() 213 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset() 215 intel_uncore_posting_read(uncore, iir); in gen3_irq_reset() 246 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero() 248 intel_uncore_posting_read(uncore, reg); in gen3_assert_iir_is_zero() 276 intel_uncore_posting_read(uncore, imr); in gen3_irq_init()
|
D | vlv_suspend.c | 345 intel_uncore_posting_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake()
|
/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc.c | 430 intel_uncore_posting_read(uncore, guc_send_reg(guc, i - 1)); in intel_guc_send_mmio()
|