Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_rgp.c175 uint32_t processor_brand[12]; member
203 strncpy((char *)chunk->processor_brand, "Unknown", sizeof(chunk->processor_brand)); in ac_sqtt_fill_cpu_info()
232 char *ptr = (char *)chunk->processor_brand; in ac_sqtt_fill_cpu_info()
235 strncpy(ptr, v + 1, sizeof(chunk->processor_brand) - 1); in ac_sqtt_fill_cpu_info()
236 ptr[sizeof(chunk->processor_brand) - 1] = '\0'; in ac_sqtt_fill_cpu_info()