Lines Matching refs:atomBiosArg
430 AtomBiosArgRec atomBiosArg;
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);
451 GET_MAX_PIXEL_CLOCK_PLL_OUTPUT, &atomBiosArg);
453 GET_MIN_PIXEL_CLOCK_PLL_OUTPUT, &atomBiosArg);
455 GET_MAX_PIXEL_CLOCK_PLL_INPUT, &atomBiosArg);
457 GET_MIN_PIXEL_CLOCK_PLL_INPUT, &atomBiosArg);
459 GET_MAX_PIXEL_CLK, &atomBiosArg);
461 GET_REF_CLOCK, &atomBiosArg);