Lines Matching refs:model

46 		*value = gpu->identity.model;  in etnaviv_gpu_get_param()
199 static inline bool etnaviv_is_model_rev(struct etnaviv_gpu *gpu, u32 model, u32 revision) in etnaviv_is_model_rev() argument
201 return gpu->identity.model == model && in etnaviv_is_model_rev()
255 if (gpu->identity.model >= 0x1000) in etnaviv_hw_specs()
264 else if (gpu->identity.model == chipModel_GC400) in etnaviv_hw_specs()
272 else if (gpu->identity.model == chipModel_GC400) in etnaviv_hw_specs()
274 else if (gpu->identity.model == chipModel_GC500 || in etnaviv_hw_specs()
275 gpu->identity.model == chipModel_GC530) in etnaviv_hw_specs()
284 if (gpu->identity.model >= 0x1000) in etnaviv_hw_specs()
297 } else if (gpu->identity.model == chipModel_GC400) { in etnaviv_hw_specs()
311 gpu->identity.model == chipModel_GC880) in etnaviv_hw_specs()
366 gpu->identity.model = chipModel_GC500; in etnaviv_hw_identify()
372 gpu->identity.model = gpu_read(gpu, VIVS_HI_CHIP_MODEL); in etnaviv_hw_identify()
391 if ((gpu->identity.model & 0xff00) == 0x0400 && in etnaviv_hw_identify()
392 gpu->identity.model != chipModel_GC420) { in etnaviv_hw_identify()
393 gpu->identity.model = gpu->identity.model & 0x0400; in etnaviv_hw_identify()
417 gpu->identity.model = chipModel_GC3000; in etnaviv_hw_identify()
429 gpu->identity.model, gpu->identity.revision); in etnaviv_hw_identify()
442 if (gpu->identity.model == chipModel_GC700) in etnaviv_hw_identify()
446 if ((gpu->identity.model == chipModel_GC500 && in etnaviv_hw_identify()
448 gpu->identity.model == chipModel_GC300) in etnaviv_hw_identify()
451 if ((gpu->identity.model == chipModel_GC500 && in etnaviv_hw_identify()
453 (gpu->identity.model == chipModel_GC300 && in etnaviv_hw_identify()
485 if (gpu->identity.model == chipModel_GC600 || in etnaviv_hw_identify()
486 gpu->identity.model == chipModel_GC300) in etnaviv_hw_identify()
651 if (gpu->identity.model >= chipModel_GC400 && in etnaviv_gpu_enable_mlcg()
652 gpu->identity.model != chipModel_GC420 && in etnaviv_gpu_enable_mlcg()
834 if (gpu->identity.model == 0) { in etnaviv_gpu_init()
977 seq_printf(m, "\t model: 0x%x\n", gpu->identity.model); in etnaviv_gpu_debugfs()