Searched refs:drmmode_get_current_ust (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.h284 int drmmode_get_current_ust(int drm_fd, CARD64 * ust);
H A Damdgpu_dri2.c394 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 Ddrmmode_display.c196 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 Ddrmmode_display.h258 int drmmode_get_current_ust(int drm_fd, CARD64 *ust);
H A Dradeon_dri2.c489 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 Ddrmmode_display.c255 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