HomeSort by: relevance | last modified time | path
    Searched defs:MonType (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_output.c 132 if (r128_output->MonType == MT_DFP)
134 else if (r128_output->MonType == MT_LCD)
136 else if (r128_output->MonType == MT_CRT)
142 if (r128_output->MonType == MT_DFP)
144 else if (r128_output->MonType == MT_LCD)
146 else if (r128_output->MonType == MT_CRT)
160 r128_output->MonType = MT_UNKNOWN;
163 if (r128_output->MonType == MT_UNKNOWN) {
166 } else if (r128_output->MonType == MT_NONE) {
170 switch(r128_output->MonType) {
    [all...]
r128_probe.h 140 R128MonitorType MonType;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_output.c 176 switch (radeon_output->MonType) {
218 ErrorF("Unhandled monitor type %d\n", radeon_output->MonType);
311 RADEONMonitorType MonType = MT_NONE;
345 MonType = MT_LCD;
354 MonType = MT_DFP;
356 MonType = MT_NONE;
365 MonType = MT_NONE;
371 MonType = MT_NONE;
376 MonType = MT_NONE;
385 MonType = MT_DFP
    [all...]
atombios_output.c 559 if (radeon_output->MonType == MT_DP)
884 if (radeon_output->MonType == MT_DP)
894 if (radeon_output->MonType == MT_DP)
907 if (radeon_output->MonType == MT_DP && info->dp_extclk)
927 if (radeon_output->MonType == MT_DP)
957 if (radeon_output->MonType == MT_DP)
999 if (radeon_output->MonType == MT_DP)
1536 (radeon_output->MonType == MT_DP)) {
1577 (radeon_output->MonType == MT_DP)) {
1764 if (radeon_output->MonType == MT_LCD)
    [all...]
radeon_probe.h 338 RADEONMonitorType MonType;

Completed in 9 milliseconds