Searched refs:atomBiosArg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_modes.c498 AtomBiosArgRec atomBiosArg; local in function:RADEONProbeOutputModes
509 ATOMBIOS_GET_CV_MODES, &atomBiosArg);
511 modes = atomBiosArg.modes;
528 ATOMBIOS_GET_PANEL_EDID, &atomBiosArg);
531 atomBiosArg.EDIDBlock);
H A Dradeon_bios.c430 AtomBiosArgRec atomBiosArg; local in function:RADEONGetBIOSInfo
432 if (RHDAtomBiosFunc(pScrn, NULL, ATOMBIOS_INIT, &atomBiosArg)
434 info->atomBIOS = atomBiosArg.atomhandle;
437 atomBiosArg.fb.start = info->FbFreeStart;
438 atomBiosArg.fb.size = info->FbFreeSize;
440 &atomBiosArg) == ATOM_SUCCESS) {
442 info->FbFreeStart = atomBiosArg.fb.start;
443 info->FbFreeSize = atomBiosArg.fb.size;
447 &atomBiosArg);
449 &atomBiosArg);
[all...]

Completed in 4 milliseconds