Searched refs:instruction_count (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/etnaviv/ |
D | etnaviv_hwdb.c | 23 .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,
|
D | etnaviv_gpu.c | 137 *value = gpu->identity.instruction_count; in etnaviv_gpu_get_param() 214 gpu->identity.instruction_count = etnaviv_field(specs[1], in etnaviv_hw_specs() 284 switch (gpu->identity.instruction_count) { in etnaviv_hw_specs() 288 gpu->identity.instruction_count = 512; in etnaviv_hw_specs() 290 gpu->identity.instruction_count = 256; in etnaviv_hw_specs() 294 gpu->identity.instruction_count = 1024; in etnaviv_hw_specs() 298 gpu->identity.instruction_count = 2048; in etnaviv_hw_specs() 302 gpu->identity.instruction_count = 256; in etnaviv_hw_specs() 1010 gpu->identity.instruction_count); in etnaviv_gpu_debugfs()
|
D | etnaviv_gpu.h | 68 u32 instruction_count; member
|
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/ebb/ |
D | instruction_count_test.c | 109 int instruction_count(void) in instruction_count() function 166 return test_harness(instruction_count, "instruction_count"); in main()
|