Searched refs:FORCEWAKE_MEDIA (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_uncore.c1308 GEN_FW_RANGE(0x12000, 0x13fff, FORCEWAKE_MEDIA),
1309 GEN_FW_RANGE(0x22000, 0x23fff, FORCEWAKE_MEDIA),
1311 GEN_FW_RANGE(0x30000, 0x3ffff, FORCEWAKE_MEDIA),
1316 GEN_FW_RANGE(0x4000, 0x4fff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1318 GEN_FW_RANGE(0x8000, 0x82ff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1320 GEN_FW_RANGE(0x8500, 0x85ff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1321 GEN_FW_RANGE(0x8800, 0x88ff, FORCEWAKE_MEDIA),
1322 GEN_FW_RANGE(0x9000, 0xafff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1324 GEN_FW_RANGE(0xd000, 0xd7ff, FORCEWAKE_MEDIA),
1326 GEN_FW_RANGE(0xf000, 0xffff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
[all...]
H A Dintel_uncore.h73 FORCEWAKE_MEDIA = BIT(FW_DOMAIN_ID_MEDIA), enumerator in enum:forcewake_domains
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_rps.c922 intel_uncore_forcewake_get(rps_to_uncore(rps), FORCEWAKE_MEDIA);
924 intel_uncore_forcewake_put(rps_to_uncore(rps), FORCEWAKE_MEDIA); local

Completed in 172 milliseconds