Home
last modified time | relevance | path

Searched refs:chipIdentity (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c336 u32 chipIdentity; in etnaviv_hw_identify() local
338 chipIdentity = gpu_read(gpu, VIVS_HI_CHIP_IDENTITY); in etnaviv_hw_identify()
341 if (etnaviv_field(chipIdentity, VIVS_HI_CHIP_IDENTITY_FAMILY) == 0x01) { in etnaviv_hw_identify()
343 gpu->identity.revision = etnaviv_field(chipIdentity, in etnaviv_hw_identify()