HomeSort by: relevance | last modified time | path
    Searched refs:ramdac (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/xf86-video-imstt/dist/src/
imstt.h 23 unsigned long ramdac; member in struct:_IMSTTRec
imstt_driver.c 486 iptr->ramdac = RAMDAC_TVP;
490 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "using %s ramdac\n", iptr->ramdac == RAMDAC_TVP ? "TVP" : "IBM");
659 if (iptr->ramdac == RAMDAC_IBM)
692 if (iptr->ramdac == RAMDAC_IBM) {
863 if (iptr->ramdac == RAMDAC_IBM) {
1108 if (iptr->ramdac == RAMDAC_IBM) {
1120 if ((iptr->ramdac == RAMDAC_IBM) && (iptr->InitDAC)) {
1134 if ((iptr->ramdac == RAMDAC_TVP) && (iptr->InitDAC)) {
1219 if (iptr->ramdac == RAMDAC_TVP
    [all...]
  /xsrc/external/mit/xf86-video-ark/dist/src/
ark.h 59 int ramdac; member in struct:_ARKRec
ark_driver.c 402 /* try to detect the RAMDAC */
410 pARK->ramdac = ZOOMDAC;
419 pARK->ramdac = ATT490;
630 /* save RAMDAC regs here, based on type */
808 * and from the ramdac...
839 /* setup the RAMDAC regs */
840 if (pARK->ramdac == ZOOMDAC) {
853 } else if (pARK->ramdac == ATT490) {
973 /* RAMDAC regs */
974 if (pARK->ramdac == ZOOMDAC)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
sdksyms.sh 150 /* hw/xfree86/ramdac/Makefile.am */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
sdksyms.sh 147 /* hw/xfree86/ramdac/Makefile.am */
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winconfig.h 53 char *ramdac; member in struct:__anon10187
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winconfig.h 61 char *ramdac; member in struct:__anon10785
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86str.h 297 const char *ramdac; member in struct:__anon9957
638 const char *ramdac; /* ramdac name */ member in struct:_ScrnInfoRec
xf86Configure.c 283 ptr->dev_ramdac = DevToConfig[screennum].GDev.ramdac;
xf86Config.c 2124 devicep->ramdac = conf_device->dev_ramdac;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 382 char * ramdac; member in struct:__anon10558
737 char * ramdac; /* ramdac name */ member in struct:_ScrnInfoRec
xf86Configure.c 273 ptr->dev_ramdac = DevToConfig[screennum].GDev.ramdac;
xf86Config.c 2181 devicep->ramdac = conf_device->dev_ramdac;
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128_driver.c 442 const char *ramdac = NULL; local
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"
    [all...]

Completed in 19 milliseconds