Remove annoying is lvds, is crt debug stuff. OK jsg@.
This commit is contained in:
parent
a1b45c3bae
commit
70cf9f81f9
@ -2361,7 +2361,6 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode,
|
||||
|
||||
switch (intel_output->type) {
|
||||
case I830_OUTPUT_LVDS:
|
||||
ErrorF("is lvds\n");
|
||||
is_lvds = TRUE;
|
||||
lvds_bits = intel_output->lvds_bits;
|
||||
break;
|
||||
@ -2380,7 +2379,6 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode,
|
||||
is_tv = TRUE;
|
||||
break;
|
||||
case I830_OUTPUT_ANALOG:
|
||||
ErrorF("is crt\n");
|
||||
is_crt = TRUE;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user