Lines Matching defs:pRADEONEnt
80 radeon_get_flink_name(RADEONEntPtr pRADEONEnt, PixmapPtr pixmap, uint32_t *name)
90 if (drmIoctl(pRADEONEnt->fd, DRM_IOCTL_GEM_FLINK, &flink) != 0)
107 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
263 if (!radeon_get_flink_name(pRADEONEnt, pixmap, &buffers->name))
483 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
489 if (drmmode_get_current_ust(pRADEONEnt->fd, &now) != 0) {
650 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
659 if (!radeon_get_flink_name(pRADEONEnt, pixmap, &front->name)) {
865 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
878 ret = drmmode_get_current_ust(pRADEONEnt->fd, &now);
956 RADEONEntPtr pRADEONEnt;
979 pRADEONEnt = RADEONEntPriv(scrn);
981 ret = drmmode_get_current_ust(pRADEONEnt->fd, &drm_now);
988 vblank_handler(pRADEONEnt->fd, 0, 0, 0,
1010 vblank_handler(pRADEONEnt->fd, frame, drm_now / 1000000,
1394 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
1403 info->dri2.device_name = drmGetDeviceNameFromFd(pRADEONEnt->fd);
1416 dri2_info.fd = pRADEONEnt->fd;
1429 if (drmGetCap(pRADEONEnt->fd, DRM_CAP_VBLANK_HIGH_CRTC, &cap_value)) {