Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_frontbuffer_tracking.c721 static char last_fbc_buf[128]; variable
730 last_fbc_buf[0] = '\0'; in fbc_is_enabled()
731 else if (strcmp(last_fbc_buf, buf)) in fbc_is_enabled()
732 strcpy(last_fbc_buf, buf); in fbc_is_enabled()
914 last_fbc_buf[0] = '\0'; in fbc_wait_until_enabled()