Searched refs:FORCEWAKE_GT (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_uncore.c1293 * GEN_FW_RANGE(0x1000, 0xffff, FORCEWAKE_GT)
1334 GEN_FW_RANGE(0x0, 0xaff, FORCEWAKE_GT),
1337 GEN_FW_RANGE(0x2700, 0x2fff, FORCEWAKE_GT),
1339 GEN_FW_RANGE(0x4000, 0x51ff, FORCEWAKE_GT),
1341 GEN_FW_RANGE(0x8000, 0x812f, FORCEWAKE_GT),
1344 GEN_FW_RANGE(0x8160, 0x82ff, FORCEWAKE_GT),
1346 GEN_FW_RANGE(0x8500, 0x87ff, FORCEWAKE_GT),
1348 GEN_FW_RANGE(0x8a00, 0x8bff, FORCEWAKE_GT),
1350 GEN_FW_RANGE(0x8d00, 0x93ff, FORCEWAKE_GT),
1352 GEN_FW_RANGE(0x9800, 0xafff, FORCEWAKE_GT),
[all...]
H A Dintel_uncore.h72 FORCEWAKE_GT = BIT(FW_DOMAIN_ID_GT), enumerator in enum:forcewake_domains
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc.c349 * All SOFT_SCRATCH registers are in FORCEWAKE_GT domain and
353 intel_uncore_forcewake_get(uncore, FORCEWAKE_GT);
360 intel_uncore_forcewake_put(uncore, FORCEWAKE_GT);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_mcr.c393 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_GT);
437 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_GT);

Completed in 137 milliseconds