Home
last modified time | relevance | path

Searched refs:FORCEWAKE_BLITTER (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_uncore.c1072 GEN_FW_RANGE(0x0, 0xaff, FORCEWAKE_BLITTER),
1075 GEN_FW_RANGE(0x2700, 0x2fff, FORCEWAKE_BLITTER),
1077 GEN_FW_RANGE(0x4000, 0x51ff, FORCEWAKE_BLITTER),
1079 GEN_FW_RANGE(0x8000, 0x812f, FORCEWAKE_BLITTER),
1082 GEN_FW_RANGE(0x8160, 0x82ff, FORCEWAKE_BLITTER),
1084 GEN_FW_RANGE(0x8500, 0x87ff, FORCEWAKE_BLITTER),
1086 GEN_FW_RANGE(0x8a00, 0x8bff, FORCEWAKE_BLITTER),
1088 GEN_FW_RANGE(0x8d00, 0x93ff, FORCEWAKE_BLITTER),
1090 GEN_FW_RANGE(0x9800, 0xafff, FORCEWAKE_BLITTER),
1092 GEN_FW_RANGE(0xb480, 0xcfff, FORCEWAKE_BLITTER),
[all …]
Dintel_uncore.h63 FORCEWAKE_BLITTER = BIT(FW_DOMAIN_ID_BLITTER), enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c301 intel_uncore_forcewake_get(uncore, FORCEWAKE_BLITTER); in intel_guc_write_params()
308 intel_uncore_forcewake_put(uncore, FORCEWAKE_BLITTER); in intel_guc_write_params()