Searched refs:drmmode_get_current_ust (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.h | 284 int drmmode_get_current_ust(int drm_fd, CARD64 * ust);
|
| H A D | amdgpu_dri2.c | 394 if (drmmode_get_current_ust(pAMDGPUEnt->fd, &now) != 0) { 780 ret = drmmode_get_current_ust(pAMDGPUEnt->fd, &now); 884 ret = drmmode_get_current_ust(pAMDGPUEnt->fd, &drm_now);
|
| H A D | drmmode_display.c | 196 int drmmode_get_current_ust(int drm_fd, CARD64 * ust) function in typeref:typename:int 341 ret = drmmode_get_current_ust(pAMDGPUEnt->fd, &ust);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | drmmode_display.h | 258 int drmmode_get_current_ust(int drm_fd, CARD64 *ust);
|
| H A D | radeon_dri2.c | 489 if (drmmode_get_current_ust(pRADEONEnt->fd, &now) != 0) { 878 ret = drmmode_get_current_ust(pRADEONEnt->fd, &now); 981 ret = drmmode_get_current_ust(pRADEONEnt->fd, &drm_now);
|
| H A D | drmmode_display.c | 255 int drmmode_get_current_ust(int drm_fd, CARD64 *ust) function in typeref:typename:int 337 ret = drmmode_get_current_ust(pRADEONEnt->fd, &ust);
|
Completed in 15 milliseconds