Searched refs:microc_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | theatre.h | 15 const char* microc_type; member in struct:__anon86f3611d0108
|
| H A D | theatre200.c | 1943 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, µc_data, t->VIP->pScrn->scrnIndex) < 0)
|
| H A D | radeon_driver.c | 2640 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 D | radeon_video.c | 1609 pPriv->theatre->microc_type = info->RageTheatreMicrocType;
|
Completed in 17 milliseconds