Home
last modified time | relevance | path

Searched refs:intel_uncore_read_fw (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/gpu/drm/i915/
A Dintel_pcode.c70 if (intel_uncore_read_fw(uncore, GEN6_PCODE_MAILBOX) & GEN6_PCODE_READY) in __sandybridge_pcode_rw()
87 *val = intel_uncore_read_fw(uncore, GEN6_PCODE_DATA); in __sandybridge_pcode_rw()
89 *val1 = intel_uncore_read_fw(uncore, GEN6_PCODE_DATA1); in __sandybridge_pcode_rw()
A Dintel_uncore.h411 #define intel_uncore_read_fw(...) __raw_uncore_read32(__VA_ARGS__) macro
414 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__))
432 old = intel_uncore_read_fw(uncore, reg); in intel_uncore_rmw_fw()
A Dintel_sbi.c54 *val = intel_uncore_read_fw(uncore, SBI_DATA); in intel_sbi_rw()
A Dvlv_sideband.c111 *val = intel_uncore_read_fw(uncore, VLV_IOSF_DATA); in vlv_sideband_rw()
A Di915_gpu_error.c1581 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE_VLV); in gt_record_regs()
1600 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE); in gt_record_regs()
1607 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE_MT); in gt_record_regs()
A Dintel_uncore.c2373 #define done (((reg_value = intel_uncore_read_fw(uncore, reg)) & mask) == value) in __intel_wait_for_register_fw()
2544 old_mcr = mcr = intel_uncore_read_fw(uncore, GEN8_MCR_SELECTOR); in intel_uncore_read_with_mcr_steering_fw()
2550 val = intel_uncore_read_fw(uncore, reg); in intel_uncore_read_with_mcr_steering_fw()
A Di915_pmu.c398 val = intel_uncore_read_fw(uncore, GEN6_RPSTAT1); in frequency_sample()
A Dintel_pm.c2045 dsparb = intel_uncore_read_fw(uncore, DSPARB); in vlv_atomic_update_fifo()
2046 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo()
2062 dsparb = intel_uncore_read_fw(uncore, DSPARB); in vlv_atomic_update_fifo()
2063 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo()
2079 dsparb3 = intel_uncore_read_fw(uncore, DSPARB3); in vlv_atomic_update_fifo()
2080 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo()
/linux/drivers/gpu/drm/i915/gvt/
A Dmmio_context.c183 intel_uncore_read_fw(uncore, offset); in load_render_mocs()
191 intel_uncore_read_fw(uncore, offset); in load_render_mocs()
385 if (wait_for_atomic(intel_uncore_read_fw(uncore, reg) == 0, 50)) in handle_tlb_pending_event()
497 intel_uncore_read_fw(uncore, mmio->reg); in switch_mmio()
504 intel_uncore_read_fw(uncore, mmio->reg); in switch_mmio()
/linux/drivers/gpu/drm/i915/gt/
A Dselftest_rc6.c99 intel_uncore_read_fw(gt->uncore, GEN6_RC_STATE), in live_rc6_manual()
100 intel_uncore_read_fw(gt->uncore, GEN6_RC_CONTROL), in live_rc6_manual()
A Dintel_gt_pm_debugfs.c126 gt_core_status = intel_uncore_read_fw(uncore, GEN6_GT_CORE_STATUS); in gen6_drpc()
635 rpup = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP) & GEN6_RP_EI_MASK; in rps_boost_show()
636 rpupei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP_EI) & GEN6_RP_EI_MASK; in rps_boost_show()
637 rpdown = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN) & GEN6_RP_EI_MASK; in rps_boost_show()
638 rpdownei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN_EI) & GEN6_RP_EI_MASK; in rps_boost_show()
A Dintel_rc6.c705 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw()
711 lower = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw()
715 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw()
774 time_hw = intel_uncore_read_fw(uncore, reg); in intel_rc6_residency_ns()
A Dintel_reset.c404 if (!(intel_uncore_read_fw(uncore, sfc_lock.usage_reg) & sfc_lock.usage_bit)) { in gen11_lock_sfc()
418 if (!(intel_uncore_read_fw(uncore, in gen11_lock_sfc()
458 lock_obtained = (intel_uncore_read_fw(uncore, sfc_lock.usage_reg) & in gen11_lock_sfc()
559 ack = intel_uncore_read_fw(uncore, reg); in gen8_engine_reset_prepare()
585 intel_uncore_read_fw(uncore, reg)); in gen8_engine_reset_prepare()
A Dselftest_rps.c284 if (wait_for(intel_uncore_read_fw(gt->uncore, in live_rps_clock_interval()
300 cycles_[i] = -intel_uncore_read_fw(gt->uncore, GEN6_RP_CUR_UP_EI); in live_rps_clock_interval()
305 cycles_[i] += intel_uncore_read_fw(gt->uncore, GEN6_RP_CUR_UP_EI); in live_rps_clock_interval()
568 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)); in __measure_cs_frequency()
570 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)) - dc; in __measure_cs_frequency()
A Dintel_gt.c900 return intel_uncore_read_fw(gt->uncore, reg); in intel_gt_read_register_fw()
A Dintel_ggtt.c157 intel_uncore_read_fw(uncore, GFX_FLSH_CNTL_GEN6); in gen6_ggtt_invalidate()
/linux/drivers/gpu/drm/i915/display/
A Dintel_de.h72 val = intel_uncore_read_fw(&i915->uncore, reg); in intel_de_read_fw()
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.c494 intel_uncore_read_fw(uncore, DMA_CTRL)); in uc_fw_xfer()

Completed in 45 milliseconds