public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* IEGD to xf86-video-intel
@ 2014-01-14 22:52 Dragoș Carp
  2014-01-16  9:03 ` Jani Nikula
  2014-01-16  9:44 ` [PATCH] drm/i915: Get LVDS preferred mode from SDVO output timings if there's nothing else ville.syrjala
  0 siblings, 2 replies; 12+ messages in thread
From: Dragoș Carp @ 2014-01-14 22:52 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 3554 bytes --]

Hi all,

I'm trying to update an old linux board Advantech PCM-9361 (Intel Atom
N270+ 945GSE+ ICH7M) Linux 2.6.32 + IEGD to the newest opensuse 13.1: Linux
3.11.6 + xf86-video-intel 2.99.906.

The IEGD driver has some settings (Port Attributes) that cannot be set in
xf86-video-intel.
Is it possible to set them with the intel_reg_write utility? Are there any
reference documents describing the IEGD Port attributes?

Below is the xorg.conf with the iegd settings. The interesting lines are
"Attr/26" "18" for ports 2 and 4: the TFT panels are 18bbp color depth (the
panels don't provide any EDID info).
With the new configuration the colors on LVDS2 panel are wrong (probably
set to 24bbp) and LVDS1 panel is black although xrandr shows it as active.

Any ideas?

Regards,
Dragos Carp


Section "Device"
    Identifier "Intel_IEGD-0"
    Driver     "iegd"
    VendorName "Intel(R) DEG"
    BoardName  "Embedded Graphics"
    BusID      "0:2:0"
    Screen      0
    Option     "PcfVersion"            "1792"
    Option     "ConfigId"              "1"
    Option     "ALL/1/name"                   "test4"
    Option     "PortDrivers"     "sdvo lvds"
    Option     "ALL/1/General/PortOrder"      "24000"
    Option     "ALL/1/General/DisplayConfig"  "2"
    Option     "ALL/1/General/DisplayDetect"  "0"
    Option     "ALL/1/Port/4/General/name"                   "lvds"
    Option     "ALL/1/Port/4/General/EdidAvail"      "0"
    Option     "ALL/1/Port/4/General/EdidNotAvail"   "4"
    Option     "ALL/1/Port/4/General/Rotation"       "0"
    Option     "ALL/1/Port/4/General/Edid"           "0"
    Option     "ALL/1/Port/4/Attr/26"                "18"
    Option     "ALL/1/Port/4/Attr/27"                "1"
    Option     "ALL/1/Port/4/Attr/43"                "7"
    Option     "ALL/1/Port/4/Attr/49"                "0"
    Option     "ALL/1/Port/4/Dtd/1/PixelClock"       "148500"
    Option     "ALL/1/Port/4/Dtd/1/HorzActive"       "1920"
    Option     "ALL/1/Port/4/Dtd/1/HorzSync"         "55"
    Option     "ALL/1/Port/4/Dtd/1/HorzSyncPulse"    "88"
    Option     "ALL/1/Port/4/Dtd/1/HorzBlank"        "280"
    Option     "ALL/1/Port/4/Dtd/1/VertActive"       "1080"
    Option     "ALL/1/Port/4/Dtd/1/VertSync"         "3"
    Option     "ALL/1/Port/4/Dtd/1/VertSyncPulse"    "5"
    Option     "ALL/1/Port/4/Dtd/1/VertBlank"        "45"
    Option     "ALL/1/Port/4/Dtd/1/Flags"            "0x8020000"
    Option     "ALL/1/Port/2/General/name"                   "sdvo"
    Option     "ALL/1/Port/2/General/EdidAvail"      "0"
    Option     "ALL/1/Port/2/General/EdidNotAvail"   "4"
    Option     "ALL/1/Port/2/General/Rotation"       "0"
    Option     "ALL/1/Port/2/General/Edid"           "0"
    Option     "ALL/1/Port/2/Attr/26"                "18"
    Option     "ALL/1/Port/2/Attr/27"                "1"
    Option     "ALL/1/Port/2/Attr/43"                "7"
    Option     "ALL/1/Port/2/Attr/49"                "0"
    Option     "ALL/1/Port/2/Dtd/1/PixelClock"       "148500"
    Option     "ALL/1/Port/2/Dtd/1/HorzActive"       "1920"
    Option     "ALL/1/Port/2/Dtd/1/HorzSync"         "55"
    Option     "ALL/1/Port/2/Dtd/1/HorzSyncPulse"    "88"
    Option     "ALL/1/Port/2/Dtd/1/HorzBlank"        "280"
    Option     "ALL/1/Port/2/Dtd/1/VertActive"       "1080"
    Option     "ALL/1/Port/2/Dtd/1/VertSync"         "3"
    Option     "ALL/1/Port/2/Dtd/1/VertSyncPulse"    "5"
    Option     "ALL/1/Port/2/Dtd/1/VertBlank"        "45"
    Option     "ALL/1/Port/2/Dtd/1/Flags"            "0x8020000"
EndSection

[-- Attachment #1.2: Type: text/html, Size: 5467 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* IEGD to xf86-video-intel
@ 2014-01-15  9:31 Dragoș Carp
  0 siblings, 0 replies; 12+ messages in thread
From: Dragoș Carp @ 2014-01-15  9:31 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 3557 bytes --]

Hi all,

I'm trying to update an old linux board Advantech PCM-9361 (Intel Atom
N270+ 945GSE+ ICH7M) Linux 2.6.32 + IEGD to the newest opensuse 13.1: Linux
3.11.6 + xf86-video-intel 2.99.906.

The IEGD driver has some settings (Port Attributes) that cannot be set in
xf86-video-intel.

Is it possible to set them with the intel_reg_write utility? Are there any
reference documents describing the IEGD Port attributes?

