Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h430 #define intel_uncore_read_fw(...) __raw_uncore_read32(__VA_ARGS__) macro
433 #define intel_uncore_posting_read_fw(...) ((void)intel_uncore_read_fw(__VA_ARGS__))
451 old = intel_uncore_read_fw(uncore, reg); in intel_uncore_rmw_fw()
474 upper = intel_uncore_read_fw(uncore, upper_reg); in intel_uncore_read64_2x32()
477 lower = intel_uncore_read_fw(uncore, lower_reg); in intel_uncore_read64_2x32()
478 upper = intel_uncore_read_fw(uncore, upper_reg); in intel_uncore_read64_2x32()
H A Dintel_pcode.c68 if (intel_uncore_read_fw(uncore, GEN6_PCODE_MAILBOX) & GEN6_PCODE_READY) in __snb_pcode_rw()
85 *val = intel_uncore_read_fw(uncore, GEN6_PCODE_DATA); in __snb_pcode_rw()
87 *val1 = intel_uncore_read_fw(uncore, GEN6_PCODE_DATA1); in __snb_pcode_rw()
H A Dintel_sbi.c55 *val = intel_uncore_read_fw(uncore, SBI_DATA); in intel_sbi_rw()
H A Dvlv_sideband.c113 *val = intel_uncore_read_fw(uncore, VLV_IOSF_DATA); in vlv_sideband_rw()
H A Di915_gpu_error.c1854 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE_VLV); in gt_record_global_regs()
1877 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE); in gt_record_global_regs()
1884 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE_MT); in gt_record_global_regs()
H A Dintel_uncore.c2733 #define done (((reg_value = intel_uncore_read_fw(uncore, reg)) & mask) == value) in __intel_wait_for_register_fw()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c247 mcr = intel_uncore_read_fw(uncore, GEN8_MCR_SELECTOR); in rw_with_mcr_steering_fw()
257 mcr = intel_uncore_read_fw(uncore, GEN8_MCR_SELECTOR); in rw_with_mcr_steering_fw()
266 val = intel_uncore_read_fw(uncore, mcr_reg_cast(reg)); in rw_with_mcr_steering_fw()
356 err = wait_for(intel_uncore_read_fw(gt->uncore, in intel_gt_mcr_lock()
710 return intel_uncore_read_fw(gt->uncore, mcr_reg_cast(reg)); in intel_gt_mcr_read_any_fw()
H A Dselftest_rc6.c109 intel_uncore_read_fw(gt->uncore, GEN6_RC_STATE), in live_rc6_manual()
110 intel_uncore_read_fw(gt->uncore, GEN6_RC_CONTROL), in live_rc6_manual()
H A Dintel_rc6.c773 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw()
779 lower = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw()
783 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw()
830 time_hw = intel_uncore_read_fw(uncore, reg); in intel_rc6_residency_ns()
H A Dselftest_rps.c289 if (wait_for(intel_uncore_read_fw(gt->uncore, in live_rps_clock_interval()
304 cycles_[i] = -intel_uncore_read_fw(gt->uncore, GEN6_RP_CUR_UP_EI); in live_rps_clock_interval()
309 cycles_[i] += intel_uncore_read_fw(gt->uncore, GEN6_RP_CUR_UP_EI); in live_rps_clock_interval()
572 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)); in __measure_cs_frequency()
575 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)) - dc; in __measure_cs_frequency()
H A Dintel_reset.c435 if (!(intel_uncore_read_fw(uncore, sfc_lock.usage_reg) & sfc_lock.usage_bit)) { in gen11_lock_sfc()
449 if (!(intel_uncore_read_fw(uncore, in gen11_lock_sfc()
489 lock_obtained = (intel_uncore_read_fw(uncore, sfc_lock.usage_reg) & in gen11_lock_sfc()
573 ack = intel_uncore_read_fw(uncore, reg); in gen8_engine_reset_prepare()
599 intel_uncore_read_fw(uncore, reg)); in gen8_engine_reset_prepare()
H A Dintel_workarounds.c1001 intel_uncore_read_fw(uncore, wa->reg); in intel_engine_emit_ctx_wa()
1750 intel_uncore_read_fw(uncore, wa->reg); in wa_list_apply()
1762 intel_uncore_read_fw(uncore, wa->reg); in wa_list_apply()
1798 intel_uncore_read_fw(uncore, wa->reg), in wa_list_verify()
H A Dintel_ggtt.c197 intel_uncore_read_fw(uncore, GFX_FLSH_CNTL_GEN6); in gen6_ggtt_invalidate()
H A Dintel_rps.c2122 freq = take_fw ? intel_uncore_read(uncore, r) : intel_uncore_read_fw(uncore, r); in __read_cagf()
/linux/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c194 intel_uncore_read_fw(uncore, offset); in load_render_mocs()
202 intel_uncore_read_fw(uncore, offset); in load_render_mocs()
396 if (wait_for_atomic(intel_uncore_read_fw(uncore, reg) == 0, 50)) in handle_tlb_pending_event()
508 intel_uncore_read_fw(uncore, mmio->reg); in switch_mmio()
515 intel_uncore_read_fw(uncore, mmio->reg); in switch_mmio()
/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_uncore.h140 static inline u32 intel_uncore_read_fw(struct intel_uncore *uncore, in intel_uncore_read_fw() function
/linux/drivers/gpu/drm/i915/display/
H A Dintel_de.h212 val = intel_uncore_read_fw(__to_uncore(display), reg); in __intel_de_read_fw()
H A Di9xx_wm.c1892 dsparb = intel_uncore_read_fw(uncore, DSPARB(dev_priv)); in vlv_atomic_update_fifo()
1893 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo()
1909 dsparb = intel_uncore_read_fw(uncore, DSPARB(dev_priv)); in vlv_atomic_update_fifo()
1910 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo()
1926 dsparb3 = intel_uncore_read_fw(uncore, DSPARB3); in vlv_atomic_update_fifo()
1927 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c1123 intel_uncore_read_fw(uncore, DMA_CTRL)); in uc_fw_xfer()