Searched refs:has_slm (Results 1 – 5 of 5) sorted by relevance
81 const bool has_slm = cfg->n[INTEL_L3P_SLM]; in setup_l3_config() local122 (devinfo->ver < 11 && has_slm ? GFX8_L3CNTLREG_SLM_ENABLE : 0) | in setup_l3_config()139 const bool urb_low_bw = has_slm && !devinfo->is_baytrail; in setup_l3_config()161 OUT_BATCH((has_slm ? GFX7_L3CNTLREG2_SLM_ENABLE : 0) | in setup_l3_config()
678 bool has_slm = compute; in iris_get_default_l3_config() local680 intel_get_default_l3_weights(devinfo, wants_dc_cache, has_slm); in iris_get_default_l3_config()
670 bool has_slm = compute; in crocus_get_default_l3_config() local672 intel_get_default_l3_weights(devinfo, wants_dc_cache, has_slm); in crocus_get_default_l3_config()
1074 const bool has_slm = cfg->n[INTEL_L3P_SLM]; in setup_l3_config() local1129 const bool urb_low_bw = has_slm && !devinfo->is_baytrail; in setup_l3_config()1153 reg.SLMEnable = has_slm; in setup_l3_config()
2927 - anv: Drop has_slm in emit_l3_config for gen11+