Below is the xorg.conf with the iegd settings. The interesting lines are
"Attr/26" "18" for ports 2 and 4: the TFT panels are 18bbp color depth (the
panels don't provide any EDID info).

With the new configuration the colors on LVDS2 panel are wrong (probably
set to 24bbp) and LVDS1 panel is black although xrandr shows it as active.

Any ideas?

Regards,

Dragos Carp

Section "Device"
    Identifier "Intel_IEGD-0"
    Driver     "iegd"
    VendorName "Intel(R) DEG"
    BoardName  "Embedded Graphics"
    BusID      "0:2:0"
    Screen      0
    Option     "PcfVersion"            "1792"
    Option     "ConfigId"              "1"
    Option     "ALL/1/name"                   "test4"
    Option     "PortDrivers"     "sdvo lvds"
    Option     "ALL/1/General/PortOrder"      "24000"
    Option     "ALL/1/General/DisplayConfig"  "2"
    Option     "ALL/1/General/DisplayDetect"  "0"
    Option     "ALL/1/Port/4/General/name"                   "lvds"
    Option     "ALL/1/Port/4/General/EdidAvail"      "0"

    Option     "ALL/1/Port/4/General/EdidNotAvail"   "4"
    Option     "ALL/1/Port/4/General/Rotation"       "0"
    Option     "ALL/1/Port/4/General/Edid"           "0"
    Option     "ALL/1/Port/4/Attr/26"                "18"
    Option     "ALL/1/Port/4/Attr/27"                "1"
    Option     "ALL/1/Port/4/Attr/43"                "7"
    Option     "ALL/1/Port/4/Attr/49"                "0"
    Option     "ALL/1/Port/4/Dtd/1/PixelClock"       "148500"
    Option     "ALL/1/Port/4/Dtd/1/HorzActive"       "1920"
    Option     "ALL/1/Port/4/Dtd/1/HorzSync"         "55"
    Option     "ALL/1/Port/4/Dtd/1/HorzSyncPulse"    "88"
    Option     "ALL/1/Port/4/Dtd/1/HorzBlank"        "280"
    Option     "ALL/1/Port/4/Dtd/1/VertActive"       "1080"
    Option     "ALL/1/Port/4/Dtd/1/VertSync"         "3"
    Option     "ALL/1/Port/4/Dtd/1/VertSyncPulse"    "5"
    Option     "ALL/1/Port/4/Dtd/1/VertBlank"        "45"
    Option     "ALL/1/Port/4/Dtd/1/Flags"            "0x8020000"
    Option     "ALL/1/Port/2/General/name"                   "sdvo"
    Option     "ALL/1/Port/2/General/EdidAvail"      "0"
    Option     "ALL/1/Port/2/General/EdidNotAvail"   "4"
    Option     "ALL/1/Port/2/General/Rotation"       "0"
    Option     "ALL/1/Port/2/General/Edid"           "0"
    Option     "ALL/1/Port/2/Attr/26"                "18"
    Option     "ALL/1/Port/2/Attr/27"                "1"
    Option     "ALL/1/Port/2/Attr/43"                "7"
    Option     "ALL/1/Port/2/Attr/49"                "0"
    Option     "ALL/1/Port/2/Dtd/1/PixelClock"       "148500"
    Option     "ALL/1/Port/2/Dtd/1/HorzActive"       "1920"
    Option     "ALL/1/Port/2/Dtd/1/HorzSync"         "55"
    Option     "ALL/1/Port/2/Dtd/1/HorzSyncPulse"    "88"
    Option     "ALL/1/Port/2/Dtd/1/HorzBlank"        "280"
    Option     "ALL/1/Port/2/Dtd/1/VertActive"       "1080"
    Option     "ALL/1/Port/2/Dtd/1/VertSync"         "3"
    Option     "ALL/1/Port/2/Dtd/1/VertSyncPulse"    "5"
    Option     "ALL/1/Port/2/Dtd/1/VertBlank"        "45"
    Option     "ALL/1/Port/2/Dtd/1/Flags"            "0x8020000"
EndSection

[-- Attachment #1.2: Type: text/html, Size: 5416 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
@ 2014-01-15 20:49 Dragoș Carp
  0 siblings, 0 replies; 12+ messages in thread
From: Dragoș Carp @ 2014-01-15 20:49 UTC (permalink / raw)
  To: intel-gfx

I noticed that when LVDS1 output is activated (xrand --output LVDS1
--auto) the i915 driver crashes with the backtrace (drm.debug=0xe)
bellow:

Is this a bug in i915 driver?

Thanks,
Dragos


[ 3101.097541] [drm:i915_irq_handler], pipe B underrun
[ 3101.102081] [drm:intel_release_load_detect_pipe],
[CONNECTOR:13:SVIDEO-1], [ENCODER:14:TV-14]
[ 3101.102104] [drm:intel_modeset_affected_pipes], set mode pipe
masks: modeset: 0, prepare: 0, disable: 1
[ 3101.105596] [drm:i915_irq_handler], pipe B underrun
[ 3101.107135] [drm:i915_irq_handler], pipe B underrun
[ 3101.142310] [drm:i915_irq_handler], pipe B underrun
[ 3101.145100] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[ 3101.145110] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[ 3101.145115] [drm:intel_calculate_wm], FIFO watermark level: -21
[ 3101.145120] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[ 3101.145126] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[ 3101.145131] [drm:i9xx_update_wm], self-refresh entries: 120
[ 3101.145136] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1,
B: 29, C: 2, SR 7
[ 3101.145142] [drm:i9xx_update_wm], memory self refresh enabled
[ 3101.145155] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[ 3101.145164] [drm:intel_sdvo_debug_write], SDVOB: W: 04
           (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[ 3101.147883] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[ 3101.150814] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[ 3101.150823] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[ 3101.150830] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[ 3101.150838] [drm:intel_sdvo_debug_write], SDVOB: W: 04
           (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[ 3101.152554] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[ 3101.153812] [drm:i915_irq_handler],
[ 3101.153818] pipe B underrun
[ 3101.154564]  00
[ 3101.154715] [drm:i915_irq_handler],
[ 3101.154724] pipe B underrun
[ 3101.155640]  00
[ 3101.155651] [drm:check_encoder_state], [ENCODER:14:TV-14]
[ 3101.155659] [drm:check_crtc_state], [CRTC:3]
[ 3101.155670] [drm:check_crtc_state], [CRTC:4]
[ 3101.155687] [drm:intel_pipe_config_compare] *ERROR* mismatch in
adjusted_mode.flags (expected 1, found 0)
[ 3101.155690] ------------[ cut here ]------------
[ 3101.155759] WARNING: CPU: 0 PID: 1456 at
/home/abuild/rpmbuild/BUILD/kernel-desktop-3.11.6/linux-3.11/drivers/gpu/drm/i915/intel_display.c:8292
check_crtc_state+0x588/0xb10 [i915]()
[ 3101.155764] pipe state doesn't match!
[ 3101.155768] Modules linked in: snd_hda_codec_realtek snd_hda_intel
snd_hda_codec snd_hwdep snd_pcm iTCO_wdt iTCO_vendor_support ppdev
snd_seq snd_timer snd_seq_device snd coretemp pcspkr serio_raw
i2c_i801 lpc_ich mfd_core r8169 mii soundcore snd_page_alloc
parport_pc parport acpi_cpufreq mperf sg dm_mod autofs4 i915
drm_kms_helper drm i2c_algo_bit video fan thermal button processor
thermal_sys scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh_hp_sw
scsi_dh ata_generic ata_piix
[ 3101.155907] CPU: 0 PID: 1456 Comm: X Tainted: G        W 3.11.6-4-desktop #1
[ 3101.155915] Hardware name: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG
10/20/2009
[ 3101.155923]  00000009 c071feab f6667970 c024394e f7d44887 f6667988
000005b0 f7d3bd5c
[ 3101.155947]  00002064 f7cf6918 f7cf6918 f6585000 f658564c 00000001
f65292c8 c02439a3
[ 3101.155970]  00000009 f6667970 f7d44887 f6667988 f7cf6918 f7d3bd5c
00002064 f7d44887
[ 3101.155995] Call Trace:
[ 3101.156082]  [<c0205139>] try_stack_unwind+0x179/0x190
[ 3101.156122]  [<c0203f17>] dump_trace+0x47/0xf0
[ 3101.156151]  [<c020518f>] show_trace_log_lvl+0x3f/0x50
[ 3101.156170]  [<c0204010>] show_stack_log_lvl+0x50/0xd0
[ 3101.156191]  [<c02051df>] show_stack+0x1f/0x40
[ 3101.156215]  [<c071feab>] dump_stack+0x48/0x76
[ 3101.156238]  [<c024394e>] warn_slowpath_common+0x7e/0xa0
[ 3101.156260]  [<c02439a3>] warn_slowpath_fmt+0x33/0x40
[ 3101.156334]  [<f7cf6918>] check_crtc_state+0x588/0xb10 [i915]
[ 3101.156638]  [<f7d00d14>] intel_modeset_check_state+0x294/0x770 [i915]
[ 3101.156956]  [<f7d0125a>] intel_set_mode+0x2a/0x40 [i915]
[ 3101.157337]  [<f7d0132d>] intel_release_load_detect_pipe+0xbd/0xf0 [i915]
[ 3101.157670]  [<f7d2104e>] intel_tv_detect+0x2ae/0x450 [i915]
[ 3101.158157]  [<f7b252d8>]
drm_helper_probe_single_connector_modes+0x1b8/0x350 [drm_kms_helper]
[ 3101.158228]  [<f7bd1896>] drm_mode_getconnector+0x306/0x350 [drm]
[ 3101.158416]  [<f7bc4b9e>] drm_ioctl+0x3fe/0x4a0 [drm]
[ 3101.158455]  [<c0368c7b>] do_vfs_ioctl+0x30b/0x520
[ 3101.158505]  [<c0368ef0>] SyS_ioctl+0x60/0x80
[ 3101.158523]  [<c072c1fd>] sysenter_do_call+0x12/0x28
[ 3101.158573]  [<b76e4424>] 0xb76e4423
[ 3101.158580] ---[ end trace 6861a3fb91c82238 ]---
[ 3101.158589] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config
for pipe B
[ 3101.158593] [drm:intel_dump_pipe_config], cpu_transcoder: B
[ 3101.158598] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[ 3101.158605] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0,
gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 3101.158609] [drm:intel_dump_pipe_config], requested mode:
[ 3101.158620] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0
1920 0 0 0 1080 0 0 0 0x0 0x0
[ 3101.158623] [drm:intel_dump_pipe_config], adjusted mode:
[ 3101.158632] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0
0 0 0 0 0 0 0 0x0 0xa
[ 3101.158640] [drm:intel_dump_pipe_config], gmch pfit: control:
0x80000448, ratios: 0xe000e000, lvds border: 0x00008000
[ 3101.158645] [drm:intel_dump_pipe_config], pch pfit: pos:
0x00000000, size: 0x00000000
[ 3101.158649] [drm:intel_dump_pipe_config], ips: 0
[ 3101.158655] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config
for pipe B
[ 3101.158659] [drm:intel_dump_pipe_config], cpu_transcoder: B
[ 3101.158664] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[ 3101.158671] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0,
gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[ 3101.158675] [drm:intel_dump_pipe_config], requested mode:
[ 3101.158687] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0
148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[ 3101.158691] [drm:intel_dump_pipe_config], adjusted mode:
[ 3101.158702] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0
65000 1024 1048 1184 1344 768 771 777 806 0x0 0x5
[ 3101.158709] [drm:intel_dump_pipe_config], gmch pfit: control:
0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[ 3101.158714] [drm:intel_dump_pipe_config], pch pfit: pos:
0x00000000, size: 0x00000000
[ 3101.158718] [drm:intel_dump_pipe_config], ips: 0
[ 3101.158729] [drm:drm_helper_probe_single_connector_modes],
[CONNECTOR:13:SVIDEO-1] disconnected
[ 3101.164570] [drm:intel_panel_get_backlight], get backlight PWM = 15625
[ 3101.164651] [drm:intel_panel_get_max_backlight], max backlight PWM = 15625
[ 3101.164660] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0
[ 3101.164766] [drm:drm_mode_setcrtc], [CRTC:4]
[ 3101.164776] [drm:intel_crtc_set_config], [CRTC:4] [NOFB]
[ 3101.164788] [drm:intel_modeset_stage_output_state],
[CONNECTOR:5:LVDS-1] to [NOCRTC]
[ 3101.164795] [drm:intel_modeset_stage_output_state], encoder
changed, full mode switch
[ 3101.164802] [drm:intel_modeset_stage_output_state], crtc changed,
full mode switch
[ 3101.164812] [drm:intel_modeset_affected_pipes], set mode pipe
masks: modeset: 0, prepare: 0, disable: 2
[ 3101.164823] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0
[ 3101.223259] [drm:i915_irq_handler], pipe B underrun
[ 3101.239679] [drm:i915_irq_handler], pipe B underrun
[ 3101.269557] [drm:i915_irq_handler], pipe B underrun
[ 3101.293641] [drm:i915_irq_handler], pipe B underrun
[ 3101.408006] [drm:i915_irq_handler], pipe B underrun
[ 3101.451079] [drm:i9xx_pfit_disable], disabling pfit, current: 0x80000448
[ 3101.451093] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[ 3101.451100] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[ 3101.451105] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[ 3101.451110] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26,
B: 29, C: 2, SR 1
[ 3101.451116] [drm:i9xx_update_wm], memory self refresh disabled
[ 3101.451132] [drm:intel_sdvo_debug_write], SDVOB: W: 04
           (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[ 3101.452803] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[ 3101.455698] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[ 3101.455706] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[ 3101.455712] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[ 3101.455719] [drm:intel_sdvo_debug_write], SDVOB: W: 04
           (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[ 3101.457421] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[ 3101.460305] [drm:check_encoder_state], [ENCODER:14:TV-14]
[ 3101.460313] [drm:check_crtc_state], [CRTC:3]
[ 3101.460319] [drm:check_crtc_state], [CRTC:4]
[ 3101.463615] [drm:i915_irq_handler], pipe B underrun

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
  2014-01-14 22:52 IEGD to xf86-video-intel Dragoș Carp
@ 2014-01-16  9:03 ` Jani Nikula
  2014-01-16 12:41   ` Dragos Carp
  2014-01-16  9:44 ` [PATCH] drm/i915: Get LVDS preferred mode from SDVO output timings if there's nothing else ville.syrjala
  1 sibling, 1 reply; 12+ messages in thread
From: Jani Nikula @ 2014-01-16  9:03 UTC (permalink / raw)
  To: Dragoș Carp, intel-gfx


Hi Dragoș -

On Wed, 15 Jan 2014, Dragoș Carp <dragoscarp@gmail.com> wrote:
> I'm trying to update an old linux board Advantech PCM-9361 (Intel Atom
> N270+ 945GSE+ ICH7M) Linux 2.6.32 + IEGD to the newest opensuse 13.1: Linux
> 3.11.6 + xf86-video-intel 2.99.906.
>
> The IEGD driver has some settings (Port Attributes) that cannot be set in
> xf86-video-intel.
> Is it possible to set them with the intel_reg_write utility?

You could try it for some hacking and testing, perhaps, but not
recommended for normal use.

> Are there any reference documents describing the IEGD Port attributes?

Generally speaking, we don't know about the IEGD driver on this
list. Check wherever you got that driver from, or see [1] for generic
hardware documentation.

> Below is the xorg.conf with the iegd settings. The interesting lines are
> "Attr/26" "18" for ports 2 and 4: the TFT panels are 18bbp color depth (the
> panels don't provide any EDID info).
> With the new configuration the colors on LVDS2 panel are wrong (probably
> set to 24bbp) and LVDS1 panel is black although xrandr shows it as active.

Must be a special board to have multiple LVDS panels; I'm not even sure
we support that in the i915 driver.

For at least getting one to work, you could fabricate an EDID, make sure
your kernel has CONFIG_DRM_LOAD_EDID_FIRMWARE=y, and set
drm_kms_helper.edid_firmware=<connector>:<file> module parameter. See
Documentation/kernel-parameters.txt for details on the parameter.

Oh, also please enable drm.debug=0xe module parameter, and attach the
dmesg all the way from early boot. That will give us more details about
your hardware, and maybe some ideas what to try.

BR,
Jani.


[1] https://01.org/linuxgraphics/documentation/

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] drm/i915: Get LVDS preferred mode from SDVO output timings if there's nothing else
  2014-01-14 22:52 IEGD to xf86-video-intel Dragoș Carp
  2014-01-16  9:03 ` Jani Nikula
@ 2014-01-16  9:44 ` ville.syrjala
  1 sibling, 0 replies; 12+ messages in thread
From: ville.syrjala @ 2014-01-16  9:44 UTC (permalink / raw)
  To: Dragoș Carp; +Cc: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

If there's no VBT mode not EDID, just read out the current SDVO output
timings, and use the result as the preferred mode for the display.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---

This patch is a total shot in the dark since you didn't provide logs. But
in theory it might do something useful if there's no VBT or EDID available
on the system.

 drivers/gpu/drm/i915/intel_sdvo.c | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c
index 95bdfb3..e9f326c 100644
--- a/drivers/gpu/drm/i915/intel_sdvo.c
+++ b/drivers/gpu/drm/i915/intel_sdvo.c
@@ -759,6 +759,13 @@ static bool intel_sdvo_get_input_timing(struct intel_sdvo *intel_sdvo,
 				     SDVO_CMD_GET_INPUT_TIMINGS_PART1, dtd);
 }
 
+static bool intel_sdvo_get_output_timing(struct intel_sdvo *intel_sdvo,
+					 struct intel_sdvo_dtd *dtd)
+{
+	return intel_sdvo_get_timing(intel_sdvo,
+				     SDVO_CMD_GET_OUTPUT_TIMINGS_PART1, dtd);
+}
+
 static bool
 intel_sdvo_create_preferred_input_timing(struct intel_sdvo *intel_sdvo,
 					 uint16_t clock,
@@ -1922,6 +1929,26 @@ static void intel_sdvo_get_tv_modes(struct drm_connector *connector)
 		}
 }
 
+static struct drm_display_mode *intel_sdvo_get_output_mode(struct drm_connector *connector)
+{
+	struct intel_sdvo *intel_sdvo = intel_attached_sdvo(connector);
+	struct drm_display_mode *mode;
+	struct intel_sdvo_dtd dtd;
+
+	if (!intel_sdvo_get_output_timing(intel_sdvo, &dtd)) {
+		DRM_DEBUG_DRIVER("failed to retrieve SDVO DTD\n");
+		return NULL;
+	}
+
+	mode = drm_mode_create(connector->dev);
+	if (!mode)
+		return NULL;
+
+	intel_sdvo_get_mode_from_dtd(mode, &dtd);
+
+	return mode;
+}
+
 static void intel_sdvo_get_lvds_modes(struct drm_connector *connector)
 {
 	struct intel_sdvo *intel_sdvo = intel_attached_sdvo(connector);
@@ -1953,6 +1980,17 @@ static void intel_sdvo_get_lvds_modes(struct drm_connector *connector)
 	 */
 	intel_ddc_get_modes(connector, &intel_sdvo->ddc);
 
+	/* If there's nothing else try the current output timings */
+	if (list_empty(&connector->probed_modes)) {
+		newmode = intel_sdvo_get_output_mode(connector);
+		if (newmode != NULL) {
+			/* Guarantee the mode is preferred */
+			newmode->type = (DRM_MODE_TYPE_PREFERRED |
+					 DRM_MODE_TYPE_DRIVER);
+			drm_mode_probed_add(connector, newmode);
+		}
+	}
+
 	list_for_each_entry(newmode, &connector->probed_modes, head) {
 		if (newmode->type & DRM_MODE_TYPE_PREFERRED) {
 			intel_sdvo->sdvo_lvds_fixed_mode =
-- 
1.8.3.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
  2014-01-16  9:03 ` Jani Nikula
@ 2014-01-16 12:41   ` Dragos Carp
  2014-01-16 13:07     ` Jani Nikula
  2014-01-16 13:28     ` Ville Syrjälä
  0 siblings, 2 replies; 12+ messages in thread
From: Dragos Carp @ 2014-01-16 12:41 UTC (permalink / raw)
  To: intel-gfx

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]

Hi Jani,

thank you for your response.
Attached is the dmesg output trimmed of more thousand lines like: 
[drm:i915_irq_handler], pipe B underrun

Kernel command line was:
linux   /boot/vmlinuz-3.11.6-4-desktop 
root=UUID=12529369-6b58-4afe-8e65-9801c19ad8c5 
resume=/dev/disk/by-id/ata-SQF-P10S2-4G_7DF707151A0900716999-part1 
splash=silent drm_kms_helper.edid_firmware=edid/1920x1080.bin quiet 
showopts drm.debug=0xe video=VGA-1:d video=LVDS-1:1920x1080 
video=LVDS-2:1920x1080

Result was the same: LVDS-2 starts with right resolution, but wrong 
colors and LVDS-1 stays black.

I know that the panels are right connected, because the IEGD driver 
starts both panels, but without direct rendering :(.


Thanks,
Dragos

[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 39462 bytes --]

[   49.997054] [drm:i915_irq_handler], pipe B underrun
[   50.017651] [drm:i915_irq_handler], pipe B underrun
[   50.032170] [drm:i915_irq_handler], pipe B underrun
[   50.134818] [drm:i915_irq_handler], pipe B underrun
[   50.179095] [drm:i915_irq_handler], pipe B underrun
[   50.235869] [drm:i915_irq_handler], pipe B underrun
[   50.273088] [drm:i915_irq_handler], pipe B underrun
[   50.276916] [drm:i915_irq_handler], pipe B underrun
[   50.429905] [drm:i915_irq_handler], pipe B underrun
[   50.482621] [drm:i915_irq_handler], pipe B underrun
[   50.578267] [drm:i915_irq_handler], pipe B underrun
[   50.584971] [drm:i915_irq_handler], pipe B underrun
[   50.585262] [drm:i915_irq_handler], pipe B underrun
[   50.604733] [drm:i915_irq_handler], pipe B underrun
[   50.621097] [drm:i915_irq_handler], pipe B underrun
[   50.631873] [drm:i915_irq_handler], pipe B underrun
[   50.646846] [drm:i915_irq_handler], pipe B underrun
[   50.646953] [drm:i915_irq_handler], pipe B underrun
[   50.647006] [drm:i915_irq_handler], pipe B underrun
[   50.665066] [drm:i915_irq_handler], pipe B underrun
[   50.697058] [drm:i915_irq_handler], pipe B underrun
[   50.699655] [drm:i915_irq_handler], pipe B underrun
[   50.754482] [drm:i915_irq_handler], pipe B underrun
[   50.777085] [drm:i915_irq_handler], pipe B underrun
[   50.904611] [drm:i915_irq_handler], pipe B underrun
[   50.906436] [drm:i915_irq_handler], pipe B underrun
[   50.938596] [drm:i915_irq_handler], pipe B underrun
[   50.942467] [drm:i915_irq_handler], pipe B underrun
[   50.947903] [drm:i915_irq_handler], pipe B underrun
[   50.955581] [drm:i915_irq_handler], pipe B underrun
[   50.957479] [drm:i915_irq_handler], pipe B underrun
[   50.987098] [drm:i915_irq_handler], pipe B underrun
[   50.996985] [drm:i915_irq_handler], pipe B underrun
[   51.006994] [drm:i915_irq_handler], pipe B underrun
[   51.016063] [drm:i915_irq_handler], pipe B underrun
[   51.085078] [drm:i915_irq_handler], pipe B underrun
[   51.086234] [drm:i915_irq_handler], pipe B underrun
[   51.108263] [drm:intel_crtc_cursor_set], cursor off
[   51.108278] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   51.108299] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.108308] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.108319] [drm:intel_crtc_cursor_set], cursor off
[   51.108327] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   51.108339] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.108348] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.108479] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   51.108488] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.108494] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.108502] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   51.108510] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.108516] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.122342] [drm:i915_irq_handler], pipe B underrun
[   51.136382] [drm:i915_irq_handler], pipe B underrun
[   51.136658] [drm:i915_irq_handler], pipe B underrun
[   51.194372] [drm:i915_irq_handler], pipe B underrun
[   51.247015] [drm:i915_irq_handler], pipe B underrun
[   51.368822] [drm:i915_irq_handler], pipe B underrun
[   51.414415] [drm:i915_irq_handler], pipe B underrun
[   51.477040] [drm:i915_irq_handler], pipe B underrun
[   51.494266] [drm:i915_irq_handler], pipe B underrun
[   51.582275] [drm:i915_irq_handler], pipe B underrun
[   51.584981] [drm:i915_irq_handler], pipe B underrun
[   51.585234] [drm:i915_irq_handler], pipe B underrun
[   51.604739] [drm:i915_irq_handler], pipe B underrun
[   51.680965] [drm:i915_irq_handler], pipe B underrun
[   51.703672] [drm:i915_irq_handler], pipe B underrun
[   51.726757] [drm:i915_driver_open], 
[   51.726850] [drm:intel_crtc_cursor_set], cursor off
[   51.726858] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   51.726871] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.726877] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.726884] [drm:intel_crtc_cursor_set], cursor off
[   51.726889] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   51.726897] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.726903] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.735596] [drm:i915_irq_handler], pipe B underrun
[   51.744981] [drm:i915_irq_handler], pipe B underrun
[   51.754471] [drm:i915_irq_handler], pipe B underrun
[   51.764120] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   51.764136] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.764141] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.764150] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   51.764158] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.764164] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.776967] [drm:i915_irq_handler], pipe B underrun
[   51.831798] [drm:i915_driver_open], 
[   51.831832] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[4] ENCODERS[4]
[   51.834095] [drm:drm_mode_addfb], [FB:36]
[   51.834178] [drm:drm_mode_addfb], [FB:36]
[   51.835993] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[4] ENCODERS[4]
[   51.836778] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[4] ENCODERS[4]
[   51.836939] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   51.836955] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   51.838105] [drm:intel_panel_get_backlight], get backlight PWM = 15625
[   51.838202] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[   51.838222] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[   51.838624] [drm:intel_panel_get_backlight], get backlight PWM = 15625
[   51.838696] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[   51.838713] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[   51.838790] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[   51.838808] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[   51.839857] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   51.839871] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[   51.846974] [drm] Got external EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-1"
[   51.848191] [drm:drm_mode_debug_printmodeline], Modeline 36:"1920x1080" 60 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x48 0x5
[   51.848209] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode 29
[   51.852587] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[   51.852604] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:LVDS-2]
[   51.852614] [drm:intel_sdvo_debug_write], SDVOB: W: 0B                         (SDVO_CMD_GET_ATTACHED_DISPLAYS)
[   51.857210] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   51.864878] [drm:intel_sdvo_detect], SDVO response 64 0 [40]
[   51.864892] [drm:intel_sdvo_debug_write], SDVOB: W: 7A 02                      (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
[   51.869853] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter SDVO DDC proxy
[   51.877045] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   51.879927] [drm] Got external EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-2"
[   51.879970] [drm:drm_mode_debug_printmodeline], Modeline 30:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   51.879984] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode -3
[   51.879995] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:LVDS-2] probed modes :
[   51.880500] [drm:drm_mode_debug_printmodeline], Modeline 36:"1920x1080" 60 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x48 0x5
[   51.880551] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[   51.885540] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[   51.885557] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1]
[   51.885566] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1] disconnected
[   51.885627] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[   51.885637] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:13:SVIDEO-1]
[   51.885648] [drm:intel_get_load_detect_pipe], [CONNECTOR:13:SVIDEO-1], [ENCODER:14:TV-14]
[   51.885657] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[   51.889102] [drm] Got external EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "SVIDEO-1"
[   51.889145] [drm:drm_mode_debug_printmodeline], Modeline 35:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   51.889160] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode -3
[   51.889171] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:13:SVIDEO-1] probed modes :
[   51.889178] [drm:drm_mode_debug_printmodeline], Modeline 31:"1920x1080" 60 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x48 0x5
[   51.889224] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[   51.958761] [drm:i915_irq_handler], pipe B underrun
[   52.058175] [drm:i915_irq_handler], pipe B underrun
[   52.061843] [drm:i915_irq_handler], pipe B underrun
[   52.065260] [drm:drm_mode_addfb], [FB:35]
[   52.065277] [drm:drm_mode_setcrtc], [CRTC:3]
[   52.065289] [drm:drm_mode_setcrtc], [CONNECTOR:12:LVDS-2]
[   52.065295] [drm:intel_crtc_set_config], [CRTC:3] [FB:35] #connectors=1 (x y) (0 0)
[   52.065306] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[   52.065311] [drm:drm_mode_debug_printmodeline], Modeline 33:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   52.065320] [drm:drm_mode_debug_printmodeline], Modeline 37:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   52.065331] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   52.065337] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   52.065344] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[   52.065362] [drm:connected_sink_compute_bpp], [CONNECTOR:12:LVDS-2] checking for sink bpp constrains
[   52.065368] [drm:intel_sdvo_compute_config], forcing bpc to 8 for SDVO
[   52.065374] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 24, dithering: 0
[   52.065379] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[   52.065385] [drm:intel_dump_pipe_config], cpu_transcoder: A
[   52.065389] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[   52.065394] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   52.065400] [drm:intel_dump_pipe_config], requested mode:
[   52.065404] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   52.065412] [drm:intel_dump_pipe_config], adjusted mode:
[   52.065416] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   52.065424] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[   52.065430] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   52.065435] [drm:intel_dump_pipe_config], ips: 0
[   52.065443] [drm:intel_sdvo_debug_write], SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
[   52.068541] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.073244] [drm:i915_irq_handler], pipe B underrun
[   52.103111] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   52.103122] [drm:intel_calculate_wm], FIFO entries required for mode: 54
[   52.103127] [drm:intel_calculate_wm], FIFO watermark level: -28
[   52.103133] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   52.103138] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[   52.103143] [drm:i9xx_update_wm], self-refresh entries: 120
[   52.103148] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 7
[   52.103154] [drm:i9xx_update_wm], memory self refresh enabled
[   52.103686] [drm:i9xx_update_plane], Writing base 01000000 00000000 0 0 8192
[   52.103695] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   52.103700] [drm:intel_calculate_wm], FIFO entries required for mode: 54
[   52.103705] [drm:intel_calculate_wm], FIFO watermark level: -28
[   52.103709] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   52.103715] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[   52.103720] [drm:i9xx_update_wm], self-refresh entries: 120
[   52.103724] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 7
[   52.103730] [drm:i9xx_update_wm], memory self refresh enabled
[   52.103736] [drm:intel_crtc_mode_set], [ENCODER:11:LVDS-11] set [MODE:0:]
[   52.103745] [drm:intel_sdvo_debug_write], SDVOB: W: 07 40 00 00 00             (SDVO_CMD_SET_IN_OUT_MAP)
[   52.109013] [drm:i915_irq_handler], pipe B underrun
[   52.109343] [drm:intel_sdvo_read_response], SDVOB: R: (Not supported)... failed
[   52.110322] [drm:intel_sdvo_debug_write], SDVOB: W: 11 40 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
[   52.113391] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.114351] [drm:intel_sdvo_debug_write], SDVOB: W: 16 02 3A 80 18 71 38 2D 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
[   52.118948] [drm:i915_irq_handler], pipe B underrun
[   52.121426] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.122382] [drm:intel_sdvo_debug_write], SDVOB: W: 17 37 58 35 00 1E 00 00 00 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART2)
[   52.129435] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.130391] [drm:intel_sdvo_debug_write], SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
[   52.132727] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.133718] [drm:intel_sdvo_debug_write], SDVOB: W: 9F 00                      (SDVO_CMD_SET_ENCODE)
[   52.134645] [drm:i915_irq_handler], pipe B underrun
[   52.136092] [drm:intel_sdvo_read_response], SDVOB: R: 
[   52.136171] [drm:i915_irq_handler], 
[   52.136178] pipe B underrun
[   52.137082] (Not supported)... failed
[   52.137093] [drm:intel_sdvo_debug_write], SDVOB: W: 14 02 3A 80 18 71 38 2D 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
[   52.144174] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.145126] [drm:intel_sdvo_debug_write], SDVOB: W: 15 37 58 35 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
[   52.152155] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.153135] [drm:intel_sdvo_debug_write], SDVOB: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
[   52.155477] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.156435] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   52.156443] [drm:intel_calculate_wm], FIFO entries required for mode: 54
[   52.156448] [drm:intel_calculate_wm], FIFO watermark level: -28
[   52.156453] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   52.156458] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   52.156463] [drm:intel_calculate_wm], FIFO watermark level: -18
[   52.156468] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 1
[   52.156473] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 1, C: 2, SR 1
[   52.156478] [drm:i9xx_update_wm], memory self refresh disabled
[   52.196983] [drm:i915_irq_handler], pipe B underrun
[   52.208094] [drm:intel_sdvo_debug_write], SDVOB: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
[   52.210224] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   52.212215] [drm:intel_sdvo_debug_write], SDVOB: W: 05 40 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
[   52.215963] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   52.216947] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[   52.216959] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.219544] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.222439] [drm:intel_connector_check_state], [CONNECTOR:12:LVDS-2]
[   52.222451] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.224819] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.227665] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[   52.227672] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[   52.227678] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[   52.227685] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.229966] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.232812] [drm:check_encoder_state], [ENCODER:14:TV-14]
[   52.232820] [drm:check_crtc_state], [CRTC:3]
[   52.232832] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.235229] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.238067] [drm:intel_sdvo_debug_write], SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
[   52.240052] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 3A 80 18 71 38 2D 40
[   52.248567] [drm:intel_sdvo_debug_write], SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
[   52.250541] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 37 58 35 00 1E 00 00 00
[   52.259066] [drm:intel_sdvo_debug_write], SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
[   52.261029] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   52.262919] [drm:check_crtc_state], [CRTC:4]
[   52.262936] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 4, found 0)
[   52.262941] ------------[ cut here ]------------
[   52.262997] WARNING: CPU: 1 PID: 1489 at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.11.6/linux-3.11/drivers/gpu/drm/i915/intel_display.c:8292 check_crtc_state+0x588/0xb10 [i915]()
[   52.263916] pipe state doesn't match!
[   52.263925] Modules linked in: iTCO_wdt iTCO_vendor_support ppdev snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep coretemp snd_pcm snd_seq pcspkr snd_timer snd_seq_device serio_raw i2c_i801 acpi_cpufreq mperf snd lpc_ich mfd_core r8169 mii soundcore snd_page_alloc parport_pc parport sg dm_mod autofs4 i915 drm_kms_helper drm i2c_algo_bit video fan thermal button processor thermal_sys scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh_hp_sw scsi_dh ata_generic ata_piix
[   52.264069] CPU: 0 PID: 1489 Comm: X Tainted: G        W    3.11.6-4-desktop #1
[   52.264075] Hardware name: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG 10/20/2009
[   52.264081]  00000009 c071feab f663faa8 c024394e f7d02887 f663fac0 000005d1 f7cf9d5c
[   52.264100]  00002064 f7cb4918 f7cb4918 f6530000 f653064c 00000004 f4bda6c8 c02439a3
[   52.264132]  00000009 f663faa8 f7d02887 f663fac0 f7cb4918 f7cf9d5c 00002064 f7d02887
[   52.264152] Call Trace:
[   52.264182]  [<c0205139>] try_stack_unwind+0x179/0x190
[   52.264210]  [<c0203f17>] dump_trace+0x47/0xf0
[   52.264228]  [<c020518f>] show_trace_log_lvl+0x3f/0x50
[   52.264249]  [<c0204010>] show_stack_log_lvl+0x50/0xd0
[   52.264266]  [<c02051df>] show_stack+0x1f/0x40
[   52.264284]  [<c071feab>] dump_stack+0x48/0x76
[   52.264302]  [<c024394e>] warn_slowpath_common+0x7e/0xa0
[   52.264320]  [<c02439a3>] warn_slowpath_fmt+0x33/0x40
[   52.264383]  [<f7cb4918>] check_crtc_state+0x588/0xb10 [i915]
[   52.264643]  [<f7cbed14>] intel_modeset_check_state+0x294/0x770 [i915]
[   52.264913]  [<f7cbf25a>] intel_set_mode+0x2a/0x40 [i915]
[   52.265220]  [<f7cbfa60>] intel_crtc_set_config+0x700/0x8f0 [i915]
[   52.265484]  [<f7b3fbd3>] drm_mode_set_config_internal+0x43/0xb0 [drm]
[   52.265633]  [<f7b41fbe>] drm_mode_setcrtc+0xde/0x640 [drm]
[   52.265793]  [<f7b34b9e>] drm_ioctl+0x3fe/0x4a0 [drm]
[   52.265834]  [<c0368c7b>] do_vfs_ioctl+0x30b/0x520
[   52.265882]  [<c0368ef0>] SyS_ioctl+0x60/0x80
[   52.265905]  [<c072c1fd>] sysenter_do_call+0x12/0x28
[   52.265932]  [<b7796424>] 0xb7796423
[   52.265941] ---[ end trace eb930cabfb22c888 ]---
[   52.265949] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[   52.265957] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   52.265964] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[   52.265971] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   52.265979] [drm:intel_dump_pipe_config], requested mode:
[   52.265985] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 1920 0 0 0 1080 0 0 0 0x0 0x0
[   52.265996] [drm:intel_dump_pipe_config], adjusted mode:
[   52.266001] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[   52.266061] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe000e000, lvds border: 0x00008000
[   52.266091] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   52.266117] [drm:intel_dump_pipe_config], ips: 0
[   52.266134] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[   52.266141] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   52.266147] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   52.266153] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   52.266161] [drm:intel_dump_pipe_config], requested mode:
[   52.266167] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[   52.266180] [drm:intel_dump_pipe_config], adjusted mode:
[   52.266186] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x6
[   52.266199] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   52.266208] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   52.266216] [drm:intel_dump_pipe_config], ips: 0
[   52.266390] [drm:intel_panel_get_max_backlight], max backlight PWM = 15625
[   52.266400] [drm:intel_panel_actually_set_backlight], set backlight PWM = 15625
[   52.266753] [drm:drm_mode_setcrtc], [CRTC:4]
[   52.266774] [drm:drm_mode_setcrtc], [CONNECTOR:5:LVDS-1]
[   52.266782] [drm:intel_crtc_set_config], [CRTC:4] [FB:35] #connectors=1 (x y) (0 0)
[   52.266795] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[   52.266802] [drm:drm_mode_debug_printmodeline], Modeline 32:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[   52.266813] [drm:drm_mode_debug_printmodeline], Modeline 37:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   52.266828] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   52.266835] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   52.266845] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 2, prepare: 2, disable: 0
[   52.266859] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[   52.266869] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[   52.266878] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[   52.266886] [drm:intel_dump_pipe_config], [CRTC:4][modeset] config for pipe B
[   52.266894] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   52.266900] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   52.266907] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   52.266915] [drm:intel_dump_pipe_config], requested mode:
[   52.266921] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   52.266933] [drm:intel_dump_pipe_config], adjusted mode:
[   52.266938] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x5
[   52.266950] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   52.266958] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   52.266966] [drm:intel_dump_pipe_config], ips: 0
[   52.266974] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0
[   52.275349] [drm:i915_irq_handler], pipe B underrun
[   52.276859] [drm:i915_irq_handler], pipe B underrun
[   52.385146] [drm:i915_irq_handler], pipe B underrun
[   52.476973] [drm:i915_irq_handler], pipe B underrun
[   52.494232] [drm:i915_irq_handler], pipe B underrun
[   52.512953] [drm:i915_irq_handler], pipe B underrun
[   52.518027] [drm:i915_irq_handler], pipe B underrun
[   52.543114] [drm:i9xx_pfit_disable], disabling pfit, current: 0x80000448
[   52.543127] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   52.543134] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   52.543140] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   52.543144] [drm:intel_calculate_wm], FIFO watermark level: -18
[   52.543149] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 1
[   52.543155] [drm:i9xx_update_wm], self-refresh entries: 120
[   52.543159] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 1, C: 2, SR 7
[   52.543165] [drm:i9xx_update_wm], memory self refresh enabled
[   52.543697] [drm:i9xx_update_plane], Writing base 01000000 00000000 0 0 8192
[   52.543706] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   52.543711] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   52.543717] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   52.543721] [drm:intel_calculate_wm], FIFO watermark level: -18
[   52.543725] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 1
[   52.543730] [drm:i9xx_update_wm], self-refresh entries: 120
[   52.543735] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 1, C: 2, SR 7
[   52.543741] [drm:i9xx_update_wm], memory self refresh enabled
[   52.543747] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:]
[   52.543753] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   52.543759] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   52.543763] [drm:intel_calculate_wm], FIFO watermark level: -21
[   52.543768] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   52.543773] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   52.543778] [drm:intel_calculate_wm], FIFO watermark level: -18
[   52.543782] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 1
[   52.543787] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 1, C: 2, SR 1
[   52.543792] [drm:i9xx_update_wm], memory self refresh disabled
[   52.582287] [drm:i915_irq_handler], pipe B underrun
[   52.604760] [drm:i915_irq_handler], pipe B underrun
[   52.608991] [drm:i915_irq_handler], pipe B underrun
[   52.630640] [drm:i915_irq_handler], pipe B underrun
[   52.681058] [drm:i915_irq_handler], pipe B underrun
[   52.703678] [drm:i915_irq_handler], pipe B underrun
[   52.707912] [drm:i915_irq_handler], pipe B underrun
[   52.721147] [drm:i915_irq_handler], pipe B underrun
[   52.744996] [drm:i915_irq_handler], pipe B underrun
[   52.754325] [drm:i915_irq_handler], pipe B underrun
[   52.754473] [drm:i915_irq_handler], pipe B underrun
[   52.777001] [drm:i915_irq_handler], pipe B underrun
[   52.822645] [drm:i915_irq_handler], pipe B underrun
[   52.860650] [drm:i915_irq_handler], pipe B underrun
[   52.935398] [drm:i915_irq_handler], pipe B underrun
[   52.945076] [drm:intel_panel_actually_set_backlight], set backlight PWM = 15625
[   52.945108] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[   52.945125] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.946887] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.949924] [drm:intel_connector_check_state], [CONNECTOR:12:LVDS-2]
[   52.949941] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.951748] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.954786] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[   52.954796] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[   52.954803] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[   52.954811] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.956528] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.959406] [drm:check_encoder_state], [ENCODER:14:TV-14]
[   52.959415] [drm:check_crtc_state], [CRTC:3]
[   52.959428] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.961152] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.964087] [drm:intel_sdvo_debug_write], SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
[   52.965750] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 3A 80 18 71 38 2D 40
[   52.974291] [drm:intel_sdvo_debug_write], SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
[   52.975953] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 37 58
[   52.979479] [drm:i915_irq_handler], 
[   52.979485] pipe B underrun
[   52.979794]  35 00 1E 00 00 00
[   52.984618] [drm:intel_sdvo_debug_write], SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
[   52.986315] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   52.988210] [drm:check_crtc_state], [CRTC:4]
[   52.988226] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 1, found 0)
[   52.988231] ------------[ cut here ]------------
[   52.988289] WARNING: CPU: 0 PID: 1489 at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.11.6/linux-3.11/drivers/gpu/drm/i915/intel_display.c:8292 check_crtc_state+0x588/0xb10 [i915]()
[   52.988293] pipe state doesn't match!
[   52.988296] Modules linked in: iTCO_wdt iTCO_vendor_support ppdev snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep coretemp snd_pcm snd_seq pcspkr snd_timer snd_seq_device serio_raw i2c_i801 acpi_cpufreq mperf snd lpc_ich mfd_core r8169 mii soundcore snd_page_alloc parport_pc parport sg dm_mod autofs4 i915 drm_kms_helper drm i2c_algo_bit video fan thermal button processor thermal_sys scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh_hp_sw scsi_dh ata_generic ata_piix
[   52.988363] CPU: 0 PID: 1489 Comm: X Tainted: G        W    3.11.6-4-desktop #1
[   52.988367] Hardware name: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG 10/20/2009
[   52.988372]  00000009 c071feab f663faa8 c024394e f7d02887 f663fac0 000005d1 f7cf9d5c
[   52.988386]  00002064 f7cb4918 f7cb4918 f6530000 f653064c 00000001 f4bda6c8 c02439a3
[   52.988398]  00000009 f663faa8 f7d02887 f663fac0 f7cb4918 f7cf9d5c 00002064 f7d02887
[   52.988412] Call Trace:
[   52.988436]  [<c0205139>] try_stack_unwind+0x179/0x190
[   52.988452]  [<c0203f17>] dump_trace+0x47/0xf0
[   52.988463]  [<c020518f>] show_trace_log_lvl+0x3f/0x50
[   52.988474]  [<c0204010>] show_stack_log_lvl+0x50/0xd0
[   52.988484]  [<c02051df>] show_stack+0x1f/0x40
[   52.988496]  [<c071feab>] dump_stack+0x48/0x76
[   52.988508]  [<c024394e>] warn_slowpath_common+0x7e/0xa0
[   52.988519]  [<c02439a3>] warn_slowpath_fmt+0x33/0x40
[   52.988561]  [<f7cb4918>] check_crtc_state+0x588/0xb10 [i915]
[   52.988730]  [<f7cbed14>] intel_modeset_check_state+0x294/0x770 [i915]
[   52.988908]  [<f7cbf25a>] intel_set_mode+0x2a/0x40 [i915]
[   52.989184]  [<f7cbfa60>] intel_crtc_set_config+0x700/0x8f0 [i915]
[   52.989444]  [<f7b3fbd3>] drm_mode_set_config_internal+0x43/0xb0 [drm]
[   52.989598]  [<f7b41fbe>] drm_mode_setcrtc+0xde/0x640 [drm]
[   52.989755]  [<f7b34b9e>] drm_ioctl+0x3fe/0x4a0 [drm]
[   52.989789]  [<c0368c7b>] do_vfs_ioctl+0x30b/0x520
[   52.989832]  [<c0368ef0>] SyS_ioctl+0x60/0x80
[   52.989847]  [<c072c1fd>] sysenter_do_call+0x12/0x28
[   52.989866]  [<b7796424>] 0xb7796423
[   52.989872] ---[ end trace eb930cabfb22c889 ]---
[   52.989879] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[   52.989883] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   52.989888] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[   52.989898] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   52.989906] [drm:intel_dump_pipe_config], requested mode:
[   52.989919] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 1920 0 0 0 1080 0 0 0 0x0 0x0
[   52.989927] [drm:intel_dump_pipe_config], adjusted mode:
[   52.989939] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[   52.989948] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe000e000, lvds border: 0x00008000
[   52.989955] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   52.989993] [drm:intel_dump_pipe_config], ips: 0
[   52.989997] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[   52.990040] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   52.990045] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   52.990057] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   52.990066] [drm:intel_dump_pipe_config], requested mode:
[   52.990080] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   52.990088] [drm:intel_dump_pipe_config], adjusted mode:
[   52.990102] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x5
[   52.990113] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   52.990123] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   52.990132] [drm:intel_dump_pipe_config], ips: 0
[   52.990278] [drm:intel_panel_get_max_backlight], max backlight PWM = 15625
[   52.990283] [drm:intel_panel_actually_set_backlight], set backlight PWM = 15625
[   53.009048] [drm:i915_irq_handler], pipe B underrun
[   53.108991] [drm:i915_irq_handler], pipe B underrun
[   53.121797] [drm:i915_irq_handler], pipe B underrun
[   53.136375] [drm:i915_irq_handler], pipe B underrun
[   53.136664] [drm:i915_irq_handler], pipe B underrun
[   53.267208] [drm:i915_irq_handler], pipe B underrun
[   53.385100] [drm:i915_irq_handler], pipe B underrun
[   53.394739] [drm:i915_irq_handler], pipe B underrun
[   53.477071] [drm:i915_irq_handler], pipe B underrun
[   53.494356] [drm:i915_irq_handler], pipe B underrun
[   53.512977] [drm:i915_irq_handler], pipe B underrun
[   53.518709] [drm:i915_irq_handler], pipe B underrun
[   53.539974] [drm:i915_irq_handler], pipe B underrun
[   53.542062] [drm:i915_irq_handler], pipe B underrun
[   53.546786] [drm:i915_irq_handler], pipe B underrun
[   53.559605] [drm:i915_irq_handler], pipe B underrun
[   53.582275] [drm:i915_irq_handler], pipe B underrun
[   53.587030] [drm:i915_irq_handler], pipe B underrun
[   53.608754] [drm:i915_irq_handler], pipe B underrun
[   53.630509] [drm:i915_irq_handler], pipe B underrun
[   53.680967] [drm:i915_irq_handler], pipe B underrun
[   53.681308] [drm:i915_irq_handler], pipe B underrun
[   53.703699] [drm:i915_irq_handler], pipe B underrun
[   53.744991] [drm:i915_irq_handler], pipe B underrun
[   53.761900] [drm:i915_irq_handler], pipe B underrun
[   53.861214] [drm:i915_irq_handler], pipe B underrun
[   53.916456] [drm:i915_irq_handler], pipe B underrun
[   53.918599] [drm:i915_irq_handler], pipe B underrun
[   53.949394] [drm:i915_irq_handler], pipe B underrun
[   53.969047] [drm:i915_irq_handler], pipe B underrun
[   54.009059] [drm:i915_irq_handler], pipe B underrun
[   54.017199] [drm:i915_irq_handler], pipe B underrun
[   54.071765] [drm:i915_irq_handler], pipe B underrun
[   54.071877] [drm:i915_irq_handler], pipe B underrun
[   54.071957] [drm:i915_irq_handler], pipe B underrun
[   54.109036] [drm:i915_irq_handler], pipe B underrun
[   54.112972] [drm:i915_irq_handler], pipe B underrun
[   54.115624] [drm:i915_irq_handler], pipe B underrun
[   54.134671] [drm:i915_irq_handler], pipe B underrun
[   54.140970] [drm:i915_irq_handler], pipe B underrun
[   54.245053] [drm:i915_irq_handler], pipe B underrun
[   54.271017] [drm:i915_irq_handler], pipe B underrun
[   54.274208] [drm:i915_irq_handler], pipe B underrun
[   54.283175] [drm:i915_irq_handler], pipe B underrun
[   54.365200] [drm:i915_irq_handler], pipe B underrun
[   54.384981] [drm:i915_irq_handler], pipe B underrun
[   54.398196] [drm:i915_irq_handler], pipe B underrun
[   54.513022] [drm:i915_irq_handler], pipe B underrun
[   54.540001] [drm:i915_irq_handler], pipe B underrun
[   54.544459] [drm:i915_irq_handler], pipe B underrun
[   54.564210] [drm:i915_irq_handler], pipe B underrun
[   54.608779] [drm:i915_irq_handler], pipe B underrun
[   54.630317] [drm:i915_irq_handler], pipe B underrun
[   54.657613] [drm:i915_irq_handler], pipe B underrun
[   54.681016] [drm:i915_irq_handler], pipe B underrun
[   54.749271] [drm:i915_irq_handler], pipe B underrun
[   54.860203] [drm:i915_irq_handler], pipe B underrun
[   54.860738] [drm:i915_irq_handler], pipe B underrun
[   54.925339] [drm:i915_irq_handler], pipe B underrun
[   54.969046] [drm:i915_irq_handler], pipe B underrun
[   55.009035] [drm:i915_irq_handler], pipe B underrun
[   55.078727] [drm:i915_irq_handler], pipe B underrun
[   55.080955] [drm:i915_irq_handler], pipe B underrun
[   55.112973] [drm:i915_irq_handler], pipe B underrun
[   55.136433] [drm:i915_irq_handler], pipe B underrun
[   55.143665] [drm:i915_irq_handler], pipe B underrun
[   55.150135] [drm:i915_irq_handler], pipe B underrun
[   55.162661] [drm:i915_irq_handler], pipe B underrun
[   55.229400] [drm:i915_irq_handler], pipe B underrun
[   55.236948] [drm:i915_irq_handler], pipe B underrun
[   55.244966] [drm:i915_irq_handler], pipe B underrun
[   55.327001] [drm:i915_irq_handler], pipe B underrun
[   55.419607] [drm:i915_irq_handler], pipe B underrun
[   55.470132] [drm:i915_irq_handler], pipe B underrun
[   55.528091] [drm:i915_irq_handler], pipe B underrun
[   55.529702] [drm:i915_irq_handler], pipe B underrun
[   55.539998] [drm:i915_irq_handler], pipe B underrun
[   55.558778] [drm:i915_irq_handler], pipe B underrun
[   55.563754] [drm:i915_irq_handler], pipe B underrun
[   55.608783] [drm:i915_irq_handler], pipe B underrun
[   55.611161] [drm:i915_irq_handler], pipe B underrun
[   55.621110] [drm:i915_irq_handler], pipe B underrun
[   55.664428] [drm:i915_irq_handler], pipe B underrun
[   55.681129] [drm:i915_irq_handler], pipe B underrun
[   55.703682] [drm:i915_irq_handler], pipe B underrun
[   55.750486] [drm:i915_irq_handler], pipe B underrun
[   55.768971] [drm:i915_irq_handler], pipe B underrun
[   55.840593] [drm:i915_irq_handler], pipe B underrun
[   55.843152] [drm:i915_irq_handler], pipe B underrun
[   55.865922] [drm:i915_irq_handler], pipe B underrun
[   55.927052] [drm:i915_irq_handler], pipe B underrun
[   55.968997] [drm:i915_irq_handler], pipe B underrun

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
  2014-01-16 12:41   ` Dragos Carp
@ 2014-01-16 13:07     ` Jani Nikula
  2014-01-16 14:37       ` Dragos Carp
  2014-01-16 13:28     ` Ville Syrjälä
  1 sibling, 1 reply; 12+ messages in thread
From: Jani Nikula @ 2014-01-16 13:07 UTC (permalink / raw)
  To: Dragos Carp, intel-gfx

On Thu, 16 Jan 2014, Dragos Carp <Dragos.Carp@funkwerk-itk.com> wrote:
> Hi Jani,
>
> thank you for your response.
> Attached is the dmesg output trimmed of more thousand lines like: 
> [drm:i915_irq_handler], pipe B underrun

Auch. I was hoping to see the early boot, and the first errors. Please
set log_buf_len kernel parameter big enough to capture that. You can
still scrub the excess underrun messages from the output...

Thanks,
Jani.

>
> Kernel command line was:
> linux   /boot/vmlinuz-3.11.6-4-desktop 
> root=UUID=12529369-6b58-4afe-8e65-9801c19ad8c5 
> resume=/dev/disk/by-id/ata-SQF-P10S2-4G_7DF707151A0900716999-part1 
> splash=silent drm_kms_helper.edid_firmware=edid/1920x1080.bin quiet 
> showopts drm.debug=0xe video=VGA-1:d video=LVDS-1:1920x1080 
> video=LVDS-2:1920x1080
>
> Result was the same: LVDS-2 starts with right resolution, but wrong 
> colors and LVDS-1 stays black.
>
> I know that the panels are right connected, because the IEGD driver 
> starts both panels, but without direct rendering :(.
>

-- 
Jani Nikula, Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
  2014-01-16 12:41   ` Dragos Carp
  2014-01-16 13:07     ` Jani Nikula
@ 2014-01-16 13:28     ` Ville Syrjälä
  2014-01-16 14:00       ` Daniel Vetter
  1 sibling, 1 reply; 12+ messages in thread
From: Ville Syrjälä @ 2014-01-16 13:28 UTC (permalink / raw)
  To: Dragos Carp; +Cc: intel-gfx

On Thu, Jan 16, 2014 at 01:41:32PM +0100, Dragos Carp wrote:
> Hi Jani,
> 
> thank you for your response.
> Attached is the dmesg output trimmed of more thousand lines like: 
> [drm:i915_irq_handler], pipe B underrun

That's a bit weird. We're supposed to disable the underrun reporting
after the first error. I guess the pipe state gets stuck somehow and
it just keeps reporting the same error all the time...

-- 
Ville Syrjälä
Intel OTC

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
  2014-01-16 13:28     ` Ville Syrjälä
@ 2014-01-16 14:00       ` Daniel Vetter
  2014-01-16 14:11         ` Ville Syrjälä
  0 siblings, 1 reply; 12+ messages in thread
From: Daniel Vetter @ 2014-01-16 14:00 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: intel-gfx

On Thu, Jan 16, 2014 at 2:28 PM, Ville Syrjälä
<ville.syrjala@linux.intel.com> wrote:
> On Thu, Jan 16, 2014 at 01:41:32PM +0100, Dragos Carp wrote:
>> Hi Jani,
>>
>> thank you for your response.
>> Attached is the dmesg output trimmed of more thousand lines like:
>> [drm:i915_irq_handler], pipe B underrun
>
> That's a bit weird. We're supposed to disable the underrun reporting
> after the first error. I guess the pipe state gets stuck somehow and
> it just keeps reporting the same error all the time...

Only on pch platforms, but not on gmch stuff. Those still lack a bit
of work to make them fit into the underrun reporting framework. And we
need to enable those underruns to be much louder ...
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
  2014-01-16 14:00       ` Daniel Vetter
@ 2014-01-16 14:11         ` Ville Syrjälä
  2014-01-16 14:34           ` Daniel Vetter
  0 siblings, 1 reply; 12+ messages in thread
From: Ville Syrjälä @ 2014-01-16 14:11 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx

On Thu, Jan 16, 2014 at 03:00:26PM +0100, Daniel Vetter wrote:
> On Thu, Jan 16, 2014 at 2:28 PM, Ville Syrjälä
> <ville.syrjala@linux.intel.com> wrote:
> > On Thu, Jan 16, 2014 at 01:41:32PM +0100, Dragos Carp wrote:
> >> Hi Jani,
> >>
> >> thank you for your response.
> >> Attached is the dmesg output trimmed of more thousand lines like:
> >> [drm:i915_irq_handler], pipe B underrun
> >
> > That's a bit weird. We're supposed to disable the underrun reporting
> > after the first error. I guess the pipe state gets stuck somehow and
> > it just keeps reporting the same error all the time...
> 
> Only on pch platforms, but not on gmch stuff. Those still lack a bit
> of work to make them fit into the underrun reporting framework. And we
> need to enable those underruns to be much louder ...

Oh right. Somehow I remembered that it was universal. But now that
re-think things PIPESTAT doesn't even have an enable bit for underruns.
So I guess an underrun won't itself generate an interrupt on gmch
platforms, but instead you need some other interrupt to fire to detect
it. That means we should just have some flag/bool to shut up the debug
message and the rest of the code is fine as is.

-- 
Ville Syrjälä
Intel OTC

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
  2014-01-16 14:11         ` Ville Syrjälä
@ 2014-01-16 14:34           ` Daniel Vetter
  0 siblings, 0 replies; 12+ messages in thread
From: Daniel Vetter @ 2014-01-16 14:34 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: intel-gfx

On Thu, Jan 16, 2014 at 3:11 PM, Ville Syrjälä
<ville.syrjala@linux.intel.com> wrote:
> On Thu, Jan 16, 2014 at 03:00:26PM +0100, Daniel Vetter wrote:
>> On Thu, Jan 16, 2014 at 2:28 PM, Ville Syrjälä
>> <ville.syrjala@linux.intel.com> wrote:
>> > On Thu, Jan 16, 2014 at 01:41:32PM +0100, Dragos Carp wrote:
>> >> Hi Jani,
>> >>
>> >> thank you for your response.
>> >> Attached is the dmesg output trimmed of more thousand lines like:
>> >> [drm:i915_irq_handler], pipe B underrun
>> >
>> > That's a bit weird. We're supposed to disable the underrun reporting
>> > after the first error. I guess the pipe state gets stuck somehow and
>> > it just keeps reporting the same error all the time...
>>
>> Only on pch platforms, but not on gmch stuff. Those still lack a bit
>> of work to make them fit into the underrun reporting framework. And we
>> need to enable those underruns to be much louder ...
>
> Oh right. Somehow I remembered that it was universal. But now that
> re-think things PIPESTAT doesn't even have an enable bit for underruns.
> So I guess an underrun won't itself generate an interrupt on gmch
> platforms, but instead you need some other interrupt to fire to detect
> it. That means we should just have some flag/bool to shut up the debug
> message and the rest of the code is fine as is.

We also need to make sure we clear the PIPESTAT bit when disabling the
reporting. Otherwise we might leak it. But yeah, a simple flag should
be good enough for gmch underrun reporting.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: IEGD to xf86-video-intel
  2014-01-16 13:07     ` Jani Nikula
@ 2014-01-16 14:37       ` Dragos Carp
  0 siblings, 0 replies; 12+ messages in thread
From: Dragos Carp @ 2014-01-16 14:37 UTC (permalink / raw)
  To: intel-gfx

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

On 01/16/2014 02:07 PM, Jani Nikula wrote:
> Auch. I was hoping to see the early boot, and the first errors. Please 
> set log_buf_len kernel parameter big enough to capture that. You can 
> still scrub the excess underrun messages from the output... Thanks, Jani.

Please find it attached.

Thanks,
Dragos


[-- Attachment #2: dmesg2.txt --]
[-- Type: text/plain, Size: 152705 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.6-4-desktop (geeko@buildhost) (gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) ) #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27)
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f6dffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003f6e0000-0x000000003f6e2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003f6e3000-0x000000003f6effff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003f6f0000-0x000000003f6fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.2 present.
[    0.000000] DMI: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG 10/20/2009
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3f6e0 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask 0C0000000 write-back
[    0.000000]   1 base 03F800000 mask 0FF800000 uncachable
[    0.000000]   2 base 03F700000 mask 0FFF00000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f4e20-0x000f4e2f] mapped at [c00f4e20]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x011fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x36e00000-0x36ffffff]
[    0.000000]  [mem 0x36e00000-0x36ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x34000000-0x36dfffff]
[    0.000000]  [mem 0x34000000-0x36dfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x33ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37000000-0x371fdfff]
[    0.000000]  [mem 0x37000000-0x371fdfff] page 4k
[    0.000000] BRK [0x00cda000, 0x00cdafff] PGTABLE
[    0.000000] BRK [0x00cdb000, 0x00cdbfff] PGTABLE
[    0.000000] BRK [0x00cdc000, 0x00cdcfff] PGTABLE
[    0.000000] BRK [0x00cdd000, 0x00cddfff] PGTABLE
[    0.000000] BRK [0x00cde000, 0x00cdefff] PGTABLE
[    0.000000] log_buf_len: 4194304
[    0.000000] early log buf free: 258804(98%)
[    0.000000] RAMDISK: [mem 0x35580000-0x36ab7fff]
[    0.000000] ACPI: RSDP 000f9110 00024 (v02 IntelR)
[    0.000000] ACPI: XSDT 3f6e3080 00044 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 3f6e7640 000F4 (v03 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 3f6e3200 04403 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 3f6e0000 00040
[    0.000000] ACPI: MCFG 3f6e77c0 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 3f6e7740 00068 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: SSDT 3f6e7f20 0072F (v01  PmRef    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f6dffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f6dffff]
[    0.000000]   NODE_DATA [mem 0x36df6000-0x36df7fff]
[    0.000000] 132MB HIGHMEM available.
[    0.000000] 881MB LOWMEM available.
[    0.000000] max_low_pfn = 371fe, highstart_pfn = 371fe
[    0.000000] Low memory ends at vaddr f71fe000
[    0.000000] High memory starts at vaddr f71fe000
[    0.000000]   mapped low ram: 0 - 371fe000
[    0.000000]   low ram: 0 - 371fe000
[    0.000000] BRK [0x00cdf000, 0x00cdffff] PGTABLE
[    0.000000] Node: 0, start_pfn: 1, end_pfn: 9f
[    0.000000]   Setting physnode_map array to node 0 for pfns:
[    0.000000]   1 
[    0.000000] Node: 0, start_pfn: 100, end_pfn: 3f6e0
[    0.000000]   Setting physnode_map array to node 0 for pfns:
[    0.000000]   100 4100 8100 c100 10100 14100 18100 1c100 20100 24100 28100 2c100 30100 34100 38100 3c100 
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x371fdfff]
[    0.000000]   HighMem  [mem 0x371fe000-0x3f6dffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x3f6dffff]
[    0.000000] On node 0 totalpages: 259710
[    0.000000] free_area_init_node: node 0, pgdat f6df6000, node_mem_map f4c92024
[    0.000000]   DMA zone: 36 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1949 pages used for memmap
[    0.000000]   Normal zone: 221694 pages, LIFO batch:31
[    0.000000]   HighMem zone: 299 pages used for memmap
[    0.000000]   HighMem zone: 34018 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x3f700000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @f6dd3000 s33408 r0 d23936 u57344
[    0.000000] pcpu-alloc: s33408 r0 d23936 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257725
[    0.000000] Policy zone: HighMem
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.6-4-desktop root=UUID=12529369-6b58-4afe-8e65-9801c19ad8c5 resume=/dev/disk/by-id/ata-SQF-P10S2-4G_7DF707151A0900716999-part1 splash=silent drm_kms_helper.edid_firmware=edid/1920x1080.bin quiet showopts log-buf-len=4M drm.debug=0xe video=VGA-1:d video=LVDS-1:1920x1080 video=LVDS-2:1920x1080
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 2078456 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000371fe:0003f6e0)
[    0.000000] Memory: 989676K/1038840K available (5299K kernel code, 398K rwdata, 3732K rodata, 588K init, 1020K bss, 49164K reserved, 136072K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xff5b4000 - 0xfffff000   (10540 kB)
    pkmap   : 0xff200000 - 0xff400000   (2048 kB)
    vmalloc : 0xf79fe000 - 0xff1fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf71fe000   ( 881 MB)
      .init : 0xc0b38000 - 0xc0bcb000   ( 588 kB)
      .data : 0xc072d273 - 0xc0b37940   (4137 kB)
      .text : 0xc0200000 - 0xc072d273   (5300 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:8448 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f4806000 soft=f4808000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1596.046 MHz processor
[    0.002006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.09 BogoMIPS (lpj=1596046)
[    0.002022] pid_max: default: 32768 minimum: 301
[    0.002185] Security Framework initialized
[    0.002231] AppArmor: AppArmor initialized
[    0.002436] Mount-cache hash table entries: 512
[    0.003694] Initializing cgroup subsys memory
[    0.003762] Initializing cgroup subsys devices
[    0.003773] Initializing cgroup subsys freezer
[    0.003783] Initializing cgroup subsys net_cls
[    0.003793] Initializing cgroup subsys blkio
[    0.003802] Initializing cgroup subsys perf_event
[    0.003815] Initializing cgroup subsys hugetlb
[    0.003913] CPU: Physical Processor ID: 0
[    0.003922] CPU: Processor Core ID: 0
[    0.003934] mce: CPU supports 5 MCE banks
[    0.003956] CPU0: Thermal monitoring enabled (TM1)
[    0.004029] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
tlb_flushall_shift: 6
[    0.004693] Freeing SMP alternatives memory: 24K (c0bcb000 - c0bd1000)
[    0.007362] ACPI: Core revision 20130517
[    0.027558] ACPI: All ACPI Tables successfully acquired
[    0.029308] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.029840] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.039870] smpboot: CPU0: Intel(R) Atom(TM) CPU N270   @ 1.60GHz (fam: 06, model: 1c, stepping: 02)
[    0.040000] Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom events, Intel PMU driver.
[    0.040000] ... version:                3
[    0.040000] ... bit width:              40
[    0.040000] ... generic registers:      2
[    0.040000] ... value mask:             000000ffffffffff
[    0.040000] ... max period:             000000007fffffff
[    0.040000] ... fixed-purpose events:   3
[    0.040000] ... event mask:             0000000700000003
[    0.051500] CPU 1 irqstacks, hard=f48f2000 soft=f48f4000
[    0.051514] smpboot: Booting Node   0, Processors  #1 OK
[    0.003000] Initializing CPU#1
[    0.064325] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.064383] Brought up 2 CPUs
[    0.064397] smpboot: Total of 2 processors activated (6384.18 BogoMIPS)
[    0.065595] devtmpfs: initialized
[    0.067038] PM: Registering ACPI NVS region [mem 0x3f6e0000-0x3f6e2fff] (12288 bytes)
[    0.068030] RTC time:  0:05:31, date: 10/28/13
[    0.068030] NET: Registered protocol family 16
[    0.069407] ACPI: bus type PCI registered
[    0.069422] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.069709] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.069724] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.069732] PCI: Using MMCONFIG for extended config space
[    0.069740] PCI: Using configuration type 1 for base access
[    0.077129] bio: create slab <bio-0> at 0
[    0.078037] ACPI: Added _OSI(Module Device)
[    0.078053] ACPI: Added _OSI(Processor Device)
[    0.078067] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.078078] ACPI: Added _OSI(Processor Aggregator Device)
[    0.081952] ACPI: EC: Look up EC in DSDT
[    0.111961] ACPI: SSDT 3f6e7840 0030F (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.113117] ACPI: Dynamic OEM Table Load:
[    0.113133] ACPI: SSDT   (null) 0030F (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.115595] ACPI: SSDT 3f6e7d60 001B3 (v01  PmRef  Cpu1Ist 00003000 INTL 20061109)
[    0.116662] ACPI: Dynamic OEM Table Load:
[    0.116677] ACPI: SSDT   (null) 001B3 (v01  PmRef  Cpu1Ist 00003000 INTL 20061109)
[    0.117849] ACPI: Interpreter enabled
[    0.117896] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
[    0.117924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[    0.118024] ACPI: (supports S0 S3 S4 S5)
[    0.118035] ACPI: Using IOAPIC for interrupt routing
[    0.118221] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.118812] ACPI: No dock devices found.
[    0.159826] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.159867] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.159881] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.161846] PCI host bridge to bus 0000:00
[    0.161867] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.161882] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.161896] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.161909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.161922] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.161935] pci_bus 0000:00: root bus resource [mem 0x3f700000-0xfebfffff]
[    0.161985] pci 0000:00:00.0: [8086:27ac] type 00 class 0x060000
[    0.162614] pci 0000:00:02.0: [8086:27ae] type 00 class 0x030000
[    0.162652] pci 0000:00:02.0: reg 0x10: [mem 0xfde80000-0xfdefffff]
[    0.162674] pci 0000:00:02.0: reg 0x14: [io  0xff00-0xff07]
[    0.162696] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
[    0.162723] pci 0000:00:02.0: reg 0x1c: [mem 0xfdf80000-0xfdfbffff]
[    0.163336] pci 0000:00:02.1: [8086:27a6] type 00 class 0x038000
[    0.163369] pci 0000:00:02.1: reg 0x10: [mem 0xfdf00000-0xfdf7ffff]
[    0.164065] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.164113] pci 0000:00:1b.0: reg 0x10: [mem 0xfdff8000-0xfdffbfff 64bit]
[    0.164262] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.164686] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.164921] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.165029] pci 0000:00:1d.0: reg 0x20: [io  0xfe00-0xfe1f]
[    0.165468] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.165677] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.165770] pci 0000:00:1d.1: reg 0x20: [io  0xfd00-0xfd1f]
[    0.166229] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.166480] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.166567] pci 0000:00:1d.2: reg 0x20: [io  0xfc00-0xfc1f]
[    0.167035] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.167243] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.167331] pci 0000:00:1d.3: reg 0x20: [io  0xfb00-0xfb1f]
[    0.167775] pci 0000:00:1d.3: System wakeup disabled by ACPI
[    0.168020] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.168068] pci 0000:00:1d.7: reg 0x10: [mem 0xfdfff000-0xfdfff3ff]
[    0.168218] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.168620] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.168835] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.169355] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.169577] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
[    0.169744] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    0.169772] pci 0000:00:1f.0: quirk: [io  0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[    0.169790] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH6 GPIO
[    0.169805] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 007f)
[    0.170423] pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180
[    0.170466] pci 0000:00:1f.2: reg 0x10: [io  0x0000-0x0007]
[    0.170492] pci 0000:00:1f.2: reg 0x14: [io  0x0000-0x0003]
[    0.170517] pci 0000:00:1f.2: reg 0x18: [io  0x0000-0x0007]
[    0.170541] pci 0000:00:1f.2: reg 0x1c: [io  0x0000-0x0003]
[    0.170567] pci 0000:00:1f.2: reg 0x20: [io  0xfa00-0xfa0f]
[    0.170653] pci 0000:00:1f.2: PME# supported from D3hot
[    0.171241] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.171335] pci 0000:00:1f.3: reg 0x20: [io  0x0500-0x051f]
[    0.172124] pci 0000:01:0b.0: [10ec:8167] type 00 class 0x020000
[    0.172168] pci 0000:01:0b.0: reg 0x10: [io  0xee00-0xeeff]
[    0.172196] pci 0000:01:0b.0: reg 0x14: [mem 0xfdcff000-0xfdcff0ff]
[    0.172273] pci 0000:01:0b.0: reg 0x30: [mem 0xfdcc0000-0xfdcdffff pref]
[    0.172332] pci 0000:01:0b.0: supports D1 D2
[    0.172344] pci 0000:01:0b.0: PME# supported from D1 D2 D3hot D3cold
[    0.172590] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
[    0.172610] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    0.172626] pci 0000:00:1e.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.172647] pci 0000:00:1e.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.172661] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.172674] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.172687] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.172700] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.172719] pci 0000:00:1e.0:   bridge window [mem 0x3f700000-0xfebfffff] (subtractive decode)
[    0.176728] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[    0.177361] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.177982] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.178611] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.179249] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.179864] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.180492] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.181136] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.182096] ACPI: Enabled 1 GPEs in block 00 to 1F
[    0.182140] ACPI: \_SB_.PCI0: notify handler is installed
[    0.182328] Found 1 acpi root devices
[    0.182622] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.182622] vgaarb: loaded
[    0.182622] vgaarb: bridge control possible 0000:00:02.0
[    0.183377] SCSI subsystem initialized
[    0.183391] ACPI: bus type ATA registered
[    0.183682] libata version 3.00 loaded.
[    0.183717] ACPI: bus type USB registered
[    0.183859] usbcore: registered new interface driver usbfs
[    0.183934] usbcore: registered new interface driver hub
[    0.184067] usbcore: registered new device driver usb
[    0.184333] PCI: Using ACPI for IRQ routing
[    0.196645] PCI: pci_cache_line_size set to 64 bytes
[    0.196750] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.196764] e820: reserve RAM buffer [mem 0x3f6e0000-0x3fffffff]
[    0.197311] NetLabel: Initializing
[    0.197322] NetLabel:  domain hash size = 128
[    0.197328] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.197382] NetLabel:  unlabeled traffic allowed by default
[    0.197932] hpet clockevent registered
[    0.197948] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.197963] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.197985] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.200091] Switched to clocksource hpet
[    0.212464] AppArmor: AppArmor Filesystem Enabled
[    0.212591] pnp: PnP ACPI init
[    0.212662] ACPI: bus type PNP registered
[    0.213691] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.213711] system 00:00: [io  0x0800-0x087f] has been reserved
[    0.213727] system 00:00: [io  0x0880-0x088f] has been reserved
[    0.213746] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.213848] pnp 00:01: [dma 4]
[    0.213976] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.214245] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.214436] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.214637] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.216416] ACPI: IRQ 4 override to edge, high
[    0.216704] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.218056] ACPI: IRQ 3 override to edge, high
[    0.218335] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.220135] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.221280] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.221617] system 00:09: [io  0x0400-0x04bf] could not be reserved
[    0.221638] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.221920] pnp 00:0a: Plug and Play ACPI device, IDs INT0800 (active)
[    0.223905] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
[    0.223925] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.224947] system 00:0c: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.224967] system 00:0c: [mem 0x3f6e0000-0x3f6fffff] could not be reserved
[    0.224983] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.224999] system 00:0c: [mem 0x00100000-0x3f6dffff] could not be reserved
[    0.225045] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.225062] system 00:0c: [mem 0xfed13000-0xfed1dfff] has been reserved
[    0.225077] system 00:0c: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.225092] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.225107] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved
[    0.225122] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved
[    0.225136] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved
[    0.225154] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.225223] pnp: PnP ACPI: found 13 devices
[    0.225232] ACPI: bus type PNP unregistered
[    0.273568] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.273589] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    0.273609] pci 0000:00:1e.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.273627] pci 0000:00:1e.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.273667] pci 0000:00:1e.0: setting latency timer to 64
[    0.273683] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.273696] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.273709] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.273721] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[    0.273734] pci_bus 0000:00: resource 8 [mem 0x3f700000-0xfebfffff]
[    0.273748] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.273760] pci_bus 0000:01: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    0.273773] pci_bus 0000:01: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.273786] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
[    0.273798] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
[    0.273811] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[    0.273823] pci_bus 0000:01: resource 7 [mem 0x000c0000-0x000dffff]
[    0.273836] pci_bus 0000:01: resource 8 [mem 0x3f700000-0xfebfffff]
[    0.274089] NET: Registered protocol family 2
[    0.274879] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.275048] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.275166] TCP: Hash tables configured (established 8192 bind 8192)
[    0.275345] TCP: reno registered
[    0.275362] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.275398] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.275739] NET: Registered protocol family 1
[    0.275807] pci 0000:00:02.0: Boot video device
[    0.279802] PCI: CLS 64 bytes, default 64
[    0.280103] Unpacking initramfs...
[    1.547749] Freeing initrd memory: 21728K (f5580000 - f6ab8000)
[    1.549316] microcode: CPU0 sig=0x106c2, pf=0x4, revision=0x212
[    1.549353] microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x212
[    1.549540] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.549552] Scanning for low memory corruption every 60 seconds
[    1.550873] audit: initializing netlink socket (disabled)
[    1.550925] type=2000 audit(1382918732.549:1): initialized
[    1.641087] bounce pool size: 64 pages
[    1.641163] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.642000] zbud: loaded
[    1.642441] VFS: Disk quotas dquot_6.5.2
[    1.642568] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.643446] msgmni has been set to 1709
[    1.644623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.644800] io scheduler noop registered
[    1.644815] io scheduler deadline registered
[    1.644882] io scheduler cfq registered (default)
[    1.645388] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.645494] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.645960] intel_idle: MWAIT substates: 0x20220
[    1.645987] intel_idle: v0.4 model 0x1C
[    1.645997] intel_idle: lapic_timer_reliable_states 0x2
[    1.646036] tsc: Marking TSC unstable due to TSC halts in idle states deeper than C2
[    1.646178] GHES: HEST is not enabled!
[    1.646424] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    1.667397] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.688532] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.691448] Non-volatile memory driver v1.3
[    1.691460] Linux agpgart interface v0.103
[    1.691837] agpgart-intel 0000:00:00.0: Intel 945GME Chipset
[    1.692109] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[    1.692335] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.692745] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.693504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.693514] ehci-pci: EHCI PCI platform driver
[    1.694068] ehci-pci 0000:00:1d.7: setting latency timer to 64
[    1.694098] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.694130] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.694171] ehci-pci 0000:00:1d.7: debug port 1
[    1.698129] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.698221] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfdfff000
[    1.704064] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.704197] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.704212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.704223] usb usb1: Product: EHCI Host Controller
[    1.704235] usb usb1: Manufacturer: Linux 3.11.6-4-desktop ehci_hcd
[    1.704246] usb usb1: SerialNumber: 0000:00:1d.7
[    1.704841] hub 1-0:1.0: USB hub found
[    1.704868] hub 1-0:1.0: 8 ports detected
[    1.705775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.705786] uhci_hcd: USB Universal Host Controller Interface driver
[    1.706354] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.706371] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.706401] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.706469] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fe00
[    1.706644] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.706659] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.706670] usb usb2: Product: UHCI Host Controller
[    1.706682] usb usb2: Manufacturer: Linux 3.11.6-4-desktop uhci_hcd
[    1.706693] usb usb2: SerialNumber: 0000:00:1d.0
[    1.707328] hub 2-0:1.0: USB hub found
[    1.707354] hub 2-0:1.0: 2 ports detected
[    1.708238] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.708255] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.708285] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.708405] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fd00
[    1.708573] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.708587] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.708598] usb usb3: Product: UHCI Host Controller
[    1.708610] usb usb3: Manufacturer: Linux 3.11.6-4-desktop uhci_hcd
[    1.708621] usb usb3: SerialNumber: 0000:00:1d.1
[    1.709234] hub 3-0:1.0: USB hub found
[    1.709260] hub 3-0:1.0: 2 ports detected
[    1.710119] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.710137] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.710174] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.710296] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fc00
[    1.710466] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.710480] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.710492] usb usb4: Product: UHCI Host Controller
[    1.710503] usb usb4: Manufacturer: Linux 3.11.6-4-desktop uhci_hcd
[    1.710514] usb usb4: SerialNumber: 0000:00:1d.2
[    1.711143] hub 4-0:1.0: USB hub found
[    1.711170] hub 4-0:1.0: 2 ports detected
[    1.711978] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.711995] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.712066] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.712194] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fb00
[    1.712361] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.712375] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.712387] usb usb5: Product: UHCI Host Controller
[    1.712398] usb usb5: Manufacturer: Linux 3.11.6-4-desktop uhci_hcd
[    1.712409] usb usb5: SerialNumber: 0000:00:1d.3
[    1.712994] hub 5-0:1.0: USB hub found
[    1.713055] hub 5-0:1.0: 2 ports detected
[    1.713722] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.713732] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.714789] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.715423] mousedev: PS/2 mouse device common for all mice
[    1.715981] rtc_cmos 00:02: RTC can wake from S4
[    1.716476] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.716549] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
[    1.716815] cpuidle: using governor ladder
[    1.717129] cpuidle: using governor menu
[    1.717144] ledtrig-cpu: registered to indicate activity on CPUs
[    1.717232] hidraw: raw HID events driver (C) Jiri Kosina
[    1.717816] usbcore: registered new interface driver usbhid
[    1.717825] usbhid: USB HID core driver
[    1.718283] TCP: cubic registered
[    1.718506] NET: Registered protocol family 10
[    1.719415] Key type dns_resolver registered
[    1.720468] Using IPI No-Shortcut mode
[    1.721159] PM: Checking hibernation image partition /dev/disk/by-id/ata-SQF-P10S2-4G_7DF707151A0900716999-part1
[    1.737240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.737519] PM: Hibernation image not present or could not be loaded.
[    1.737607] registered taskstats version 1
[    1.738943]   Magic number: 1:638:52
[    1.739193] rtc_cmos 00:02: setting system clock to 2013-10-28 00:05:33 UTC (1382918733)
[    1.740678] Freeing unused kernel memory: 588K (c0b38000 - c0bcb000)
[    1.740988] Write protecting the kernel text: 5304k
[    1.741276] Write protecting the kernel read-only data: 3736k
[    1.741289] NX-protecting the kernel data: 4936k
[    2.048176] ata_piix 0000:00:1f.2: version 2.13
[    2.048620] ata_piix 0000:00:1f.2: MAP [
[    2.048631]  P0 P2 IDE IDE ]
[    2.048796] ata_piix 0000:00:1f.2: setting latency timer to 64
[    2.050340] scsi0 : ata_piix
[    2.052400] scsi1 : ata_piix
[    2.054609] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[    2.054625] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[    2.219545] ata2.00: CFA: SQF-P10S2-4G, Ver2.A0K, max UDMA/100
[    2.219561] ata2.00: 7880544 sectors, multi 1: LBA 
[    2.219579] ata2.00: limited to UDMA/33 due to 40-wire cable
[    2.222387] ata2.00: configured for UDMA/33
[    2.222931] scsi 1:0:0:0: Direct-Access     ATA      SQF-P10S2-4G     Ver2 PQ: 0 ANSI: 5
[    2.223806] sd 1:0:0:0: [sda] 7880544 512-byte logical blocks: (4.03 GB/3.75 GiB)
[    2.224333] sd 1:0:0:0: [sda] Write Protect is off
[    2.224354] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.224553] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.228513]  sda: sda1 sda2
[    2.230192] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.261674] hp_sw: device handler registered
[    2.267111] usb 4-1: new low-speed USB device number 2 using uhci_hcd
[    2.270203] rdac: device handler registered
[    2.278991] alua: device handler registered
[    2.287339] emc: device handler registered
[    2.315402] systemd-udevd[108]: starting version 208
[    2.387407] ACPI: Requesting acpi_cpufreq
[    2.409782] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    2.412214] ACPI: Power Button [PWRB]
[    2.413935] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.419981] ACPI: Power Button [PWRF]
[    2.429483] usb 4-1: New USB device found, idVendor=046d, idProduct=c05b
[    2.429509] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.429527] usb 4-1: Product: USB Optical Mouse
[    2.429544] usb 4-1: Manufacturer: Logitech
[    2.435244] thermal LNXTHERM:00: registered as thermal_zone0
[    2.435283] ACPI: Thermal Zone [THRM] (40 C)
[    2.451961] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input3
[    2.452913] hid-generic 0003:046D:C05B.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.2-1/input0
[    2.468238] ACPI: Fan [FAN] (on)
[    2.518842] [drm] Initialized drm 1.1.0 20060810
[    2.575873] [drm:i915_dump_device_info], i915 device info: gen=3, pciid=0x27ae flags=is_mobile,is_i945gm,has_hotplug,cursor_needs_physical,has_overlay,overlay_needs_physical,supports_tv,
[    2.578133] [drm] Memory usable by graphics device = 256M
[    2.578153] [drm:i915_gem_gtt_init], GMADR size = 256M
[    2.578167] [drm:i915_gem_gtt_init], GTT stolen size = 8M
[    2.578203] i915 0000:00:02.0: setting latency timer to 64
[    2.578284] [drm:intel_detect_pch], No PCH found?
[    2.579262] [drm:intel_opregion_setup], graphic opregion physical addr: 0x0
[    2.579282] [drm:intel_opregion_setup], ACPI OpRegion not supported!
[    2.579358] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    2.579372] [drm] Driver supports precise vblank timestamp query.
[    2.579384] [drm:init_vbt_defaults], Set default to SSC at 100MHz
[    2.579984] [drm:parse_general_features], BDB_GENERAL_FEATURES int_tv_support 1 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 100 display_clock_mode 0 fdi_rx_polarity_inverted 0
[    2.580673] [drm:parse_general_definitions], crt_ddc_bus_pin: 2
[    2.580738] [drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[    2.580753] [drm:drm_mode_debug_printmodeline], Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    2.580794] [drm:parse_lfp_panel_data], VBT initial LVDS value 40000300
[    2.580834] [drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[    2.580847] [drm:drm_mode_debug_printmodeline], Modeline 0:"1680x1050" 0 146250 1680 1784 1960 2240 1050 1053 1059 1089 0x8 0xa
[    2.580875] [drm:parse_sdvo_device_mapping], the SDVO device with slave addr 70 is found on SDVOB port
[    2.580892] [drm:parse_sdvo_device_mapping], SDVO device: dvo=1, addr=70, wiring=1, ddc_pin=29, i2c_pin=29
[    2.581105] [drm:intel_modeset_init], 2 display pipes available.
[    2.581158] [drm:intel_crtc_init], swapping pipes & planes for FBC
[    2.581172] [drm:intel_modeset_init], pipe A sprite A init failed: -19
[    2.581230] [drm:intel_crtc_init], swapping pipes & planes for FBC
[    2.581246] [drm:intel_modeset_init], pipe B sprite B init failed: -19
[    2.581260] [drm:intel_shared_dpll_init], 0 shared PLLs initialized
[    2.581287] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.583093] [drm:gmbus_xfer], GMBUS [i915 gmbus panel] NAK for addr: 0050 r(1)
[    2.583120] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus panel
[    2.583135] [drm:intel_lvds_init], using mode from VBT: 
[    2.583149] [drm:drm_mode_debug_printmodeline], 
[    2.583173] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[    2.583192] [drm:intel_lvds_init], detected single-link lvds configuration
[    2.583444] [drm:intel_panel_get_backlight], get backlight PWM = 15625
[    2.583461] [drm:intel_panel_get_max_backlight], max backlight PWM = 15625
[    2.583898] [drm:intel_setup_outputs], probing SDVOB
[    2.583920] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus dpb. force bit now 1
[    2.719332] [drm:intel_sdvo_debug_write], SDVOB: W: 02                         (SDVO_CMD_GET_DEVICE_CAPS)
[    2.729712] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 41 01 01 01 5D 40 00
[    2.757492] [drm:intel_sdvo_get_capabilities], SDVO capabilities:
  vendor_id: 2
  device_id: 65
  device_rev_id: 1
  sdvo_version_major: 1
  sdvo_version_minor: 1
  sdvo_inputs_mask: 1
  smooth_scaling: 1
  sharp_scaling: 1
  up_scaling: 1
  down_scaling: 0
  stall_support: 1
  output_flags: 64
[    2.757780] [drm:intel_sdvo_debug_write], SDVOB: W: 84                         (SDVO_CMD_GET_SUPPORTED_ENHANCEMENTS)
[    2.761234] [drm:intel_sdvo_read_response], SDVOB: R: (Not supported)... failed
[    2.766768] [drm:intel_sdvo_create_enhance_property], No enhancement is supported
[    2.766790] [drm:intel_sdvo_debug_write], SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
[    2.771829] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    2.773797] [drm:intel_sdvo_debug_write], SDVOB: W: 1D                         (SDVO_CMD_GET_INPUT_PIXEL_CLOCK_RANGE)
[    2.777902] [drm:intel_sdvo_read_response], SDVOB: R: (Success) C4 09 20 4E
[    2.806246] [drm:intel_sdvo_init], SDVOB device VID/DID: 02:41.01, clock range 25MHz - 200MHz, input 1: Y, input 2: N, output 1: N, output 2: N
[    2.806273] [drm:intel_setup_outputs], probing SDVOC
[    2.806292] [drm:intel_gmbus_force_bit], enabling bit-banging on i915 gmbus dpb. force bit now 2
[    2.808069] [drm:intel_sdvo_read_byte], i2c transfer returned -6
[    2.808090] [drm:intel_sdvo_init], No SDVO device found on SDVOC
[    2.808264] [drm:intel_gmbus_force_bit], disabling bit-banging on i915 gmbus dpb. force bit now 1
[    2.810391] [drm:i915_gem_setup_global_gtt], clearing unused GTT space: [0, ffff000]
[    2.825722] [drm:i915_gem_context_init], Disabling HW Contexts; old hardware
[    2.828847] [drm] initialized overlay support
[    2.828880] [drm:intel_modeset_readout_hw_state], [CRTC:3] hw state readout: enabled
[    2.828899] [drm:intel_modeset_readout_hw_state], [CRTC:4] hw state readout: disabled
[    2.828919] [drm:intel_modeset_readout_hw_state], [ENCODER:6:LVDS-6] hw state readout: disabled, pipe=0
[    2.828939] [drm:intel_modeset_readout_hw_state], [ENCODER:10:DAC-10] hw state readout: enabled, pipe=0
[    2.828960] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    2.840131] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[    2.855631] [drm:intel_modeset_readout_hw_state], [ENCODER:11:LVDS-11] hw state readout: disabled, pipe=0
[    2.855654] [drm:intel_modeset_readout_hw_state], [ENCODER:14:TV-14] hw state readout: disabled, pipe=0
[    2.855675] [drm:intel_modeset_readout_hw_state], [CONNECTOR:5:LVDS-1] hw state readout: disabled
[    2.856843] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    2.863374] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[    2.878660] [drm:intel_modeset_readout_hw_state], [CONNECTOR:12:LVDS-2] hw state readout: disabled
[    2.878684] [drm:intel_modeset_readout_hw_state], [CONNECTOR:9:VGA-1] hw state readout: enabled
[    2.878704] [drm:intel_modeset_readout_hw_state], [CONNECTOR:13:SVIDEO-1] hw state readout: disabled
[    2.878728] [drm:intel_dump_pipe_config], [CRTC:3][setup_hw_state] config for pipe A
[    2.878744] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    2.878757] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    2.878771] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    2.878789] [drm:intel_dump_pipe_config], requested mode:
[    2.878802] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 640 0 0 0 480 0 0 0 0x0 0x0
[    2.878826] [drm:intel_dump_pipe_config], adjusted mode:
[    2.878838] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x5
[    2.878860] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    2.878876] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    2.878890] [drm:intel_dump_pipe_config], ips: 0
[    2.878908] [drm:intel_dump_pipe_config], [CRTC:4][setup_hw_state] config for pipe B
[    2.878923] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    2.878935] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    2.878949] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    2.878966] [drm:intel_dump_pipe_config], requested mode:
[    2.878979] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    2.879001] [drm:intel_dump_pipe_config], adjusted mode:
[    2.881340] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    2.881369] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    2.881387] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    2.881402] [drm:intel_dump_pipe_config], ips: 0
[    2.881427] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    2.883262] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[    2.891302] [drm:intel_connector_check_state], [CONNECTOR:9:VGA-1]
[    2.891326] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    2.891346] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[    2.891363] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[    2.891846] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    2.895770] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[    2.901087] [drm:check_encoder_state], [ENCODER:14:TV-14]
[    2.901111] [drm:check_crtc_state], [CRTC:3]
[    2.901141] [drm:check_crtc_state], [CRTC:4]
[    2.901189] [drm:drm_fb_helper_parse_command_line], cmdline mode for connector LVDS-1 1920x1080@60Hz
[    2.901214] [drm:drm_fb_helper_parse_command_line], cmdline mode for connector LVDS-2 1920x1080@60Hz
[    2.901237] [drm] forcing VGA-1 connector OFF
[    2.901251] [drm:drm_fb_helper_parse_command_line], cmdline mode for connector VGA-1 0x0@60Hz
[    2.901274] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    2.944931] [drm] Got built-in EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-1"
[    2.944984] [drm:drm_mode_debug_printmodeline], Modeline 29:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    2.945088] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode 29
[    2.945114] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:LVDS-2]
[    2.945132] [drm:intel_sdvo_debug_write], SDVOB: W: 0B                         (SDVO_CMD_GET_ATTACHED_DISPLAYS)
[    2.946906] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    2.950223] [drm:intel_sdvo_detect], SDVO response 64 0 [40]
[    2.950243] [drm:intel_sdvo_debug_write], SDVOB: W: 7A 02                      (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
[    2.952968] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter SDVO DDC proxy
[    3.003066] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[    3.011036] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.013458] [drm] Got built-in EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-2"
[    3.013514] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:LVDS-2] probed modes :
[    3.013534] [drm:drm_mode_debug_printmodeline], Modeline 30:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    3.013563] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1]
[    3.013578] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1] disconnected
[    3.013595] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:13:SVIDEO-1]
[    3.013614] [drm:intel_get_load_detect_pipe], [CONNECTOR:13:SVIDEO-1], [ENCODER:14:TV-14]
[    3.013633] [drm:intel_get_load_detect_pipe], creating tmp fb for load-detection
[    3.013680] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 2, prepare: 2, disable: 0
[    3.013710] [drm:connected_sink_compute_bpp], [CONNECTOR:13:SVIDEO-1] checking for sink bpp constrains
[    3.013727] [drm:intel_tv_compute_config], forcing bpc to 8 for TV
[    3.013740] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 24, dithering: 0
[    3.013755] [drm:intel_dump_pipe_config], [CRTC:4][modeset] config for pipe B
[    3.013769] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    3.013780] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    3.013794] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    3.013811] [drm:intel_dump_pipe_config], requested mode:
[    3.013823] [drm:drm_mode_debug_printmodeline], Modeline 0:"NTSC 480i" 0 107520 1280 1368 1496 1712 1024 1027 1034 1104 0x40 0x0
[    3.013847] [drm:intel_dump_pipe_config], adjusted mode:
[    3.013858] [drm:drm_mode_debug_printmodeline], Modeline 0:"NTSC 480i" 0 108000 1280 1368 1496 1712 1024 1027 1034 1104 0x40 0x0
[    3.013880] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    3.013896] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    3.013910] [drm:intel_dump_pipe_config], ips: 0
[    3.033653] [drm:i9xx_update_plane], Writing base 00020000 00000000 0 0 5120
[    3.033679] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    3.033691] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    3.033702] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[    3.033713] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[    3.033724] [drm:i9xx_update_wm], memory self refresh disabled
[    3.033737] [drm:intel_crtc_mode_set], [ENCODER:14:TV-14] set [MODE:0:NTSC 480i]
[    3.038833] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    3.038846] [drm:intel_calculate_wm], FIFO entries required for mode: 34
[    3.038855] [drm:intel_calculate_wm], FIFO watermark level: -8
[    3.038865] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    3.038875] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[    3.038885] [drm:i9xx_update_wm], self-refresh entries: 80
[    3.038894] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 47
[    3.038905] [drm:i9xx_update_wm], memory self refresh enabled
[    3.057106] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.058821] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[    3.061803] [drm:intel_connector_check_state], [CONNECTOR:9:VGA-1]
[    3.061817] [drm:intel_connector_check_state], [CONNECTOR:13:SVIDEO-1]
[    3.061830] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    3.061842] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[    3.061854] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[    3.061865] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.063562] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[    3.066510] [drm:check_encoder_state], [ENCODER:14:TV-14]
[    3.066522] [drm:check_crtc_state], [CRTC:3]
[    3.066542] [drm:check_crtc_state], [CRTC:4]
[    3.106079] [drm:intel_tv_detect_type], TV detected: 400c0017, 7f0000aa
[    3.106094] [drm:intel_tv_detect_type], Unrecognised TV connection
[    3.136082] [drm:intel_release_load_detect_pipe], [CONNECTOR:13:SVIDEO-1], [ENCODER:14:TV-14]
[    3.136100] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 0, prepare: 0, disable: 2
[    3.179095] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    3.179110] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    3.179122] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[    3.179131] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[    3.179143] [drm:i9xx_update_wm], memory self refresh disabled
[    3.179160] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.180854] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[    3.183800] [drm:intel_connector_check_state], [CONNECTOR:9:VGA-1]
[    3.183813] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    3.183825] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[    3.183836] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[    3.183848] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.185550] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 00 00
[    3.188510] [drm:check_encoder_state], [ENCODER:14:TV-14]
[    3.188522] [drm:check_crtc_state], [CRTC:3]
[    3.188539] [drm:check_crtc_state], [CRTC:4]
[    3.188777] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:13:SVIDEO-1] disconnected
[    3.188791] [drm:drm_setup_crtcs], 
[    3.188800] [drm:drm_enable_connectors], connector 5 enabled? yes
[    3.188809] [drm:drm_enable_connectors], connector 12 enabled? yes
[    3.188819] [drm:drm_enable_connectors], connector 9 enabled? no
[    3.188828] [drm:drm_enable_connectors], connector 13 enabled? no
[    3.188838] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    3.188856] [drm:drm_target_preferred], found mode 1920x1080
[    3.188864] [drm:drm_target_preferred], looking for cmdline mode on connector 12
[    3.188874] [drm:drm_target_preferred], found mode 1920x1080
[    3.188882] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
[    3.188898] [drm:drm_setup_crtcs], desired mode 1920x1080 set on crtc 4
[    3.188909] [drm:drm_setup_crtcs], desired mode 1920x1080 set on crtc 3
[    3.220461] [drm:intelfb_create], allocated 1920x1080 fb: 0x00020000, bo f6596c80
[    3.220863] fbcon: inteldrmfb (fb0) is primary device
[    3.222176] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[    3.222193] [drm:intel_set_config_compute_mode_changes], crtc has no fb, full mode set
[    3.222202] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[    3.222221] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    3.222241] [drm:drm_mode_debug_printmodeline], Modeline 33:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    3.222251] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[    3.222262] [drm:intel_modeset_stage_output_state], [CONNECTOR:9:VGA-1] to [NOCRTC]
[    3.222268] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[    3.222281] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.222289] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    3.222296] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    3.222309] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[    3.222329] [drm:connected_sink_compute_bpp], [CONNECTOR:12:LVDS-2] checking for sink bpp constrains
[    3.222337] [drm:intel_sdvo_compute_config], forcing bpc to 8 for SDVO
[    3.222346] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 24, dithering: 0
[    3.222354] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[    3.222359] [drm:intel_dump_pipe_config], cpu_transcoder: A
[    3.222365] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[    3.222374] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    3.222378] [drm:intel_dump_pipe_config], requested mode:
[    3.222392] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    3.222397] [drm:intel_dump_pipe_config], adjusted mode:
[    3.222410] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    3.222418] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[    3.222424] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    3.222429] [drm:intel_dump_pipe_config], ips: 0
[    3.232475] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    3.232484] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    3.232490] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[    3.232498] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[    3.232504] [drm:i9xx_update_wm], memory self refresh disabled
[    3.233253] [drm:i9xx_update_plane], Writing base 00020000 00000000 0 0 7680
[    3.233263] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    3.233271] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    3.233277] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 29
[    3.233284] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 29, C: 2, SR 1
[    3.233290] [drm:i9xx_update_wm], memory self refresh disabled
[    3.233300] [drm:intel_crtc_mode_set], [ENCODER:11:LVDS-11] set [MODE:0:1920x1080]
[    3.233322] [drm:intel_sdvo_debug_write], SDVOB: W: 07 40 00 00 00             (SDVO_CMD_SET_IN_OUT_MAP)
[    3.238745] [drm:intel_sdvo_read_response], SDVOB: R: (Not supported)... failed
[    3.238765] [drm:intel_sdvo_debug_write], SDVOB: W: 11 40 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
[    3.242792] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    3.242815] [drm:intel_sdvo_debug_write], SDVOB: W: 16 02 3A 80 18 71 38 2D 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
[    3.250969] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    3.250992] [drm:intel_sdvo_debug_write], SDVOB: W: 17 58 2C 45 00 1E 00 00 00 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART2)
[    3.259170] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    3.259188] [drm:intel_sdvo_debug_write], SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
[    3.262528] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    3.262547] [drm:intel_sdvo_debug_write], SDVOB: W: 9F 00                      (SDVO_CMD_SET_ENCODE)
[    3.265887] [drm:intel_sdvo_read_response], SDVOB: R: (Not supported)... failed
[    3.265910] [drm:intel_sdvo_debug_write], SDVOB: W: 14 02 3A 80 18 71 38 2D 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
[    3.274079] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    3.274101] [drm:intel_sdvo_debug_write], SDVOB: W: 15 58 2C 45 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
[    3.282286] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    3.282305] [drm:intel_sdvo_debug_write], SDVOB: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
[    3.285648] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    3.285663] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    3.285671] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    3.285677] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[    3.285683] [drm:intel_calculate_wm], FIFO watermark level: -18
[    3.285689] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 1
[    3.285696] [drm:i9xx_update_wm], self-refresh entries: 120
[    3.285703] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 1, C: 2, SR 7
[    3.285709] [drm:i9xx_update_wm], memory self refresh enabled
[    3.338088] [drm:intel_sdvo_debug_write], SDVOB: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
[    3.341720] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[    3.341739] [drm:intel_sdvo_debug_write], SDVOB: W: 05 40 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
[    3.345768] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[    3.345791] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.350397] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.350407] [drm:intel_connector_check_state], [CONNECTOR:12:LVDS-2]
[    3.350424] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.355038] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.355050] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    3.355058] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[    3.355066] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[    3.355083] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.359683] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.359691] [drm:check_encoder_state], [ENCODER:14:TV-14]
[    3.359699] [drm:check_crtc_state], [CRTC:3]
[    3.359723] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.364343] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.364362] [drm:intel_sdvo_debug_write], SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
[    3.374803] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 3A 80 18 71 38 2D 40
[    3.374821] [drm:intel_sdvo_debug_write], SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
[    3.385296] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 58 2C 45 00 1E 00 00 00
[    3.385314] [drm:intel_sdvo_debug_write], SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
[    3.388928] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[    3.388936] [drm:check_crtc_state], [CRTC:4]
[    3.388949] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[    3.388957] [drm:intel_set_config_compute_mode_changes], crtc has no fb, full mode set
[    3.388963] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[    3.388977] [drm:drm_mode_debug_printmodeline], Modeline 0:"NTSC 480i" 0 107520 1280 1368 1496 1712 1024 1027 1034 1104 0x40 0x0
[    3.388990] [drm:drm_mode_debug_printmodeline], Modeline 32:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[    3.388996] [drm:intel_modeset_stage_output_state], encoder changed, full mode switch
[    3.389029] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.389038] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.389043] [drm:intel_modeset_stage_output_state], crtc changed, full mode switch
[    3.389052] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 2, prepare: 2, disable: 0
[    3.389065] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[    3.389073] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[    3.389083] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[    3.389090] [drm:intel_dump_pipe_config], [CRTC:4][modeset] config for pipe B
[    3.389095] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    3.389101] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[    3.389109] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    3.389114] [drm:intel_dump_pipe_config], requested mode:
[    3.389127] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[    3.389132] [drm:intel_dump_pipe_config], adjusted mode:
[    3.389145] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x6
[    3.389154] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[    3.389160] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    3.389165] [drm:intel_dump_pipe_config], ips: 0
[    3.389904] [drm:i9xx_update_plane], Writing base 00020000 00000000 0 0 7680
[    3.389914] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    3.389922] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    3.389927] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[    3.389933] [drm:intel_calculate_wm], FIFO watermark level: -18
[    3.389939] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 1
[    3.389945] [drm:i9xx_update_wm], self-refresh entries: 120
[    3.389953] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 1, C: 2, SR 7
[    3.389959] [drm:i9xx_update_wm], memory self refresh enabled
[    3.389968] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:1920x1080]
[    3.389977] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[    3.389982] [drm:intel_calculate_wm], FIFO entries required for mode: 54
[    3.389988] [drm:intel_calculate_wm], FIFO watermark level: -28
[    3.389995] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[    3.390001] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[    3.390032] [drm:intel_calculate_wm], FIFO watermark level: -18
[    3.390039] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 1
[    3.390046] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 1, C: 2, SR 1
[    3.390052] [drm:i9xx_update_wm], memory self refresh disabled
[    3.410086] [drm:intel_panel_actually_set_backlight], set backlight PWM = 15625
[    3.410100] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[    3.410120] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.414720] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.414729] [drm:intel_connector_check_state], [CONNECTOR:12:LVDS-2]
[    3.414747] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.419368] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.419379] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[    3.419388] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[    3.419395] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[    3.419413] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.424074] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.424084] [drm:check_encoder_state], [ENCODER:14:TV-14]
[    3.424091] [drm:check_crtc_state], [CRTC:3]
[    3.424114] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[    3.428719] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.428737] [drm:intel_sdvo_debug_write], SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
[    3.439205] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 3A 80 18 71 38 2D 40
[    3.439223] [drm:intel_sdvo_debug_write], SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
[    3.449670] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 58 2C 45 00 1E 00 00 00
[    3.449688] [drm:intel_sdvo_debug_write], SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
[    3.453339] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[    3.453348] [drm:check_crtc_state], [CRTC:4]
[    3.453365] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 4, found 0)
[    3.453368] ------------[ cut here ]------------
[    3.453470] WARNING: CPU: 1 PID: 124 at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.11.6/linux-3.11/drivers/gpu/drm/i915/intel_display.c:8292 check_crtc_state+0x588/0xb10 [i915]()
[    3.453473] pipe state doesn't match!
[    3.453510] Modules linked in: i915(+) drm_kms_helper drm i2c_algo_bit video fan thermal button processor thermal_sys scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh_hp_sw scsi_dh ata_generic ata_piix
[    3.453521] CPU: 1 PID: 124 Comm: udevd Not tainted 3.11.6-4-desktop #1
[    3.453524] Hardware name: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG 10/20/2009
[    3.453545]  00000009 c071feab f6529678 c024394e f7d44887 f6529690 0000007c f7d3bd5c
[    3.453561]  00002064 f7cf6918 f7cf6918 f6493000 f649364c 00000004 f64d4ac8 c02439a3
[    3.453578]  00000009 f6529678 f7d44887 f6529690 f7cf6918 f7d3bd5c 00002064 f7d44887
[    3.453581] Call Trace:
[    3.453613]  [<c0205139>] try_stack_unwind+0x179/0x190
[    3.453639]  [<c0203f17>] dump_trace+0x47/0xf0
[    3.453656]  [<c020518f>] show_trace_log_lvl+0x3f/0x50
[    3.453671]  [<c0204010>] show_stack_log_lvl+0x50/0xd0
[    3.453685]  [<c02051df>] show_stack+0x1f/0x40
[    3.453702]  [<c071feab>] dump_stack+0x48/0x76
[    3.453719]  [<c024394e>] warn_slowpath_common+0x7e/0xa0
[    3.453735]  [<c02439a3>] warn_slowpath_fmt+0x33/0x40
[    3.453830]  [<f7cf6918>] check_crtc_state+0x588/0xb10 [i915]
[    3.454211]  [<f7d00d14>] intel_modeset_check_state+0x294/0x770 [i915]
[    3.454579]  [<f7d0125a>] intel_set_mode+0x2a/0x40 [i915]
[    3.454947]  [<f7d01a60>] intel_crtc_set_config+0x700/0x8f0 [i915]
[    3.455310]  [<f7bcfbd3>] drm_mode_set_config_internal+0x43/0xb0 [drm]
[    3.455468]  [<f7b241d5>] drm_fb_helper_set_par+0x45/0xb0 [drm_kms_helper]
[    3.455495]  [<c04d4012>] fbcon_init+0x482/0x4d0
[    3.455517]  [<c05395f6>] visual_init+0x96/0xf0
[    3.455533]  [<c053b8c4>] do_bind_con_driver+0x104/0x2d0
[    3.455552]  [<c053bf66>] do_take_over_console+0xf6/0x190
[    3.455569]  [<c04cfc57>] do_fbcon_takeover+0x57/0xc0
[    3.455586]  [<c07291c6>] notifier_call_chain+0x46/0x60
[    3.455605]  [<c0265687>] __blocking_notifier_call_chain+0x37/0x50
[    3.455622]  [<c02656b7>] blocking_notifier_call_chain+0x17/0x20
[    3.455637]  [<c04c7c50>] register_framebuffer+0x1b0/0x2d0
[    3.455660]  [<f7b23ee5>] drm_fb_helper_initial_config+0x2e5/0x490 [drm_kms_helper]
[    3.455752]  [<f7cd4efb>] i915_driver_load+0xe8b/0xeb0 [i915]
[    3.455833]  [<f7bcc1b9>] drm_get_pci_dev+0x129/0x230 [drm]
[    3.455936]  [<c04ac285>] local_pci_probe+0x25/0x50
[    3.455952]  [<c04ad2cf>] pci_device_probe+0xcf/0xe0
[    3.455976]  [<c0560914>] driver_probe_device+0x74/0x360
[    3.455993]  [<c0560ca1>] __driver_attach+0x71/0x80
[    3.456043]  [<c055ee8f>] bus_for_each_dev+0x3f/0x70
[    3.456060]  [<c0560436>] driver_attach+0x16/0x20
[    3.456074]  [<c056007f>] bus_add_driver+0x1bf/0x280
[    3.456097]  [<c05611f3>] driver_register+0x63/0x120
[    3.456113]  [<c020042a>] do_one_initcall+0xca/0x190
[    3.456133]  [<c02a4c27>] load_module+0x1d57/0x23f0
[    3.456152]  [<c02a5425>] SyS_finit_module+0x75/0xc0
[    3.456170]  [<c072c1fd>] sysenter_do_call+0x12/0x28
[    3.456189]  [<b772c424>] 0xb772c423
[    3.456195] ---[ end trace 8cd964eb9a00f296 ]---
[    3.456205] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[    3.456210] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    3.456216] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[    3.456225] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    3.456230] [drm:intel_dump_pipe_config], requested mode:
[    3.456243] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 1920 0 0 0 1080 0 0 0 0x0 0x0
[    3.456248] [drm:intel_dump_pipe_config], adjusted mode:
[    3.456259] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[    3.456268] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe000e000, lvds border: 0x00008000
[    3.456274] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    3.456279] [drm:intel_dump_pipe_config], ips: 0
[    3.456286] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[    3.456291] [drm:intel_dump_pipe_config], cpu_transcoder: B
[    3.456296] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[    3.456305] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[    3.456310] [drm:intel_dump_pipe_config], requested mode:
[    3.456323] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[    3.456328] [drm:intel_dump_pipe_config], adjusted mode:
[    3.456341] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x6
[    3.456349] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[    3.456355] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[    3.456360] [drm:intel_dump_pipe_config], ips: 0
[    3.456495] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[    3.456510] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.456519] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.456529] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[    3.456539] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.456547] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.513556] Console: switching to colour frame buffer device 240x67
[    3.513583] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[    3.513598] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.513606] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.513617] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[    3.513627] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.513635] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.571299] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.571310] i915 0000:00:02.0: registered panic notifier
[    3.571336] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    3.594824] microcode: CPU0 sig=0x106c2, pf=0x4, revision=0x212
[    3.595011] microcode: CPU0 updated to revision 0x218, date = 2009-04-10
[    3.605083] microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x212
[    3.606071] microcode: CPU1 updated to revision 0x218, date = 2009-04-10
[    3.675666] [drm:i915_driver_open], 
[    3.675752] [drm:intel_crtc_cursor_set], cursor off
[    3.675766] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[    3.675789] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.675801] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.675814] [drm:intel_crtc_cursor_set], cursor off
[    3.675823] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[    3.675838] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.675849] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.675906] [drm:i915_driver_open], 
[    3.675953] [drm:intel_crtc_cursor_set], cursor off
[    3.675963] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[    3.675979] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.675990] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.676002] [drm:intel_crtc_cursor_set], cursor off
[    3.676052] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[    3.676069] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[    3.676080] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[    3.676134] [drm:i915_driver_open], 
[    3.677700] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[4] ENCODERS[4]
[    3.677750] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[4] ENCODERS[4]
[    3.677809] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.677831] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    3.681385] [drm] Got built-in EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-1"
[    3.681442] [drm:drm_mode_debug_printmodeline], Modeline 31:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[    3.681472] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode -3
[    3.681489] [drm:drm_mode_debug_printmodeline], Modeline 35:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    3.681514] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode 29
[    3.681554] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[    3.681572] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[    3.685296] [drm] Got built-in EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-1"
[    3.685353] [drm:drm_mode_debug_printmodeline], Modeline 31:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    3.685381] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode 29
[    3.685438] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[    3.685458] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:LVDS-2]
[    3.685477] [drm:intel_sdvo_debug_write], SDVOB: W: 0B                         (SDVO_CMD_GET_ATTACHED_DISPLAYS)
[    3.687306] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[    3.690448] [drm:intel_sdvo_detect], SDVO response 64 0 [40]
[    3.690466] [drm:intel_sdvo_debug_write], SDVOB: W: 7A 02                      (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
[    3.693174] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter SDVO DDC proxy
[    3.701035] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[    3.703342] [drm] Got built-in EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-2"
[    3.703402] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:LVDS-2] probed modes :
[    3.703420] [drm:drm_mode_debug_printmodeline], Modeline 30:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    3.703475] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[    3.741079] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[    3.741105] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1]
[    3.741118] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1] disconnected
[    3.741141] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[    3.741152] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1]
[    3.741162] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1] disconnected
[    3.741192] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[    3.741205] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:13:SVIDEO-1]
[    3.741219] [drm:intel_get_load_detect_pipe], [CONNECTOR:13:SVIDEO-1], [ENCODER:14:TV-14]
[    3.741232] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[    3.743688] [drm] Got built-in EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "SVIDEO-1"
[    3.743748] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:13:SVIDEO-1] probed modes :
[    3.743767] [drm:drm_mode_debug_printmodeline], Modeline 35:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[    3.743823] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[    3.743919] [drm:drm_mode_addfb], [FB:36]
[   11.611689] [drm:drm_mode_addfb], [FB:36]
[   11.611860] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   11.611878] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   11.611887] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   11.611898] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   11.611909] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   11.611917] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   11.868267] PM: Marking nosave pages: [mem 0x0009f000-0x000fffff]
[   11.868294] PM: Basic memory bitmaps created
[   11.942228] PM: Basic memory bitmaps freed
[   11.997598] PM: Starting manual resume from disk
[   11.997622] PM: Hibernation image partition 8:1 present
[   11.997633] PM: Looking for hibernation image.
[   11.998395] PM: Image not found (code -22)
[   11.998412] PM: Hibernation image not present or could not be loaded.
[   12.076759] [drm:drm_mode_setcrtc], [CRTC:3]
[   12.076795] [drm:drm_mode_setcrtc], [CONNECTOR:12:LVDS-2]
[   12.076814] [drm:intel_crtc_set_config], [CRTC:3] [FB:36] #connectors=1 (x y) (0 0)
[   12.076842] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   12.076859] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   12.117997] [drm:i9xx_update_plane], Writing base 00810000 00000000 0 0 7680
[   12.147699] [drm:drm_mode_setcrtc], [CRTC:3]
[   12.147735] [drm:drm_mode_setcrtc], [CONNECTOR:12:LVDS-2]
[   12.147753] [drm:intel_crtc_set_config], [CRTC:3] [FB:36] #connectors=1 (x y) (0 0)
[   12.147783] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   12.147801] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   12.191329] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[   12.348528] EXT4-fs (sda2): re-mounted. Opts: acl,user_xattr
[   13.004693] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[   13.106263] systemd[1]: Inserted module 'autofs4'
[   13.111170] systemd[1]: Set hostname to <linux-9375>.
[   13.345539] device-mapper: uevent: version 1.0.3
[   13.345891] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com
[   13.357150] LVM: Activation generator successfully completed.
[   13.689932] systemd[1]: Starting Collect Read-Ahead Data...
[   13.704587] systemd[1]: Starting Replay Read-Ahead Data...
[   13.707833] systemd[1]: Starting Syslog Socket.
[   13.708670] systemd[1]: Listening on Syslog Socket.
[   13.708877] systemd[1]: Starting Remote File Systems (Pre).
[   13.709540] systemd[1]: Reached target Remote File Systems (Pre).
[   13.709695] systemd[1]: Starting Remote File Systems.
[   13.710183] systemd[1]: Reached target Remote File Systems.
[   13.711640] systemd[1]: Starting Delayed Shutdown Socket.
[   13.712374] systemd[1]: Listening on Delayed Shutdown Socket.
[   13.712501] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[   13.713240] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   13.723438] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[   13.728528] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   13.728726] systemd[1]: Starting Journal Socket.
[   13.729628] systemd[1]: Listening on Journal Socket.
[   13.729820] systemd[1]: Starting LSB: Set default boot entry if called...
[   13.732715] systemd-readahead[235]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
[   13.733383] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   13.736624] systemd[1]: Mounting POSIX Message Queue File System...
[   13.740716] systemd[1]: Mounting Huge Pages File System...
[   13.749721] systemd[1]: Starting Create dynamic rule for /dev/root link...
[   13.756131] systemd[1]: Starting Journal Service...
[   13.764376] systemd[1]: Started Journal Service.
[   13.976356] systemd-journald[241]: Vacuuming done, freed 0 bytes
[   14.761460] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   14.845244] systemd-udevd[273]: starting version 208
[   15.193903] EXT4-fs (sda2): re-mounted. Opts: acl,user_xattr
[   15.874804] parport_pc 00:07: reported by Plug and Play ACPI
[   15.874852] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[   16.002168] intel_rng: Firmware space is locked read-only. If you can't or
intel_rng: don't want to disable this in firmware setup, and if
intel_rng: you are certain that your system has a functional
intel_rng: RNG, try using the 'no_fwh_detect' option.
[   16.010308] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \PM2S 1 (20130517/utaddress-251)
[   16.010330] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.010339] ACPI Warning: 0x000004b0-0x000004bf SystemIO conflicts with Region \GPO2 1 (20130517/utaddress-251)
[   16.010352] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.010359] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPO_ 1 (20130517/utaddress-251)
[   16.010371] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.010376] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   16.012617] leds_ss4200: no LED devices found
[   16.031793] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   16.048354] r8169 0000:01:0b.0 (unregistered net_device): not PCI Express
[   16.068268] r8169 0000:01:0b.0 eth0: RTL8169sc/8110sc at 0xf7a32000, 00:0b:ab:31:de:87, XID 18000000 IRQ 16
[   16.068282] r8169 0000:01:0b.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[   16.077895] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[   16.108662] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   16.458673] snd_hda_intel 0000:00:1b.0: irq 40 for MSI/MSI-X
[   16.478568] ppdev: user-space parallel port driver
[   16.498792] hda_codec: ALC888: SKU not ready 0x00000100
[   16.500446] ALSA hda_auto_parser.c:393 autoconfig: line_outs=4 (0x14/0x16/0x15/0x17/0x0) type:line
[   16.500462] ALSA hda_auto_parser.c:397    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   16.500471] ALSA hda_auto_parser.c:401    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   16.500478] ALSA hda_auto_parser.c:402    mono: mono_out=0x0
[   16.500485] ALSA hda_auto_parser.c:405    dig-out=0x1e/0x0
[   16.500491] ALSA hda_auto_parser.c:406    inputs:
[   16.500501] ALSA hda_auto_parser.c:410      Rear Mic=0x18
[   16.500510] ALSA hda_auto_parser.c:410      Front Mic=0x19
[   16.500518] ALSA hda_auto_parser.c:410      Line=0x1a
[   16.500525] ALSA hda_auto_parser.c:410      CD=0x1c
[   16.500532] ALSA hda_auto_parser.c:413    dig-in=0x1f
[   16.500541] ALSA patch_realtek.c:490 realtek: No valid SSID, checking pincfg 0x00000100 for NID 0x1d
[   16.500548] ALSA patch_realtek.c:573 realtek: Enable default setup for auto mode as fallback
[   16.504753] iTCO_vendor_support: vendor-support=0
[   16.505815] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[   16.505893] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0460)
[   16.509363] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   16.512787] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input5
[   16.536361] systemd-udevd[283]: renamed network interface eth0 to enp1s11
[   16.580116] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   16.580956] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   16.582371] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   16.583736] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   16.584429] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   16.584938] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   16.586204] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   16.586954] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   17.073423] Adding 513020k swap on /dev/sda1.  Priority:-1 extents:1 across:513020k FS
[   17.223751] systemd-journald[241]: Received request to flush runtime journal from PID 1
[   17.332721] type=1400 audit(1382918749.092:2): apparmor="STATUS" operation="profile_load" name="/{usr/,}bin/ping" pid=408 comm="apparmor_parser"
[   17.384319] type=1400 audit(1382918749.144:3): apparmor="STATUS" operation="profile_load" name="/sbin/klogd" pid=416 comm="apparmor_parser"
[   17.411855] type=1400 audit(1382918749.171:4): apparmor="STATUS" operation="profile_load" name="/sbin/syslog-ng" pid=420 comm="apparmor_parser"
[   17.438244] type=1400 audit(1382918749.198:5): apparmor="STATUS" operation="profile_load" name="/sbin/syslogd" pid=424 comm="apparmor_parser"
[   17.479691] type=1400 audit(1382918749.239:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2" pid=429 comm="apparmor_parser"
[   17.481562] type=1400 audit(1382918749.241:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//DEFAULT_URI" pid=429 comm="apparmor_parser"
[   17.483422] type=1400 audit(1382918749.243:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//HANDLING_UNTRUSTED_INPUT" pid=429 comm="apparmor_parser"
[   17.484907] type=1400 audit(1382918749.244:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//phpsysinfo" pid=429 comm="apparmor_parser"
[   17.512169] type=1400 audit(1382918749.272:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/dovecot/deliver" pid=433 comm="apparmor_parser"
[   17.540234] type=1400 audit(1382918749.300:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/dovecot/dovecot-auth" pid=437 comm="apparmor_parser"
[   23.781855] [drm:i915_irq_handler], pipe B underrun
[   23.781926] r8169 0000:01:0b.0 enp1s11: link down
[   23.781946] r8169 0000:01:0b.0 enp1s11: link down
[   23.782097] IPv6: ADDRCONF(NETDEV_UP): enp1s11: link is not ready
[   25.510510] [drm:i915_irq_handler], pipe B underrun
[   25.511474] r8169 0000:01:0b.0 enp1s11: link up
[   25.511496] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s11: link becomes ready
[   25.513413] [drm:i915_irq_handler], pipe B underrun
[   25.797951] [drm:i915_irq_handler], pipe B underrun
[   25.906194] [drm:i915_irq_handler], pipe B underrun
[   25.922004] [drm:i915_irq_handler], pipe B underrun
[   25.961007] [drm:i915_irq_handler], pipe B underrun
/* ----- removed 750 lines ----- */
[   50.029573] [drm:i915_irq_handler], pipe B underrun
[   50.034316] [drm:i915_irq_handler], pipe B underrun
[   50.039037] [drm:i915_irq_handler], pipe B underrun
[   50.040122] [drm:i915_irq_handler], pipe B underrun
[   50.045618] [drm:i915_irq_handler], pipe B underrun
[   50.049583] [drm:i915_irq_handler], pipe B underrun
[   50.060991] [drm:i915_irq_handler], pipe B underrun
[   50.066320] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   50.066335] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.066342] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.066359] [drm:i9xx_update_plane], Writing base 00020000 00000000 0 0 7680
[   50.075117] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   50.075133] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.075139] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.075151] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   50.075161] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.075169] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.075178] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   50.075187] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.075194] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.075229] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   50.075238] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.075245] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.075253] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   50.075262] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.075269] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.075869] [drm:i915_irq_handler], pipe B underrun
[   50.089177] [drm:i915_irq_handler], pipe B underrun
[   50.090385] [drm:i915_irq_handler], pipe B underrun
[   50.090427] [drm:i915_irq_handler], pipe B underrun
[   50.093637] [drm:i915_irq_handler], pipe B underrun
[   50.101575] [drm:i915_irq_handler], pipe B underrun
[   50.108781] [drm:i915_irq_handler], pipe B underrun
[   50.125603] [drm:i915_irq_handler], pipe B underrun
[   50.126196] [drm:i915_irq_handler], pipe B underrun
[   50.136517] [drm:intel_crtc_cursor_set], cursor off
[   50.136531] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   50.136553] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.136562] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.136572] [drm:intel_crtc_cursor_set], cursor off
[   50.136579] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   50.136592] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.136600] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.136744] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   50.136754] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.136760] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.136767] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   50.136773] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.136778] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.163360] [drm:i915_irq_handler], pipe B underrun
[   50.193664] [drm:i915_irq_handler], pipe B underrun
[   50.212076] [drm:i915_irq_handler], pipe B underrun
[   50.225642] [drm:i915_irq_handler], pipe B underrun
[   50.225849] [drm:i915_irq_handler], pipe B underrun
[   50.249612] [drm:i915_irq_handler], pipe B underrun
[   50.266811] [drm:i915_irq_handler], pipe B underrun
[   50.301632] [drm:i915_irq_handler], pipe B underrun
[   50.325631] [drm:i915_irq_handler], pipe B underrun
[   50.329236] [drm:i915_irq_handler], pipe B underrun
[   50.329652] [drm:i915_irq_handler], pipe B underrun
[   50.345608] [drm:i915_irq_handler], pipe B underrun
[   50.357604] [drm:i915_irq_handler], pipe B underrun
[   50.365922] [drm:i915_irq_handler], pipe B underrun
[   50.391995] [drm:i915_irq_handler], pipe B underrun
[   50.425641] [drm:i915_irq_handler], pipe B underrun
[   50.428086] [drm:i915_irq_handler], pipe B underrun
[   50.449597] [drm:i915_irq_handler], pipe B underrun
[   50.493668] [drm:i915_irq_handler], pipe B underrun
[   50.493873] [drm:i915_irq_handler], pipe B underrun
[   50.515857] [drm:i915_irq_handler], pipe B underrun
[   50.525633] [drm:i915_irq_handler], pipe B underrun
[   50.593650] [drm:i915_irq_handler], pipe B underrun
[   50.625622] [drm:i915_irq_handler], pipe B underrun
[   50.650245] [drm:i915_irq_handler], pipe B underrun
[   50.656498] [drm:i915_irq_handler], pipe B underrun
[   50.705077] [drm:i915_irq_handler], pipe B underrun
[   50.711800] [drm:i915_irq_handler], pipe B underrun
[   50.761697] [drm:i915_irq_handler], pipe B underrun
[   50.805683] [drm:i915_irq_handler], pipe B underrun
[   50.820789] [drm:i915_driver_open], 
[   50.820908] [drm:intel_crtc_cursor_set], cursor off
[   50.820919] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   50.820937] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.820947] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.820957] [drm:intel_crtc_cursor_set], cursor off
[   50.820964] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   50.820976] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.820985] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.825703] [drm:i915_irq_handler], pipe B underrun
[   50.841463] [drm:i915_irq_handler], pipe B underrun
[   50.843998] [drm:i915_irq_handler], pipe B underrun
[   50.844128] [drm:i915_irq_handler], pipe B underrun
[   50.844226] [drm:i915_irq_handler], pipe B underrun
[   50.867109] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   50.867126] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.867132] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.867140] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   50.867148] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   50.867154] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   50.869675] [drm:i915_irq_handler], pipe B underrun
[   50.914833] [drm:i915_driver_open], 
[   50.914874] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[4] ENCODERS[4]
[   50.915717] [drm:i915_irq_handler], pipe B underrun
[   50.918400] [drm:drm_mode_addfb], [FB:36]
[   50.918666] [drm:drm_mode_addfb], [FB:36]
[   50.921695] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[4] ENCODERS[4]
[   50.921719] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[4] ENCODERS[4]
[   50.921854] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   50.921873] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   50.923110] [drm:intel_panel_get_backlight], get backlight PWM = 15625
[   50.923256] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[   50.923279] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[   50.925276] [drm:intel_panel_get_backlight], get backlight PWM = 15625
[   50.925415] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[   50.925439] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[   50.925536] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[   50.925554] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[   50.925989] [drm:drm_mode_getconnector], [CONNECTOR:5:?]
[   50.927084] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[   50.927624] [drm:i915_irq_handler], pipe B underrun
[   50.933514] [drm] Got external EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-1"
[   50.933567] [drm:drm_mode_debug_printmodeline], Modeline 36:"1920x1080" 60 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x48 0x5
[   50.933584] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode 29
[   50.940099] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[   50.940118] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:LVDS-2]
[   50.940129] [drm:intel_sdvo_debug_write], SDVOB: W: 0B                         (SDVO_CMD_GET_ATTACHED_DISPLAYS)
[   50.941775] [drm:i915_irq_handler], pipe B underrun
[   50.943640] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40
[   50.945791] [drm:i915_irq_handler], 
[   50.945802] pipe B underrun
[   50.947200]  00
[   50.947213] [drm:intel_sdvo_detect], SDVO response 64 0 [40]
[   50.947226] [drm:intel_sdvo_debug_write], SDVOB: W: 7A 02                      (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
[   50.951313] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter SDVO DDC proxy
[   50.959077] [drm:drm_do_probe_ddc_edid], drm: skipping non-existent adapter i915 gmbus vga
[   50.959398] [drm] Got external EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "LVDS-2"
[   50.959442] [drm:drm_mode_debug_printmodeline], Modeline 30:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   50.959455] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode -3
[   50.959465] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:LVDS-2] probed modes :
[   50.959474] [drm:drm_mode_debug_printmodeline], Modeline 36:"1920x1080" 60 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x48 0x5
[   50.959520] [drm:drm_mode_getconnector], [CONNECTOR:12:?]
[   50.964398] [drm:drm_mode_getconnector], [CONNECTOR:9:?]
[   50.964418] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1]
[   50.964427] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1] disconnected
[   50.964499] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[   50.964509] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:13:SVIDEO-1]
[   50.964520] [drm:intel_get_load_detect_pipe], [CONNECTOR:13:SVIDEO-1], [ENCODER:14:TV-14]
[   50.964529] [drm:intel_get_load_detect_pipe], no pipe available for load-detect
[   50.965739] [drm] Got external EDID base block and 0 extensions from "edid/1920x1080.bin" for connector "SVIDEO-1"
[   50.965783] [drm:drm_mode_debug_printmodeline], Modeline 35:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   50.965800] [drm:drm_mode_prune_invalid], Not using 1920x1080 mode -3
[   50.965813] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:13:SVIDEO-1] probed modes :
[   50.965822] [drm:drm_mode_debug_printmodeline], Modeline 31:"1920x1080" 60 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x48 0x5
[   50.965870] [drm:drm_mode_getconnector], [CONNECTOR:13:?]
[   50.992048] [drm:i915_irq_handler], pipe B underrun
[   51.067100] [drm:i915_irq_handler], pipe B underrun
[   51.086707] [drm:drm_mode_addfb], [FB:35]
[   51.086731] [drm:drm_mode_setcrtc], [CRTC:3]
[   51.086747] [drm:drm_mode_setcrtc], [CONNECTOR:12:LVDS-2]
[   51.086756] [drm:intel_crtc_set_config], [CRTC:3] [FB:35] #connectors=1 (x y) (0 0)
[   51.086770] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[   51.086777] [drm:drm_mode_debug_printmodeline], Modeline 33:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   51.086789] [drm:drm_mode_debug_printmodeline], Modeline 37:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   51.086803] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.086813] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.086822] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[   51.086836] [drm:connected_sink_compute_bpp], [CONNECTOR:12:LVDS-2] checking for sink bpp constrains
[   51.086844] [drm:intel_sdvo_compute_config], forcing bpc to 8 for SDVO
[   51.086851] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 24, dithering: 0
[   51.086859] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[   51.086866] [drm:intel_dump_pipe_config], cpu_transcoder: A
[   51.086872] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[   51.086878] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   51.086887] [drm:intel_dump_pipe_config], requested mode:
[   51.086892] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   51.086904] [drm:intel_dump_pipe_config], adjusted mode:
[   51.086909] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   51.086922] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[   51.086929] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   51.086936] [drm:intel_dump_pipe_config], ips: 0
[   51.086946] [drm:intel_sdvo_debug_write], SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
[   51.093804] [drm:i915_irq_handler], pipe B underrun
[   51.096240] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.124865] [drm:i915_irq_handler], pipe B underrun
[   51.128085] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   51.128099] [drm:intel_calculate_wm], FIFO entries required for mode: 54
[   51.128107] [drm:intel_calculate_wm], FIFO watermark level: -28
[   51.128113] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   51.128121] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[   51.128128] [drm:i9xx_update_wm], self-refresh entries: 120
[   51.128134] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 7
[   51.128143] [drm:i9xx_update_wm], memory self refresh enabled
[   51.128765] [drm:i9xx_update_plane], Writing base 01000000 00000000 0 0 8192
[   51.128778] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   51.128786] [drm:intel_calculate_wm], FIFO entries required for mode: 54
[   51.128792] [drm:intel_calculate_wm], FIFO watermark level: -28
[   51.128799] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   51.128806] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[   51.128813] [drm:i9xx_update_wm], self-refresh entries: 120
[   51.128819] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 7
[   51.128828] [drm:i9xx_update_wm], memory self refresh enabled
[   51.128837] [drm:intel_crtc_mode_set], [ENCODER:11:LVDS-11] set [MODE:0:]
[   51.128848] [drm:intel_sdvo_debug_write], SDVOB: W: 07 40 00 00 00             (SDVO_CMD_SET_IN_OUT_MAP)
[   51.137405] [drm:intel_sdvo_read_response], SDVOB: R: (Not supported)... failed
[   51.138383] [drm:intel_sdvo_debug_write], SDVOB: W: 11 40 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
[   51.142113] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.143133] [drm:intel_sdvo_debug_write], SDVOB: W: 16 02 3A 80 18 71 38 2D 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
[   51.151087] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.152065] [drm:intel_sdvo_debug_write], SDVOB: W: 17 37 58 35 00 1E 00 00 00 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART2)
[   51.160056] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.161032] [drm:intel_sdvo_debug_write], SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
[   51.164232] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.165211] [drm:intel_sdvo_debug_write], SDVOB: W: 9F 00                      (SDVO_CMD_SET_ENCODE)
[   51.168295] [drm:intel_sdvo_read_response], SDVOB: R: (Not supported)... failed
[   51.169274] [drm:intel_sdvo_debug_write], SDVOB: W: 14 02 3A 80 18 71 38 2D 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
[   51.177252] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.178230] [drm:intel_sdvo_debug_write], SDVOB: W: 15 37 58 35 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
[   51.189516] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.190513] [drm:intel_sdvo_debug_write], SDVOB: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
[   51.193802] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.194814] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   51.194826] [drm:intel_calculate_wm], FIFO entries required for mode: 54
[   51.194833] [drm:intel_calculate_wm], FIFO watermark level: -28
[   51.194840] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   51.194848] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   51.194854] [drm:intel_calculate_wm], FIFO watermark level: -18
[   51.194861] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 1
[   51.194869] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 1, C: 2, SR 1
[   51.194877] [drm:i9xx_update_wm], memory self refresh disabled
[   51.225784] [drm:i915_irq_handler], pipe B underrun
[   51.248083] [drm:intel_sdvo_debug_write], SDVOB: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
[   51.249725] [drm:i915_irq_handler], pipe B underrun
[   51.249897] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   51.252487] [drm:intel_sdvo_debug_write], SDVOB: W: 05 40 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
[   51.259638] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   51.260701] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[   51.260714] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   51.265830] [drm:i915_irq_handler], pipe B underrun
[   51.267817] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   51.277916] [drm:intel_connector_check_state], [CONNECTOR:12:LVDS-2]
[   51.277930] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   51.284663] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   51.287602] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[   51.287613] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[   51.287621] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[   51.287631] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   51.289852] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   51.292890] [drm:check_encoder_state], [ENCODER:14:TV-14]
[   51.292903] [drm:check_crtc_state], [CRTC:3]
[   51.292921] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   51.295479] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   51.298562] [drm:intel_sdvo_debug_write], SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
[   51.300738] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 3A 80 18 71 38 2D 40
[   51.310329] [drm:intel_sdvo_debug_write], SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
[   51.312049] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 37 58 35 00 1E 00 00 00
[   51.320579] [drm:intel_sdvo_debug_write], SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
[   51.322271] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   51.324212] [drm:check_crtc_state], [CRTC:4]
[   51.324229] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 4, found 0)
[   51.324234] ------------[ cut here ]------------
[   51.324294] WARNING: CPU: 0 PID: 1464 at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.11.6/linux-3.11/drivers/gpu/drm/i915/intel_display.c:8292 check_crtc_state+0x588/0xb10 [i915]()
[   51.324298] pipe state doesn't match!
[   51.324301] Modules linked in: iTCO_wdt iTCO_vendor_support snd_hda_codec_realtek ppdev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq snd_timer snd_seq_device coretemp snd serio_raw pcspkr i2c_i801 r8169 mii lpc_ich mfd_core soundcore snd_page_alloc parport_pc parport acpi_cpufreq mperf sg dm_mod autofs4 i915 drm_kms_helper drm i2c_algo_bit video fan thermal button processor thermal_sys scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh_hp_sw scsi_dh ata_generic ata_piix
[   51.324368] CPU: 0 PID: 1464 Comm: X Tainted: G        W    3.11.6-4-desktop #1
[   51.324372] Hardware name: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG 10/20/2009
[   51.324376]  00000009 c071feab f6461aa8 c024394e f7d44887 f6461ac0 000005b8 f7d3bd5c
[   51.324390]  00002064 f7cf6918 f7cf6918 f6493000 f649364c 00000004 f64d4ac8 c02439a3
[   51.324403]  00000009 f6461aa8 f7d44887 f6461ac0 f7cf6918 f7d3bd5c 00002064 f7d44887
[   51.324416] Call Trace:
[   51.324438]  [<c0205139>] try_stack_unwind+0x179/0x190
[   51.324456]  [<c0203f17>] dump_trace+0x47/0xf0
[   51.324467]  [<c020518f>] show_trace_log_lvl+0x3f/0x50
[   51.324477]  [<c0204010>] show_stack_log_lvl+0x50/0xd0
[   51.324487]  [<c02051df>] show_stack+0x1f/0x40
[   51.324499]  [<c071feab>] dump_stack+0x48/0x76
[   51.324511]  [<c024394e>] warn_slowpath_common+0x7e/0xa0
[   51.324522]  [<c02439a3>] warn_slowpath_fmt+0x33/0x40
[   51.324564]  [<f7cf6918>] check_crtc_state+0x588/0xb10 [i915]
[   51.324732]  [<f7d00d14>] intel_modeset_check_state+0x294/0x770 [i915]
[   51.324909]  [<f7d0125a>] intel_set_mode+0x2a/0x40 [i915]
[   51.325175]  [<f7d01a60>] intel_crtc_set_config+0x700/0x8f0 [i915]
[   51.325432]  [<f7bcfbd3>] drm_mode_set_config_internal+0x43/0xb0 [drm]
[   51.325585]  [<f7bd1fbe>] drm_mode_setcrtc+0xde/0x640 [drm]
[   51.325746]  [<f7bc4b9e>] drm_ioctl+0x3fe/0x4a0 [drm]
[   51.325779]  [<c0368c7b>] do_vfs_ioctl+0x30b/0x520
[   51.325821]  [<c0368ef0>] SyS_ioctl+0x60/0x80
[   51.325836]  [<c072c1fd>] sysenter_do_call+0x12/0x28
[   51.325854]  [<b76de424>] 0xb76de423
[   51.325859] ---[ end trace 8cd964eb9a00f297 ]---
[   51.325867] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[   51.325871] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   51.325876] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[   51.325882] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   51.325890] [drm:intel_dump_pipe_config], requested mode:
[   51.325903] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 1920 0 0 0 1080 0 0 0 0x0 0x0
[   51.325910] [drm:intel_dump_pipe_config], adjusted mode:
[   51.325923] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[   51.325932] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe000e000, lvds border: 0x00008000
[   51.325941] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   51.325949] [drm:intel_dump_pipe_config], ips: 0
[   51.325956] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[   51.325993] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   51.325996] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   51.326002] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   51.326045] [drm:intel_dump_pipe_config], requested mode:
[   51.326055] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[   51.326058] [drm:intel_dump_pipe_config], adjusted mode:
[   51.326067] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x6
[   51.326073] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   51.326077] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   51.326080] [drm:intel_dump_pipe_config], ips: 0
[   51.326266] [drm:intel_panel_get_max_backlight], max backlight PWM = 15625
[   51.326270] [drm:intel_panel_actually_set_backlight], set backlight PWM = 15625
[   51.326623] [drm:drm_mode_setcrtc], [CRTC:4]
[   51.326638] [drm:drm_mode_setcrtc], [CONNECTOR:5:LVDS-1]
[   51.326645] [drm:intel_crtc_set_config], [CRTC:4] [FB:35] #connectors=1 (x y) (0 0)
[   51.326655] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[   51.326664] [drm:drm_mode_debug_printmodeline], Modeline 32:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[   51.326673] [drm:drm_mode_debug_printmodeline], Modeline 37:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   51.326683] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   51.326688] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   51.326697] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 2, prepare: 2, disable: 0
[   51.326708] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[   51.326715] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[   51.326723] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[   51.326728] [drm:intel_dump_pipe_config], [CRTC:4][modeset] config for pipe B
[   51.326732] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   51.326736] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   51.326743] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   51.326746] [drm:intel_dump_pipe_config], requested mode:
[   51.326755] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   51.326758] [drm:intel_dump_pipe_config], adjusted mode:
[   51.326768] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x5
[   51.326774] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   51.326778] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   51.326782] [drm:intel_dump_pipe_config], ips: 0
[   51.326789] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0
[   51.329877] [drm:i915_irq_handler], pipe B underrun
[   51.392016] [drm:i915_irq_handler], pipe B underrun
[   51.493869] [drm:i915_irq_handler], pipe B underrun
[   51.494364] [drm:i915_irq_handler], pipe B underrun
[   51.519877] [drm:i915_irq_handler], pipe B underrun
[   51.593702] [drm:i915_irq_handler], pipe B underrun
[   51.608098] [drm:i9xx_pfit_disable], disabling pfit, current: 0x80000448
[   51.608112] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   51.608119] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   51.608125] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   51.608130] [drm:intel_calculate_wm], FIFO watermark level: -18
[   51.608135] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 1
[   51.608140] [drm:i9xx_update_wm], self-refresh entries: 120
[   51.608145] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 1, C: 2, SR 7
[   51.608151] [drm:i9xx_update_wm], memory self refresh enabled
[   51.608683] [drm:i9xx_update_plane], Writing base 01000000 00000000 0 0 8192
[   51.608692] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   51.608698] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   51.608703] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   51.608708] [drm:intel_calculate_wm], FIFO watermark level: -18
[   51.608712] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 1
[   51.608717] [drm:i9xx_update_wm], self-refresh entries: 120
[   51.608722] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 1, C: 2, SR 7
[   51.608728] [drm:i9xx_update_wm], memory self refresh enabled
[   51.608734] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:]
[   51.608740] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   51.608746] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   51.608750] [drm:intel_calculate_wm], FIFO watermark level: -21
[   51.608755] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   51.608760] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   51.608765] [drm:intel_calculate_wm], FIFO watermark level: -18
[   51.608769] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 1
[   51.608774] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 1, C: 2, SR 1
[   51.608779] [drm:i9xx_update_wm], memory self refresh disabled
[   51.637736] [drm:i915_irq_handler], pipe B underrun
[   51.647558] [drm:i915_irq_handler], pipe B underrun
[   51.653049] [drm:i915_irq_handler], pipe B underrun
[   51.677329] [drm:i915_irq_handler], pipe B underrun
[   51.705104] [drm:i915_irq_handler], pipe B underrun
[   51.745483] [drm:i915_irq_handler], pipe B underrun
[   51.745582] [drm:i915_irq_handler], pipe B underrun
[   51.745634] [drm:i915_irq_handler], pipe B underrun
[   51.745707] [drm:i915_irq_handler], pipe B underrun
[   51.745748] [drm:i915_irq_handler], pipe B underrun
[   51.745791] [drm:i915_irq_handler], pipe B underrun
[   51.745835] [drm:i915_irq_handler], pipe B underrun
[   51.745891] [drm:i915_irq_handler], pipe B underrun
[   51.745964] [drm:i915_irq_handler], pipe B underrun
[   51.746046] [drm:i915_irq_handler], pipe B underrun
[   51.756491] [drm:i915_irq_handler], pipe B underrun
[   51.834036] [drm:i915_irq_handler], pipe B underrun
[   51.840737] [drm:i915_irq_handler], pipe B underrun
[   51.854435] [drm:i915_irq_handler], pipe B underrun
[   51.857818] [drm:i915_irq_handler], pipe B underrun
[   51.889256] [drm:i915_irq_handler], pipe B underrun
[   51.916210] [drm:i915_irq_handler], pipe B underrun
[   51.954825] [drm:i915_irq_handler], pipe B underrun
[   52.029080] [drm:intel_panel_actually_set_backlight], set backlight PWM = 15625
[   52.029113] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[   52.029130] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.031752] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.034784] [drm:intel_connector_check_state], [CONNECTOR:12:LVDS-2]
[   52.034799] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.037403] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.040386] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[   52.040400] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[   52.040412] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[   52.040424] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.043263] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.046248] [drm:check_encoder_state], [ENCODER:14:TV-14]
[   52.046262] [drm:check_crtc_state], [CRTC:3]
[   52.046283] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   52.048149] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   52.051073] [drm:intel_sdvo_debug_write], SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
[   52.052759] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 3A 80 18 71 38 2D 40
[   52.061387] [drm:intel_sdvo_debug_write], SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
[   52.063143] [drm:intel_sdvo_read_response], SDVOB: R: 
[   52.064050] [drm:i915_irq_handler], 
[   52.064057] pipe B underrun
[   52.064194] (Success) 37 58 35 00 1E 00 00 00
[   52.071790] [drm:intel_sdvo_debug_write], SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
[   52.073528] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   52.075432] [drm:check_crtc_state], [CRTC:4]
[   52.075449] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 1, found 0)
[   52.075454] ------------[ cut here ]------------
[   52.075512] WARNING: CPU: 0 PID: 1464 at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.11.6/linux-3.11/drivers/gpu/drm/i915/intel_display.c:8292 check_crtc_state+0x588/0xb10 [i915]()
[   52.075516] pipe state doesn't match!
[   52.075519] Modules linked in: iTCO_wdt iTCO_vendor_support snd_hda_codec_realtek ppdev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq snd_timer snd_seq_device coretemp snd serio_raw pcspkr i2c_i801 r8169 mii lpc_ich mfd_core soundcore snd_page_alloc parport_pc parport acpi_cpufreq mperf sg dm_mod autofs4 i915 drm_kms_helper drm i2c_algo_bit video fan thermal button processor thermal_sys scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh_hp_sw scsi_dh ata_generic ata_piix
[   52.075586] CPU: 0 PID: 1464 Comm: X Tainted: G        W    3.11.6-4-desktop #1
[   52.075591] Hardware name: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG 10/20/2009
[   52.075595]  00000009 c071feab f6461aa8 c024394e f7d44887 f6461ac0 000005b8 f7d3bd5c
[   52.075609]  00002064 f7cf6918 f7cf6918 f6493000 f649364c 00000001 f64d4ac8 c02439a3
[   52.075621]  00000009 f6461aa8 f7d44887 f6461ac0 f7cf6918 f7d3bd5c 00002064 f7d44887
[   52.075634] Call Trace:
[   52.075657]  [<c0205139>] try_stack_unwind+0x179/0x190
[   52.075674]  [<c0203f17>] dump_trace+0x47/0xf0
[   52.075685]  [<c020518f>] show_trace_log_lvl+0x3f/0x50
[   52.075695]  [<c0204010>] show_stack_log_lvl+0x50/0xd0
[   52.075705]  [<c02051df>] show_stack+0x1f/0x40
[   52.075717]  [<c071feab>] dump_stack+0x48/0x76
[   52.075729]  [<c024394e>] warn_slowpath_common+0x7e/0xa0
[   52.075740]  [<c02439a3>] warn_slowpath_fmt+0x33/0x40
[   52.075781]  [<f7cf6918>] check_crtc_state+0x588/0xb10 [i915]
[   52.075950]  [<f7d00d14>] intel_modeset_check_state+0x294/0x770 [i915]
[   52.076231]  [<f7d0125a>] intel_set_mode+0x2a/0x40 [i915]
[   52.076497]  [<f7d01a60>] intel_crtc_set_config+0x700/0x8f0 [i915]
[   52.076759]  [<f7bcfbd3>] drm_mode_set_config_internal+0x43/0xb0 [drm]
[   52.076907]  [<f7bd1fbe>] drm_mode_setcrtc+0xde/0x640 [drm]
[   52.077109]  [<f7bc4b9e>] drm_ioctl+0x3fe/0x4a0 [drm]
[   52.077146]  [<c0368c7b>] do_vfs_ioctl+0x30b/0x520
[   52.077188]  [<c0368ef0>] SyS_ioctl+0x60/0x80
[   52.077204]  [<c072c1fd>] sysenter_do_call+0x12/0x28
[   52.077224]  [<b76de424>] 0xb76de423
[   52.077229] ---[ end trace 8cd964eb9a00f298 ]---
[   52.077238] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[   52.077242] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   52.077246] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[   52.077253] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   52.077256] [drm:intel_dump_pipe_config], requested mode:
[   52.077266] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 1920 0 0 0 1080 0 0 0 0x0 0x0
[   52.077269] [drm:intel_dump_pipe_config], adjusted mode:
[   52.077277] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[   52.077283] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe000e000, lvds border: 0x00008000
[   52.077293] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   52.077301] [drm:intel_dump_pipe_config], ips: 0
[   52.077310] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[   52.077317] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   52.077326] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   52.077336] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   52.077344] [drm:intel_dump_pipe_config], requested mode:
[   52.077357] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   52.077364] [drm:intel_dump_pipe_config], adjusted mode:
[   52.077377] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x5
[   52.077387] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   52.077396] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   52.077404] [drm:intel_dump_pipe_config], ips: 0
[   52.077540] [drm:intel_panel_get_max_backlight], max backlight PWM = 15625
[   52.077545] [drm:intel_panel_actually_set_backlight], set backlight PWM = 15625
[   52.093805] [drm:i915_irq_handler], pipe B underrun
[   52.101913] [drm:i915_irq_handler], pipe B underrun
[   52.266130] [drm:i915_irq_handler], pipe B underrun
[   52.277008] [drm:i915_irq_handler], pipe B underrun
[   52.329772] [drm:i915_irq_handler], pipe B underrun
[   52.392027] [drm:i915_irq_handler], pipe B underrun
[   52.397786] [drm:i915_irq_handler], pipe B underrun
[   52.428848] [drm:i915_irq_handler], pipe B underrun
/* ----- removed 200 lines ----- */
[   59.851617] [drm:i915_irq_handler], pipe B underrun
[   59.857524] [drm:i915_irq_handler], pipe B underrun
[   59.867079] [drm:i915_irq_handler], pipe B underrun
[   59.945549] [drm:i915_irq_handler], pipe B underrun
[   59.990829] [drm:i915_irq_handler], pipe B underrun
[   59.997959] [drm:i915_irq_handler], pipe B underrun
[   60.041864] [drm:i915_irq_handler], pipe B underrun
[   60.063848] [drm:i915_irq_handler], pipe B underrun
[   60.077413] [drm:i915_irq_handler], pipe B underrun
[   60.093545] [drm:i915_irq_handler], pipe B underrun
[   60.097849] [drm:i915_irq_handler], pipe B underrun
[   60.098084] [drm:i915_irq_handler], pipe B underrun
[   60.102791] [drm:i915_irq_handler], pipe B underrun
[   60.151467] [drm:intel_crtc_cursor_set], cursor off
[   60.152249] [drm:intel_crtc_cursor_set], cursor off
[   60.188955] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   60.188974] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[   60.188994] [drm:drm_mode_debug_printmodeline], Modeline 37:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   60.189013] [drm:drm_mode_debug_printmodeline], Modeline 33:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   60.189087] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   60.189099] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   60.189114] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 1, prepare: 1, disable: 0
[   60.189135] [drm:connected_sink_compute_bpp], [CONNECTOR:12:LVDS-2] checking for sink bpp constrains
[   60.189144] [drm:intel_sdvo_compute_config], forcing bpc to 8 for SDVO
[   60.189156] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 24, dithering: 0
[   60.189167] [drm:intel_dump_pipe_config], [CRTC:3][modeset] config for pipe A
[   60.189174] [drm:intel_dump_pipe_config], cpu_transcoder: A
[   60.189182] [drm:intel_dump_pipe_config], pipe bpp: 24, dithering: 0
[   60.189194] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   60.189200] [drm:intel_dump_pipe_config], requested mode:
[   60.189219] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   60.189225] [drm:intel_dump_pipe_config], adjusted mode:
[   60.189242] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x48 0x5
[   60.189254] [drm:intel_dump_pipe_config], gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000
[   60.189767] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   60.189778] [drm:intel_dump_pipe_config], ips: 0
[   60.189811] [drm:intel_sdvo_debug_write], SDVOB: W: 05 00 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
[   60.194197] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.201896] [drm:i915_irq_handler], pipe B underrun
[   60.210582] [drm:i915_irq_handler], pipe B underrun
[   60.221164] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   60.221168] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   60.221171] [drm:intel_calculate_wm], FIFO watermark level: -21
[   60.221175] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   60.221179] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[   60.221182] [drm:i9xx_update_wm], self-refresh entries: 120
[   60.221186] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 7
[   60.221189] [drm:i9xx_update_wm], memory self refresh enabled
[   60.221721] [drm:i9xx_update_plane], Writing base 00020000 00000000 0 0 7680
[   60.221726] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   60.221729] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   60.221732] [drm:intel_calculate_wm], FIFO watermark level: -21
[   60.221736] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   60.221739] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 29
[   60.221742] [drm:i9xx_update_wm], self-refresh entries: 120
[   60.221745] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 29, C: 2, SR 7
[   60.221748] [drm:i9xx_update_wm], memory self refresh enabled
[   60.221754] [drm:intel_crtc_mode_set], [ENCODER:11:LVDS-11] set [MODE:0:1920x1080]
[   60.221766] [drm:intel_sdvo_debug_write], SDVOB: W: 07 40 00 00 00             (SDVO_CMD_SET_IN_OUT_MAP)
[   60.227040] [drm:intel_sdvo_read_response], SDVOB: R: (Not supported)... failed
[   60.227050] [drm:intel_sdvo_debug_write], SDVOB: W: 11 40 00                   (SDVO_CMD_SET_TARGET_OUTPUT)
[   60.230933] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.230945] [drm:intel_sdvo_debug_write], SDVOB: W: 16 02 3A 80 18 71 38 2D 40 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART1)
[   60.238876] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.238888] [drm:intel_sdvo_debug_write], SDVOB: W: 17 58 2C 45 00 1E 00 00 00 (SDVO_CMD_SET_OUTPUT_TIMINGS_PART2)
[   60.242948] [drm:i915_irq_handler], pipe B underrun
[   60.246830] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.246840] [drm:intel_sdvo_debug_write], SDVOB: W: 10 00                      (SDVO_CMD_SET_TARGET_INPUT)
[   60.250074] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.250084] [drm:intel_sdvo_debug_write], SDVOB: W: 9F 00                      (SDVO_CMD_SET_ENCODE)
[   60.253331] [drm:intel_sdvo_read_response], SDVOB: R: (Not supported)... failed
[   60.253343] [drm:intel_sdvo_debug_write], SDVOB: W: 14 02 3A 80 18 71 38 2D 40 (SDVO_CMD_SET_INPUT_TIMINGS_PART1)
[   60.261247] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.261258] [drm:intel_sdvo_debug_write], SDVOB: W: 15 58 2C 45 00 1E 00 00 00 (SDVO_CMD_SET_INPUT_TIMINGS_PART2)
[   60.269190] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.269200] [drm:intel_sdvo_debug_write], SDVOB: W: 21 01                      (SDVO_CMD_SET_CLOCK_RATE_MULT)
[   60.272422] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.272432] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   60.272435] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   60.272438] [drm:intel_calculate_wm], FIFO watermark level: -21
[   60.272442] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   60.272445] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   60.272447] [drm:intel_calculate_wm], FIFO watermark level: -18
[   60.272451] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 1
[   60.272454] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 1, C: 2, SR 1
[   60.272457] [drm:i9xx_update_wm], memory self refresh disabled
[   60.301917] [drm:i915_irq_handler], pipe B underrun
[   60.324112] [drm:intel_sdvo_debug_write], SDVOB: W: 03                         (SDVO_CMD_GET_TRAINED_INPUTS)
[   60.327763] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   60.327783] [drm:intel_sdvo_debug_write], SDVOB: W: 05 40 00                   (SDVO_CMD_SET_ACTIVE_OUTPUTS)
[   60.331816] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   60.331834] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[   60.331852] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   60.336423] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   60.336428] [drm:intel_connector_check_state], [CONNECTOR:12:LVDS-2]
[   60.336437] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   60.340888] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   60.340895] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[   60.340899] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[   60.340903] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[   60.340912] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   60.345376] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   60.345381] [drm:check_encoder_state], [ENCODER:14:TV-14]
[   60.345385] [drm:check_crtc_state], [CRTC:3]
[   60.345399] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   60.349829] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   60.349839] [drm:intel_sdvo_debug_write], SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
[   60.359948] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 3A 80 18 71 38 2D 40
[   60.359957] [drm:intel_sdvo_debug_write], SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
[   60.365852] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 58 2C 45
[   60.365854] [drm:i915_irq_handler], pipe B underrun
[   60.370085]  00 1E 00 00 00
[   60.370094] [drm:intel_sdvo_debug_write], SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
[   60.373609] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   60.373614] [drm:check_crtc_state], [CRTC:4]
[   60.373626] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 1, found 0)
[   60.373628] ------------[ cut here ]------------
[   60.373681] WARNING: CPU: 1 PID: 1464 at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.11.6/linux-3.11/drivers/gpu/drm/i915/intel_display.c:8292 check_crtc_state+0x588/0xb10 [i915]()
[   60.373682] pipe state doesn't match!
[   60.373724] Modules linked in: iTCO_wdt iTCO_vendor_support snd_hda_codec_realtek ppdev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq snd_timer snd_seq_device coretemp snd serio_raw pcspkr i2c_i801 r8169 mii lpc_ich mfd_core soundcore snd_page_alloc parport_pc parport acpi_cpufreq mperf sg dm_mod autofs4 i915 drm_kms_helper drm i2c_algo_bit video fan thermal button processor thermal_sys scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh_hp_sw scsi_dh ata_generic ata_piix
[   60.373730] CPU: 1 PID: 1464 Comm: X Tainted: G        W    3.11.6-4-desktop #1
[   60.373732] Hardware name: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG 10/20/2009
[   60.373743]  00000009 c071feab f646190c c024394e f7d44887 f6461924 000005b8 f7d3bd5c
[   60.373752]  00002064 f7cf6918 f7cf6918 f6493000 f649364c 00000001 f64d4ac8 c02439a3
[   60.373760]  00000009 f646190c f7d44887 f6461924 f7cf6918 f7d3bd5c 00002064 f7d44887
[   60.373761] Call Trace:
[   60.373781]  [<c0205139>] try_stack_unwind+0x179/0x190
[   60.373795]  [<c0203f17>] dump_trace+0x47/0xf0
[   60.373803]  [<c020518f>] show_trace_log_lvl+0x3f/0x50
[   60.373811]  [<c0204010>] show_stack_log_lvl+0x50/0xd0
[   60.373818]  [<c02051df>] show_stack+0x1f/0x40
[   60.373828]  [<c071feab>] dump_stack+0x48/0x76
[   60.373837]  [<c024394e>] warn_slowpath_common+0x7e/0xa0
[   60.373845]  [<c02439a3>] warn_slowpath_fmt+0x33/0x40
[   60.373883]  [<f7cf6918>] check_crtc_state+0x588/0xb10 [i915]
[   60.374073]  [<f7d00d14>] intel_modeset_check_state+0x294/0x770 [i915]
[   60.374248]  [<f7d0125a>] intel_set_mode+0x2a/0x40 [i915]
[   60.374424]  [<f7d01a60>] intel_crtc_set_config+0x700/0x8f0 [i915]
[   60.374595]  [<f7bcfbd3>] drm_mode_set_config_internal+0x43/0xb0 [drm]
[   60.374677]  [<f7b241d5>] drm_fb_helper_set_par+0x45/0xb0 [drm_kms_helper]
[   60.374692]  [<c04c6adc>] fb_set_var+0x14c/0x350
[   60.374702]  [<c04d26da>] fbcon_blank+0x1aa/0x280
[   60.374716]  [<c053b6a1>] do_unblank_screen+0x91/0x1a0
[   60.374726]  [<c0532ec9>] complete_change_console+0x49/0xd0
[   60.374735]  [<c0533e16>] vt_ioctl+0xec6/0x1040
[   60.374743]  [<c052970f>] tty_ioctl+0x22f/0xa10
[   60.374753]  [<c0368c7b>] do_vfs_ioctl+0x30b/0x520
[   60.374780]  [<c0368ef0>] SyS_ioctl+0x60/0x80
[   60.374790]  [<c072c1fd>] sysenter_do_call+0x12/0x28
[   60.374802]  [<b76de424>] 0xb76de423
[   60.374806] ---[ end trace 8cd964eb9a00f299 ]---
[   60.374811] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[   60.374814] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   60.374817] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[   60.374821] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   60.374824] [drm:intel_dump_pipe_config], requested mode:
[   60.374830] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 1920 0 0 0 1080 0 0 0 0x0 0x0
[   60.374833] [drm:intel_dump_pipe_config], adjusted mode:
[   60.374839] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[   60.374843] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe000e000, lvds border: 0x00008000
[   60.374846] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   60.374848] [drm:intel_dump_pipe_config], ips: 0
[   60.374852] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[   60.374854] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   60.374857] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   60.374861] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   60.374864] [drm:intel_dump_pipe_config], requested mode:
[   60.374870] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   60.374873] [drm:intel_dump_pipe_config], adjusted mode:
[   60.374879] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x5
[   60.374883] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   60.374886] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   60.374889] [drm:intel_dump_pipe_config], ips: 0
[   60.374899] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   60.374906] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set
[   60.374913] [drm:drm_mode_debug_printmodeline], Modeline 37:"" 0 148500 1920 1975 2063 2200 1080 1083 1088 1125 0x0 0x5
[   60.374919] [drm:drm_mode_debug_printmodeline], Modeline 32:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[   60.374925] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   60.374929] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   60.374934] [drm:intel_modeset_affected_pipes], set mode pipe masks: modeset: 2, prepare: 2, disable: 0
[   60.374941] [drm:connected_sink_compute_bpp], [CONNECTOR:5:LVDS-1] checking for sink bpp constrains
[   60.374946] [drm:intel_lvds_compute_config], forcing display bpp (was 24) to LVDS (18)
[   60.374952] [drm:intel_modeset_pipe_config], plane bpp: 24, pipe bpp: 18, dithering: 1
[   60.374956] [drm:intel_dump_pipe_config], [CRTC:4][modeset] config for pipe B
[   60.374958] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   60.374961] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   60.374965] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   60.374968] [drm:intel_dump_pipe_config], requested mode:
[   60.374974] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[   60.374977] [drm:intel_dump_pipe_config], adjusted mode:
[   60.374983] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x6
[   60.374987] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   60.374990] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   60.374993] [drm:intel_dump_pipe_config], ips: 0
[   60.374997] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0
[   60.400110] [drm:i915_irq_handler], pipe B underrun
[   60.409777] [drm:i915_irq_handler], pipe B underrun
[   60.422558] [drm:i915_irq_handler], pipe B underrun
[   60.429796] [drm:i915_irq_handler], pipe B underrun
[   60.445773] [drm:i915_irq_handler], pipe B underrun
[   60.468672] [drm:i915_irq_handler], pipe B underrun
[   60.501875] [drm:i915_irq_handler], pipe B underrun
[   60.512202] [drm:i915_irq_handler], pipe B underrun
[   60.523982] [drm:i915_irq_handler], pipe B underrun
[   60.587780] [drm:i915_irq_handler], pipe B underrun
[   60.597959] [drm:i915_irq_handler], pipe B underrun
[   60.623562] [drm:i915_irq_handler], pipe B underrun
[   60.650204] [drm:i915_irq_handler], pipe B underrun
[   60.650390] [drm:i915_irq_handler], pipe B underrun
[   60.664096] [drm:i9xx_pfit_disable], disabling pfit, current: 0x80000448
[   60.664105] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   60.664109] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   60.664113] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   60.664116] [drm:intel_calculate_wm], FIFO watermark level: -18
[   60.664119] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 1
[   60.664122] [drm:i9xx_update_wm], self-refresh entries: 120
[   60.664126] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 1, C: 2, SR 7
[   60.664129] [drm:i9xx_update_wm], memory self refresh enabled
[   60.664657] [drm:i9xx_update_plane], Writing base 00020000 00000000 0 0 7680
[   60.664662] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   60.664666] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   60.664669] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   60.664671] [drm:intel_calculate_wm], FIFO watermark level: -18
[   60.664674] [drm:i9xx_update_wm], FIFO watermarks - A: 26, B: 1
[   60.664677] [drm:i9xx_update_wm], self-refresh entries: 120
[   60.664681] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 26, B: 1, C: 2, SR 7
[   60.664684] [drm:i9xx_update_wm], memory self refresh enabled
[   60.664689] [drm:intel_crtc_mode_set], [ENCODER:6:LVDS-6] set [MODE:0:1920x1080]
[   60.664694] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) A: 28
[   60.664697] [drm:intel_calculate_wm], FIFO entries required for mode: 54
[   60.664699] [drm:intel_calculate_wm], FIFO watermark level: -28
[   60.664703] [drm:i9xx_get_fifo_size], FIFO size - (0x00001d9c) B: 31
[   60.664706] [drm:intel_calculate_wm], FIFO entries required for mode: 47
[   60.664709] [drm:intel_calculate_wm], FIFO watermark level: -18
[   60.664712] [drm:i9xx_update_wm], FIFO watermarks - A: 1, B: 1
[   60.664715] [drm:i9xx_update_wm], Setting FIFO watermarks - A: 1, B: 1, C: 2, SR 1
[   60.664718] [drm:i9xx_update_wm], memory self refresh disabled
[   60.709180] [drm:i915_irq_handler], pipe B underrun
[   60.726511] [drm:i915_irq_handler], pipe B underrun
[   60.740990] [drm:i915_irq_handler], pipe B underrun
[   60.741968] [drm:i915_irq_handler], pipe B underrun
[   60.742292] [drm:i915_irq_handler], pipe B underrun
[   60.800421] [drm:i915_irq_handler], pipe B underrun
[   60.885274] [drm:i915_irq_handler], pipe B underrun
[   60.945546] [drm:i915_irq_handler], pipe B underrun
[   61.007421] [drm:i915_irq_handler], pipe B underrun
[   61.051082] [drm:intel_panel_actually_set_backlight], set backlight PWM = 15625
[   61.051102] [drm:intel_connector_check_state], [CONNECTOR:5:LVDS-1]
[   61.051125] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   61.055805] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   61.055815] [drm:intel_connector_check_state], [CONNECTOR:12:LVDS-2]
[   61.055834] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   61.060446] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   61.060458] [drm:check_encoder_state], [ENCODER:6:LVDS-6]
[   61.060467] [drm:check_encoder_state], [ENCODER:10:DAC-10]
[   61.060475] [drm:check_encoder_state], [ENCODER:11:LVDS-11]
[   61.060492] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   61.063581] [drm:intel_sdvo_read_response], SDVOB: R: (Success)
[   61.063583] [drm:i915_irq_handler], pipe B underrun
[   61.065132]  40 00
[   61.065137] [drm:check_encoder_state], [ENCODER:14:TV-14]
[   61.065140] [drm:check_crtc_state], [CRTC:3]
[   61.065156] [drm:intel_sdvo_debug_write], SDVOB: W: 04                         (SDVO_CMD_GET_ACTIVE_OUTPUTS)
[   61.069585] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 40 00
[   61.069594] [drm:intel_sdvo_debug_write], SDVOB: W: 12                         (SDVO_CMD_GET_INPUT_TIMINGS_PART1)
[   61.079701] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 02 3A 80 18 71 38 2D 40
[   61.079710] [drm:intel_sdvo_debug_write], SDVOB: W: 13                         (SDVO_CMD_GET_INPUT_TIMINGS_PART2)
[   61.081410] [drm:intel_sdvo_read_response], SDVOB: R: 
[   61.081412] [drm:i915_irq_handler], pipe B underrun
[   61.089841] (Success) 58 2C 45 00 1E 00 00 00
[   61.089850] [drm:intel_sdvo_debug_write], SDVOB: W: 20                         (SDVO_CMD_GET_CLOCK_RATE_MULT)
[   61.093377] [drm:intel_sdvo_read_response], SDVOB: R: (Success) 01
[   61.093383] [drm:check_crtc_state], [CRTC:4]
[   61.093394] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 4, found 0)
[   61.093395] ------------[ cut here ]------------
[   61.093458] WARNING: CPU: 0 PID: 1464 at /home/abuild/rpmbuild/BUILD/kernel-desktop-3.11.6/linux-3.11/drivers/gpu/drm/i915/intel_display.c:8292 check_crtc_state+0x588/0xb10 [i915]()
[   61.093460] pipe state doesn't match!
[   61.093501] Modules linked in: iTCO_wdt iTCO_vendor_support snd_hda_codec_realtek ppdev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq snd_timer snd_seq_device coretemp snd serio_raw pcspkr i2c_i801 r8169 mii lpc_ich mfd_core soundcore snd_page_alloc parport_pc parport acpi_cpufreq mperf sg dm_mod autofs4 i915 drm_kms_helper drm i2c_algo_bit video fan thermal button processor thermal_sys scsi_dh_emc scsi_dh_alua scsi_dh_rdac scsi_dh_hp_sw scsi_dh ata_generic ata_piix
[   61.093507] CPU: 0 PID: 1464 Comm: X Tainted: G        W    3.11.6-4-desktop #1
[   61.093509] Hardware name: PhoenixAward 945GSE/945GSE, BIOS 6.00 PG 10/20/2009
[   61.093519]  00000009 c071feab f646190c c024394e f7d44887 f6461924 000005b8 f7d3bd5c
[   61.093528]  00002064 f7cf6918 f7cf6918 f6493000 f649364c 00000004 f64d4ac8 c02439a3
[   61.093536]  00000009 f646190c f7d44887 f6461924 f7cf6918 f7d3bd5c 00002064 f7d44887
[   61.093537] Call Trace:
[   61.093556]  [<c0205139>] try_stack_unwind+0x179/0x190
[   61.093570]  [<c0203f17>] dump_trace+0x47/0xf0
[   61.093578]  [<c020518f>] show_trace_log_lvl+0x3f/0x50
[   61.093586]  [<c0204010>] show_stack_log_lvl+0x50/0xd0
[   61.093593]  [<c02051df>] show_stack+0x1f/0x40
[   61.093602]  [<c071feab>] dump_stack+0x48/0x76
[   61.093611]  [<c024394e>] warn_slowpath_common+0x7e/0xa0
[   61.093619]  [<c02439a3>] warn_slowpath_fmt+0x33/0x40
[   61.093658]  [<f7cf6918>] check_crtc_state+0x588/0xb10 [i915]
[   61.093822]  [<f7d00d14>] intel_modeset_check_state+0x294/0x770 [i915]
[   61.093997]  [<f7d0125a>] intel_set_mode+0x2a/0x40 [i915]
[   61.094195]  [<f7d01a60>] intel_crtc_set_config+0x700/0x8f0 [i915]
[   61.094370]  [<f7bcfbd3>] drm_mode_set_config_internal+0x43/0xb0 [drm]
[   61.094450]  [<f7b241d5>] drm_fb_helper_set_par+0x45/0xb0 [drm_kms_helper]
[   61.094465]  [<c04c6adc>] fb_set_var+0x14c/0x350
[   61.094475]  [<c04d26da>] fbcon_blank+0x1aa/0x280
[   61.094489]  [<c053b6a1>] do_unblank_screen+0x91/0x1a0
[   61.094501]  [<c0532ec9>] complete_change_console+0x49/0xd0
[   61.094509]  [<c0533e16>] vt_ioctl+0xec6/0x1040
[   61.094517]  [<c052970f>] tty_ioctl+0x22f/0xa10
[   61.094527]  [<c0368c7b>] do_vfs_ioctl+0x30b/0x520
[   61.094554]  [<c0368ef0>] SyS_ioctl+0x60/0x80
[   61.094564]  [<c072c1fd>] sysenter_do_call+0x12/0x28
[   61.094576]  [<b76de424>] 0xb76de423
[   61.094579] ---[ end trace 8cd964eb9a00f29a ]---
[   61.094584] [drm:intel_dump_pipe_config], [CRTC:4][hw state] config for pipe B
[   61.094587] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   61.094590] [drm:intel_dump_pipe_config], pipe bpp: 0, dithering: 0
[   61.094594] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   61.094597] [drm:intel_dump_pipe_config], requested mode:
[   61.094604] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 1920 0 0 0 1080 0 0 0 0x0 0x0
[   61.094606] [drm:intel_dump_pipe_config], adjusted mode:
[   61.094612] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0xa
[   61.094616] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe000e000, lvds border: 0x00008000
[   61.094619] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   61.094621] [drm:intel_dump_pipe_config], ips: 0
[   61.094625] [drm:intel_dump_pipe_config], [CRTC:4][sw state] config for pipe B
[   61.094627] [drm:intel_dump_pipe_config], cpu_transcoder: B
[   61.094630] [drm:intel_dump_pipe_config], pipe bpp: 18, dithering: 1
[   61.094634] [drm:intel_dump_pipe_config], fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0
[   61.094637] [drm:intel_dump_pipe_config], requested mode:
[   61.094643] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x0 0x6
[   61.094646] [drm:intel_dump_pipe_config], adjusted mode:
[   61.094652] [drm:drm_mode_debug_printmodeline], Modeline 0:"1920x1080" 0 65000 1024 1048 1184 1344 768 771 777 806 0x0 0x6
[   61.094656] [drm:intel_dump_pipe_config], gmch pfit: control: 0x80000448, ratios: 0xe001e000, lvds border: 0x00008000
[   61.094659] [drm:intel_dump_pipe_config], pch pfit: pos: 0x00000000, size: 0x00000000
[   61.094662] [drm:intel_dump_pipe_config], ips: 0
[   61.094674] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   61.094683] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   61.094687] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   61.094692] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   61.094698] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   61.094702] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   61.094731] [drm:intel_crtc_set_config], [CRTC:3] [FB:34] #connectors=1 (x y) (0 0)
[   61.094736] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   61.094740] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   61.094745] [drm:intel_crtc_set_config], [CRTC:4] [FB:34] #connectors=1 (x y) (0 0)
[   61.094749] [drm:intel_modeset_stage_output_state], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[   61.094753] [drm:intel_modeset_stage_output_state], [CONNECTOR:12:LVDS-2] to [CRTC:3]
[   61.097954] [drm:i915_irq_handler], pipe B underrun
[   61.109876] [drm:i915_irq_handler], pipe B underrun
[   61.186962] [drm:i915_irq_handler], pipe B underrun
[   61.201854] [drm:i915_irq_handler], pipe B underrun
[   61.301935] [drm:i915_irq_handler], pipe B underrun
[   61.404116] [drm:i915_irq_handler], pipe B underrun
[   61.429940] [drm:i915_irq_handler], pipe B underrun
[   61.445863] [drm:i915_irq_handler], pipe B underrun
[   61.476762] [drm:i915_irq_handler], pipe B underrun
/* ----- repeats ----- */

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-01-16 14:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 22:52 IEGD to xf86-video-intel Dragoș Carp
2014-01-16  9:03 ` Jani Nikula
2014-01-16 12:41   ` Dragos Carp
2014-01-16 13:07     ` Jani Nikula
2014-01-16 14:37       ` Dragos Carp
2014-01-16 13:28     ` Ville Syrjälä
2014-01-16 14:00       ` Daniel Vetter
2014-01-16 14:11         ` Ville Syrjälä
2014-01-16 14:34           ` Daniel Vetter
2014-01-16  9:44 ` [PATCH] drm/i915: Get LVDS preferred mode from SDVO output timings if there's nothing else ville.syrjala
  -- strict thread matches above, loose matches on Subject: below --
2014-01-15  9:31 IEGD to xf86-video-intel Dragoș Carp
2014-01-15 20:49 Dragoș Carp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox