Lines Matching defs:ramdac
442 const char *ramdac = NULL;
849 /* verify that the ramdac is a TVP3025 */
857 ramdac = "TI3025";
892 /* verify that the ramdac is an IBM526 */
894 ramdac = "IBM526";
926 /* verify that the ramdac is an IBM528 */
928 ramdac = "IBM528";
960 /* verify that the ramdac is a Silver Hammer */
962 ramdac = "SilverHammer";
1007 ramdac, pI128->minClock/1000, pI128->maxClock/1000);
1120 /* Load ramdac if needed */
1122 if (!xf86LoadSubModule(pScrn, "ramdac")) {