Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c326 u32 chipIdentity; in etnaviv_hw_identify() local
328 chipIdentity = gpu_read(gpu, VIVS_HI_CHIP_IDENTITY); in etnaviv_hw_identify()
331 if (etnaviv_field(chipIdentity, VIVS_HI_CHIP_IDENTITY_FAMILY) == 0x01) { in etnaviv_hw_identify()
333 gpu->identity.revision = etnaviv_field(chipIdentity, in etnaviv_hw_identify()
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c334 u32 chipIdentity; in etnaviv_hw_identify() local
336 chipIdentity = gpu_read(gpu, VIVS_HI_CHIP_IDENTITY); in etnaviv_hw_identify()
339 if (etnaviv_field(chipIdentity, VIVS_HI_CHIP_IDENTITY_FAMILY) == 0x01) { in etnaviv_hw_identify()
341 gpu->identity.revision = etnaviv_field(chipIdentity, in etnaviv_hw_identify()

Completed in 6 milliseconds