Searched refs:FORCEWAKE_BLITTER (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 997 GEN_FW_RANGE(0x0, 0xaff, FORCEWAKE_BLITTER), 1000 GEN_FW_RANGE(0x2700, 0x2fff, FORCEWAKE_BLITTER), 1002 GEN_FW_RANGE(0x4000, 0x51ff, FORCEWAKE_BLITTER), 1004 GEN_FW_RANGE(0x8000, 0x812f, FORCEWAKE_BLITTER), 1007 GEN_FW_RANGE(0x8160, 0x82ff, FORCEWAKE_BLITTER), 1009 GEN_FW_RANGE(0x8500, 0x87ff, FORCEWAKE_BLITTER), 1011 GEN_FW_RANGE(0x8a00, 0x8bff, FORCEWAKE_BLITTER), 1013 GEN_FW_RANGE(0x8d00, 0x93ff, FORCEWAKE_BLITTER), 1015 GEN_FW_RANGE(0x9800, 0xafff, FORCEWAKE_BLITTER), 1017 GEN_FW_RANGE(0xb480, 0xcfff, FORCEWAKE_BLITTER), [all …]
|
D | intel_uncore.h | 52 FORCEWAKE_BLITTER = BIT(FW_DOMAIN_ID_BLITTER), enumerator
|
D | intel_guc.c | 362 intel_uncore_forcewake_get(dev_priv, FORCEWAKE_BLITTER); in intel_guc_init_params() 369 intel_uncore_forcewake_put(dev_priv, FORCEWAKE_BLITTER); in intel_guc_init_params()
|