Searched refs:intel_uncore_write_fw (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_rc6.c70 intel_uncore_write_fw(uncore, GEN6_RC6_WAKE_RATE_LIMIT, 54 << 16 | 85);
71 intel_uncore_write_fw(uncore, GEN10_MEDIA_WAKE_RATE_LIMIT, 150);
73 intel_uncore_write_fw(uncore, GEN6_RC_EVALUATION_INTERVAL, 125000); /* 12500 * 1280ns */
74 intel_uncore_write_fw(uncore, GEN6_RC_IDLE_HYSTERSIS, 25); /* 25 * 1280ns */
76 intel_uncore_write_fw(uncore, RING_MAX_IDLE(engine->mmio_base), 10);
78 intel_uncore_write_fw(uncore, GUC_MAX_IDLE_COUNT, 0xA);
80 intel_uncore_write_fw(uncore, GEN6_RC_SLEEP, 0);
82 intel_uncore_write_fw(uncore, GEN6_RC6_THRESHOLD, 50000); /* 50/125ms per EI */
103 intel_uncore_write_fw(uncore, GEN9_MEDIA_PG_IDLE_HYSTERESIS, 60);
104 intel_uncore_write_fw(uncor
[all...]
H A Dintel_tlb.c75 intel_uncore_write_fw(uncore,
91 intel_uncore_write_fw(uncore, GEN12_OA_TLB_INV_CR, 1);
H A Dintel_gt_mcr.c262 intel_uncore_write_fw(uncore, MTL_MCR_SELECTOR,
290 intel_uncore_write_fw(uncore, GEN8_MCR_SELECTOR, mcr);
300 intel_uncore_write_fw(uncore, GEN8_MCR_SELECTOR, mcr);
306 intel_uncore_write_fw(uncore, mcr_reg_cast(reg), value);
315 intel_uncore_write_fw(uncore, MTL_MCR_SELECTOR, GEN11_MCR_MULTICAST);
317 intel_uncore_write_fw(uncore, GEN8_MCR_SELECTOR, old_mcr);
435 intel_uncore_write_fw(gt->uncore, MTL_STEER_SEMAPHORE, 0x1);
501 intel_uncore_write_fw(gt->uncore, MTL_MCR_SELECTOR, GEN11_MCR_MULTICAST);
530 intel_uncore_write_fw(gt->uncore, MTL_MCR_SELECTOR, GEN11_MCR_MULTICAST);
532 intel_uncore_write_fw(g
[all...]
H A Dintel_rps.c74 intel_uncore_write_fw(uncore, reg, val);
1229 intel_uncore_write_fw(uncore, GEN6_RC_VIDEO_FREQ,
1232 intel_uncore_write_fw(uncore, GEN6_RP_IDLE_HYSTERSIS, 0xa);
1243 intel_uncore_write_fw(uncore, GEN6_RC_VIDEO_FREQ,
1246 intel_uncore_write_fw(uncore, GEN6_RP_IDLE_HYSTERSIS, 10);
1258 intel_uncore_write_fw(uncore, GEN6_RP_DOWN_TIMEOUT, 50000);
1259 intel_uncore_write_fw(uncore, GEN6_RP_IDLE_HYSTERSIS, 10);
1335 intel_uncore_write_fw(uncore, GEN6_RP_DOWN_TIMEOUT, 1000000);
1336 intel_uncore_write_fw(uncore, GEN6_RP_UP_THRESHOLD, 59400);
1337 intel_uncore_write_fw(uncor
[all...]
H A Dintel_ggtt_fencing.c104 intel_uncore_write_fw(uncore, fence_reg_lo, 0);
107 intel_uncore_write_fw(uncore, fence_reg_hi, upper_32_bits(val));
108 intel_uncore_write_fw(uncore, fence_reg_lo, lower_32_bits(val));
142 intel_uncore_write_fw(uncore, reg, val);
167 intel_uncore_write_fw(uncore, reg, val);
H A Dintel_reset.c239 intel_uncore_write_fw(uncore, ILK_GDSR,
250 intel_uncore_write_fw(uncore, ILK_GDSR,
262 intel_uncore_write_fw(uncore, ILK_GDSR, 0);
298 intel_uncore_write_fw(uncore, GEN6_GDRST, hw_domain_mask);
591 intel_uncore_write_fw(uncore, reg, _MASKED_BIT_ENABLE(request));
605 intel_uncore_write_fw(engine->uncore,
H A Dselftest_rps.c277 intel_uncore_write_fw(gt->uncore, GEN6_RP_CUR_UP_EI, 0);
280 intel_uncore_write_fw(gt->uncore,
282 intel_uncore_write_fw(gt->uncore,
285 intel_uncore_write_fw(gt->uncore, GEN6_RP_CONTROL,
321 intel_uncore_write_fw(gt->uncore, GEN6_RP_CONTROL, 0);
H A Dintel_mocs.c614 intel_uncore_write_fw(uncore, _MMIO(addr + i * 4), mocs);
676 intel_uncore_write_fw(gt->uncore, GEN9_LNCFCMOCS(i), l3cc);
H A Dintel_ggtt.c218 intel_uncore_write_fw(uncore, GFX_FLSH_CNTL_GEN6, GFX_FLSH_CNTL_EN);
249 intel_uncore_write_fw(uncore, GFX_FLSH_CNTL_GEN6,
263 intel_uncore_write_fw(gt->uncore,
267 intel_uncore_write_fw(ggtt->vm.gt->uncore,
H A Dintel_ring_submission.c112 intel_uncore_write_fw(engine->uncore, hwsp, offset);
1021 intel_uncore_write_fw(uncore, RING_PSMI_CTL(GEN6_BSD_RING_BASE),
1042 intel_uncore_write_fw(uncore, RING_PSMI_CTL(GEN6_BSD_RING_BASE),
H A Dintel_engine_cs.c1640 intel_uncore_write_fw(uncore, mode, _MASKED_BIT_ENABLE(STOP_RING));
1647 intel_uncore_write_fw(uncore, RING_MODE_GEN7(engine->mmio_base),
H A Dintel_workarounds.c1838 intel_uncore_write_fw(uncore, wa->reg, val);
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_sbi.c30 intel_uncore_write_fw(uncore, SBI_ADDR, (u32)reg << 16);
31 intel_uncore_write_fw(uncore, SBI_DATA, is_read ? 0 : *val);
39 intel_uncore_write_fw(uncore, SBI_CTL_STAT, cmd | SBI_BUSY);
H A Dintel_pcode.c71 intel_uncore_write_fw(uncore, GEN6_PCODE_DATA, *val);
72 intel_uncore_write_fw(uncore, GEN6_PCODE_DATA1, val1 ? *val1 : 0);
73 intel_uncore_write_fw(uncore,
H A Dvlv_sideband.c102 intel_uncore_write_fw(uncore, VLV_IOSF_ADDR, addr);
103 intel_uncore_write_fw(uncore, VLV_IOSF_DATA, is_read ? 0 : *val);
104 intel_uncore_write_fw(uncore, VLV_IOSF_DOORBELL_REQ,
H A Dintel_uncore.h431 #define intel_uncore_write_fw(...) __raw_uncore_write32(__VA_ARGS__) macro
454 intel_uncore_write_fw(uncore, reg, val);
H A Dintel_uncore.c2837 intel_uncore_write_fw(uncore, GU_DEBUG, DRIVERFLR_STATUS);
2861 intel_uncore_write_fw(uncore, GU_DEBUG, DRIVERFLR_STATUS);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_de.h111 intel_uncore_write_fw(&i915->uncore, reg, val);
H A Di9xx_wm.c1801 intel_uncore_write_fw(uncore, DSPARB, dsparb);
1802 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
1818 intel_uncore_write_fw(uncore, DSPARB, dsparb);
1819 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
1835 intel_uncore_write_fw(uncore, DSPARB3, dsparb3);
1836 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dmmio_context.c386 intel_uncore_write_fw(uncore, reg, 0x1);
435 intel_uncore_write_fw(uncore, offset, new_v);
453 intel_uncore_write_fw(uncore, l3_offset, new_v);
536 intel_uncore_write_fw(uncore, mmio->reg, new_v);
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc_fw.c1082 intel_uncore_write_fw(uncore, DMA_ADDR_0_LOW, lower_32_bits(offset));
1083 intel_uncore_write_fw(uncore, DMA_ADDR_0_HIGH, upper_32_bits(offset));
1086 intel_uncore_write_fw(uncore, DMA_ADDR_1_LOW, dst_offset);
1087 intel_uncore_write_fw(uncore, DMA_ADDR_1_HIGH, DMA_ADDRESS_SPACE_WOPCM);
1093 intel_uncore_write_fw(uncore, DMA_COPY_SIZE,
1097 intel_uncore_write_fw(uncore, DMA_CTRL,
1108 intel_uncore_write_fw(uncore, DMA_CTRL, _MASKED_BIT_DISABLE(dma_flags));
H A Dintel_guc.c896 * Ensure intel_uncore_write_fw can be used rather than
912 intel_uncore_write_fw(gt->uncore, GEN11_SOFT_SCRATCH(0), 0);

Completed in 356 milliseconds