Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_uncore.c1015 GEN_FW_RANGE(0x0, 0xaff, FORCEWAKE_BLITTER),
1018 GEN_FW_RANGE(0x2700, 0x2fff, FORCEWAKE_BLITTER),
1020 GEN_FW_RANGE(0x4000, 0x51ff, FORCEWAKE_BLITTER),
1022 GEN_FW_RANGE(0x8000, 0x812f, FORCEWAKE_BLITTER),
1025 GEN_FW_RANGE(0x8160, 0x82ff, FORCEWAKE_BLITTER),
1027 GEN_FW_RANGE(0x8500, 0x87ff, FORCEWAKE_BLITTER),
1029 GEN_FW_RANGE(0x8a00, 0x8bff, FORCEWAKE_BLITTER),
1031 GEN_FW_RANGE(0x8d00, 0x93ff, FORCEWAKE_BLITTER),
1033 GEN_FW_RANGE(0x9800, 0xafff, FORCEWAKE_BLITTER),
1035 GEN_FW_RANGE(0xb480, 0xcfff, FORCEWAKE_BLITTER),
[all …]
Dintel_uncore.h62 FORCEWAKE_BLITTER = BIT(FW_DOMAIN_ID_BLITTER), enumerator
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c238 intel_uncore_forcewake_get(uncore, FORCEWAKE_BLITTER); in intel_guc_write_params()
245 intel_uncore_forcewake_put(uncore, FORCEWAKE_BLITTER); in intel_guc_write_params()