Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c179 #define etnaviv_field(val, field) \ macro
194 gpu->identity.stream_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
196 gpu->identity.register_max = etnaviv_field(specs[0], in etnaviv_hw_specs()
198 gpu->identity.thread_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
200 gpu->identity.vertex_cache_size = etnaviv_field(specs[0], in etnaviv_hw_specs()
202 gpu->identity.shader_core_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
204 gpu->identity.pixel_pipes = etnaviv_field(specs[0], in etnaviv_hw_specs()
207 etnaviv_field(specs[0], in etnaviv_hw_specs()
210 gpu->identity.buffer_size = etnaviv_field(specs[1], in etnaviv_hw_specs()
212 gpu->identity.instruction_count = etnaviv_field(specs[1], in etnaviv_hw_specs()
[all …]