/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | intel_uncore.h | 430 #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()
|
A D | intel_pcode.c | 68 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()
|
A D | intel_sbi.c | 55 *val = intel_uncore_read_fw(uncore, SBI_DATA); in intel_sbi_rw()
|
A D | vlv_sideband.c | 114 *val = intel_uncore_read_fw(uncore, VLV_IOSF_DATA); in vlv_sideband_rw()
|
A D | intel_pm.c | 2013 dsparb = intel_uncore_read_fw(uncore, DSPARB); in vlv_atomic_update_fifo() 2014 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo() 2030 dsparb = intel_uncore_read_fw(uncore, DSPARB); in vlv_atomic_update_fifo() 2031 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo() 2047 dsparb3 = intel_uncore_read_fw(uncore, DSPARB3); in vlv_atomic_update_fifo() 2048 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); in vlv_atomic_update_fifo()
|
A D | i915_gpu_error.c | 1824 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE_VLV); in gt_record_global_regs() 1847 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE); in gt_record_global_regs() 1854 gt->forcewake = intel_uncore_read_fw(uncore, FORCEWAKE_MT); in gt_record_global_regs()
|
A D | intel_uncore.c | 2815 #define done (((reg_value = intel_uncore_read_fw(uncore, reg)) & mask) == value) in __intel_wait_for_register_fw()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_pm_debugfs.c | 92 mt_fwake_req = intel_uncore_read_fw(uncore, FORCEWAKE_MT); in vlv_drpc() 119 mt_fwake_req = intel_uncore_read_fw(uncore, FORCEWAKE_MT); in gen6_drpc() 120 gt_core_status = intel_uncore_read_fw(uncore, GEN6_GT_CORE_STATUS); in gen6_drpc() 266 mt_fwake_req = intel_uncore_read_fw(uncore, FORCEWAKE_MT); in mtl_drpc() 517 rpup = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP) & GEN6_RP_EI_MASK; in rps_boost_show() 518 rpupei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_UP_EI) & GEN6_RP_EI_MASK; in rps_boost_show() 519 rpdown = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN) & GEN6_RP_EI_MASK; in rps_boost_show() 520 rpdownei = intel_uncore_read_fw(uncore, GEN6_RP_CUR_DOWN_EI) & GEN6_RP_EI_MASK; in rps_boost_show()
|
A D | intel_gt_mcr.c | 286 mcr = intel_uncore_read_fw(uncore, GEN8_MCR_SELECTOR); in rw_with_mcr_steering_fw() 296 mcr = intel_uncore_read_fw(uncore, GEN8_MCR_SELECTOR); in rw_with_mcr_steering_fw() 305 val = intel_uncore_read_fw(uncore, mcr_reg_cast(reg)); in rw_with_mcr_steering_fw() 379 err = wait_for(intel_uncore_read_fw(gt->uncore, in intel_gt_mcr_lock() 706 return intel_uncore_read_fw(gt->uncore, mcr_reg_cast(reg)); in intel_gt_mcr_read_any_fw()
|
A D | selftest_rc6.c | 99 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 D | intel_rc6.c | 736 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw() 742 lower = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw() 746 upper = intel_uncore_read_fw(uncore, reg); in vlv_residency_raw() 793 time_hw = intel_uncore_read_fw(uncore, reg); in intel_rc6_residency_ns()
|
A D | intel_reset.c | 429 if (!(intel_uncore_read_fw(uncore, sfc_lock.usage_reg) & sfc_lock.usage_bit)) { in gen11_lock_sfc() 443 if (!(intel_uncore_read_fw(uncore, in gen11_lock_sfc() 483 lock_obtained = (intel_uncore_read_fw(uncore, sfc_lock.usage_reg) & in gen11_lock_sfc() 567 ack = intel_uncore_read_fw(uncore, reg); in gen8_engine_reset_prepare() 593 intel_uncore_read_fw(uncore, reg)); in gen8_engine_reset_prepare()
|
A D | selftest_rps.c | 287 if (wait_for(intel_uncore_read_fw(gt->uncore, in live_rps_clock_interval() 303 cycles_[i] = -intel_uncore_read_fw(gt->uncore, GEN6_RP_CUR_UP_EI); in live_rps_clock_interval() 308 cycles_[i] += intel_uncore_read_fw(gt->uncore, GEN6_RP_CUR_UP_EI); in live_rps_clock_interval() 570 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)); in __measure_cs_frequency() 572 dc = intel_uncore_read_fw(engine->uncore, CS_GPR(0)) - dc; in __measure_cs_frequency()
|
A D | intel_workarounds.c | 1884 intel_uncore_read_fw(uncore, wa->reg); in wa_list_apply() 1896 intel_uncore_read_fw(uncore, wa->reg); in wa_list_apply() 1932 intel_uncore_read_fw(uncore, wa->reg), in wa_list_verify()
|
A D | intel_ggtt.c | 189 intel_uncore_read_fw(uncore, GFX_FLSH_CNTL_GEN6); in gen6_ggtt_invalidate()
|
A D | intel_rps.c | 2085 return intel_uncore_read_fw(rps_to_gt(rps)->uncore, rpstat); in intel_rps_read_rpstat_fw()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | mmio_context.c | 186 intel_uncore_read_fw(uncore, offset); in load_render_mocs() 194 intel_uncore_read_fw(uncore, offset); in load_render_mocs() 388 if (wait_for_atomic(intel_uncore_read_fw(uncore, reg) == 0, 50)) in handle_tlb_pending_event() 500 intel_uncore_read_fw(uncore, mmio->reg); in switch_mmio() 507 intel_uncore_read_fw(uncore, mmio->reg); in switch_mmio()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_de.h | 101 val = intel_uncore_read_fw(&i915->uncore, reg); in intel_de_read_fw()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_uc_fw.c | 937 intel_uncore_read_fw(uncore, DMA_CTRL)); in uc_fw_xfer()
|