Lines Matching refs:native_mode
1113 radeon_native_mode_ptr native_mode = &lvds->native_mode;
1137 native_mode->PanelXRes = RADEON_BIOS16(tmp+25);
1138 native_mode->PanelYRes = RADEON_BIOS16(tmp+27);
1140 native_mode->PanelXRes, native_mode->PanelYRes);
1165 if ((RADEON_BIOS16(tmp0) == native_mode->PanelXRes) &&
1166 (RADEON_BIOS16(tmp0+2) == native_mode->PanelYRes)) {
1167 native_mode->HBlank = (RADEON_BIOS16(tmp0+17) -
1169 native_mode->HOverPlus = (RADEON_BIOS16(tmp0+21) -
1171 native_mode->HSyncWidth = RADEON_BIOS8(tmp0+23) * 8;
1172 native_mode->VBlank = (RADEON_BIOS16(tmp0+24) -
1174 native_mode->VOverPlus = ((RADEON_BIOS16(tmp0+28) & 0x7ff) -
1176 native_mode->VSyncWidth = ((RADEON_BIOS16(tmp0+28) & 0xf800) >> 11);
1177 native_mode->DotClock = RADEON_BIOS16(tmp0+9) * 10;
1178 native_mode->Flags = 0;
1188 native_mode->PanelXRes, native_mode->PanelYRes, native_mode->DotClock,
1189 native_mode->HBlank, native_mode->HOverPlus, native_mode->HSyncWidth,
1190 native_mode->VBlank, native_mode->VOverPlus, native_mode->VSyncWidth);