Searched refs:microc_type (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre.h15 const char* microc_type; member in struct:__anon86f3611d0108
H A Dtheatre200.c1943 if (t->microc_type == NULL)
1945 t->microc_type = DEFAULT_MICROC_TYPE;
1949 xf86DrvMsg(t->VIP->pScrn->scrnIndex, X_INFO, "Microcode: Use microcode type: %s\n", t->microc_type);
1968 if (microc_load(t->microc_path, t->microc_type, &microc_data, t->VIP->pScrn->scrnIndex) < 0)
H A Dradeon_driver.c2640 const char* microc_type = NULL; local in function:RADEONPreInitXv
2714 if((microc_type = xf86GetOptValString(info->Options, OPTION_RAGE_THEATRE_MICROC_TYPE)) != NULL)
2716 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "Rage Theatre Microcode type was specified as %s\n", microc_type);
2717 info->RageTheatreMicrocType = microc_type;
H A Dradeon_video.c1609 pPriv->theatre->microc_type = info->RageTheatreMicrocType;

Completed in 17 milliseconds