Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_hwdb.c15 .shader_core_count = 4,
Detnaviv_gpu.h52 u32 shader_core_count; member
Detnaviv_gpu.c117 *value = gpu->identity.shader_core_count; in etnaviv_gpu_get_param()
179 gpu->identity.shader_core_count = etnaviv_field(specs[0], in etnaviv_hw_specs()
234 if (gpu->identity.shader_core_count == 0) { in etnaviv_hw_specs()
236 gpu->identity.shader_core_count = 2; in etnaviv_hw_specs()
238 gpu->identity.shader_core_count = 1; in etnaviv_hw_specs()
895 gpu->identity.shader_core_count); in etnaviv_gpu_debugfs()