Searched refs:FORCEWAKE_RENDER (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | intel_uncore.c | 1208 return FORCEWAKE_RENDER; in gen6_reg_write_fw_domains() 1262 GEN_FW_RANGE(0x0, 0x3ffff, FORCEWAKE_RENDER), 1266 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER), 1267 GEN_FW_RANGE(0x5000, 0x7fff, FORCEWAKE_RENDER), 1276 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER), 1278 GEN_FW_RANGE(0x5200, 0x7fff, FORCEWAKE_RENDER), 1280 GEN_FW_RANGE(0x8300, 0x84ff, FORCEWAKE_RENDER), 1284 GEN_FW_RANGE(0xb000, 0xb47f, FORCEWAKE_RENDER), 1286 GEN_FW_RANGE(0xe000, 0xe7ff, FORCEWAKE_RENDER), 1629 XEHP_FWRANGES(FORCEWAKE_RENDER) [all …]
|
A D | intel_uncore.h | 71 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | mmio_context.c | 382 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()
|
Completed in 11 milliseconds