* regression: GM45 on Dell Latitude E6400 display from 1440x900 to 1024x768 somewhere between 2.6.38-git2 and -git7
@ 2011-03-24 11:30 Alessandro Suardi
2011-03-24 11:45 ` Chris Wilson
0 siblings, 1 reply; 8+ messages in thread
From: Alessandro Suardi @ 2011-03-24 11:30 UTC (permalink / raw)
To: linux-kernel
Fedora 14 x86_64
[ 375.231] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[ 375.231] (--) intel(0): Chipset: "GM45"
startx yields:
2.6.38-git2 and earlier: correct 1440x900 display
2.6.38-git3 through -git6: not tested due to kernel build errors
2.6.38-git7 through -git14: wrong 1024x768 display with black bands at sides
Once in wrong mode, xrandr --fb 1440x900 --output LVDS1 --mode 1440x900
helps return the screen to correct display, but:
- background image is drawn incorrectly (like a 1440x900 correct one with a
superimposed 1024x768 starting from upper left corner)
- mplayer in full screen mode does not actually go full screen, but 1024x768
comparative Xorg logs and dmesg output for 2.6.38-git2 and -git14 available
upon request; lspci -v says:
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series
Chipset Integrated Graphics Controller (rev 07) (prog-if 00 [VGA
controller])
Subsystem: Dell Device 0233
Flags: bus master, fast devsel, latency 0, IRQ 46
Memory at f6c00000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at ef98 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 3
Kernel driver in use: i915
Kernel modules: i915
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset
Integrated Graphics Controller (rev 07)
Subsystem: Dell Device 0233
Flags: bus master, fast devsel, latency 0
Memory at f6b00000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [d0] Power Management version 3
thanks,
--alessandro
"There's always a siren singing you to shipwreck"
(Radiohead, "There There")
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: regression: GM45 on Dell Latitude E6400 display from 1440x900 to 1024x768 somewhere between 2.6.38-git2 and -git7
2011-03-24 11:30 regression: GM45 on Dell Latitude E6400 display from 1440x900 to 1024x768 somewhere between 2.6.38-git2 and -git7 Alessandro Suardi
@ 2011-03-24 11:45 ` Chris Wilson
2011-03-24 12:03 ` Alessandro Suardi
0 siblings, 1 reply; 8+ messages in thread
From: Chris Wilson @ 2011-03-24 11:45 UTC (permalink / raw)
To: Alessandro Suardi, linux-kernel
On Thu, 24 Mar 2011 12:30:49 +0100, Alessandro Suardi <alessandro.suardi@gmail.com> wrote:
> Fedora 14 x86_64
>
> [ 375.231] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
> [ 375.231] (--) intel(0): Chipset: "GM45"
>
> startx yields:
>
> 2.6.38-git2 and earlier: correct 1440x900 display
> 2.6.38-git3 through -git6: not tested due to kernel build errors
> 2.6.38-git7 through -git14: wrong 1024x768 display with black bands at sides
>
> Once in wrong mode, xrandr --fb 1440x900 --output LVDS1 --mode 1440x900
> helps return the screen to correct display, but:
>
> - background image is drawn incorrectly (like a 1440x900 correct one with a
> superimposed 1024x768 starting from upper left corner)
> - mplayer in full screen mode does not actually go full screen, but 1024x768
>
> comparative Xorg logs and dmesg output for 2.6.38-git2 and -git14 available
> upon request; lspci -v says:
There's not much we can say until we see those...
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: regression: GM45 on Dell Latitude E6400 display from 1440x900 to 1024x768 somewhere between 2.6.38-git2 and -git7
2011-03-24 11:45 ` Chris Wilson
@ 2011-03-24 12:03 ` Alessandro Suardi
2011-03-24 12:27 ` Chris Wilson
0 siblings, 1 reply; 8+ messages in thread
From: Alessandro Suardi @ 2011-03-24 12:03 UTC (permalink / raw)
To: Chris Wilson; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1601 bytes --]
On Thu, Mar 24, 2011 at 12:45 PM, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> On Thu, 24 Mar 2011 12:30:49 +0100, Alessandro Suardi <alessandro.suardi@gmail.com> wrote:
>> Fedora 14 x86_64
>>
>> [ 375.231] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
>> [ 375.231] (--) intel(0): Chipset: "GM45"
>>
>> startx yields:
>>
>> 2.6.38-git2 and earlier: correct 1440x900 display
>> 2.6.38-git3 through -git6: not tested due to kernel build errors
>> 2.6.38-git7 through -git14: wrong 1024x768 display with black bands at sides
>>
>> Once in wrong mode, xrandr --fb 1440x900 --output LVDS1 --mode 1440x900
>> helps return the screen to correct display, but:
>>
>> - background image is drawn incorrectly (like a 1440x900 correct one with a
>> superimposed 1024x768 starting from upper left corner)
>> - mplayer in full screen mode does not actually go full screen, but 1024x768
>>
>> comparative Xorg logs and dmesg output for 2.6.38-git2 and -git14 available
>> upon request; lspci -v says:
>
> There's not much we can say until we see those...
> -Chris
OK - attaching in .tgz as they'd probably cross lkml size limits:
[root@duff ~]# tar tvzf logs.tgz
-rw-r--r-- root/root 54172 2011-03-24 10:14 dmesg-2638git14.out
-rw-r--r-- root/root 51464 2011-03-24 10:23 dmesg-2638git2.out
-rw-r--r-- root/root 106118 2011-03-24 10:15 Xorg.0.log-2638git14
-rw-r--r-- root/root 107744 2011-03-24 10:23 Xorg.0.log-2638git2
thanks,
--alessandro
"There's always a siren singing you to shipwreck"
(Radiohead, "There There")
[-- Attachment #2: logs.tgz --]
[-- Type: application/x-gzip, Size: 45202 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: regression: GM45 on Dell Latitude E6400 display from 1440x900 to 1024x768 somewhere between 2.6.38-git2 and -git7
2011-03-24 12:03 ` Alessandro Suardi
@ 2011-03-24 12:27 ` Chris Wilson
2011-03-24 13:11 ` Alessandro Suardi
0 siblings, 1 reply; 8+ messages in thread
From: Chris Wilson @ 2011-03-24 12:27 UTC (permalink / raw)
To: Alessandro Suardi; +Cc: linux-kernel
On Thu, 24 Mar 2011 13:03:55 +0100, Alessandro Suardi <alessandro.suardi@gmail.com> wrote:
> OK - attaching in .tgz as they'd probably cross lkml size limits:
Ok, the clue to the bizarre sizing is:
[ 376.501] (WW) intel(0): No outputs definitely connected, trying again...
[ 376.501] (II) intel(0): Output LVDS1 connected
[ 376.501] (II) intel(0): Output VGA1 disconnected
[ 376.501] (II) intel(0): Output HDMI1 disconnected
[ 376.501] (II) intel(0): Output DP1 disconnected
[ 376.501] (II) intel(0): Output HDMI2 disconnected
[ 376.501] (II) intel(0): Output DP2 disconnected
[ 376.501] (II) intel(0): Output DP3 disconnected
[ 376.501] (II) intel(0): Output TV1 connected
[ 376.502] (II) intel(0): Using fuzzy aspect match for initial modes
[ 376.502] (II) intel(0): Output LVDS1 using initial mode 1024x768 +0+0
[ 376.502] (II) intel(0): Output TV1 using initial mode 1024x768 +0+0
Transient false TV detection rears its ugly head again. (It's detected
during the 'working' setup but then disappears upon reprobing.) So X
choose the intersection of the available modes, 1024x768. But that
doesn't explain why the LVDS exists (it prints the EDID for it) but it
thinks it is disconnected.
The difference in the dmesg is:
------------[ cut here ]------------
WARNING: at fs/sysfs/dir.c:455 sysfs_add_one+0x92/0xa6()
Hardware name: Latitude E6400
sysfs: cannot create duplicate filename
'/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0/device'
Modules linked in: i915(+) drm_kms_helper drm i2c_algo_bit i2c_core video
Pid: 906, comm: modprobe Not tainted 2.6.38-git14 #1
Call Trace:
[<ffffffff8103319b>] warn_slowpath_common+0x80/0x98
[<ffffffff81033247>] warn_slowpath_fmt+0x41/0x43
[<ffffffff811253d0>] sysfs_add_one+0x92/0xa6
[<ffffffff81125ad6>] sysfs_do_create_link+0xf3/0x186
[<ffffffffa000175f>] acpi_video_bus_add+0x982/0xc87 [video]
which can be temporary fixed by reverting 9661e92c10a97752. But I don't
immediately see how that would cause the LVDS to be declared disconnected.
Can you add drm.debug=0xe to your grub kernel parameters and attach a
fresh dmesg?
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: regression: GM45 on Dell Latitude E6400 display from 1440x900 to 1024x768 somewhere between 2.6.38-git2 and -git7
2011-03-24 12:27 ` Chris Wilson
@ 2011-03-24 13:11 ` Alessandro Suardi
2011-03-24 13:30 ` [PATCH] drm/i915/lvds: Always return connected in the absence of better information Chris Wilson
0 siblings, 1 reply; 8+ messages in thread
From: Alessandro Suardi @ 2011-03-24 13:11 UTC (permalink / raw)
To: Chris Wilson; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2837 bytes --]
On Thu, Mar 24, 2011 at 1:27 PM, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> On Thu, 24 Mar 2011 13:03:55 +0100, Alessandro Suardi <alessandro.suardi@gmail.com> wrote:
>> OK - attaching in .tgz as they'd probably cross lkml size limits:
>
> Ok, the clue to the bizarre sizing is:
>
> [ 376.501] (WW) intel(0): No outputs definitely connected, trying again...
> [ 376.501] (II) intel(0): Output LVDS1 connected
> [ 376.501] (II) intel(0): Output VGA1 disconnected
> [ 376.501] (II) intel(0): Output HDMI1 disconnected
> [ 376.501] (II) intel(0): Output DP1 disconnected
> [ 376.501] (II) intel(0): Output HDMI2 disconnected
> [ 376.501] (II) intel(0): Output DP2 disconnected
> [ 376.501] (II) intel(0): Output DP3 disconnected
> [ 376.501] (II) intel(0): Output TV1 connected
> [ 376.502] (II) intel(0): Using fuzzy aspect match for initial modes
> [ 376.502] (II) intel(0): Output LVDS1 using initial mode 1024x768 +0+0
> [ 376.502] (II) intel(0): Output TV1 using initial mode 1024x768 +0+0
>
> Transient false TV detection rears its ugly head again. (It's detected
> during the 'working' setup but then disappears upon reprobing.) So X
> choose the intersection of the available modes, 1024x768. But that
> doesn't explain why the LVDS exists (it prints the EDID for it) but it
> thinks it is disconnected.
>
> The difference in the dmesg is:
>
> ------------[ cut here ]------------
> WARNING: at fs/sysfs/dir.c:455 sysfs_add_one+0x92/0xa6()
> Hardware name: Latitude E6400
> sysfs: cannot create duplicate filename
> '/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0/device'
> Modules linked in: i915(+) drm_kms_helper drm i2c_algo_bit i2c_core video
> Pid: 906, comm: modprobe Not tainted 2.6.38-git14 #1
> Call Trace:
> [<ffffffff8103319b>] warn_slowpath_common+0x80/0x98
> [<ffffffff81033247>] warn_slowpath_fmt+0x41/0x43
> [<ffffffff811253d0>] sysfs_add_one+0x92/0xa6
> [<ffffffff81125ad6>] sysfs_do_create_link+0xf3/0x186
> [<ffffffffa000175f>] acpi_video_bus_add+0x982/0xc87 [video]
>
> which can be temporary fixed by reverting 9661e92c10a97752. But I don't
> immediately see how that would cause the LVDS to be declared disconnected.
> Can you add drm.debug=0xe to your grub kernel parameters and attach a
> fresh dmesg?
The WARNING is a separate issue which popped up later.
Summarizing in this respect,
2.6.38-git2: no WARNING, correct display
2.6.38-git3..6: no tests performed due to kernel build failure
2.6.38-git7..11: no WARNING, wrong display
2.6.38-git12-13: no tests performed due to no time
2.6.38-git14: WARNING present, wrong display
Here you go with the drm debug dmesg for -git14... thanks !
--alessandro
"There's always a siren singing you to shipwreck"
(Radiohead, "There There")
[-- Attachment #2: dmesg-2638git14-drmdebug.out --]
[-- Type: application/octet-stream, Size: 74751 bytes --]
Linux version 2.6.38-git14 (asuardi@duff) (gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) ) #1 SMP Thu Mar 24 02:51:49 CET 2011
Command line: ro root=UUID=08bf8322-1485-4d60-82cf-7c52e1ec30ec resume=/dev/sda5 drm.debug=0xe
KERNEL supported cpus:
Intel GenuineIntel
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
BIOS-e820: 0000000000100000 - 00000000dd04d400 (usable)
BIOS-e820: 00000000dd04d400 - 00000000dd04f400 (ACPI NVS)
BIOS-e820: 00000000dd04f400 - 00000000e0000000 (reserved)
BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
NX (Execute Disable) protection: active
DMI 2.4 present.
DMI: Dell Inc. Latitude E6400 /0HT027, BIOS A11 12/17/2008
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0x120000 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
00000-9FFFF write-back
A0000-BFFFF uncachable
C0000-CFFFF write-protect
D0000-EFFFF uncachable
F0000-FFFFF write-protect
MTRR variable ranges enabled:
0 base 000000000 mask 800000000 write-back
1 base 0E0000000 mask FE0000000 uncachable
2 base 0DDC00000 mask FFFC00000 uncachable
3 base 0DE000000 mask FFE000000 uncachable
4 disabled
5 disabled
6 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 00000000ddc00000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0xdd04d max_arch_pfn = 0x400000000
initial memory mapped : 0 - 20000000
Base memory trampoline at [ffff88000009a000] 9a000 size 20480
init_memory_mapping: 0000000000000000-00000000dd04d000
0000000000 - 00dd000000 page 2M
00dd000000 - 00dd04d000 page 4k
kernel direct mapping tables up to dd04d000 @ dd047000-dd04d000
init_memory_mapping: 0000000100000000-0000000120000000
0100000000 - 0120000000 page 2M
kernel direct mapping tables up to 120000000 @ 11fffa000-120000000
RAMDISK: 37813000 - 37ff0000
ACPI: RSDP 00000000000fb9c0 00024 (v02 DELL )
ACPI: XSDT 00000000dd051e00 0006C (v01 DELL M09 27D80C11 ASL 00000061)
ACPI: FACP 00000000dd051c9c 000F4 (v04 DELL M09 27D80C11 ASL 00000061)
ACPI: DSDT 00000000dd052400 06A2B (v02 INT430 SYSFexxx 00001001 INTL 20050624)
ACPI: FACS 00000000dd060c00 00040
ACPI: HPET 00000000dd051f00 00038 (v01 DELL M09 00000001 ASL 00000061)
ACPI: ____ 00000000dd060400 00030 (v01 DELL M09 27D80C11 ASL 00000061)
ACPI: APIC 00000000dd052000 00068 (v01 DELL M09 27D80C11 ASL 00000047)
ACPI: ASF! 00000000dd051c00 0006A (v32 DELL M09 27D80C11 ASL 00000061)
ACPI: MCFG 00000000dd051fc0 0003E (v16 DELL M09 27D80C11 ASL 00000061)
ACPI: TCPA 00000000dd052300 00032 (v01 00000000 ASL 00000000)
ACPI: SLIC 00000000dd05209c 00176 (v01 DELL M09 27D80C11 ASL 00000061)
ACPI: SSDT 00000000dd05032d 0066C (v01 PmRef CpuPm 00003000 INTL 20050624)
ACPI: Local APIC address 0xfee00000
[ffffea0000000000-ffffea0003ffffff] PMD -> [ffff880110000000-ffff8801139fffff] on node 0
Zone PFN ranges:
DMA 0x00000010 -> 0x00001000
DMA32 0x00001000 -> 0x00100000
Normal 0x00100000 -> 0x00120000
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
0: 0x00000010 -> 0x0000009f
0: 0x00000100 -> 0x000dd04d
0: 0x00100000 -> 0x00120000
On node 0 totalpages: 1036252
DMA zone: 56 pages used for memmap
DMA zone: 5 pages reserved
DMA zone: 3922 pages, LIFO batch:0
DMA32 zone: 14280 pages used for memmap
DMA32 zone: 886917 pages, LIFO batch:31
Normal zone: 1792 pages used for memmap
Normal zone: 129280 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 40
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
PM: Registered nosave memory: 00000000dd04d000 - 00000000dd04e000
PM: Registered nosave memory: 00000000dd04e000 - 00000000dd04f000
PM: Registered nosave memory: 00000000dd04f000 - 00000000dd050000
PM: Registered nosave memory: 00000000dd050000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
PM: Registered nosave memory: 00000000fec10000 - 00000000fed18000
PM: Registered nosave memory: 00000000fed18000 - 00000000fed1c000
PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
PM: Registered nosave memory: 00000000fed20000 - 00000000fed90000
PM: Registered nosave memory: 00000000fed90000 - 00000000feda0000
PM: Registered nosave memory: 00000000feda0000 - 00000000feda6000
PM: Registered nosave memory: 00000000feda6000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee10000
PM: Registered nosave memory: 00000000fee10000 - 00000000ffe60000
PM: Registered nosave memory: 00000000ffe60000 - 0000000100000000
Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 26 pages/cpu @ffff88011fc00000 s73792 r8192 d24512 u1048576
pcpu-alloc: s73792 r8192 d24512 u1048576 alloc=1*2097152
pcpu-alloc: [0] 0 1
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1020119
Kernel command line: ro root=UUID=08bf8322-1485-4d60-82cf-7c52e1ec30ec resume=/dev/sda5 drm.debug=0xe
PID hash table entries: 4096 (order: 3, 32768 bytes)
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Memory: 3998692k/4718592k available (3455k kernel code, 573584k absent, 146316k reserved, 1790k data, 464k init)
SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Hierarchical RCU implementation.
RCU-based detection of stalled CPUs is disabled.
NR_IRQS:384
Extended CMOS year: 2000
Console: colour VGA+ 80x25
console [tty0] enabled
hpet clockevent registered
Fast TSC calibration using PIT
Detected 2527.059 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 5054.11 BogoMIPS (lpj=2527059)
pid_max: default: 32768 minimum: 301
Security Framework initialized
SELinux: Initializing.
SELinux: Starting in permissive mode
Mount-cache hash table entries: 256
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 6 MCE banks
CPU0: Thermal monitoring enabled (TM2)
using mwait in idle threads.
ACPI: Core revision 20110112
Setting APIC routing to flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
... version: 2
... bit width: 40
... generic registers: 2
... value mask: 000000ffffffffff
... max period: 000000007fffffff
... fixed-purpose events: 3
... event mask: 0000000700000003
Booting Node 0, Processors #1 Ok.
smpboot cpu 1: start_ip = 9a000
Brought up 2 CPUs
Total of 2 processors activated (10107.84 BogoMIPS).
devtmpfs: initialized
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
PCI: Using configuration type 1 for base access
dmi type 0xB1 record - unknown flag
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
[Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
ACPI: SSDT 00000000dd050999 00281 (v01 PmRef BspIst 00003000 INTL 20050624)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 00281 (v01 PmRef BspIst 00003000 INTL 20050624)
ACPI: SSDT 00000000dd050df1 005C6 (v01 PmRef BspCst 00003001 INTL 20050624)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 005C6 (v01 PmRef BspCst 00003001 INTL 20050624)
ACPI: SSDT 00000000dd050c1a 001D7 (v01 PmRef ApIst 00003000 INTL 20050624)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 001D7 (v01 PmRef ApIst 00003000 INTL 20050624)
ACPI: SSDT 00000000dd0513b7 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: GPE = 0x11, I/O: command/status = 0x934, data = 0x930
ACPI: No dock devices found.
HEST: Table not found.
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xf7ffffff]
pci_root PNP0A03:00: host bridge window [mem 0xfc000000-0xfebfffff]
pci_root PNP0A03:00: host bridge window [mem 0xfec10000-0xfecfffff]
pci_root PNP0A03:00: host bridge window [mem 0xfed1c000-0xfed1ffff]
pci_root PNP0A03:00: host bridge window [mem 0xfed90000-0xfed9ffff]
pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
pci_root PNP0A03:00: host bridge window [mem 0xfeda7000-0xfedfffff]
pci_root PNP0A03:00: host bridge window [mem 0xfee10000-0xff9fffff]
pci_root PNP0A03:00: host bridge window [mem 0xffc00000-0xffdfffff]
pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
pci 0000:00:02.0: [8086:2a42] type 0 class 0x000300
pci 0000:00:02.0: reg 10: [mem 0xf6c00000-0xf6ffffff 64bit]
pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
pci 0000:00:02.0: reg 20: [io 0xef98-0xef9f]
pci 0000:00:02.1: [8086:2a43] type 0 class 0x000380
pci 0000:00:02.1: reg 10: [mem 0xf6b00000-0xf6bfffff 64bit]
pci 0000:00:19.0: [8086:10f5] type 0 class 0x000200
pci 0000:00:19.0: reg 10: [mem 0xf6ae0000-0xf6afffff]
pci 0000:00:19.0: reg 14: [mem 0xf6adb000-0xf6adbfff]
pci 0000:00:19.0: reg 18: [io 0xefe0-0xefff]
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
pci 0000:00:1a.0: reg 20: [io 0x6f60-0x6f7f]
pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
pci 0000:00:1a.1: reg 20: [io 0x6f80-0x6f9f]
pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
pci 0000:00:1a.2: reg 20: [io 0x6fa0-0x6fbf]
pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
pci 0000:00:1a.7: reg 10: [mem 0xfed1c400-0xfed1c7ff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
pci 0000:00:1b.0: reg 10: [mem 0xf6adc000-0xf6adffff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1c.2: [8086:2944] type 1 class 0x000604
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.3: [8086:2946] type 1 class 0x000604
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: PME# disabled
pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
pci 0000:00:1d.0: reg 20: [io 0x6f00-0x6f1f]
pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
pci 0000:00:1d.1: reg 20: [io 0x6f20-0x6f3f]
pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
pci 0000:00:1d.2: reg 20: [io 0x6f40-0x6f5f]
pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
pci 0000:00:1d.7: reg 10: [mem 0xfed1c000-0xfed1c3ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
pci 0000:00:1f.0: [8086:2917] type 0 class 0x000601
pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
pci 0000:00:1f.2: reg 10: [io 0x6e70-0x6e77]
pci 0000:00:1f.2: reg 14: [io 0x6e78-0x6e7b]
pci 0000:00:1f.2: reg 18: [io 0x6e80-0x6e87]
pci 0000:00:1f.2: reg 1c: [io 0x6e88-0x6e8b]
pci 0000:00:1f.2: reg 20: [io 0x6ea0-0x6ebf]
pci 0000:00:1f.2: reg 24: [mem 0xfed1c800-0xfed1cfff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
pci 0000:00:1f.3: reg 10: [mem 0xf6adaf00-0xf6adafff 64bit]
pci 0000:00:1f.3: reg 20: [io 0x1100-0x111f]
pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:0c:00.0: [14e4:432b] type 0 class 0x000280
pci 0000:0c:00.0: reg 10: [mem 0xf69fc000-0xf69fffff 64bit]
pci 0000:0c:00.0: supports D1 D2
pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0c:00.0: PME# disabled
pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
pci 0000:00:1c.1: bridge window [mem 0xf6900000-0xf69fffff]
pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1c.2: PCI bridge to [bus 0d-0d]
pci 0000:00:1c.2: bridge window [io 0xf000-0x0000] (disabled)
pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1c.3: PCI bridge to [bus 0e-0f]
pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
pci 0000:00:1c.3: bridge window [mem 0xf6600000-0xf68fffff]
pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
pci 0000:03:01.0: [1180:0832] type 0 class 0x000c00
pci 0000:03:01.0: proprietary Ricoh MMC controller disabled (via firewire function)
pci 0000:03:01.0: MMC cards are now supported by standard SDHCI controller
pci 0000:03:01.0: reg 10: [mem 0xf65ff800-0xf65fffff]
pci 0000:03:01.0: supports D1 D2
pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:01.0: PME# disabled
pci 0000:03:01.1: [1180:0822] type 0 class 0x000805
pci 0000:03:01.1: reg 10: [mem 0xf65ff600-0xf65ff6ff]
pci 0000:03:01.1: supports D1 D2
pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:01.1: PME# disabled
pci 0000:03:01.2: [1180:0843] type 0 class 0x000805
pci 0000:03:01.2: reg 10: [mem 0xf65ff700-0xf65ff7ff]
pci 0000:03:01.2: supports D1 D2
pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:01.2: PME# disabled
pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
pci 0000:00:1e.0: bridge window [mem 0xf6500000-0xf65fffff]
pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xfc000000-0xfebfffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xfec10000-0xfecfffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xfed1c000-0xfed1ffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xfed90000-0xfed9ffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xfeda7000-0xfedfffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xfee10000-0xff9fffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xffc00000-0xffdfffff] (subtractive decode)
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
pci0000:00: Requesting ACPI _OSC control (0x15)
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
reserve RAM buffer: 000000000009f000 - 000000000009ffff
reserve RAM buffer: 00000000dd04d400 - 00000000dfffffff
HPET: 4 timers in total, 0 timers will be used for per-cpu timer
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource hpet
Switched to NOHz mode on CPU #0
Switched to NOHz mode on CPU #1
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:00: [bus 00-ff]
pnp 00:00: [io 0x0000-0x0cf7 window]
pnp 00:00: [io 0x0cf8-0x0cff]
pnp 00:00: [io 0x0d00-0xffff window]
pnp 00:00: [mem 0x000a0000-0x000bffff window]
pnp 00:00: [mem 0x000d0000-0x000dffff window]
pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
pnp 00:00: [mem 0xfc000000-0xfebfffff window]
pnp 00:00: [mem 0xfec10000-0xfecfffff window]
pnp 00:00: [mem 0xfed1c000-0xfed1ffff window]
pnp 00:00: [mem 0xfed90000-0xfed9ffff window]
pnp 00:00: [mem 0xfed40000-0xfed44fff window]
pnp 00:00: [mem 0xfeda7000-0xfedfffff window]
pnp 00:00: [mem 0xfee10000-0xff9fffff window]
pnp 00:00: [mem 0xffc00000-0xffdfffff window]
pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
pnp 00:01: [irq 12]
pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 (active)
pnp 00:02: [io 0x0060]
pnp 00:02: [io 0x0064]
pnp 00:02: [io 0x0062]
pnp 00:02: [io 0x0066]
pnp 00:02: [irq 1]
pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
pnp 00:03: [io 0x0070-0x0071]
pnp 00:03: [irq 8]
pnp 00:03: [io 0x0072-0x0077]
pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp 00:04: [io 0x0061]
pnp 00:04: [io 0x0063]
pnp 00:04: [io 0x0065]
pnp 00:04: [io 0x0067]
pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
pnp 00:05: [io 0x002e-0x002f]
pnp 00:05: [io 0x0c80-0x0caf]
pnp 00:05: [io 0x0cc0-0x0cff]
system 00:05: [io 0x0c80-0x0caf] has been reserved
system 00:05: [io 0x0cc0-0x0cff] could not be reserved
system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp 00:06: [dma 4]
pnp 00:06: [io 0x0000-0x000f]
pnp 00:06: [io 0x0080-0x0085]
pnp 00:06: [io 0x0087-0x008f]
pnp 00:06: [io 0x00c0-0x00df]
pnp 00:06: [io 0x0010-0x001f]
pnp 00:06: [io 0x0090-0x0091]
pnp 00:06: [io 0x0093-0x009f]
pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:07: [io 0x00f0-0x00ff]
pnp 00:07: [irq 13]
pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
pnp 00:08: [mem 0xfed00000-0xfed003ff]
system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved
system 00:08: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
pnp 00:09: [irq 3]
pnp 00:09: [io 0x02f8-0x02ff]
pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
pnp 00:0a: [mem 0xfed40000-0xfed44fff]
pnp 00:0a: [io 0x0cb0-0x0cbb]
system 00:0a: [io 0x0cb0-0x0cbb] has been reserved
system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp 00:0b: [io 0x0900-0x092f]
pnp 00:0b: [io 0x0931-0x0933]
pnp 00:0b: [io 0x0935-0x097f]
pnp 00:0b: [io 0x0092]
pnp 00:0b: [io 0x00b2-0x00b3]
pnp 00:0b: [io 0x0020-0x0021]
pnp 00:0b: [io 0x00a0-0x00a1]
pnp 00:0b: [irq 0 disabled]
pnp 00:0b: [io 0x04d0-0x04d1]
pnp 00:0b: [io 0x1000-0x1005]
pnp 00:0b: [io 0x1008-0x100f]
system 00:0b: [io 0x0900-0x092f] has been reserved
system 00:0b: [io 0x0931-0x0933] has been reserved
system 00:0b: [io 0x0935-0x097f] has been reserved
system 00:0b: [io 0x04d0-0x04d1] has been reserved
system 00:0b: [io 0x1000-0x1005] has been reserved
system 00:0b: [io 0x1008-0x100f] has been reserved
system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp 00:0c: [io 0xf400-0xf4fe]
pnp 00:0c: [io 0x0086]
pnp 00:0c: [io 0x1006-0x1007]
pnp 00:0c: [io 0x100a-0x1059]
pnp 00:0c: [io 0x1060-0x107f]
pnp 00:0c: [io 0x1080-0x10bf]
pnp 00:0c: [io 0x1100-0x111f]
pnp 00:0c: [io 0x1010-0x102f]
pnp 00:0c: [io 0x0809]
system 00:0c: [io 0xf400-0xf4fe] has been reserved
system 00:0c: [io 0x1006-0x1007] has been reserved
system 00:0c: [io 0x100a-0x1059] could not be reserved
system 00:0c: [io 0x1060-0x107f] has been reserved
system 00:0c: [io 0x1080-0x10bf] has been reserved
system 00:0c: [io 0x1100-0x111f] has been reserved
system 00:0c: [io 0x1010-0x102f] has been reserved
system 00:0c: [io 0x0809] has been reserved
system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp 00:0d: [mem 0x00000000-0x0009efff]
pnp 00:0d: [mem 0x0009f000-0x0009ffff]
pnp 00:0d: [mem 0x000c0000-0x000cffff]
pnp 00:0d: [mem 0x000e0000-0x000fffff]
pnp 00:0d: [mem 0x00100000-0xdd04d3ff]
pnp 00:0d: [mem 0xdd04d400-0xddafffff]
pnp 00:0d: [mem 0xddb00000-0xddbfffff]
pnp 00:0d: [mem 0xffe00000-0xffffffff]
pnp 00:0d: [mem 0xffa00000-0xffbfffff]
pnp 00:0d: [mem 0xfec00000-0xfec0ffff]
pnp 00:0d: [mem 0xfee00000-0xfee0ffff]
pnp 00:0d: [mem 0xfed20000-0xfed3ffff]
pnp 00:0d: [mem 0xfed45000-0xfed8ffff]
pnp 00:0d: [mem 0xfeda0000-0xfeda3fff]
pnp 00:0d: [mem 0xfeda4000-0xfeda4fff]
pnp 00:0d: [mem 0xfeda5000-0xfeda5fff]
pnp 00:0d: [mem 0xfeda6000-0xfeda6fff]
pnp 00:0d: [mem 0xfed1c800-0xfed1cfff]
pnp 00:0d: [mem 0xfed18000-0xfed1bfff]
pnp 00:0d: [mem 0xf8000000-0xfbffffff]
system 00:0d: [mem 0x00000000-0x0009efff] could not be reserved
system 00:0d: [mem 0x0009f000-0x0009ffff] could not be reserved
system 00:0d: [mem 0x000c0000-0x000cffff] has been reserved
system 00:0d: [mem 0x000e0000-0x000fffff] has been reserved
system 00:0d: [mem 0x00100000-0xdd04d3ff] could not be reserved
system 00:0d: [mem 0xdd04d400-0xddafffff] could not be reserved
system 00:0d: [mem 0xddb00000-0xddbfffff] has been reserved
system 00:0d: [mem 0xffe00000-0xffffffff] could not be reserved
system 00:0d: [mem 0xffa00000-0xffbfffff] has been reserved
system 00:0d: [mem 0xfec00000-0xfec0ffff] could not be reserved
system 00:0d: [mem 0xfee00000-0xfee0ffff] has been reserved
system 00:0d: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:0d: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:0d: [mem 0xfeda0000-0xfeda3fff] has been reserved
system 00:0d: [mem 0xfeda4000-0xfeda4fff] has been reserved
system 00:0d: [mem 0xfeda5000-0xfeda5fff] has been reserved
system 00:0d: [mem 0xfeda6000-0xfeda6fff] has been reserved
system 00:0d: [mem 0xfed1c800-0xfed1cfff] has been reserved
system 00:0d: [mem 0xfed18000-0xfed1bfff] has been reserved
system 00:0d: [mem 0xf8000000-0xfbffffff] has been reserved
system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
pci 0000:00:1c.2: BAR 7: assigned [io 0x2000-0x2fff]
pci 0000:00:1c.1: BAR 7: assigned [io 0x3000-0x3fff]
pci 0000:00:1c.0: BAR 7: assigned [io 0x4000-0x4fff]
pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
pci 0000:00:1c.0: bridge window [mem disabled]
pci 0000:00:1c.0: bridge window [mem pref disabled]
pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.1: bridge window [mem 0xf6900000-0xf69fffff]
pci 0000:00:1c.1: bridge window [mem pref disabled]
pci 0000:00:1c.2: PCI bridge to [bus 0d-0d]
pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
pci 0000:00:1c.2: bridge window [mem disabled]
pci 0000:00:1c.2: bridge window [mem pref disabled]
pci 0000:00:1c.3: PCI bridge to [bus 0e-0f]
pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
pci 0000:00:1c.3: bridge window [mem 0xf6600000-0xf68fffff]
pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 03-03]
pci 0000:00:1e.0: bridge window [io disabled]
pci 0000:00:1e.0: bridge window [mem 0xf6500000-0xf65fffff]
pci 0000:00:1e.0: bridge window [mem pref disabled]
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff]
pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff]
pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff]
pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff]
pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff]
pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff]
pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff]
pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff]
pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff]
pci_bus 0000:0b: resource 0 [io 0x4000-0x4fff]
pci_bus 0000:0c: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:0c: resource 1 [mem 0xf6900000-0xf69fffff]
pci_bus 0000:0d: resource 0 [io 0x2000-0x2fff]
pci_bus 0000:0e: resource 0 [io 0xd000-0xdfff]
pci_bus 0000:0e: resource 1 [mem 0xf6600000-0xf68fffff]
pci_bus 0000:0e: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
pci_bus 0000:03: resource 1 [mem 0xf6500000-0xf65fffff]
pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
pci_bus 0000:03: resource 8 [mem 0xe0000000-0xf7ffffff]
pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff]
pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff]
pci_bus 0000:03: resource 11 [mem 0xfed1c000-0xfed1ffff]
pci_bus 0000:03: resource 12 [mem 0xfed90000-0xfed9ffff]
pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff]
pci_bus 0000:03: resource 14 [mem 0xfeda7000-0xfedfffff]
pci_bus 0000:03: resource 15 [mem 0xfee10000-0xff9fffff]
pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffdfffff]
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
IPv4 FIB: Using LC-trie version 0.409
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
UDP hash table entries: 2048 (order: 4, 65536 bytes)
UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
NET: Registered protocol family 1
pci 0000:00:02.0: Boot video device
PCI: CLS 64 bytes, default 64
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 8052k freed
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff8800d9047000 - ffff8800dd047000
software IO TLB at phys 0xd9047000 - 0xdd047000
audit: initializing netlink socket (disabled)
type=2000 audit(1300970840.533:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 7825
SELinux: Registering netfilter hooks
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:1c.0: setting latency timer to 64
pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
pcieport 0000:00:1c.1: setting latency timer to 64
pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
pcieport 0000:00:1c.2: setting latency timer to 64
pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
pcieport 0000:00:1c.3: setting latency timer to 64
pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
intel_idle: MWAIT substates: 0x3122220
intel_idle: does not run on family 6 model 23
ACPI: AC Adapter [AC] (on-line)
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
ACPI: Lid Switch [LID]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
ACPI: Power Button [PBTN]
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
ACPI: Sleep Button [SBTN]
ACPI: acpi_idle registered with cpuidle
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
Marking TSC unstable due to TSC halts in idle
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: Thermal Zone [THM] (45 C)
ERST: Table is not found!
GHES: HEST is not enabled!
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Battery Slot [BAT1] (battery absent)
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel GM45 Chipset
agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
agpgart-intel 0000:00:00.0: detected 32768K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
brd: module loaded
loop: module loaded
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
ahci: SSS flag set, parallel bus scan disabled
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c900 irq 44
ata2: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c980 irq 44
ata3: DUMMY
ata4: DUMMY
ata5: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb00 irq 44
ata6: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb80 irq 44
e1000e: Intel(R) PRO/1000 Network Driver - 1.3.10-k2
e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
e1000e 0000:00:19.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
e1000e 0000:00:19.0: setting latency timer to 64
e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:21:70:e7:9f:05
e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 1004FF-0FF
usbcore: registered new interface driver sierra_net
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.38-git14 ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.38-git14 ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.38-git14 uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.38-git14 uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:1a.2: setting latency timer to 64
uhci_hcd 0000:00:1a.2: UHCI Host Controller
uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.38-git14 uhci_hcd
usb usb5: SerialNumber: 0000:00:1a.2
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.38-git14 uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.0
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.38-git14 uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.1
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb8: Product: UHCI Host Controller
usb usb8: Manufacturer: Linux 2.6.38-git14 uhci_hcd
usb usb8: SerialNumber: 0000:00:1d.2
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042: Warning: Keylock active
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mousedev: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
oprofile: using NMI interrupt.
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
NET: Registered protocol family 15
Registering the dns_resolver key type
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
PM: Checking hibernation image partition /dev/sda5
ata1.00: ATA-8: ST9160411ASG, DE17, max UDMA/133
ata1.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access ATA ST9160411ASG DE17 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 >
sd 0:0:0:0: [sda] Attached SCSI disk
usb 3-1: new full speed USB device number 2 using uhci_hcd
input: DualPoint Stick as /devices/platform/i8042/serio1/input/input4
input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5
usb 3-1: New USB device found, idVendor=0a5c, idProduct=4500
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: BCM2046B1
usb 3-1: Manufacturer: Broadcom
hub 3-1:1.0: USB hub found
hub 3-1:1.0: 3 ports detected
usb 5-1: new full speed USB device number 2 using uhci_hcd
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
usb 5-1: New USB device found, idVendor=0a5c, idProduct=5801
usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 5-1: Product: 5880
usb 5-1: Manufacturer: Broadcom Corp
usb 5-1: SerialNumber: 0123456789ABCD
usb 5-1: config 0 descriptor??
ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-U633A, D200, max UDMA/100
ata2.00: applying bridge limits
ata2.00: configured for UDMA/100
scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-U633A D200 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg1 type 5
usb 3-1.1: new full speed USB device number 3 using uhci_hcd
usb 3-1.1: New USB device found, idVendor=413c, idProduct=8157
usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
input: HID 413c:8157 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input6
generic-usb 0003:413C:8157.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8157] on usb-0000:00:1a.0-1.1/input0
usb 3-1.2: new full speed USB device number 4 using uhci_hcd
ata5: SATA link down (SStatus 0 SControl 300)
usb 3-1.2: New USB device found, idVendor=413c, idProduct=8158
usb 3-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
input: HID 413c:8158 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input7
generic-usb 0003:413C:8158.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8158] on usb-0000:00:1a.0-1.2/input0
ata6: SATA link down (SStatus 0 SControl 300)
PM: Hibernation image partition 8:5 present
PM: Looking for hibernation image.
PM: Image not found (code -22)
PM: Hibernation image not present or could not be loaded.
Freeing unused kernel memory: 464k freed
dracut: dracut-006-6.fc14
udev[901]: starting version 161
[drm] Initialized drm 1.1.0 20060810
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[drm] MTRR allocation failed. Graphics performance may suffer.
[drm:intel_opregion_setup], graphic opregion physical addr: 0xdd04d400
[drm:intel_opregion_setup], Public ACPI methods supported
[drm:intel_opregion_setup], SWSCI supported
[drm:intel_opregion_setup], ASLE supported
i915 0000:00:02.0: irq 46 for MSI/MSI-X
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] Driver supports precise vblank timestamp query.
[drm:init_status_page], render ring hws offset: 0x00000000
[drm:init_ring_common], render ring head not reset to zero ctl 00000000 head 00001000 tail 00000000 start 00001000
[drm:init_status_page], bsd ring hws offset: 0x00021000
[drm:i915_setup_compression], FBC base 0xde000000, ll base 0x00000000, size 28M
[drm:intel_parse_bios], Using VBT from OpRegion: $VBT CANTIGA d
[drm:parse_general_definitions], crt_ddc_bus_pin: 2
[drm:parse_lfp_panel_data], Found panel mode in BIOS VBT tables:
[drm:drm_mode_debug_printmodeline], Modeline 0:"1440x900" 0 101600 1440 1488 1520 1824 900 903 909 926 0x8 0xa
[drm:parse_sdvo_panel_data], Found SDVO panel mode in BIOS VBT tables:
[drm:drm_mode_debug_printmodeline], Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[drm:parse_sdvo_device_mapping], No SDVO device info is found in VBT
[drm:intel_dsm_pci_probe], no _DSM method for intel device
[drm:intel_modeset_init], 2 display pipes available.
[drm:intel_setup_outputs], probing SDVOB
[drm:intel_sdvo_read_byte], i2c transfer returned -6
[drm:intel_sdvo_init], No SDVO device found on SDVOB
[drm:intel_setup_outputs], probing HDMI on SDVOB
[drm:intel_setup_outputs], probing DP_B
[drm:intel_dp_i2c_init], i2c_init DPDDC-B
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[drm:intel_setup_outputs], probing SDVOC
[drm:intel_sdvo_read_byte], i2c transfer returned -6
[drm:intel_sdvo_init], No SDVO device found on SDVOC
[drm:intel_setup_outputs], probing HDMI on SDVOC
[drm:intel_setup_outputs], probing DP_C
[drm:intel_dp_i2c_init], i2c_init DPDDC-C
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[drm:intel_setup_outputs], probing DP_D
[drm:intel_dp_i2c_init], i2c_init DPDDC-D
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:intel_dp_i2c_aux_ch], aux_ch failed -110
[drm:intel_panel_get_backlight], get backlight PWM = 51510
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[drm:intel_panel_get_backlight], get backlight PWM = 51510
[drm:intel_panel_set_backlight], set backlight PWM = 0
[drm:intel_panel_get_max_backlight], max backlight PWM = 51765
[drm:i915_driver_irq_handler], pipe B underrun
[drm:intel_opregion_asle_intr], non asle set request??
[drm:gm45_get_vblank_counter], trying to get vblank count for disabled pipe A
[drm:i915_get_vblank_timestamp], crtc 0 is disabled
[drm:gm45_get_vblank_counter], trying to get vblank count for disabled pipe A
[drm:intel_wait_for_vblank], vblank wait timed out
[drm:intel_update_fbc],
[drm:intel_update_fbc], no output, disabling
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=-1, cursor=-30719, B: plane=-1610105384, cursor=487102872, SR: plane=0, cursor=0
[drm:i915_get_vblank_timestamp], crtc 1 is disabled
[drm:intel_update_fbc],
[drm:intel_update_fbc], no output, disabling
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=-1, cursor=-30719, B: plane=-1610105384, cursor=487102872, SR: plane=0, cursor=0
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[drm:drm_mode_debug_printmodeline], Modeline 45:"1440x900" 60 101600 1440 1488 1520 1824 900 903 909 926 0x48 0x9
[drm:drm_mode_debug_printmodeline], Modeline 46:"1440x900" 40 101600 1440 1488 1520 1824 900 910 920 1387 0x40 0x9
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:VGA-1]
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:VGA-1] disconnected
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:HDMI-A-1]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:HDMI-A-1] disconnected
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:18:DP-1]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:18:DP-1] disconnected
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:22:HDMI-A-2]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:22:HDMI-A-2] disconnected
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:24:DP-2]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:24:DP-2] disconnected
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-3]
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-3] disconnected
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:30:SVIDEO-1]
[drm:drm_crtc_helper_set_mode], [CRTC:3]
[drm:intel_panel_set_backlight], set backlight PWM = 0
[drm:intel_panel_get_max_backlight], max backlight PWM = 51765
[drm:intel_opregion_asle_intr], non asle set request??
[drm:intel_crtc_mode_set], Mode for pipe A:
[drm:drm_mode_debug_printmodeline], Modeline 0:"NTSC 480i" 0 107520 1280 1368 1496 1712 1024 1027 1034 1104 0x40 0x0
[drm:intel_crtc_mode_set], disabling CxSR downclocking
[drm:intel_pipe_set_base], No FB bound
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=0, cursor=-14080, B: plane=0, cursor=72810880, SR: plane=0, cursor=0
[drm:drm_crtc_helper_set_mode], [ENCODER:31:TV-31] set [MODE:0:NTSC 480i]
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=-1, cursor=-30719, B: plane=-1610020264, cursor=487101960, SR: plane=0, cursor=0
[drm:intel_update_fbc],
[drm:intel_update_fbc], no output, disabling
[drm:intel_panel_set_backlight], set backlight PWM = 0
[drm:intel_panel_get_max_backlight], max backlight PWM = 51765
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:30:SVIDEO-1] disconnected
[drm:drm_setup_crtcs],
[drm:drm_enable_connectors], connector 5 enabled? no
[drm:drm_enable_connectors], connector 12 enabled? no
[drm:drm_enable_connectors], connector 15 enabled? no
[drm:intel_opregion_asle_intr], non asle set request??
[drm:drm_enable_connectors], connector 18 enabled? no
[drm:drm_enable_connectors], connector 22 enabled? no
[drm:drm_enable_connectors], connector 24 enabled? no
[drm:drm_enable_connectors], connector 27 enabled? no
[drm:drm_enable_connectors], connector 30 enabled? no
[drm:drm_target_preferred], looking for cmdline mode on connector 5
[drm:drm_target_preferred], looking for preferred mode on connector 5
[drm:drm_target_preferred], found mode 1440x900
[drm:drm_setup_crtcs], picking CRTCs for 8192x8192 config
[drm:drm_setup_crtcs], desired mode 1440x900 set on crtc 4
[drm:intelfb_create], allocated 1440x900 fb: 0x00042000, bo ffff88011d1c8a00
fbcon: inteldrmfb (fb0) is primary device
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB]
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[drm:drm_crtc_helper_set_config], modes are different, full mode set
[drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[drm:drm_mode_debug_printmodeline], Modeline 8:"1440x900" 60 101600 1440 1488 1520 1824 900 903 909 926 0x48 0x9
[drm:drm_crtc_helper_set_config], encoder changed, full mode switch
[drm:drm_crtc_helper_set_config], crtc changed, full mode switch
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[drm:drm_crtc_helper_set_config], attempting to set mode from userspace
[drm:drm_mode_debug_printmodeline], Modeline 8:"1440x900" 60 101600 1440 1488 1520 1824 900 903 909 926 0x48 0x9
[drm:drm_crtc_helper_set_mode], [CRTC:4]
[drm:intel_crtc_mode_set], using SSC reference clock of 100 MHz
[drm:intel_crtc_mode_set], Mode for pipe B:
[drm:drm_mode_debug_printmodeline], Modeline 8:"1440x900" 60 101600 1440 1488 1520 1824 900 903 909 926 0x48 0x9
[drm:intel_crtc_mode_set], disabling CxSR downclocking
[drm:intel_pipe_set_base_atomic], Writing base 00042000 00000000 0 0 5760
[drm:intel_update_fbc],
[drm:intel_update_fbc], framebuffer not tiled, disabling compression
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=0, cursor=-14080, B: plane=34, cursor=6, SR: plane=0, cursor=0
[drm:drm_crtc_helper_set_mode], [ENCODER:6:LVDS-6] set [MODE:8:1440x900]
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=0, cursor=-30719, B: plane=34, cursor=6, SR: plane=0, cursor=0
[drm:intel_update_fbc],
[drm:intel_update_fbc], framebuffer not tiled, disabling compression
[drm:intel_lvds_enable], applying panel-fitter: 0, 0
[drm:intel_panel_set_backlight], set backlight PWM = 51510
[drm:intel_panel_get_max_backlight], max backlight PWM = 51765
[drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] set DPMS on
[drm:i915_driver_irq_handler], pipe A underrun
[drm:intel_opregion_asle_intr], non asle set request??
[drm:i915_driver_irq_handler], pipe A underrun
[drm:intel_opregion_asle_intr], non asle set request??
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
Console: switching to colour frame buffer device 180x56
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
fb0: inteldrmfb frame buffer device
drm: registered panic notifier
[drm:i915_driver_irq_handler], pipe A underrun
[drm:intel_opregion_asle_intr], non asle set request??
[drm:i915_driver_irq_handler], pipe A underrun
[drm:intel_opregion_asle_intr], non asle set request??
[drm:i915_driver_irq_handler], pipe A underrun
[drm:intel_opregion_asle_intr], non asle set request??
------------[ cut here ]------------
WARNING: at fs/sysfs/dir.c:455 sysfs_add_one+0x92/0xa6()
Hardware name: Latitude E6400
sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0/device'
Modules linked in: i915(+) drm_kms_helper drm i2c_algo_bit i2c_core video
Pid: 906, comm: modprobe Not tainted 2.6.38-git14 #1
Call Trace:
[<ffffffff8103319b>] warn_slowpath_common+0x80/0x98
[<ffffffff81033247>] warn_slowpath_fmt+0x41/0x43
[<ffffffff811253d0>] sysfs_add_one+0x92/0xa6
[<ffffffff81125ad6>] sysfs_do_create_link+0xf3/0x186
[<ffffffff81125b77>] sysfs_create_link+0xe/0x10
[<ffffffffa000175f>] acpi_video_bus_add+0x982/0xc87 [video]
[<ffffffff81125186>] ? sysfs_find_dirent+0x3a/0x54
[<ffffffff811c401e>] acpi_device_probe+0x4b/0x11d
[<ffffffff81220811>] driver_probe_device+0xbc/0x156
[<ffffffff81220903>] __driver_attach+0x58/0x7c
[<ffffffff812208ab>] ? __driver_attach+0x0/0x7c
[<ffffffff8121fa8b>] bus_for_each_dev+0x51/0x7d
[<ffffffff812204ed>] driver_attach+0x19/0x1b
[<ffffffff81220141>] bus_add_driver+0xab/0x1ff
[<ffffffff81220dfa>] driver_register+0x96/0x103
[<ffffffff811c4701>] acpi_bus_register_driver+0x3e/0x40
[<ffffffffa0000a97>] acpi_video_register+0x1b/0x34 [video]
[<ffffffffa006722b>] i915_driver_load+0xcd8/0xdb7 [i915]
[<ffffffff8121e4c6>] ? device_register+0x19/0x1e
[<ffffffffa0026357>] drm_get_pci_dev+0x168/0x26d [drm]
[<ffffffff810865d4>] ? trace_hardirqs_on+0x9/0x20
[<ffffffffa009811b>] i915_pci_probe+0x1b/0x1d [i915]
[<ffffffff811a3206>] local_pci_probe+0x3f/0x70
[<ffffffff811a3792>] pci_device_probe+0x65/0x96
[<ffffffff81125b77>] ? sysfs_create_link+0xe/0x10
[<ffffffff81220811>] driver_probe_device+0xbc/0x156
[<ffffffff81220903>] __driver_attach+0x58/0x7c
[<ffffffff812208ab>] ? __driver_attach+0x0/0x7c
[<ffffffff8121fa8b>] bus_for_each_dev+0x51/0x7d
[<ffffffff812204ed>] driver_attach+0x19/0x1b
[<ffffffff81220141>] bus_add_driver+0xab/0x1ff
[<ffffffff81220dfa>] driver_register+0x96/0x103
[<ffffffff811a39e2>] __pci_register_driver+0x51/0xbd
[<ffffffffa00264e6>] drm_pci_init+0x8a/0xef [drm]
[<ffffffffa00b7000>] ? i915_init+0x0/0x8d [i915]
[<ffffffffa00b708b>] i915_init+0x8b/0x8d [i915]
[<ffffffff810002e0>] do_one_initcall+0x7a/0x12e
[<ffffffff81062752>] sys_init_module+0xa1/0x1df
[<ffffffff8135c8fb>] system_call_fastpath+0x16/0x1b
---[ end trace e5916ed43f355174 ]---
ACPI: Create sysfs link
acpi device:3c: registered as cooling_device2
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input8
ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
[Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
dracut: Starting plymouth daemon
[drm:i915_driver_open],
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB]
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[drm:i915_driver_open],
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB]
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[drm:i915_driver_open],
[drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[drm:drm_mode_getresources], CRTC[2] CONNECTORS[8] ENCODERS[8]
[drm:drm_mode_getconnector], [CONNECTOR:5:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:LVDS-1] probed modes :
[drm:drm_mode_debug_printmodeline], Modeline 45:"1440x900" 60 101600 1440 1488 1520 1824 900 903 909 926 0x48 0x9
[drm:drm_mode_debug_printmodeline], Modeline 46:"1440x900" 40 101600 1440 1488 1520 1824 900 910 920 1387 0x40 0x9
[drm:drm_mode_getconnector], [CONNECTOR:5:?]
[drm:drm_mode_getconnector], [CONNECTOR:12:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:VGA-1]
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:VGA-1] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:12:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:VGA-1]
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:12:VGA-1] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:15:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:HDMI-A-1]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:HDMI-A-1] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:15:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:HDMI-A-1]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:15:HDMI-A-1] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:18:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:18:DP-1]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:18:DP-1] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:18:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:18:DP-1]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:18:DP-1] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:22:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:22:HDMI-A-2]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:22:HDMI-A-2] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:22:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:22:HDMI-A-2]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:22:HDMI-A-2] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:24:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:24:DP-2]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:24:DP-2] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:24:?]
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:24:DP-2]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:24:DP-2] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:27:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-3]
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-3] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:27:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-3]
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:27:DP-3] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:30:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:30:SVIDEO-1]
[drm:drm_crtc_helper_set_mode], [CRTC:3]
[drm:intel_update_fbc],
[drm:intel_update_fbc], framebuffer not tiled, disabling compression
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=-1, cursor=-30719, B: plane=34, cursor=6, SR: plane=0, cursor=0
[drm:intel_crtc_mode_set], Mode for pipe A:
[drm:drm_mode_debug_printmodeline], Modeline 0:"NTSC 480i" 0 107520 1280 1368 1496 1712 1024 1027 1034 1104 0x40 0x0
[drm:intel_crtc_mode_set], disabling CxSR downclocking
[drm:intel_pipe_set_base], No FB bound
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=0, cursor=-14080, B: plane=34, cursor=6, SR: plane=0, cursor=0
[drm:drm_crtc_helper_set_mode], [ENCODER:31:TV-31] set [MODE:0:NTSC 480i]
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=-1, cursor=-30719, B: plane=34, cursor=6, SR: plane=0, cursor=0
[drm:intel_update_fbc],
[drm:intel_update_fbc], framebuffer not tiled, disabling compression
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:30:SVIDEO-1] disconnected
[drm:drm_mode_getconnector], [CONNECTOR:30:?]
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:30:SVIDEO-1]
[drm:drm_crtc_helper_set_mode], [CRTC:3]
[drm:intel_update_fbc],
[drm:intel_update_fbc], framebuffer not tiled, disabling compression
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=-1, cursor=-30719, B: plane=34, cursor=6, SR: plane=0, cursor=0
[drm:intel_crtc_mode_set], Mode for pipe A:
[drm:drm_mode_debug_printmodeline], Modeline 0:"NTSC 480i" 0 107520 1280 1368 1496 1712 1024 1027 1034 1104 0x40 0x0
[drm:intel_crtc_mode_set], disabling CxSR downclocking
[drm:intel_pipe_set_base], No FB bound
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=0, cursor=-14080, B: plane=34, cursor=6, SR: plane=0, cursor=0
[drm:drm_crtc_helper_set_mode], [ENCODER:31:TV-31] set [MODE:0:NTSC 480i]
[drm:g4x_update_wm], Setting FIFO watermarks - A: plane=-1, cursor=-30719, B: plane=34, cursor=6, SR: plane=0, cursor=0
[drm:intel_update_fbc],
[drm:intel_update_fbc], framebuffer not tiled, disabling compression
[drm:drm_helper_probe_single_connector_modes], [CONNECTOR:30:SVIDEO-1] disconnected
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB]
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pci 0000:03:01.1: SDHCI controller found [1180:0822] (rev 21)
sdhci-pci 0000:03:01.1: PCI INT C -> GSI 18 (level, low) -> IRQ 18
mmc0: SDHCI controller on PCI [0000:03:01.1] using DMA
firewire_ohci 0000:03:01.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
firewire_ohci: Added fw-ohci device 0000:03:01.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
sdhci-pci 0000:03:01.2: SDHCI controller found [1180:0843] (rev 11)
sdhci-pci 0000:03:01.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
mmc1: SDHCI controller on PCI [0000:03:01.2] using DMA
firewire_core: created device fw0: GUID 314fc0000bd39c90, S400
PM: Starting manual resume from disk
PM: Hibernation image partition 8:5 present
PM: Looking for hibernation image.
PM: Image not found (code -22)
PM: Hibernation image not present or could not be loaded.
EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
dracut: Mounted root filesystem /dev/sda3
dracut: Loading SELinux policy
type=1404 audit(1300970846.309:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
SELinux: 2048 avtab hash slots, 215488 rules.
SELinux: 2048 avtab hash slots, 215488 rules.
SELinux: 9 users, 14 roles, 3520 types, 184 bools, 1 sens, 1024 cats
SELinux: 81 classes, 215488 rules
SELinux: Permission read_policy in class security not defined in policy.
SELinux: Permission syslog in class capability2 not defined in policy.
SELinux: the above unknown classes and permissions will be allowed
SELinux: Completing initialization.
SELinux: Setting up existing superblocks.
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev sda3, type ext4), uses xattr
type=1403 audit(1300970846.708:3): policy loaded auid=4294967295 ses=4294967295
dracut: Switching root
readahead-collector: starting
udev[1791]: starting version 161
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
microcode: CPU0 sig=0x10676, pf=0x80, revision=0x60c
lib80211: common routines for IEEE802.11 drivers
lib80211_crypt: registered algorithm 'NULL'
i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
input: PC Speaker as /devices/platform/pcspkr/input/input9
microcode: CPU1 sig=0x10676, pf=0x80, revision=0x60c
microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[drm:drm_crtc_helper_set_config],
[drm:drm_crtc_helper_set_config], [CRTC:4] [FB:9] #connectors=1 (x y) (0 0)
[drm:drm_crtc_helper_set_config], [CONNECTOR:5:LVDS-1] to [CRTC:4]
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
HDA Intel 0000:00:1b.0: setting latency timer to 64
usb 3-1.3: new full speed USB device number 5 using uhci_hcd
microcode: CPU0 updated to revision 0x60f, date = 2010-09-29
microcode: CPU1 updated to revision 0x60f, date = 2010-09-29
usb 3-1.3: New USB device found, idVendor=413c, idProduct=8156
usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1.3: Product: Dell Wireless 370 Bluetooth Mini-card
usb 3-1.3: Manufacturer: Dell Computer Corp
Bluetooth: Core ver 2.16
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
ALSA sound/pci/hda/hda_codec.c:4634: autoconfig: line_outs=1 (0xf/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:4638: speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:4642: hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:4643: mono: mono_out=0x0
ALSA sound/pci/hda/hda_codec.c:4647: inputs:
ALSA sound/pci/hda/hda_codec.c:4653:
ALSA sound/pci/hda/patch_sigmatel.c:3022: stac92xx: dac_nids=1 (0x10/0x0/0x0/0x0/0x0)
Bluetooth: Generic Bluetooth USB driver ver 0.6
usbcore: registered new interface driver btusb
wl: module license 'unspecified' taints kernel.
Disabling lock debugging due to kernel taint
wl 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
wl 0000:0c:00.0: setting latency timer to 64
audit: name_count maxed, losing inode data: dev=00:05, inode=6265
lib80211_crypt: registered algorithm 'TKIP'
eth1: Broadcom BCM432b 802.11 Hybrid Wireless Controller 5.100.82.38
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:output_poll_execute], [CONNECTOR:12:VGA-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:15:HDMI-A-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:18:DP-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:22:HDMI-A-2] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:24:DP-2] status updated from 2 to 2
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:output_poll_execute], [CONNECTOR:27:DP-3] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:30:SVIDEO-1] status updated from 2 to 2
EXT4-fs (sda3): re-mounted. Opts: (null)
EXT3-fs: barriers not enabled
kjournald starting. Commit interval 5 seconds
EXT3-fs (sda2): using internal journal
EXT3-fs (sda2): mounted filesystem with writeback data mode
SELinux: initialized (dev sda2, type ext3), uses xattr
EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
SELinux: initialized (dev sda6, type ext4), uses xattr
EXT3-fs: barriers not enabled
kjournald starting. Commit interval 5 seconds
EXT3-fs (sda7): using internal journal
EXT3-fs (sda7): mounted filesystem with writeback data mode
SELinux: initialized (dev sda7, type ext3), uses xattr
EXT3-fs: barriers not enabled
kjournald starting. Commit interval 5 seconds
EXT3-fs (sda8): using internal journal
EXT3-fs (sda8): mounted filesystem with writeback data mode
SELinux: initialized (dev sda8, type ext3), uses xattr
EXT3-fs: barriers not enabled
kjournald starting. Commit interval 5 seconds
EXT3-fs (sda9): using internal journal
EXT3-fs (sda9): mounted filesystem with writeback data mode
SELinux: initialized (dev sda9, type ext3), uses xattr
EXT3-fs: barriers not enabled
kjournald starting. Commit interval 5 seconds
EXT3-fs (sda10): using internal journal
EXT3-fs (sda10): mounted filesystem with writeback data mode
SELinux: initialized (dev sda10, type ext3), uses xattr
Adding 4096536k swap on /dev/sda5. Priority:-1 extents:1 across:4096536k
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
readahead-disable-service: delaying service auditd
NET: Registered protocol family 10
ip6_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:output_poll_execute], [CONNECTOR:12:VGA-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:15:HDMI-A-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:18:DP-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:22:HDMI-A-2] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:24:DP-2] status updated from 2 to 2
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:output_poll_execute], [CONNECTOR:27:DP-3] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:30:SVIDEO-1] status updated from 2 to 2
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:output_poll_execute], [CONNECTOR:12:VGA-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:15:HDMI-A-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:18:DP-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:22:HDMI-A-2] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:24:DP-2] status updated from 2 to 2
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:output_poll_execute], [CONNECTOR:27:DP-3] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:30:SVIDEO-1] status updated from 2 to 2
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
sshd (2851): /proc/2851/oom_adj is deprecated, please use /proc/2851/oom_score_adj instead.
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:output_poll_execute], [CONNECTOR:12:VGA-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:15:HDMI-A-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:18:DP-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:22:HDMI-A-2] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:24:DP-2] status updated from 2 to 2
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:output_poll_execute], [CONNECTOR:27:DP-3] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:30:SVIDEO-1] status updated from 2 to 2
readahead-collector: starting delayed service auditd
readahead-collector: sorting
readahead-collector: finished
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:output_poll_execute], [CONNECTOR:12:VGA-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:15:HDMI-A-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:18:DP-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:22:HDMI-A-2] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:24:DP-2] status updated from 2 to 2
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:output_poll_execute], [CONNECTOR:27:DP-3] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:30:SVIDEO-1] status updated from 2 to 2
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:output_poll_execute], [CONNECTOR:12:VGA-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:15:HDMI-A-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:18:DP-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:22:HDMI-A-2] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:24:DP-2] status updated from 2 to 2
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:output_poll_execute], [CONNECTOR:27:DP-3] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:30:SVIDEO-1] status updated from 2 to 2
[drm:intel_crt_detect], CRT not detected via hotplug
[drm:output_poll_execute], [CONNECTOR:12:VGA-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:15:HDMI-A-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:18:DP-1] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:22:HDMI-A-2] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:24:DP-2] status updated from 2 to 2
[drm:intel_dp_aux_ch], dp_aux_ch timeout status 0x51450085
[drm:output_poll_execute], [CONNECTOR:27:DP-3] status updated from 2 to 2
[drm:output_poll_execute], [CONNECTOR:30:SVIDEO-1] status updated from 2 to 2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] drm/i915/lvds: Always return connected in the absence of better information
2011-03-24 13:11 ` Alessandro Suardi
@ 2011-03-24 13:30 ` Chris Wilson
2011-03-24 14:18 ` Alessandro Suardi
2011-03-24 18:12 ` [Intel-gfx] " Keith Packard
0 siblings, 2 replies; 8+ messages in thread
From: Chris Wilson @ 2011-03-24 13:30 UTC (permalink / raw)
To: Alessandro Suardi; +Cc: linux-kernel, intel-gfx, Chris Wilson
The LVDS connector should default to connected. We tried our best to
verify the claims of the BIOS that the hardware exists during init(),
and then during detect() we then try to verify that the panel is open.
In the event of an unsucessful query, we should then always report
that the LVDS panel is connected. This was only the case for gen3/4,
later generations leaked the return value from the panel probe instead.
Reported-by: Alessandro Suardi <alessandro.suardi@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
drivers/gpu/drm/i915/intel_lvds.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 1a311ad..86cd30b 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -473,19 +473,13 @@ static enum drm_connector_status
intel_lvds_detect(struct drm_connector *connector, bool force)
{
struct drm_device *dev = connector->dev;
- enum drm_connector_status status = connector_status_connected;
+ enum drm_connector_status status;
status = intel_panel_detect(dev);
if (status != connector_status_unknown)
return status;
- /* ACPI lid methods were generally unreliable in this generation, so
- * don't even bother.
- */
- if (IS_GEN2(dev) || IS_GEN3(dev))
- return connector_status_connected;
-
- return status;
+ return connector_status_connected;
}
/**
--
1.7.4.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] drm/i915/lvds: Always return connected in the absence of better information
2011-03-24 13:30 ` [PATCH] drm/i915/lvds: Always return connected in the absence of better information Chris Wilson
@ 2011-03-24 14:18 ` Alessandro Suardi
2011-03-24 18:12 ` [Intel-gfx] " Keith Packard
1 sibling, 0 replies; 8+ messages in thread
From: Alessandro Suardi @ 2011-03-24 14:18 UTC (permalink / raw)
To: Chris Wilson; +Cc: linux-kernel, intel-gfx
On Thu, Mar 24, 2011 at 2:30 PM, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> The LVDS connector should default to connected. We tried our best to
> verify the claims of the BIOS that the hardware exists during init(),
> and then during detect() we then try to verify that the panel is open.
> In the event of an unsucessful query, we should then always report
> that the LVDS panel is connected. This was only the case for gen3/4,
> later generations leaked the return value from the panel probe instead.
>
> Reported-by: Alessandro Suardi <alessandro.suardi@gmail.com>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
With this patch on top of 2.6.38-git14, I am back to 1440x900 by default.
Great work, thanks Chris ! FWIW, You can add my
Tested-by: Alessandro Suardi <alessandro.suardi@gmail.com>
> ---
> drivers/gpu/drm/i915/intel_lvds.c | 10 ++--------
> 1 files changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
> index 1a311ad..86cd30b 100644
> --- a/drivers/gpu/drm/i915/intel_lvds.c
> +++ b/drivers/gpu/drm/i915/intel_lvds.c
> @@ -473,19 +473,13 @@ static enum drm_connector_status
> intel_lvds_detect(struct drm_connector *connector, bool force)
> {
> struct drm_device *dev = connector->dev;
> - enum drm_connector_status status = connector_status_connected;
> + enum drm_connector_status status;
>
> status = intel_panel_detect(dev);
> if (status != connector_status_unknown)
> return status;
>
> - /* ACPI lid methods were generally unreliable in this generation, so
> - * don't even bother.
> - */
> - if (IS_GEN2(dev) || IS_GEN3(dev))
> - return connector_status_connected;
> -
> - return status;
> + return connector_status_connected;
> }
>
> /**
> --
> 1.7.4.1
>
>
--alessandro
"There's always a siren singing you to shipwreck"
(Radiohead, "There There")
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/lvds: Always return connected in the absence of better information
2011-03-24 13:30 ` [PATCH] drm/i915/lvds: Always return connected in the absence of better information Chris Wilson
2011-03-24 14:18 ` Alessandro Suardi
@ 2011-03-24 18:12 ` Keith Packard
1 sibling, 0 replies; 8+ messages in thread
From: Keith Packard @ 2011-03-24 18:12 UTC (permalink / raw)
To: Chris Wilson, Alessandro Suardi; +Cc: intel-gfx, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Reviewed-by: Keith Packard <keithp@keithp.com>
--
keith.packard@intel.com
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-03-24 18:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 11:30 regression: GM45 on Dell Latitude E6400 display from 1440x900 to 1024x768 somewhere between 2.6.38-git2 and -git7 Alessandro Suardi
2011-03-24 11:45 ` Chris Wilson
2011-03-24 12:03 ` Alessandro Suardi
2011-03-24 12:27 ` Chris Wilson
2011-03-24 13:11 ` Alessandro Suardi
2011-03-24 13:30 ` [PATCH] drm/i915/lvds: Always return connected in the absence of better information Chris Wilson
2011-03-24 14:18 ` Alessandro Suardi
2011-03-24 18:12 ` [Intel-gfx] " Keith Packard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox