Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/etnaviv/
Detnaviv_hwdb.c18 .shader_core_count = 1,
49 .shader_core_count = 4,
Detnaviv_gpu.h51 u32 shader_core_count; member
Detnaviv_gpu.c125 *value = gpu->identity.shader_core_count; in etnaviv_gpu_get_param()
194 gpu->identity.shader_core_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
249 if (gpu->identity.shader_core_count == 0) { in etnaviv_hw_specs()
251 gpu->identity.shader_core_count = 2; in etnaviv_hw_specs()
253 gpu->identity.shader_core_count = 1; in etnaviv_hw_specs()
924 gpu->identity.shader_core_count); in etnaviv_gpu_debugfs()