HomeSort by: relevance | last modified time | path
    Searched refs:Modes (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86EdidModes.c 27 * information into a list of modes, including applying monitor-specific
266 * These more or less come from the DMT spec. The 720x400 modes are
268 * modes are old-school Mac modes. The EDID spec says the 1152x864@75 mode
272 * The DMT modes have been fact-checked; the rest are mild guesses.
301 DisplayModePtr Modes = NULL, Mode = NULL;
309 Modes = xf86ModesAdd(Modes, Mode);
313 return Modes;
423 * If rb is not set, then we'll not consider reduced-blanking modes a
653 DisplayModePtr modes = NULL; local
752 DisplayModePtr modes = NULL; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86EdidModes.c 27 * information into a list of modes, including applying monitor-specific
280 * These more or less come from the DMT spec. The 720x400 modes are
282 * modes are old-school Mac modes. The EDID spec says the 1152x864@75 mode
286 * The DMT modes have been fact-checked; the rest are mild guesses.
315 DisplayModePtr Modes = NULL, Mode = NULL;
323 Modes = xf86ModesAdd(Modes, Mode);
327 return Modes;
437 * If rb is not set, then we'll not consider reduced-blanking modes a
652 DisplayModePtr modes = NULL; local
739 DisplayModePtr modes = NULL; local
    [all...]
xf86DisplayIDModes.c 98 mon->Modes = xf86ModesAdd(mon->Modes, m);
131 mon->Modes = xf86ModesAdd(mon->Modes, mode);
171 mon->Modes = xf86ModesAdd(mon->Modes, m);
179 mon->Modes = xf86ModesAdd(mon->Modes,
293 mon->Modes = xf86ModesAdd(mon->Modes,
    [all...]
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmwaremodes.c 31 * Provide additional modes for the driver.
73 DisplayModePtr *monitorModes = &pScrn->monitor->Modes;
74 DisplayModePtr modes = NULL; local
102 if (pScrn->display->modes) {
103 dispModeList = pScrn->display->modes;
107 (size_t)pScrn->display->modes) /
115 memcpy(dispModeList, pScrn->display->modes,
118 pScrn->display->modes = dispModeList;
139 modes = xf86ModesAdd(modes, mode)
    [all...]
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_vbe.c 226 SavageModeEntryPtr pMode = (*ppTable)->Modes;
262 SavageGetBIOSModes( psav, vbe, iDepth, pTable->Modes );
409 for( i = 0, pmt = psav->ModeTable->Modes;
savage_driver.h 228 SavageModeEntry Modes[1];
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_kms.c 562 DisplayModePtr Modes = NULL, Mode;
588 /* modes should already be available */
592 drmmode_ConvertFromKMode(output->scrn, &koutput->modes[i], Mode);
593 Modes = xf86ModesAdd(Modes, Mode);
596 return Modes;
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_drmmode.c 411 DisplayModePtr Modes = NULL, Mode;
436 /* modes should already be available */
440 drmmode_ConvertFromKMode(output->scrn, &koutput->modes[i], Mode);
441 Modes = xf86ModesAdd(Modes, Mode);
444 return Modes;
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_driver.c 1327 NVModesAdd(DisplayModePtr Modes, DisplayModePtr Additions)
1329 if (!Modes) {
1337 DisplayModePtr Mode = Modes;
1346 return Modes;
1901 * and what sort of modes they can be used for.
1942 pScrn->monitor->Modes = NVModesAdd(pScrn->monitor->Modes, Mode);
1976 i = VBEValidateModes(pScrn, pScrn->monitor->Modes,
1977 pScrn->display->modes, clockRanges,
1987 i = xf86ValidateModes(pScrn, pScrn->monitor->Modes,
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 700 * block with opern refresh to match all the default modes.
742 * lvds panel mode again as we don't know whether some new modes
747 mode_ptr = &koutput->modes[i];
756 drmmode_ConvertFromKMode(output->scrn, &koutput->modes[j], pmode);
776 /* Set wide sync ranges so we get all modes
795 DisplayModePtr Modes = NULL, Mode;
828 /* modes should already be available */
832 drmmode_ConvertFromKMode(output->scrn, &koutput->modes[i],
834 Modes = xf86ModesAdd(Modes, Mode)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 291 struct intel_mode *mode = intel_get_screen_private(scrn)->modes;
919 intel_output_panel_edid(xf86OutputPtr output, DisplayModePtr modes)
928 for (m = modes; m; m = m->next) {
958 modes = xf86ModesAdd(modes, m);
961 return modes;
969 DisplayModePtr Modes = NULL;
976 return Modes;
978 /* modes should already be available */
984 mode_from_kmode(output->scrn, &koutput->modes[i], Mode)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_display.c 292 struct intel_mode *mode = intel_get_screen_private(scrn)->modes;
875 intel_output_panel_edid(xf86OutputPtr output, DisplayModePtr modes)
884 for (m = modes; m; m = m->next) {
914 modes = xf86ModesAdd(modes, m);
917 return modes;
925 DisplayModePtr Modes = NULL;
931 return Modes;
933 /* modes should already be available */
939 mode_from_kmode(output->scrn, &koutput->modes[i], Mode)
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_driver.c 131 xf86MonPtr g_pMonitorDVI=NULL; /* Jong 12/04/2007; used for filtering of CRT1 modes */
389 "Modes for CRT%d: *********************************************\n";
594 if (pXGI->CRT1Modes != pScrn->modes) {
595 if (pScrn->modes) {
596 pScrn->currentMode = pScrn->modes;
603 } while (pScrn->currentMode != pScrn->modes);
606 pScrn->modes = pXGI->CRT1Modes;
812 /* Add all modes of ExtraAvailableModeTiming[] */
1031 /* Copy and link two modes form mergedfb mode
1365 "No MetaModes given, linking %s modes by default\n"
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 762 /* Default modes are harmful here. */
838 DisplayModePtr Modes = NULL, Mode;
858 /* modes should already be available */
862 drmmode_ConvertFromKMode(output->scrn, &koutput->modes[i],
864 Modes = xf86ModesAdd(Modes, Mode);
867 return Modes;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86str.h 98 #define M_T_DEFAULT 0x10 /* (VESA) default modes */
99 #define M_T_USERDEF 0x20 /* One of the modes from the config file */
133 DisplayModePtr Modes; /* Start of the monitor's mode list */
140 Bool reducedblanking; /* Allow CVT reduced blanking modes? */
329 const char **modes; member in struct:__anon9958
609 DisplayModePtr modePool; /* list of compatible modes */
610 DisplayModePtr modes; /* list of actual modes */ member in struct:_ScrnInfoRec
613 * overloaded with the modes
725 LOOKUP_BEST_REFRESH, /* Pick modes with best refresh *
    [all...]
xf86Config.c 1885 XF86ConfModesPtr modes; local
1895 monitorp->Modes = NULL;
1925 modes = xf86findModes(modeslnk->ml_modes_str,
1927 modeslnk->ml_modes = modes;
1929 /* now add the modes found in the modes
1930 section to the list of modes for this
1935 (GenericListPtr) modes->mon_modeline_lst)) {
1938 (GenericListPtr) modes->mon_modeline_lst);
1973 monitorp->Modes = mode
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c 2653 drmmode_output_add_gtf_modes(xf86OutputPtr output, DisplayModePtr Modes)
2661 return Modes;
2664 return Modes;
2666 for (m = Modes; m; m = m->next) {
2692 return xf86ModesAdd(Modes, m);
2702 DisplayModePtr Modes = NULL, Mode;
2724 /* modes should already be available */
2728 drmmode_ConvertFromKMode(output->scrn, &koutput->modes[i], Mode);
2729 Modes = xf86ModesAdd(Modes, Mode)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
vbeModes.c 262 * Check the available BIOS modes, and extract those that match the
353 /* Catch "bad" modes. */
370 * Go through the monitor modes and selecting the best set of
380 pMode = pScrn->modes;
385 for (p = pScrn->monitor->Modes; p != NULL; p = p->next) {
430 } while (pMode != pScrn->modes);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 143 # define M_T_DEFAULT 0x10 /* (VESA) default modes */
144 # define M_T_USERDEF 0x20 /* One of the modes from the config file */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
227 Bool reducedblanking; /* Allow CVT reduced blanking modes? */
416 const char ** modes; member in struct:__anon10559
708 DisplayModePtr modePool; /* list of compatible modes */
709 DisplayModePtr modes; /* list of actual modes */ member in struct:_ScrnInfoRec
712 * overloaded with the modes
854 LOOKUP_BEST_REFRESH, /* Pick modes with best refresh *
    [all...]
xf86Config.c 1940 XF86ConfModesPtr modes; local
1951 monitorp->Modes = NULL;
1983 modes = xf86findModes (modeslnk->ml_modes_str,
1985 modeslnk->ml_modes = modes;
1988 /* now add the modes found in the modes
1989 section to the list of modes for this
1995 (GenericListPtr)modes->mon_modeline_lst)) {
1999 (GenericListPtr)modes->mon_modeline_lst);
2034 monitorp->Modes = mode
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
vbeModes.c 267 * Check the available BIOS modes, and extract those that match the
354 /* Catch "bad" modes. */
368 * Go through the monitor modes and selecting the best set of
378 pMode = pScrn->modes;
383 for (p = pScrn->monitor->Modes; p != NULL; p = p->next) {
427 } while (pMode != pScrn->modes);
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_driver.c 373 if(pSiS->CRT2pScrn->modes) {
374 while(pSiS->CRT2pScrn->modes)
375 xf86DeleteMode(&pSiS->CRT2pScrn->modes, pSiS->CRT2pScrn->modes);
378 if(pSiS->CRT2pScrn->monitor->Modes) {
379 while(pSiS->CRT2pScrn->monitor->Modes)
380 xf86DeleteMode(&pSiS->CRT2pScrn->monitor->Modes, pSiS->CRT2pScrn->monitor->Modes);
389 if(pSiS->CRT1Modes != pScrn->modes) {
390 if(pScrn->modes) {
    [all...]
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_driver.c 1074 "Low resolution video modes are not stretched\n");
1077 "Video modes are centered on the display\n");
1228 * and what sort of modes they can be used for.
1247 neo800x480Mode.next = pScrn->monitor->Modes;
1248 pScrn->monitor->Modes = &neo800x480Mode;
1251 neo1024x480Mode.next = pScrn->monitor->Modes;
1252 pScrn->monitor->Modes = &neo1024x480Mode;
1258 * so that 60Hz modes up to the panel size are allowed.
1285 i = xf86ValidateModes(pScrn, pScrn->monitor->Modes,
1286 pScrn->display->modes, clockRanges
    [all...]
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atipreinit.c 210 * to generate clocks for VGA modes, and an IBM RGB514 is used for
211 * accelerator modes.
922 * keep any panel disabled to allow for modes greater than
1178 * Determine which CRT controller to use for video modes.
2322 * Given LCD modes are more tightly controlled than CRT modes, allow
2366 if (!pScreenInfo->monitor->Modes)
2368 pScreenInfo->monitor->Modes = pMode;
2443 pScreenInfo->monitor->Modes, pScreenInfo->display->modes,
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.c 709 DisplayModePtr Modes = NULL, Mode;
734 /* modes should already be available */
738 drmmode_ConvertFromKMode(output->scrn, &koutput->modes[i], Mode);
739 Modes = xf86ModesAdd(Modes, Mode);
742 return Modes;

Completed in 47 milliseconds

1 2 3