Home
last modified time | relevance | path

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

/drivers/gpu/drm/etnaviv/
A Detnaviv_hwdb.c23 .instruction_count = 256,
54 .instruction_count = 256,
86 .instruction_count = 512,
118 .instruction_count = 512,
149 .instruction_count = 512,
181 .instruction_count = 512,
213 .instruction_count = 512,
245 .instruction_count = 512,
A Detnaviv_gpu.c138 *value = gpu->identity.instruction_count; in etnaviv_gpu_get_param()
238 gpu->identity.instruction_count = etnaviv_field(specs[1], in etnaviv_hw_specs()
308 switch (gpu->identity.instruction_count) { in etnaviv_hw_specs()
312 gpu->identity.instruction_count = 512; in etnaviv_hw_specs()
314 gpu->identity.instruction_count = 256; in etnaviv_hw_specs()
318 gpu->identity.instruction_count = 1024; in etnaviv_hw_specs()
322 gpu->identity.instruction_count = 2048; in etnaviv_hw_specs()
326 gpu->identity.instruction_count = 256; in etnaviv_hw_specs()
1031 gpu->identity.instruction_count); in etnaviv_gpu_debugfs()
A Detnaviv_gpu.h68 u32 instruction_count; member

Completed in 9 milliseconds