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) {
|
switch (intel_output->type) {
|
||||||
case I830_OUTPUT_LVDS:
|
case I830_OUTPUT_LVDS:
|
||||||
ErrorF("is lvds\n");
|
|
||||||
is_lvds = TRUE;
|
is_lvds = TRUE;
|
||||||
lvds_bits = intel_output->lvds_bits;
|
lvds_bits = intel_output->lvds_bits;
|
||||||
break;
|
break;
|
||||||
@ -2380,7 +2379,6 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode,
|
|||||||
is_tv = TRUE;
|
is_tv = TRUE;
|
||||||
break;
|
break;
|
||||||
case I830_OUTPUT_ANALOG:
|
case I830_OUTPUT_ANALOG:
|
||||||
ErrorF("is crt\n");
|
|
||||||
is_crt = TRUE;
|
is_crt = TRUE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user