Lines Matching refs:model
46 *value = gpu->identity.model; in etnaviv_gpu_get_param()
135 ((gpu)->identity.model == chipModel_##mod && \
187 if (gpu->identity.model >= 0x1000) in etnaviv_hw_specs()
196 else if (gpu->identity.model == chipModel_GC400) in etnaviv_hw_specs()
204 else if (gpu->identity.model == chipModel_GC400) in etnaviv_hw_specs()
206 else if (gpu->identity.model == chipModel_GC500 || in etnaviv_hw_specs()
207 gpu->identity.model == chipModel_GC530) in etnaviv_hw_specs()
216 if (gpu->identity.model >= 0x1000) in etnaviv_hw_specs()
229 } else if (gpu->identity.model == chipModel_GC400) { in etnaviv_hw_specs()
243 gpu->identity.model == chipModel_GC880) in etnaviv_hw_specs()
298 gpu->identity.model = chipModel_GC500; in etnaviv_hw_identify()
303 gpu->identity.model = gpu_read(gpu, VIVS_HI_CHIP_MODEL); in etnaviv_hw_identify()
312 if ((gpu->identity.model & 0xff00) == 0x0400 && in etnaviv_hw_identify()
313 gpu->identity.model != chipModel_GC420) { in etnaviv_hw_identify()
314 gpu->identity.model = gpu->identity.model & 0x0400; in etnaviv_hw_identify()
339 gpu->identity.model = chipModel_GC3000; in etnaviv_hw_identify()
345 gpu->identity.model, gpu->identity.revision); in etnaviv_hw_identify()
350 if (gpu->identity.model == chipModel_GC700) in etnaviv_hw_identify()
353 if ((gpu->identity.model == chipModel_GC500 && in etnaviv_hw_identify()
355 (gpu->identity.model == chipModel_GC300 && in etnaviv_hw_identify()
387 if (gpu->identity.model == chipModel_GC600) { in etnaviv_hw_identify()
518 if (gpu->identity.model >= chipModel_GC400 && in etnaviv_gpu_enable_mlcg()
519 gpu->identity.model != chipModel_GC420) in etnaviv_gpu_enable_mlcg()
612 if (gpu->identity.model == 0) { in etnaviv_gpu_init()