HomeSort by: relevance | last modified time | path
    Searched refs:MonType (Results 1 - 8 of 8) 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;
r128_crtc.c 88 if (r128_output->MonType == MT_LCD || r128_output->MonType == MT_DFP)
106 if (r128_output->MonType == MT_LCD || r128_output->MonType == MT_DFP)
r128_driver.c 2647 if (r128_output->MonType != MT_DFP && r128_output->MonType != MT_LCD)
2785 if (r128_output->MonType == MT_CRT)
2788 if (r128_output->MonType == MT_DFP || r128_output->MonType == MT_LCD) {
2793 if (r128_output->MonType == MT_LCD && info->VBIOS) {
  /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_tv.c 930 if (radeon_output->MonType == MT_CTV) {
934 if (radeon_output->MonType == MT_STV) {
radeon_probe.h 338 RADEONMonitorType MonType;

Completed in 11 milliseconds