Lines Matching refs:max_mcs
439 for (i = 0; i < pvt->max_mcs; i++)
3171 for (j = 0; j < pvt->max_mcs; j++) { in dct_init_csrows()
3478 pvt->umc = kcalloc(pvt->max_mcs, sizeof(struct amd64_umc), GFP_KERNEL); in umc_hw_info_get()
3708 pvt->umc = kcalloc(pvt->max_mcs, sizeof(struct amd64_umc), GFP_KERNEL); in gpu_hw_info_get()
3758 pvt->max_mcs = 2; in per_family_init()
3833 pvt->max_mcs = 8; in per_family_init()
3855 pvt->max_mcs = 8; in per_family_init()
3859 pvt->max_mcs = 12; in per_family_init()
3868 pvt->max_mcs = 4; in per_family_init()
3874 pvt->max_mcs = 8; in per_family_init()
3890 pvt->max_mcs = 4; in per_family_init()
3897 pvt->max_mcs = 12; in per_family_init()
3907 pvt->max_mcs = 12; in per_family_init()
3942 return is_gpu ? pvt->max_mcs in get_layer_size()
3946 : pvt->max_mcs; in get_layer_size()
3986 for (dct = 0; dct < pvt->max_mcs; dct++) { in instance_has_memory()