Lines Matching defs:gid
257 uint32_t gid;
274 if (ioctl(fd, GCID, &gid) == -1)
278 if ((name = xf86TokenToString(NGLEChipsets, gid)) == NULL)
329 int default_depth, bitsperpixel, gid;
362 if (ioctl(fPtr->fd, GCID, &gid) == -1)
365 fPtr->gid = gid;
368 switch (gid) {
392 xf86Msg(X_INFO, "%s: found %s ( GID %08x )\n",
393 __func__, xf86TokenToString(NGLEChipsets, gid), gid);
594 if (fPtr->gid == STI_DD_SUMMIT) {
605 if (fPtr->gid == STI_DD_SUMMIT) {
607 } else if (fPtr->gid == STI_DD_HCRX) {