| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_rc6.c | 73 intel_uncore_write_fw(uncore, GEN6_RC6_WAKE_RATE_LIMIT, 54 << 16 | 85); in gen11_rc6_enable() 74 intel_uncore_write_fw(uncore, GEN10_MEDIA_WAKE_RATE_LIMIT, 150); in gen11_rc6_enable() 76 intel_uncore_write_fw(uncore, GEN6_RC_EVALUATION_INTERVAL, 125000); /* 12500 * 1280ns */ in gen11_rc6_enable() 77 intel_uncore_write_fw(uncore, GEN6_RC_IDLE_HYSTERSIS, 25); /* 25 * 1280ns */ in gen11_rc6_enable() 79 intel_uncore_write_fw(uncore, RING_MAX_IDLE(engine->mmio_base), 10); in gen11_rc6_enable() 81 intel_uncore_write_fw(uncore, GUC_MAX_IDLE_COUNT, 0xA); in gen11_rc6_enable() 83 intel_uncore_write_fw(uncore, GEN6_RC_SLEEP, 0); in gen11_rc6_enable() 85 intel_uncore_write_fw(uncore, GEN6_RC6_THRESHOLD, 50000); /* 50/125ms per EI */ in gen11_rc6_enable() 106 intel_uncore_write_fw(uncore, GEN9_MEDIA_PG_IDLE_HYSTERESIS, 60); in gen11_rc6_enable() 107 intel_uncore_write_fw(uncore, GEN9_RENDER_PG_IDLE_HYSTERESIS, 60); in gen11_rc6_enable() [all …]
|
| H A D | intel_gt_mcr.c | 224 intel_uncore_write_fw(uncore, MTL_MCR_SELECTOR, in rw_with_mcr_steering_fw() 252 intel_uncore_write_fw(uncore, GEN8_MCR_SELECTOR, mcr); in rw_with_mcr_steering_fw() 262 intel_uncore_write_fw(uncore, GEN8_MCR_SELECTOR, mcr); in rw_with_mcr_steering_fw() 268 intel_uncore_write_fw(uncore, mcr_reg_cast(reg), value); in rw_with_mcr_steering_fw() 277 intel_uncore_write_fw(uncore, MTL_MCR_SELECTOR, GEN11_MCR_MULTICAST); in rw_with_mcr_steering_fw() 279 intel_uncore_write_fw(uncore, GEN8_MCR_SELECTOR, old_mcr); in rw_with_mcr_steering_fw() 396 intel_uncore_write_fw(gt->uncore, MTL_STEER_SEMAPHORE, 0x1); in intel_gt_mcr_unlock() 421 intel_uncore_write_fw(gt->uncore, MTL_STEER_SEMAPHORE, 0x1); in intel_gt_mcr_lock_sanitize() 484 intel_uncore_write_fw(gt->uncore, MTL_MCR_SELECTOR, GEN11_MCR_MULTICAST); in intel_gt_mcr_multicast_write() 513 intel_uncore_write_fw(gt->uncore, MTL_MCR_SELECTOR, GEN11_MCR_MULTICAST); in intel_gt_mcr_multicast_write_fw() [all …]
|
| H A D | intel_tlb.c | 76 intel_uncore_write_fw(uncore, in mmio_invalidate_full() 92 intel_uncore_write_fw(uncore, GEN12_OA_TLB_INV_CR, 1); in mmio_invalidate_full()
|
| H A D | intel_ggtt_fencing.c | 106 intel_uncore_write_fw(uncore, fence_reg_lo, 0); in i965_write_fence_reg() 109 intel_uncore_write_fw(uncore, fence_reg_hi, upper_32_bits(val)); in i965_write_fence_reg() 110 intel_uncore_write_fw(uncore, fence_reg_lo, lower_32_bits(val)); in i965_write_fence_reg() 144 intel_uncore_write_fw(uncore, reg, val); in i915_write_fence_reg() 169 intel_uncore_write_fw(uncore, reg, val); in i830_write_fence_reg()
|
| H A D | intel_reset.c | 237 intel_uncore_write_fw(uncore, ILK_GDSR, in ilk_do_reset() 248 intel_uncore_write_fw(uncore, ILK_GDSR, in ilk_do_reset() 260 intel_uncore_write_fw(uncore, ILK_GDSR, 0); in ilk_do_reset() 296 intel_uncore_write_fw(uncore, GEN6_GDRST, hw_domain_mask); in gen6_hw_domain_reset() 589 intel_uncore_write_fw(uncore, reg, _MASKED_BIT_ENABLE(request)); in gen8_engine_reset_prepare() 603 intel_uncore_write_fw(engine->uncore, in gen8_engine_reset_cancel()
|
| H A D | intel_mocs.c | 565 intel_uncore_write_fw(uncore, _MMIO(addr + i * 4), mocs); in __init_mocs_table() 627 intel_uncore_write_fw(gt->uncore, GEN9_LNCFCMOCS(i), l3cc); in init_l3cc_table()
|
| H A D | intel_ggtt.c | 197 intel_uncore_write_fw(uncore, GFX_FLSH_CNTL_GEN6, GFX_FLSH_CNTL_EN); in gen6_ggtt_invalidate() 228 intel_uncore_write_fw(uncore, GFX_FLSH_CNTL_GEN6, in gen8_ggtt_invalidate() 252 intel_uncore_write_fw(gt->uncore, in guc_ggtt_invalidate() 256 intel_uncore_write_fw(gt->uncore, in guc_ggtt_invalidate()
|
| H A D | intel_ring_submission.c | 114 intel_uncore_write_fw(engine->uncore, hwsp, offset); in set_hwsp() 1055 intel_uncore_write_fw(uncore, RING_PSMI_CTL(GEN6_BSD_RING_BASE), in gen6_bsd_submit_request() 1076 intel_uncore_write_fw(uncore, RING_PSMI_CTL(GEN6_BSD_RING_BASE), in gen6_bsd_submit_request()
|
| H A D | intel_engine_cs.c | 1631 intel_uncore_write_fw(uncore, mode, _MASKED_BIT_ENABLE(STOP_RING)); in __intel_engine_stop_cs() 1638 intel_uncore_write_fw(uncore, RING_MODE_GEN7(engine->mmio_base), in __intel_engine_stop_cs()
|
| H A D | intel_workarounds.c | 1788 intel_uncore_write_fw(uncore, wa->reg, val); in wa_list_apply()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | vlv_iosf_sb.c | 109 intel_uncore_write_fw(uncore, VLV_IOSF_ADDR, addr); in vlv_sideband_rw() 110 intel_uncore_write_fw(uncore, VLV_IOSF_DATA, is_read ? 0 : *val); in vlv_sideband_rw() 111 intel_uncore_write_fw(uncore, VLV_IOSF_DOORBELL_REQ, in vlv_sideband_rw()
|
| H A D | intel_pcode.c | 74 intel_uncore_write_fw(uncore, GEN6_PCODE_DATA, *val); in __snb_pcode_rw() 75 intel_uncore_write_fw(uncore, GEN6_PCODE_DATA1, val1 ? *val1 : 0); in __snb_pcode_rw() 76 intel_uncore_write_fw(uncore, in __snb_pcode_rw()
|
| H A D | intel_uncore.h | 426 #define intel_uncore_write_fw(...) __raw_uncore_write32(__VA_ARGS__) macro 449 intel_uncore_write_fw(uncore, reg, val); in intel_uncore_rmw_fw()
|
| H A D | intel_uncore.c | 2656 intel_uncore_write_fw(uncore, GU_DEBUG, DRIVERFLR_STATUS); in driver_initiated_flr() 2680 intel_uncore_write_fw(uncore, GU_DEBUG, DRIVERFLR_STATUS); in driver_initiated_flr()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | mmio_context.c | 398 intel_uncore_write_fw(uncore, reg, 0x1); in handle_tlb_pending_event() 447 intel_uncore_write_fw(uncore, offset, new_v); in switch_mocs() 465 intel_uncore_write_fw(uncore, l3_offset, new_v); in switch_mocs() 548 intel_uncore_write_fw(uncore, mmio->reg, new_v); in switch_mmio()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_de.h | 203 intel_uncore_write_fw(__to_uncore(display), reg, val); in intel_de_write_fw()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_selftest.c | 275 intel_uncore_write_fw(uncore, GEN9_PG_ENABLE, in i915_live_selftests()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc.c | 973 intel_uncore_write_fw(gt->uncore, GEN11_SOFT_SCRATCH(0), 0); in intel_guc_write_barrier()
|