Lines Matching refs:ramdac
442 const char *ramdac = NULL;
849 /* verify that the ramdac is a TVP3025 */
854 "Ti3025 Ramdac not found\n");
857 ramdac = "TI3025";
888 "IBM524 Ramdac not supported\n");
892 /* verify that the ramdac is an IBM526 */
894 ramdac = "IBM526";
914 "IBM526 Ramdac not found\n");
926 /* verify that the ramdac is an IBM528 */
928 ramdac = "IBM528";
948 "IBM528 Ramdac not found\n");
960 /* verify that the ramdac is a Silver Hammer */
962 ramdac = "SilverHammer";
980 "SilverHammer Ramdac not found\n");
1001 "Ramdac Unknown\n");
1006 "Ramdac Type min/max speed: %s %d/%d MHz\n",
1007 ramdac, pI128->minClock/1000, pI128->maxClock/1000);
1120 /* Load ramdac if needed */
1122 if (!xf86LoadSubModule(pScrn, "ramdac")) {