Home
last modified time | relevance | path

Searched refs:FORCEWAKE_RENDER (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c1188 return FORCEWAKE_RENDER; in gen6_reg_write_fw_domains()
1242 GEN_FW_RANGE(0x0, 0x3ffff, FORCEWAKE_RENDER),
1246 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
1247 GEN_FW_RANGE(0x5000, 0x7fff, FORCEWAKE_RENDER),
1248 GEN_FW_RANGE(0xb000, 0x11fff, FORCEWAKE_RENDER),
1251 GEN_FW_RANGE(0x2e000, 0x2ffff, FORCEWAKE_RENDER),
1256 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
1257 GEN_FW_RANGE(0x4000, 0x4fff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1258 GEN_FW_RANGE(0x5200, 0x7fff, FORCEWAKE_RENDER),
1259 GEN_FW_RANGE(0x8000, 0x82ff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
[all …]
/linux/drivers/gpu/drm/xe/regs/
H A Dxe_gt_regs.h367 #define FORCEWAKE_RENDER XE_REG(0xa278) macro