All of lore.kernel.org
 help / color / mirror / Atom feed
* 15-rc1: radeon modesetting fails
@ 2014-04-15  7:02 Borislav Petkov
  2014-04-15  9:28   ` Christian König
  0 siblings, 1 reply; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15  7:02 UTC (permalink / raw)
  To: dri-devel; +Cc: Alex Deucher, Christian König, lkml

Hi guys,

so I'm booting 15-rc1 + tip/master and around the time modesetting gets
initialized, the screen blanks and on it appears a message from the
monitors:

"The current input timing is not supported by the monitor display.
Please change your input timing to 1920x1200@60Hz or any other monitor
listed timing as per the monitor specifications."

The box is still responsive, I can reboot it with Ctrl-Alt-Del but
screens are blank.

If I boot with radeon.modeset=0, I see the normal nomodeset big letters
on the console and not very optimal screen resolution.

Diffing drm init chatter from dmesg shows only this:

--- /tmp/working        2014-04-15 08:40:21.979985352 +0200
+++ /tmp/b0rked 2014-04-15 08:40:11.983985364 +0200
@@ -44,4 +44,5 @@
 [drm]    pitch is 7680
 fbcon: radeondrmfb (fb0) is primary device
 radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
-[drm] Initialized radeon 2.37.0 20080528 for 0000:01:00.0 on minor 0
+[drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0
+

Below is the whole thing, btw.

Anyway, if you guys have any ideas, I'm all ears. Otherwise, would a quick
bisect on the 59 patches touching drivers/gpu/drm/radeon/ make sense?

git log --oneline v3.14.. drivers/gpu/drm/radeon/ | wc -l
59

Thanks.

[drm] Initialized drm 1.1.0 20060810
[drm] radeon kernel modesetting enabled.
[drm] initializing kernel modesetting (RV635 0x1002:0x9598 0x1043:0x01DA).
[drm] register mmio base: 0xFEA20000
[drm] register mmio size: 65536
[drm] Detected VRAM RAM=512M, BAR=256M
[drm] RAM width 128bits DDR
[drm] radeon: 512M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] Loading RV635 Microcode
[drm] Internal thermal controller without fan control
[drm] radeon: power management initialized
[drm] GART: num cpu pages 131072, num gpu pages 131072
[drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] ring test on 0 succeeded in 0 usecs
[drm] ib test on ring 0 succeeded in 0 usecs
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm]   DVI-I-1
[drm]   HPD1
[drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[drm]   Encoders:
[drm]     DFP1: INTERNAL_UNIPHY
[drm]     CRT2: INTERNAL_KLDSCP_DAC2
[drm] Connector 1:
[drm]   DIN-1
[drm]   Encoders:
[drm]     TV1: INTERNAL_KLDSCP_DAC2
[drm] Connector 2:
[drm]   DVI-I-2
[drm]   HPD2
[drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[drm]   Encoders:
[drm]     CRT1: INTERNAL_KLDSCP_DAC1
[drm]     DFP2: INTERNAL_KLDSCP_LVTMA
[drm] fb mappable at 0xC0141000
[drm] vram apper at 0xC0000000
[drm] size 9216000
[drm] fb depth is 24
[drm]    pitch is 7680
fbcon: radeondrmfb (fb0) is primary device
radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15  7:02 15-rc1: radeon modesetting fails Borislav Petkov
@ 2014-04-15  9:28   ` Christian König
  0 siblings, 0 replies; 31+ messages in thread
From: Christian König @ 2014-04-15  9:28 UTC (permalink / raw)
  To: Borislav Petkov, dri-devel; +Cc: Alex Deucher, lkml

Hi Borislav,

that's a known issue and should be fixed in the next rc, see this 
bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009

You might also want to try my branch with 3.15 fixes which includes the 
necessary patch for this: 
http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip

Let me know if that branch works for you or not.

Regards,
Christian.

Am 15.04.2014 09:02, schrieb Borislav Petkov:
> Hi guys,
>
> so I'm booting 15-rc1 + tip/master and around the time modesetting gets
> initialized, the screen blanks and on it appears a message from the
> monitors:
>
> "The current input timing is not supported by the monitor display.
> Please change your input timing to 1920x1200@60Hz or any other monitor
> listed timing as per the monitor specifications."
>
> The box is still responsive, I can reboot it with Ctrl-Alt-Del but
> screens are blank.
>
> If I boot with radeon.modeset=0, I see the normal nomodeset big letters
> on the console and not very optimal screen resolution.
>
> Diffing drm init chatter from dmesg shows only this:
>
> --- /tmp/working        2014-04-15 08:40:21.979985352 +0200
> +++ /tmp/b0rked 2014-04-15 08:40:11.983985364 +0200
> @@ -44,4 +44,5 @@
>   [drm]    pitch is 7680
>   fbcon: radeondrmfb (fb0) is primary device
>   radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
> -[drm] Initialized radeon 2.37.0 20080528 for 0000:01:00.0 on minor 0
> +[drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0
> +
>
> Below is the whole thing, btw.
>
> Anyway, if you guys have any ideas, I'm all ears. Otherwise, would a quick
> bisect on the 59 patches touching drivers/gpu/drm/radeon/ make sense?
>
> git log --oneline v3.14.. drivers/gpu/drm/radeon/ | wc -l
> 59
>
> Thanks.
>
> [drm] Initialized drm 1.1.0 20060810
> [drm] radeon kernel modesetting enabled.
> [drm] initializing kernel modesetting (RV635 0x1002:0x9598 0x1043:0x01DA).
> [drm] register mmio base: 0xFEA20000
> [drm] register mmio size: 65536
> [drm] Detected VRAM RAM=512M, BAR=256M
> [drm] RAM width 128bits DDR
> [drm] radeon: 512M of VRAM memory ready
> [drm] radeon: 512M of GTT memory ready.
> [drm] Loading RV635 Microcode
> [drm] Internal thermal controller without fan control
> [drm] radeon: power management initialized
> [drm] GART: num cpu pages 131072, num gpu pages 131072
> [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
> [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] Driver supports precise vblank timestamp query.
> [drm] radeon: irq initialized.
> [drm] ring test on 0 succeeded in 0 usecs
> [drm] ib test on ring 0 succeeded in 0 usecs
> [drm] Radeon Display Connectors
> [drm] Connector 0:
> [drm]   DVI-I-1
> [drm]   HPD1
> [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
> [drm]   Encoders:
> [drm]     DFP1: INTERNAL_UNIPHY
> [drm]     CRT2: INTERNAL_KLDSCP_DAC2
> [drm] Connector 1:
> [drm]   DIN-1
> [drm]   Encoders:
> [drm]     TV1: INTERNAL_KLDSCP_DAC2
> [drm] Connector 2:
> [drm]   DVI-I-2
> [drm]   HPD2
> [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
> [drm]   Encoders:
> [drm]     CRT1: INTERNAL_KLDSCP_DAC1
> [drm]     DFP2: INTERNAL_KLDSCP_LVTMA
> [drm] fb mappable at 0xC0141000
> [drm] vram apper at 0xC0000000
> [drm] size 9216000
> [drm] fb depth is 24
> [drm]    pitch is 7680
> fbcon: radeondrmfb (fb0) is primary device
> radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
> [drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0
>


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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15  9:28   ` Christian König
  0 siblings, 0 replies; 31+ messages in thread
From: Christian König @ 2014-04-15  9:28 UTC (permalink / raw)
  To: Borislav Petkov, dri-devel; +Cc: Alex Deucher, lkml

Hi Borislav,

that's a known issue and should be fixed in the next rc, see this 
bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009

You might also want to try my branch with 3.15 fixes which includes the 
necessary patch for this: 
http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip

Let me know if that branch works for you or not.

Regards,
Christian.

Am 15.04.2014 09:02, schrieb Borislav Petkov:
> Hi guys,
>
> so I'm booting 15-rc1 + tip/master and around the time modesetting gets
> initialized, the screen blanks and on it appears a message from the
> monitors:
>
> "The current input timing is not supported by the monitor display.
> Please change your input timing to 1920x1200@60Hz or any other monitor
> listed timing as per the monitor specifications."
>
> The box is still responsive, I can reboot it with Ctrl-Alt-Del but
> screens are blank.
>
> If I boot with radeon.modeset=0, I see the normal nomodeset big letters
> on the console and not very optimal screen resolution.
>
> Diffing drm init chatter from dmesg shows only this:
>
> --- /tmp/working        2014-04-15 08:40:21.979985352 +0200
> +++ /tmp/b0rked 2014-04-15 08:40:11.983985364 +0200
> @@ -44,4 +44,5 @@
>   [drm]    pitch is 7680
>   fbcon: radeondrmfb (fb0) is primary device
>   radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
> -[drm] Initialized radeon 2.37.0 20080528 for 0000:01:00.0 on minor 0
> +[drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0
> +
>
> Below is the whole thing, btw.
>
> Anyway, if you guys have any ideas, I'm all ears. Otherwise, would a quick
> bisect on the 59 patches touching drivers/gpu/drm/radeon/ make sense?
>
> git log --oneline v3.14.. drivers/gpu/drm/radeon/ | wc -l
> 59
>
> Thanks.
>
> [drm] Initialized drm 1.1.0 20060810
> [drm] radeon kernel modesetting enabled.
> [drm] initializing kernel modesetting (RV635 0x1002:0x9598 0x1043:0x01DA).
> [drm] register mmio base: 0xFEA20000
> [drm] register mmio size: 65536
> [drm] Detected VRAM RAM=512M, BAR=256M
> [drm] RAM width 128bits DDR
> [drm] radeon: 512M of VRAM memory ready
> [drm] radeon: 512M of GTT memory ready.
> [drm] Loading RV635 Microcode
> [drm] Internal thermal controller without fan control
> [drm] radeon: power management initialized
> [drm] GART: num cpu pages 131072, num gpu pages 131072
> [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
> [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] Driver supports precise vblank timestamp query.
> [drm] radeon: irq initialized.
> [drm] ring test on 0 succeeded in 0 usecs
> [drm] ib test on ring 0 succeeded in 0 usecs
> [drm] Radeon Display Connectors
> [drm] Connector 0:
> [drm]   DVI-I-1
> [drm]   HPD1
> [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
> [drm]   Encoders:
> [drm]     DFP1: INTERNAL_UNIPHY
> [drm]     CRT2: INTERNAL_KLDSCP_DAC2
> [drm] Connector 1:
> [drm]   DIN-1
> [drm]   Encoders:
> [drm]     TV1: INTERNAL_KLDSCP_DAC2
> [drm] Connector 2:
> [drm]   DVI-I-2
> [drm]   HPD2
> [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
> [drm]   Encoders:
> [drm]     CRT1: INTERNAL_KLDSCP_DAC1
> [drm]     DFP2: INTERNAL_KLDSCP_LVTMA
> [drm] fb mappable at 0xC0141000
> [drm] vram apper at 0xC0000000
> [drm] size 9216000
> [drm] fb depth is 24
> [drm]    pitch is 7680
> fbcon: radeondrmfb (fb0) is primary device
> radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
> [drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0
>

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15  9:28   ` Christian König
@ 2014-04-15 12:07     ` Borislav Petkov
  -1 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 12:07 UTC (permalink / raw)
  To: Christian König; +Cc: dri-devel, Alex Deucher, lkml

Hi Christian,

On Tue, Apr 15, 2014 at 11:28:55AM +0200, Christian König wrote:
> Hi Borislav,
> 
> that's a known issue and should be fixed in the next rc, see this
> bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009
> 
> You might also want to try my branch with 3.15 fixes which includes
> the necessary patch for this: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip
> 
> Let me know if that branch works for you or not.

so I went and merged your branch as you suggested. Btw, on its tip it
has:

commit ec02666dd0791312b5820e1a9a023681d99d07ec
Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Date:   Tue Mar 18 17:16:52 2014 +0100

    drm/radeon: memory leak on bo reservation failure. v2

(just checking whether I got the right one)

and, unfortunately, no change - same problem. Let me know if I should
bisect the subset of 59 radeon patches which went in during the merge
window...

Btw, just in case, I went and updated radeon firmware in
/lib/firmware/radeon/ from upstream but it didn't change anything.

Thanks.

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 12:07     ` Borislav Petkov
  0 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 12:07 UTC (permalink / raw)
  To: Christian König; +Cc: Alex Deucher, lkml, dri-devel

Hi Christian,

On Tue, Apr 15, 2014 at 11:28:55AM +0200, Christian König wrote:
> Hi Borislav,
> 
> that's a known issue and should be fixed in the next rc, see this
> bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009
> 
> You might also want to try my branch with 3.15 fixes which includes
> the necessary patch for this: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip
> 
> Let me know if that branch works for you or not.

so I went and merged your branch as you suggested. Btw, on its tip it
has:

commit ec02666dd0791312b5820e1a9a023681d99d07ec
Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Date:   Tue Mar 18 17:16:52 2014 +0100

    drm/radeon: memory leak on bo reservation failure. v2

(just checking whether I got the right one)

and, unfortunately, no change - same problem. Let me know if I should
bisect the subset of 59 radeon patches which went in during the merge
window...

Btw, just in case, I went and updated radeon firmware in
/lib/firmware/radeon/ from upstream but it didn't change anything.

Thanks.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 12:07     ` Borislav Petkov
@ 2014-04-15 13:06       ` Alex Deucher
  -1 siblings, 0 replies; 31+ messages in thread
From: Alex Deucher @ 2014-04-15 13:06 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Christian König, Alex Deucher, lkml, Maling list - DRI developers

On Tue, Apr 15, 2014 at 8:07 AM, Borislav Petkov <bp@alien8.de> wrote:
> Hi Christian,
>
> On Tue, Apr 15, 2014 at 11:28:55AM +0200, Christian König wrote:
>> Hi Borislav,
>>
>> that's a known issue and should be fixed in the next rc, see this
>> bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009
>>
>> You might also want to try my branch with 3.15 fixes which includes
>> the necessary patch for this: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip
>>
>> Let me know if that branch works for you or not.
>
> so I went and merged your branch as you suggested. Btw, on its tip it
> has:
>
> commit ec02666dd0791312b5820e1a9a023681d99d07ec
> Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
> Date:   Tue Mar 18 17:16:52 2014 +0100
>
>     drm/radeon: memory leak on bo reservation failure. v2
>
> (just checking whether I got the right one)
>
> and, unfortunately, no change - same problem. Let me know if I should
> bisect the subset of 59 radeon patches which went in during the merge
> window...
>
> Btw, just in case, I went and updated radeon firmware in
> /lib/firmware/radeon/ from upstream but it didn't change anything.

Does reverting:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
fix the issue?  We may need to tweak the pll parameters for older asics.

Alex

>
> Thanks.
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 13:06       ` Alex Deucher
  0 siblings, 0 replies; 31+ messages in thread
From: Alex Deucher @ 2014-04-15 13:06 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Alex Deucher, Christian König, Maling list - DRI developers, lkml

On Tue, Apr 15, 2014 at 8:07 AM, Borislav Petkov <bp@alien8.de> wrote:
> Hi Christian,
>
> On Tue, Apr 15, 2014 at 11:28:55AM +0200, Christian König wrote:
>> Hi Borislav,
>>
>> that's a known issue and should be fixed in the next rc, see this
>> bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009
>>
>> You might also want to try my branch with 3.15 fixes which includes
>> the necessary patch for this: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip
>>
>> Let me know if that branch works for you or not.
>
> so I went and merged your branch as you suggested. Btw, on its tip it
> has:
>
> commit ec02666dd0791312b5820e1a9a023681d99d07ec
> Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
> Date:   Tue Mar 18 17:16:52 2014 +0100
>
>     drm/radeon: memory leak on bo reservation failure. v2
>
> (just checking whether I got the right one)
>
> and, unfortunately, no change - same problem. Let me know if I should
> bisect the subset of 59 radeon patches which went in during the merge
> window...
>
> Btw, just in case, I went and updated radeon firmware in
> /lib/firmware/radeon/ from upstream but it didn't change anything.

Does reverting:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
fix the issue?  We may need to tweak the pll parameters for older asics.

Alex

>
> Thanks.
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 13:06       ` Alex Deucher
@ 2014-04-15 13:09         ` Christian König
  -1 siblings, 0 replies; 31+ messages in thread
From: Christian König @ 2014-04-15 13:09 UTC (permalink / raw)
  To: Alex Deucher, Borislav Petkov
  Cc: Alex Deucher, lkml, Maling list - DRI developers

> Does reverting:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
> fix the issue?  We may need to tweak the pll parameters for older asics.

Yeah, indeed the most likely cause. Please provide dmesg outputs created 
with drm.ebug=0xe for the old and the new kernel.

Christian.

Am 15.04.2014 15:06, schrieb Alex Deucher:
> On Tue, Apr 15, 2014 at 8:07 AM, Borislav Petkov <bp@alien8.de> wrote:
>> Hi Christian,
>>
>> On Tue, Apr 15, 2014 at 11:28:55AM +0200, Christian König wrote:
>>> Hi Borislav,
>>>
>>> that's a known issue and should be fixed in the next rc, see this
>>> bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009
>>>
>>> You might also want to try my branch with 3.15 fixes which includes
>>> the necessary patch for this: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip
>>>
>>> Let me know if that branch works for you or not.
>> so I went and merged your branch as you suggested. Btw, on its tip it
>> has:
>>
>> commit ec02666dd0791312b5820e1a9a023681d99d07ec
>> Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
>> Date:   Tue Mar 18 17:16:52 2014 +0100
>>
>>      drm/radeon: memory leak on bo reservation failure. v2
>>
>> (just checking whether I got the right one)
>>
>> and, unfortunately, no change - same problem. Let me know if I should
>> bisect the subset of 59 radeon patches which went in during the merge
>> window...
>>
>> Btw, just in case, I went and updated radeon firmware in
>> /lib/firmware/radeon/ from upstream but it didn't change anything.
> Does reverting:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
> fix the issue?  We may need to tweak the pll parameters for older asics.
>
> Alex
>
>> Thanks.
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dri-devel


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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 13:09         ` Christian König
  0 siblings, 0 replies; 31+ messages in thread
From: Christian König @ 2014-04-15 13:09 UTC (permalink / raw)
  To: Alex Deucher, Borislav Petkov
  Cc: Alex Deucher, lkml, Maling list - DRI developers

> Does reverting:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
> fix the issue?  We may need to tweak the pll parameters for older asics.

Yeah, indeed the most likely cause. Please provide dmesg outputs created 
with drm.ebug=0xe for the old and the new kernel.

Christian.

Am 15.04.2014 15:06, schrieb Alex Deucher:
> On Tue, Apr 15, 2014 at 8:07 AM, Borislav Petkov <bp@alien8.de> wrote:
>> Hi Christian,
>>
>> On Tue, Apr 15, 2014 at 11:28:55AM +0200, Christian König wrote:
>>> Hi Borislav,
>>>
>>> that's a known issue and should be fixed in the next rc, see this
>>> bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009
>>>
>>> You might also want to try my branch with 3.15 fixes which includes
>>> the necessary patch for this: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip
>>>
>>> Let me know if that branch works for you or not.
>> so I went and merged your branch as you suggested. Btw, on its tip it
>> has:
>>
>> commit ec02666dd0791312b5820e1a9a023681d99d07ec
>> Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
>> Date:   Tue Mar 18 17:16:52 2014 +0100
>>
>>      drm/radeon: memory leak on bo reservation failure. v2
>>
>> (just checking whether I got the right one)
>>
>> and, unfortunately, no change - same problem. Let me know if I should
>> bisect the subset of 59 radeon patches which went in during the merge
>> window...
>>
>> Btw, just in case, I went and updated radeon firmware in
>> /lib/firmware/radeon/ from upstream but it didn't change anything.
> Does reverting:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
> fix the issue?  We may need to tweak the pll parameters for older asics.
>
> Alex
>
>> Thanks.
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 13:09         ` Christian König
@ 2014-04-15 14:24           ` Borislav Petkov
  -1 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 14:24 UTC (permalink / raw)
  To: Christian König
  Cc: Alex Deucher, Alex Deucher, lkml, Maling list - DRI developers

On Tue, Apr 15, 2014 at 03:09:02PM +0200, Christian König wrote:
> >Does reverting:
> >http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
> >fix the issue?  We may need to tweak the pll parameters for older asics.
> 
> Yeah, indeed the most likely cause. Please provide dmesg outputs created
> with drm.ebug=0xe for the old and the new kernel.

Hey, I finally haz 15-rc1+ running here. And I can even see something!

:-)

Ok, so I reverted 32167016076f ontop of Christian's drm-fixes-3.15-wip
branch which didn't apply cleanly. So I ended up fixing the conflicts
and got the revert below.

With it, the machine booted fine, so it looks like the revert worked.

Christian, I'm sending dmesg outputs in another private mail to you
guys.

Thanks.

---
From: Borislav Petkov <bp@suse.de>
Date: Tue, 15 Apr 2014 16:00:58 +0200
Subject: [PATCH] Revert "drm/radeon: rework finding display PLL numbers v2"

This reverts commit 32167016076f714f0e35e287fbead7de0f1fb179.

Conflicts:
	drivers/gpu/drm/radeon/radeon_display.c
---
 drivers/gpu/drm/radeon/radeon_display.c | 246 ++++++++++++--------------------
 1 file changed, 90 insertions(+), 156 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c
index 2f42912031ac..83891923ac2d 100644
--- a/drivers/gpu/drm/radeon/radeon_display.c
+++ b/drivers/gpu/drm/radeon/radeon_display.c
@@ -34,8 +34,6 @@
 #include <drm/drm_crtc_helper.h>
 #include <drm/drm_edid.h>
 
-#include <linux/gcd.h>
-
 static void avivo_crtc_load_lut(struct drm_crtc *crtc)
 {
 	struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
@@ -802,57 +800,66 @@ int radeon_ddc_get_modes(struct radeon_connector *radeon_connector)
 }
 
 /* avivo */
+static void avivo_get_fb_div(struct radeon_pll *pll,
+			     u32 target_clock,
+			     u32 post_div,
+			     u32 ref_div,
+			     u32 *fb_div,
+			     u32 *frac_fb_div)
+{
+	u32 tmp = post_div * ref_div;
 
-/**
- * avivo_reduce_ratio - fractional number reduction
- *
- * @nom: nominator
- * @den: denominator
- * @nom_min: minimum value for nominator
- * @den_min: minimum value for denominator
- *
- * Find the greatest common divisor and apply it on both nominator and
- * denominator, but make nominator and denominator are at least as large
- * as their minimum values.
- */
-static void avivo_reduce_ratio(unsigned *nom, unsigned *den,
-			       unsigned nom_min, unsigned den_min)
+	tmp *= target_clock;
+	*fb_div = tmp / pll->reference_freq;
+	*frac_fb_div = tmp % pll->reference_freq;
+
+        if (*fb_div > pll->max_feedback_div)
+		*fb_div = pll->max_feedback_div;
+        else if (*fb_div < pll->min_feedback_div)
+                *fb_div = pll->min_feedback_div;
+}
+
+static u32 avivo_get_post_div(struct radeon_pll *pll,
+			      u32 target_clock)
 {
-	unsigned tmp;
-
-	/* reduce the numbers to a simpler ratio */
-	tmp = gcd(*nom, *den);
-	*nom /= tmp;
-	*den /= tmp;
-
-	/* make sure nominator is large enough */
-        if (*nom < nom_min) {
-		tmp = (nom_min + *nom - 1) / *nom;
-		*nom *= tmp;
-		*den *= tmp;
+	u32 vco, post_div, tmp;
+
+	if (pll->flags & RADEON_PLL_USE_POST_DIV)
+		return pll->post_div;
+
+	if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP) {
+		if (pll->flags & RADEON_PLL_IS_LCD)
+			vco = pll->lcd_pll_out_min;
+		else
+			vco = pll->pll_out_min;
+	} else {
+		if (pll->flags & RADEON_PLL_IS_LCD)
+			vco = pll->lcd_pll_out_max;
+		else
+			vco = pll->pll_out_max;
 	}
 
-	/* make sure the denominator is large enough */
-	if (*den < den_min) {
-		tmp = (den_min + *den - 1) / *den;
-		*nom *= tmp;
-		*den *= tmp;
+	post_div = vco / target_clock;
+	tmp = vco % target_clock;
+
+	if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP) {
+		if (tmp)
+			post_div++;
+	} else {
+		if (!tmp)
+			post_div--;
 	}
+
+	if (post_div > pll->max_post_div)
+		post_div = pll->max_post_div;
+	else if (post_div < pll->min_post_div)
+		post_div = pll->min_post_div;
+
+	return post_div;
 }
 
-/**
- * radeon_compute_pll_avivo - compute PLL paramaters
- *
- * @pll: information about the PLL
- * @dot_clock_p: resulting pixel clock
- * fb_div_p: resulting feedback divider
- * frac_fb_div_p: fractional part of the feedback divider
- * ref_div_p: resulting reference divider
- * post_div_p: resulting reference divider
- *
- * Try to calculate the PLL parameters to generate the given frequency:
- * dot_clock = (ref_freq * feedback_div) / (ref_div * post_div)
- */
+#define MAX_TOLERANCE 10
+
 void radeon_compute_pll_avivo(struct radeon_pll *pll,
 			      u32 freq,
 			      u32 *dot_clock_p,
@@ -861,126 +868,53 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
 			      u32 *ref_div_p,
 			      u32 *post_div_p)
 {
-	unsigned fb_div_min, fb_div_max, fb_div;
-	unsigned post_div_min, post_div_max, post_div;
-	unsigned ref_div_min, ref_div_max, ref_div;
-	unsigned post_div_best, diff_best;
-	unsigned nom, den, tmp;
-
-	/* determine allowed feedback divider range */
-	fb_div_min = pll->min_feedback_div;
-	fb_div_max = pll->max_feedback_div;
+	u32 target_clock = freq / 10;
+	u32 post_div = avivo_get_post_div(pll, target_clock);
+	u32 ref_div = pll->min_ref_div;
+	u32 fb_div = 0, frac_fb_div = 0, tmp;
 
-	if (pll->flags & RADEON_PLL_USE_FRAC_FB_DIV) {
-		fb_div_min *= 10;
-		fb_div_max *= 10;
-	}
-
-	/* determine allowed ref divider range */
 	if (pll->flags & RADEON_PLL_USE_REF_DIV)
-		ref_div_min = pll->reference_div;
-	else
-		ref_div_min = pll->min_ref_div;
-	ref_div_max = pll->max_ref_div;
+		ref_div = pll->reference_div;
 
-	/* determine allowed post divider range */
-	if (pll->flags & RADEON_PLL_USE_POST_DIV) {
-		post_div_min = pll->post_div;
-		post_div_max = pll->post_div;
-	} else {
-		unsigned target_clock = freq / 10;
-		unsigned vco_min, vco_max;
-
-		if (pll->flags & RADEON_PLL_IS_LCD) {
-			vco_min = pll->lcd_pll_out_min;
-			vco_max = pll->lcd_pll_out_max;
-		} else {
-			vco_min = pll->pll_out_min;
-			vco_max = pll->pll_out_max;
+	if (pll->flags & RADEON_PLL_USE_FRAC_FB_DIV) {
+		avivo_get_fb_div(pll, target_clock, post_div, ref_div, &fb_div, &frac_fb_div);
+		frac_fb_div = (100 * frac_fb_div) / pll->reference_freq;
+		if (frac_fb_div >= 5) {
+			frac_fb_div -= 5;
+			frac_fb_div = frac_fb_div / 10;
+			frac_fb_div++;
 		}
-
-		post_div_min = vco_min / target_clock;
-		if ((target_clock * post_div_min) < vco_min)
-			++post_div_min;
-		if (post_div_min < pll->min_post_div)
-			post_div_min = pll->min_post_div;
-
-		post_div_max = vco_max / target_clock;
-		if ((target_clock * post_div_max) > vco_max)
-			--post_div_max;
-		if (post_div_max > pll->max_post_div)
-			post_div_max = pll->max_post_div;
-	}
-
-	/* represent the searched ratio as fractional number */
-	nom = pll->flags & RADEON_PLL_USE_FRAC_FB_DIV ? freq : freq / 10;
-	den = pll->reference_freq;
-
-	/* reduce the numbers to a simpler ratio */
-	avivo_reduce_ratio(&nom, &den, fb_div_min, post_div_min);
-
-	/* now search for a post divider */
-	if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP)
-		post_div_best = post_div_min;
-	else
-		post_div_best = post_div_max;
-	diff_best = ~0;
-
-	for (post_div = post_div_min; post_div <= post_div_max; ++post_div) {
-		unsigned diff = abs(den - den / post_div * post_div);
-		if (diff < diff_best || (diff == diff_best &&
-		    !(pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP))) {
-
-			post_div_best = post_div;
-			diff_best = diff;
+		if (frac_fb_div >= 10) {
+			fb_div++;
+			frac_fb_div = 0;
 		}
-	}
-	post_div = post_div_best;
-
-	/* limit reference * post divider to a maximum */
-	ref_div_max = min(210 / post_div, ref_div_max);
-
-	/* get matching reference and feedback divider */
-	ref_div = max(den / post_div, 1u);
-	fb_div = nom;
-
-	/* we're almost done, but reference and feedback
-	   divider might be to large now */
-
-	tmp = ref_div;
-
-        if (fb_div > fb_div_max) {
-		ref_div = ref_div * fb_div_max / fb_div;
-		fb_div = fb_div_max;
-	}
-
-	if (ref_div > ref_div_max) {
-		ref_div = ref_div_max;
-		fb_div = nom * ref_div_max / tmp;
-	}
-
-	/* reduce the numbers to a simpler ratio once more */
-	/* this also makes sure that the reference divider is large enough */
-	avivo_reduce_ratio(&fb_div, &ref_div, fb_div_min, ref_div_min);
-
-	/* and finally save the result */
-	if (pll->flags & RADEON_PLL_USE_FRAC_FB_DIV) {
-		*fb_div_p = fb_div / 10;
-		*frac_fb_div_p = fb_div % 10;
 	} else {
-		*fb_div_p = fb_div;
-		*frac_fb_div_p = 0;
+		while (ref_div <= pll->max_ref_div) {
+			avivo_get_fb_div(pll, target_clock, post_div, ref_div,
+					 &fb_div, &frac_fb_div);
+			if (frac_fb_div >= (pll->reference_freq / 2))
+				fb_div++;
+			frac_fb_div = 0;
+			tmp = (pll->reference_freq * fb_div) / (post_div * ref_div);
+			tmp = (tmp * 10000) / target_clock;
+
+			if (tmp > (10000 + MAX_TOLERANCE))
+				ref_div++;
+			else if (tmp >= (10000 - MAX_TOLERANCE))
+				break;
+			else
+				ref_div++;
+		}
 	}
 
-	*dot_clock_p = ((pll->reference_freq * *fb_div_p * 10) +
-			(pll->reference_freq * *frac_fb_div_p)) /
-		       (ref_div * post_div * 10);
+	*dot_clock_p = ((pll->reference_freq * fb_div * 10) + (pll->reference_freq * frac_fb_div)) /
+		(ref_div * post_div * 10);
+	*fb_div_p = fb_div;
+	*frac_fb_div_p = frac_fb_div;
 	*ref_div_p = ref_div;
 	*post_div_p = post_div;
-
-	DRM_DEBUG_KMS("%d - %d, pll dividers - fb: %d.%d ref: %d, post %d\n",
-		      freq, *dot_clock_p, *fb_div_p, *frac_fb_div_p,
-		      ref_div, post_div);
+	DRM_DEBUG_KMS("%d, pll dividers - fb: %d.%d ref: %d, post %d\n",
+		      *dot_clock_p, fb_div, frac_fb_div, ref_div, post_div);
 }
 
 /* pre-avivo */
-- 
1.9.0


-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 14:24           ` Borislav Petkov
  0 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 14:24 UTC (permalink / raw)
  To: Christian König; +Cc: Alex Deucher, lkml, Maling list - DRI developers

On Tue, Apr 15, 2014 at 03:09:02PM +0200, Christian König wrote:
> >Does reverting:
> >http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
> >fix the issue?  We may need to tweak the pll parameters for older asics.
> 
> Yeah, indeed the most likely cause. Please provide dmesg outputs created
> with drm.ebug=0xe for the old and the new kernel.

Hey, I finally haz 15-rc1+ running here. And I can even see something!

:-)

Ok, so I reverted 32167016076f ontop of Christian's drm-fixes-3.15-wip
branch which didn't apply cleanly. So I ended up fixing the conflicts
and got the revert below.

With it, the machine booted fine, so it looks like the revert worked.

Christian, I'm sending dmesg outputs in another private mail to you
guys.

Thanks.

---
From: Borislav Petkov <bp@suse.de>
Date: Tue, 15 Apr 2014 16:00:58 +0200
Subject: [PATCH] Revert "drm/radeon: rework finding display PLL numbers v2"

This reverts commit 32167016076f714f0e35e287fbead7de0f1fb179.

Conflicts:
	drivers/gpu/drm/radeon/radeon_display.c
---
 drivers/gpu/drm/radeon/radeon_display.c | 246 ++++++++++++--------------------
 1 file changed, 90 insertions(+), 156 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c
index 2f42912031ac..83891923ac2d 100644
--- a/drivers/gpu/drm/radeon/radeon_display.c
+++ b/drivers/gpu/drm/radeon/radeon_display.c
@@ -34,8 +34,6 @@
 #include <drm/drm_crtc_helper.h>
 #include <drm/drm_edid.h>
 
-#include <linux/gcd.h>
-
 static void avivo_crtc_load_lut(struct drm_crtc *crtc)
 {
 	struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
@@ -802,57 +800,66 @@ int radeon_ddc_get_modes(struct radeon_connector *radeon_connector)
 }
 
 /* avivo */
+static void avivo_get_fb_div(struct radeon_pll *pll,
+			     u32 target_clock,
+			     u32 post_div,
+			     u32 ref_div,
+			     u32 *fb_div,
+			     u32 *frac_fb_div)
+{
+	u32 tmp = post_div * ref_div;
 
-/**
- * avivo_reduce_ratio - fractional number reduction
- *
- * @nom: nominator
- * @den: denominator
- * @nom_min: minimum value for nominator
- * @den_min: minimum value for denominator
- *
- * Find the greatest common divisor and apply it on both nominator and
- * denominator, but make nominator and denominator are at least as large
- * as their minimum values.
- */
-static void avivo_reduce_ratio(unsigned *nom, unsigned *den,
-			       unsigned nom_min, unsigned den_min)
+	tmp *= target_clock;
+	*fb_div = tmp / pll->reference_freq;
+	*frac_fb_div = tmp % pll->reference_freq;
+
+        if (*fb_div > pll->max_feedback_div)
+		*fb_div = pll->max_feedback_div;
+        else if (*fb_div < pll->min_feedback_div)
+                *fb_div = pll->min_feedback_div;
+}
+
+static u32 avivo_get_post_div(struct radeon_pll *pll,
+			      u32 target_clock)
 {
-	unsigned tmp;
-
-	/* reduce the numbers to a simpler ratio */
-	tmp = gcd(*nom, *den);
-	*nom /= tmp;
-	*den /= tmp;
-
-	/* make sure nominator is large enough */
-        if (*nom < nom_min) {
-		tmp = (nom_min + *nom - 1) / *nom;
-		*nom *= tmp;
-		*den *= tmp;
+	u32 vco, post_div, tmp;
+
+	if (pll->flags & RADEON_PLL_USE_POST_DIV)
+		return pll->post_div;
+
+	if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP) {
+		if (pll->flags & RADEON_PLL_IS_LCD)
+			vco = pll->lcd_pll_out_min;
+		else
+			vco = pll->pll_out_min;
+	} else {
+		if (pll->flags & RADEON_PLL_IS_LCD)
+			vco = pll->lcd_pll_out_max;
+		else
+			vco = pll->pll_out_max;
 	}
 
-	/* make sure the denominator is large enough */
-	if (*den < den_min) {
-		tmp = (den_min + *den - 1) / *den;
-		*nom *= tmp;
-		*den *= tmp;
+	post_div = vco / target_clock;
+	tmp = vco % target_clock;
+
+	if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP) {
+		if (tmp)
+			post_div++;
+	} else {
+		if (!tmp)
+			post_div--;
 	}
+
+	if (post_div > pll->max_post_div)
+		post_div = pll->max_post_div;
+	else if (post_div < pll->min_post_div)
+		post_div = pll->min_post_div;
+
+	return post_div;
 }
 
-/**
- * radeon_compute_pll_avivo - compute PLL paramaters
- *
- * @pll: information about the PLL
- * @dot_clock_p: resulting pixel clock
- * fb_div_p: resulting feedback divider
- * frac_fb_div_p: fractional part of the feedback divider
- * ref_div_p: resulting reference divider
- * post_div_p: resulting reference divider
- *
- * Try to calculate the PLL parameters to generate the given frequency:
- * dot_clock = (ref_freq * feedback_div) / (ref_div * post_div)
- */
+#define MAX_TOLERANCE 10
+
 void radeon_compute_pll_avivo(struct radeon_pll *pll,
 			      u32 freq,
 			      u32 *dot_clock_p,
@@ -861,126 +868,53 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
 			      u32 *ref_div_p,
 			      u32 *post_div_p)
 {
-	unsigned fb_div_min, fb_div_max, fb_div;
-	unsigned post_div_min, post_div_max, post_div;
-	unsigned ref_div_min, ref_div_max, ref_div;
-	unsigned post_div_best, diff_best;
-	unsigned nom, den, tmp;
-
-	/* determine allowed feedback divider range */
-	fb_div_min = pll->min_feedback_div;
-	fb_div_max = pll->max_feedback_div;
+	u32 target_clock = freq / 10;
+	u32 post_div = avivo_get_post_div(pll, target_clock);
+	u32 ref_div = pll->min_ref_div;
+	u32 fb_div = 0, frac_fb_div = 0, tmp;
 
-	if (pll->flags & RADEON_PLL_USE_FRAC_FB_DIV) {
-		fb_div_min *= 10;
-		fb_div_max *= 10;
-	}
-
-	/* determine allowed ref divider range */
 	if (pll->flags & RADEON_PLL_USE_REF_DIV)
-		ref_div_min = pll->reference_div;
-	else
-		ref_div_min = pll->min_ref_div;
-	ref_div_max = pll->max_ref_div;
+		ref_div = pll->reference_div;
 
-	/* determine allowed post divider range */
-	if (pll->flags & RADEON_PLL_USE_POST_DIV) {
-		post_div_min = pll->post_div;
-		post_div_max = pll->post_div;
-	} else {
-		unsigned target_clock = freq / 10;
-		unsigned vco_min, vco_max;
-
-		if (pll->flags & RADEON_PLL_IS_LCD) {
-			vco_min = pll->lcd_pll_out_min;
-			vco_max = pll->lcd_pll_out_max;
-		} else {
-			vco_min = pll->pll_out_min;
-			vco_max = pll->pll_out_max;
+	if (pll->flags & RADEON_PLL_USE_FRAC_FB_DIV) {
+		avivo_get_fb_div(pll, target_clock, post_div, ref_div, &fb_div, &frac_fb_div);
+		frac_fb_div = (100 * frac_fb_div) / pll->reference_freq;
+		if (frac_fb_div >= 5) {
+			frac_fb_div -= 5;
+			frac_fb_div = frac_fb_div / 10;
+			frac_fb_div++;
 		}
-
-		post_div_min = vco_min / target_clock;
-		if ((target_clock * post_div_min) < vco_min)
-			++post_div_min;
-		if (post_div_min < pll->min_post_div)
-			post_div_min = pll->min_post_div;
-
-		post_div_max = vco_max / target_clock;
-		if ((target_clock * post_div_max) > vco_max)
-			--post_div_max;
-		if (post_div_max > pll->max_post_div)
-			post_div_max = pll->max_post_div;
-	}
-
-	/* represent the searched ratio as fractional number */
-	nom = pll->flags & RADEON_PLL_USE_FRAC_FB_DIV ? freq : freq / 10;
-	den = pll->reference_freq;
-
-	/* reduce the numbers to a simpler ratio */
-	avivo_reduce_ratio(&nom, &den, fb_div_min, post_div_min);
-
-	/* now search for a post divider */
-	if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP)
-		post_div_best = post_div_min;
-	else
-		post_div_best = post_div_max;
-	diff_best = ~0;
-
-	for (post_div = post_div_min; post_div <= post_div_max; ++post_div) {
-		unsigned diff = abs(den - den / post_div * post_div);
-		if (diff < diff_best || (diff == diff_best &&
-		    !(pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP))) {
-
-			post_div_best = post_div;
-			diff_best = diff;
+		if (frac_fb_div >= 10) {
+			fb_div++;
+			frac_fb_div = 0;
 		}
-	}
-	post_div = post_div_best;
-
-	/* limit reference * post divider to a maximum */
-	ref_div_max = min(210 / post_div, ref_div_max);
-
-	/* get matching reference and feedback divider */
-	ref_div = max(den / post_div, 1u);
-	fb_div = nom;
-
-	/* we're almost done, but reference and feedback
-	   divider might be to large now */
-
-	tmp = ref_div;
-
-        if (fb_div > fb_div_max) {
-		ref_div = ref_div * fb_div_max / fb_div;
-		fb_div = fb_div_max;
-	}
-
-	if (ref_div > ref_div_max) {
-		ref_div = ref_div_max;
-		fb_div = nom * ref_div_max / tmp;
-	}
-
-	/* reduce the numbers to a simpler ratio once more */
-	/* this also makes sure that the reference divider is large enough */
-	avivo_reduce_ratio(&fb_div, &ref_div, fb_div_min, ref_div_min);
-
-	/* and finally save the result */
-	if (pll->flags & RADEON_PLL_USE_FRAC_FB_DIV) {
-		*fb_div_p = fb_div / 10;
-		*frac_fb_div_p = fb_div % 10;
 	} else {
-		*fb_div_p = fb_div;
-		*frac_fb_div_p = 0;
+		while (ref_div <= pll->max_ref_div) {
+			avivo_get_fb_div(pll, target_clock, post_div, ref_div,
+					 &fb_div, &frac_fb_div);
+			if (frac_fb_div >= (pll->reference_freq / 2))
+				fb_div++;
+			frac_fb_div = 0;
+			tmp = (pll->reference_freq * fb_div) / (post_div * ref_div);
+			tmp = (tmp * 10000) / target_clock;
+
+			if (tmp > (10000 + MAX_TOLERANCE))
+				ref_div++;
+			else if (tmp >= (10000 - MAX_TOLERANCE))
+				break;
+			else
+				ref_div++;
+		}
 	}
 
-	*dot_clock_p = ((pll->reference_freq * *fb_div_p * 10) +
-			(pll->reference_freq * *frac_fb_div_p)) /
-		       (ref_div * post_div * 10);
+	*dot_clock_p = ((pll->reference_freq * fb_div * 10) + (pll->reference_freq * frac_fb_div)) /
+		(ref_div * post_div * 10);
+	*fb_div_p = fb_div;
+	*frac_fb_div_p = frac_fb_div;
 	*ref_div_p = ref_div;
 	*post_div_p = post_div;
-
-	DRM_DEBUG_KMS("%d - %d, pll dividers - fb: %d.%d ref: %d, post %d\n",
-		      freq, *dot_clock_p, *fb_div_p, *frac_fb_div_p,
-		      ref_div, post_div);
+	DRM_DEBUG_KMS("%d, pll dividers - fb: %d.%d ref: %d, post %d\n",
+		      *dot_clock_p, fb_div, frac_fb_div, ref_div, post_div);
 }
 
 /* pre-avivo */
-- 
1.9.0


-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 13:06       ` Alex Deucher
@ 2014-04-15 17:08         ` Kertesz Laszlo
  -1 siblings, 0 replies; 31+ messages in thread
From: Kertesz Laszlo @ 2014-04-15 17:08 UTC (permalink / raw)
  To: Alex Deucher, Borislav Petkov
  Cc: Alex Deucher, Christian König, Maling list - DRI developers, lkml

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

Alex Deucher wrote:
> On Tue, Apr 15, 2014 at 8:07 AM, Borislav Petkov <bp@alien8.de> wrote:
>> Hi Christian,
>>
>> On Tue, Apr 15, 2014 at 11:28:55AM +0200, Christian König wrote:
>>> Hi Borislav,
>>>
>>> that's a known issue and should be fixed in the next rc, see this
>>> bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009
>>>
>>> You might also want to try my branch with 3.15 fixes which includes
>>> the necessary patch for this: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip
>>>
>>> Let me know if that branch works for you or not.
>>
>> so I went and merged your branch as you suggested. Btw, on its tip it
>> has:
>>
>> commit ec02666dd0791312b5820e1a9a023681d99d07ec
>> Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
>> Date:   Tue Mar 18 17:16:52 2014 +0100
>>
>>      drm/radeon: memory leak on bo reservation failure. v2
>>
>> (just checking whether I got the right one)
>>
>> and, unfortunately, no change - same problem. Let me know if I should
>> bisect the subset of 59 radeon patches which went in during the merge
>> window...
>>
>> Btw, just in case, I went and updated radeon firmware in
>> /lib/firmware/radeon/ from upstream but it didn't change anything.
>
> Does reverting:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
> fix the issue?  We may need to tweak the pll parameters for older asics.
>
> Alex
>
>>

Same issue here (integrated Radeon HD 8570D), 64 bit Debian, kernel, drm, mesa built from git today. I see nothing and receive no message on the monitors (i have 2 identical ones, one on the DVI andother on HDMI), but the system is running fine  otherwise it seems, i could switch to the console, log in and reboot blindly. Cristian's branch didnt help.

Reverting 32167016076f714f0e35e287fbead7de0f1fb179 did work.

Attached dmesg (booted the unmodified rc1 kernel, switched to tty1 and rebooted blindly).

-- 
O zi buna,
Kertesz Laszlo

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

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.15.0-rc1 (laca@laca-desktop) (gcc version 4.8.2 (Debian 4.8.2-16) ) #2 SMP Mon Apr 14 19:27:37 EEST 2014
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1 root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007cceffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ccf0000-0x000000007cd1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007cd20000-0x000000007cfe2fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007cfe3000-0x000000007d0aefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007d0af000-0x000000007e1c4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007e1c5000-0x000000007e1c5fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e1c6000-0x000000007e3cbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e3cc000-0x000000007e84ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e850000-0x000000007efe0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007efe1000-0x000000007effffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023effffff] usable
[    0.000000] debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88X-D3H, BIOS F3 11/18/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000023f000000 aka 9200M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x7f000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01a69000, 0x01a69fff] PGTABLE
[    0.000000] BRK [0x01a6a000, 0x01a6afff] PGTABLE
[    0.000000] BRK [0x01a6b000, 0x01a6bfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23ee00000-0x23effffff]
[    0.000000]  [mem 0x23ee00000-0x23effffff] page 2M
[    0.000000] BRK [0x01a6c000, 0x01a6cfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23c000000-0x23edfffff]
[    0.000000]  [mem 0x23c000000-0x23edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
[    0.000000]  [mem 0x200000000-0x23bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7cceffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7cbfffff] page 2M
[    0.000000]  [mem 0x7cc00000-0x7cceffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7cd20000-0x7cfe2fff]
[    0.000000]  [mem 0x7cd20000-0x7cfe2fff] page 4k
[    0.000000] BRK [0x01a6d000, 0x01a6dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e1c5000-0x7e1c5fff]
[    0.000000]  [mem 0x7e1c5000-0x7e1c5fff] page 4k
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e3cc000-0x7e84ffff]
[    0.000000]  [mem 0x7e3cc000-0x7e3fffff] page 4k
[    0.000000]  [mem 0x7e400000-0x7e7fffff] page 2M
[    0.000000]  [mem 0x7e800000-0x7e84ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7efe1000-0x7effffff]
[    0.000000]  [mem 0x7efe1000-0x7effffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x36320000-0x37187fff]
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007D067080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007D06D6B8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20140214/tbfadt-634)
[    0.000000] ACPI: DSDT 0x000000007D067190 006523 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000007D0A4080 000040
[    0.000000] ACPI: APIC 0x000000007D06D7C8 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007D06D840 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007D06D888 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x000000007D06D8C8 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: IVRS 0x000000007D06D900 000068 (v02 AMD    BANTRY   00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000007D06D968 000B9C (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007D06E508 0004B7 (v02 AMD    BANTRY   00000001 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x000000007D06E9C0 000528 (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007D06EEE8 0013A4 (v01 AMD    CPMDFIGP 00000001 INTL 20051117)
[    0.000000] ACPI: SSDT 0x000000007D070290 001120 (v01 AMD    CPMCMN   00000001 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x23effffff]
[    0.000000]   NODE_DATA [mem 0x23eff6000-0x23effafff]
[    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237600000-ffff88023e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x23effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7cceffff]
[    0.000000]   node   0: [mem 0x7cd20000-0x7cfe2fff]
[    0.000000]   node   0: [mem 0x7e1c5000-0x7e1c5fff]
[    0.000000]   node   0: [mem 0x7e3cc000-0x7e84ffff]
[    0.000000]   node   0: [mem 0x7efe1000-0x7effffff]
[    0.000000]   node   0: [mem 0x100000000-0x23effffff]
[    0.000000] On node 0 totalpages: 1819636
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7954 pages used for memmap
[    0.000000]   DMA32 zone: 509015 pages, LIFO batch:31
[    0.000000]   Normal zone: 20416 pages used for memmap
[    0.000000]   Normal zone: 1306624 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, 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 low 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] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ccf0000-0x7cd1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7cfe3000-0x7d0aefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7d0af000-0x7e1c4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e1c6000-0x7e3cbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e850000-0x7efe0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x7f000000-0xfebfffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88023ec00000 s80960 r8192 d21440 u524288
[    0.000000] pcpu-alloc: s80960 r8192 d21440 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1791181
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1 root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7071560K/7278544K available (4511K kernel code, 657K rwdata, 1520K rodata, 876K init, 900K bss, 206984K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 29360128 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3493.348 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 6986.69 BogoMIPS (lpj=13973392)
[    0.000086] pid_max: default: 32768 minimum: 301
[    0.000124] ACPI: Core revision 20140214
[    0.003279] ACPI: All ACPI Tables successfully acquired
[    0.005296] Security Framework initialized
[    0.005341] AppArmor: AppArmor disabled by boot time parameter
[    0.005829] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007903] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008870] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008926] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.009153] Initializing cgroup subsys debug
[    0.009187] Initializing cgroup subsys memory
[    0.009222] Initializing cgroup subsys devices
[    0.009256] Initializing cgroup subsys freezer
[    0.009289] Initializing cgroup subsys net_cls
[    0.009322] Initializing cgroup subsys blkio
[    0.009354] Initializing cgroup subsys perf_event
[    0.009400] tseg: 007f000000
[    0.009434] CPU: Physical Processor ID: 0
[    0.009467] CPU: Processor Core ID: 0
[    0.009499] mce: CPU supports 7 MCE banks
[    0.009539] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.009539] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.009539] tlb_flushall_shift: 6
[    0.009639] Freeing SMP alternatives memory: 20K (ffffffff81981000 - ffffffff81986000)
[    0.010849] [Firmware Bug]: AMD-Vi: IOAPIC[0] not in IVRS table
[    0.010884] [Firmware Bug]: AMD-Vi: No southbridge IOAPIC found
[    0.010917] AMD-Vi: Disabling interrupt remapping
[    0.011345] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.051045] smpboot: CPU0: AMD A8-6500 APU with Radeon(tm) HD Graphics (fam: 15, model: 13, stepping: 01)
[    0.158894] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.159016] ... version:                0
[    0.159047] ... bit width:              48
[    0.159079] ... generic registers:      6
[    0.159110] ... value mask:             0000ffffffffffff
[    0.159143] ... max period:             00007fffffffffff
[    0.159174] ... fixed-purpose events:   0
[    0.159206] ... event mask:             000000000000003f
[    0.159412] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.159508] x86: Booting SMP configuration:
[    0.159554] .... node  #0, CPUs:      #1 #2 #3
[    0.198987] x86: Booted up 1 node, 4 CPUs
[    0.199051] smpboot: Total of 4 processors activated (27946.78 BogoMIPS)
[    0.199665] devtmpfs: initialized
[    0.202112] PM: Registering ACPI NVS region [mem 0x7cfe3000-0x7d0aefff] (835584 bytes)
[    0.202160] PM: Registering ACPI NVS region [mem 0x7e1c6000-0x7e3cbfff] (2121728 bytes)
[    0.202369] NET: Registered protocol family 16
[    0.202503] cpuidle: using governor ladder
[    0.202547] cpuidle: using governor menu
[    0.202657] ACPI: bus type PCI registered
[    0.202691] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.202773] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.202812] PCI: not using MMCONFIG
[    0.202844] PCI: Using configuration type 1 for base access
[    0.202884] PCI: Using configuration type 1 for extended access
[    0.203154] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.203201] mtrr: probably your BIOS does not setup all CPUs.
[    0.203234] mtrr: corrected configuration.
[    0.204016] ACPI: Added _OSI(Module Device)
[    0.204050] ACPI: Added _OSI(Processor Device)
[    0.204083] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204115] ACPI: Added _OSI(Processor Aggregator Device)
[    0.205415] ACPI: Executed 1 blocks of module-level executable AML code
[    0.207960] ACPI: Interpreter enabled
[    0.208007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
[    0.208101] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
[    0.208205] ACPI: (supports S0 S3 S4 S5)
[    0.208237] ACPI: Using IOAPIC for interrupt routing
[    0.208370] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.208431] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.223551] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.223995] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.224116] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.224245] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.332148] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.332202] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.332393] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.332738] PCI host bridge to bus 0000:00
[    0.332772] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.332807] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.332839] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.332873] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    0.332907] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.332941] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.332975] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.333007] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.333045] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[    0.333146] pci 0000:00:00.2: [1022:1419] type 00 class 0x080600
[    0.333274] pci 0000:00:01.0: [1002:990e] type 00 class 0x030000
[    0.333313] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.333350] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    0.333387] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    0.333449] pci 0000:00:01.0: supports D1 D2
[    0.333532] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[    0.333582] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    0.333650] pci 0000:00:01.1: supports D1 D2
[    0.333746] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
[    0.333828] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.333958] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[    0.334007] pci 0000:00:10.0: reg 0x10: [mem 0xfeb4a000-0xfeb4bfff 64bit]
[    0.334129] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.334203] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.334282] pci 0000:00:10.1: [1022:7814] type 00 class 0x0c0330
[    0.334331] pci 0000:00:10.1: reg 0x10: [mem 0xfeb48000-0xfeb49fff 64bit]
[    0.334453] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    0.334523] pci 0000:00:10.1: System wakeup disabled by ACPI
[    0.334600] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    0.334648] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    0.334688] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    0.334728] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    0.334769] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    0.334818] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    0.334857] pci 0000:00:11.0: reg 0x24: [mem 0xfeb51000-0xfeb517ff]
[    0.334991] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    0.335034] pci 0000:00:12.0: reg 0x10: [mem 0xfeb50000-0xfeb50fff]
[    0.335133] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.335203] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    0.335250] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4f000-0xfeb4f0ff]
[    0.335347] pci 0000:00:12.2: supports D1 D2
[    0.335380] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.335442] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.335511] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    0.335555] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[    0.335654] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.335726] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    0.335773] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[    0.335871] pci 0000:00:13.2: supports D1 D2
[    0.335905] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.335975] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.336041] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    0.336170] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    0.336218] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.336300] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.336359] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.336422] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    0.336566] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[    0.336647] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.337940] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[    0.337984] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
[    0.338081] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.338147] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[    0.338233] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[    0.338318] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[    0.338406] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[    0.338497] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[    0.338580] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[    0.338729] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.338794] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.338846] pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea00fff 64bit]
[    0.338890] pci 0000:01:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.339000] pci 0000:01:00.0: supports D1 D2
[    0.339033] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.339091] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.346892] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.346963] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.347004] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.347041] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.347161] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.347201] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    0.347239] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    0.347276] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    0.347313] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.347350] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.347386] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.347423] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.347767] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.348141] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.348500] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.348864] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.349217] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.349556] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.349907] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.350254] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.350782] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.350846] vgaarb: loaded
[    0.350877] vgaarb: bridge control possible 0000:00:01.0
[    0.350952] PCI: Using ACPI for IRQ routing
[    0.357672] PCI: pci_cache_line_size set to 64 bytes
[    0.357746] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.357781] e820: reserve RAM buffer [mem 0x7ccf0000-0x7fffffff]
[    0.357824] e820: reserve RAM buffer [mem 0x7cfe3000-0x7fffffff]
[    0.357856] e820: reserve RAM buffer [mem 0x7e1c6000-0x7fffffff]
[    0.357890] e820: reserve RAM buffer [mem 0x7e850000-0x7fffffff]
[    0.357923] e820: reserve RAM buffer [mem 0x7f000000-0x7fffffff]
[    0.357956] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
[    0.358094] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.358242] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.360376] Switched to clocksource hpet
[    0.361886] pnp: PnP ACPI init
[    0.361932] ACPI: bus type PNP registered
[    0.362046] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.362080] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.362167] system 00:01: [mem 0x80000000-0xbfffffff] has been reserved
[    0.362202] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.362290] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.362323] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.362492] system 00:03: [io  0x0220-0x0227] has been reserved
[    0.362527] system 00:03: [io  0x0228-0x0237] has been reserved
[    0.362562] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.362596] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.362840] pnp 00:04: [dma 0 disabled]
[    0.362910] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.362982] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.363024] pnp 00:06: [dma 4]
[    0.363073] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.363132] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.363184] pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.363304] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.363346] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.363406] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.363624] system 00:0b: [io  0x04d0-0x04d1] has been reserved
[    0.363658] system 00:0b: [io  0x040b] has been reserved
[    0.363692] system 00:0b: [io  0x04d6] has been reserved
[    0.363726] system 00:0b: [io  0x0c00-0x0c01] has been reserved
[    0.363760] system 00:0b: [io  0x0c14] has been reserved
[    0.363794] system 00:0b: [io  0x0c50-0x0c51] has been reserved
[    0.363828] system 00:0b: [io  0x0c52] has been reserved
[    0.363862] system 00:0b: [io  0x0c6c] has been reserved
[    0.363894] system 00:0b: [io  0x0c6f] has been reserved
[    0.363936] system 00:0b: [io  0x0cd0-0x0cd1] has been reserved
[    0.363970] system 00:0b: [io  0x0cd2-0x0cd3] has been reserved
[    0.364003] system 00:0b: [io  0x0cd4-0x0cd5] has been reserved
[    0.364036] system 00:0b: [io  0x0cd6-0x0cd7] has been reserved
[    0.364068] system 00:0b: [io  0x0cd8-0x0cdf] has been reserved
[    0.364102] system 00:0b: [io  0x0800-0x089f] could not be reserved
[    0.364135] system 00:0b: [io  0x0b20-0x0b3f] has been reserved
[    0.364168] system 00:0b: [io  0x0900-0x090f] has been reserved
[    0.364201] system 00:0b: [io  0x0910-0x091f] has been reserved
[    0.364233] system 00:0b: [io  0xfe00-0xfefe] has been reserved
[    0.364267] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.364302] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.364335] system 00:0b: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.364375] system 00:0b: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.364410] system 00:0b: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.364443] system 00:0b: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.364477] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
[    0.364510] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.364696] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.364731] pnp: PnP ACPI: found 13 devices
[    0.364763] ACPI: bus type PNP unregistered
[    0.371529] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.371563] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.371598] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.371632] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.371669] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.371709] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.371742] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.371774] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.371806] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.371839] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.371871] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.371905] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[    0.371937] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.371969] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.372002] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.372038] pci_bus 0000:02: resource 4 [io  0x0000-0x03af]
[    0.372070] pci_bus 0000:02: resource 5 [io  0x03e0-0x0cf7]
[    0.372103] pci_bus 0000:02: resource 6 [io  0x03b0-0x03df]
[    0.372135] pci_bus 0000:02: resource 7 [io  0x0d00-0xffff]
[    0.372168] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
[    0.372201] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
[    0.372234] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
[    0.372285] NET: Registered protocol family 2
[    0.372483] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.372704] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.372962] TCP: Hash tables configured (established 65536 bind 65536)
[    0.373039] TCP: reno registered
[    0.373081] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.373150] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.373255] NET: Registered protocol family 1
[    0.373312] pci 0000:00:01.0: Boot video device
[    0.796442] PCI: CLS 64 bytes, default 64
[    0.796518] Unpacking initramfs...
[    1.003575] Freeing initrd memory: 14752K (ffff880036320000 - ffff880037188000)
[    1.086580] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    1.086626] AMD-Vi:  Extended features:  PreF PPR GT IA
[    1.086809] pci 0000:00:00.2: irq 40 for MSI/MSI-X
[    1.093309] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.093826] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.093906] software IO TLB [mem 0x78cf0000-0x7ccf0000] (64MB) mapped at [ffff880078cf0000-ffff88007cceffff]
[    1.094137] perf: AMD NB counters detected
[    1.094213] microcode: CPU0: patch_level=0x06001119
[    1.094250] microcode: CPU1: patch_level=0x06001119
[    1.094296] microcode: CPU2: patch_level=0x06001119
[    1.094339] microcode: CPU3: patch_level=0x06001119
[    1.094429] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.094467] LVT offset 0 assigned for vector 0x400
[    1.094512] perf: AMD IBS detected (0x000000ff)
[    1.094559] Scanning for low memory corruption every 60 seconds
[    1.094826] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.094894] audit: initializing netlink subsys (disabled)
[    1.094943] audit: type=2000 audit(1397493437.988:1): initialized
[    1.105044] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.106516] VFS: Disk quotas dquot_6.5.2
[    1.106592] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.106681] msgmni has been set to 13840
[    1.107046] alg: No test for stdrng (krng)
[    1.107115] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.107188] io scheduler noop registered
[    1.107222] io scheduler deadline registered
[    1.108597] io scheduler cfq registered (default)
[    1.108787] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X
[    1.108881] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt
[    1.108928] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.108964] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded
[    1.109009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.109054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.109139] GHES: HEST is not enabled!
[    1.109304] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.129690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.130196] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.130625] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.130664] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.130876] mousedev: PS/2 mouse device common for all mice
[    1.130933] rtc_cmos 00:07: RTC can wake from S4
[    1.131088] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.131162] rtc_cmos 00:07: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.131211] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    1.131419] TCP: cubic registered
[    1.131550] NET: Registered protocol family 10
[    1.131799] mip6: Mobile IPv6
[    1.131833] NET: Registered protocol family 17
[    1.131867] mpls_gso: MPLS GSO support
[    1.132272] registered taskstats version 1
[    1.132670] rtc_cmos 00:07: setting system clock to 2014-04-14 16:37:18 UTC (1397493438)
[    1.132763] PM: Checking hibernation image partition UUID=bafe38cf-553c-433b-ae37-118bdeebbfac
[    1.241065] PM: Hibernation image not present or could not be loaded.
[    1.241750] Freeing unused kernel memory: 876K (ffffffff818a6000 - ffffffff81981000)
[    1.241831] Write protecting the kernel read-only data: 8192k
[    1.244516] Freeing unused kernel memory: 1620K (ffff88000146b000 - ffff880001600000)
[    1.245536] Freeing unused kernel memory: 528K (ffff88000177c000 - ffff880001800000)
[    1.296834] systemd-udevd[73]: starting version 204
[    1.310461] SCSI subsystem initialized
[    1.310590] ACPI: bus type USB registered
[    1.310656] usbcore: registered new interface driver usbfs
[    1.310700] usbcore: registered new interface driver hub
[    1.311841] usbcore: registered new device driver usb
[    1.312476] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.312701] QUIRK: Enable AMD PLL fix
[    1.312754] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.312762] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.312767] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    1.312992] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
[    1.313033] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
[    1.313074] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
[    1.313110] ehci-pci: EHCI PCI platform driver
[    1.313112] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X
[    1.313117] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X
[    1.313234] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.313235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.313237] usb usb1: Product: xHCI Host Controller
[    1.313238] usb usb1: Manufacturer: Linux 3.15.0-rc1 xhci_hcd
[    1.313239] usb usb1: SerialNumber: 0000:00:10.0
[    1.313564] hub 1-0:1.0: USB hub found
[    1.313619] hub 1-0:1.0: 2 ports detected
[    1.313773] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.313812] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.313815] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.314140] r8169 0000:01:00.0: irq 47 for MSI/MSI-X
[    1.314361] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000d48000, 74:d4:35:54:85:fc, XID 0c900800 IRQ 47
[    1.314413] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.316545] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.316584] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.316623] usb usb2: Product: xHCI Host Controller
[    1.316658] usb usb2: Manufacturer: Linux 3.15.0-rc1 xhci_hcd
[    1.316694] usb usb2: SerialNumber: 0000:00:10.0
[    1.317506] hub 2-0:1.0: USB hub found
[    1.317565] hub 2-0:1.0: 2 ports detected
[    1.317824] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.317865] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    1.318117] xhci_hcd 0000:00:10.1: irq 48 for MSI/MSI-X
[    1.318155] xhci_hcd 0000:00:10.1: irq 49 for MSI/MSI-X
[    1.318193] xhci_hcd 0000:00:10.1: irq 50 for MSI/MSI-X
[    1.318230] xhci_hcd 0000:00:10.1: irq 51 for MSI/MSI-X
[    1.318268] xhci_hcd 0000:00:10.1: irq 52 for MSI/MSI-X
[    1.318415] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.318454] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.318493] usb usb3: Product: xHCI Host Controller
[    1.318527] usb usb3: Manufacturer: Linux 3.15.0-rc1 xhci_hcd
[    1.318563] usb usb3: SerialNumber: 0000:00:10.1
[    1.318710] hub 3-0:1.0: USB hub found
[    1.318765] hub 3-0:1.0: 2 ports detected
[    1.318894] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.318930] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4
[    1.320942] libata version 3.00 loaded.
[    1.321629] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.321668] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.321708] usb usb4: Product: xHCI Host Controller
[    1.321743] usb usb4: Manufacturer: Linux 3.15.0-rc1 xhci_hcd
[    1.321779] usb usb4: SerialNumber: 0000:00:10.1
[    1.321933] hub 4-0:1.0: USB hub found
[    1.321974] hub 4-0:1.0: 2 ports detected
[    1.322193] ahci 0000:00:11.0: version 3.0
[    1.322389] ahci 0000:00:11.0: irq 53 for MSI/MSI-X
[    1.322515] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 7 ports 6 Gbps 0x7f impl SATA mode
[    1.322554] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs 
[    1.323930] ohci-pci: OHCI PCI platform driver
[    1.324047] scsi0 : ahci
[    1.324209] scsi1 : ahci
[    1.324333] scsi2 : ahci
[    1.326659] scsi3 : ahci
[    1.326829] scsi4 : ahci
[    1.326979] scsi5 : ahci
[    1.327119] scsi6 : ahci
[    1.327218] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51100 irq 53
[    1.327257] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51180 irq 53
[    1.327297] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51200 irq 53
[    1.327336] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51280 irq 53
[    1.327376] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51300 irq 53
[    1.327414] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51380 irq 53
[    1.327453] ata7: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51400 irq 53
[    1.327659] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.327699] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
[    1.327770] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000
[    1.384181] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.384219] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.384256] usb usb5: Product: OHCI PCI host controller
[    1.384289] usb usb5: Manufacturer: Linux 3.15.0-rc1 ohci_hcd
[    1.384323] usb usb5: SerialNumber: 0000:00:12.0
[    1.384534] hub 5-0:1.0: USB hub found
[    1.384576] hub 5-0:1.0: 5 ports detected
[    1.384878] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.384915] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
[    1.384973] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000
[    1.444134] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.444173] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444209] usb usb6: Product: OHCI PCI host controller
[    1.444243] usb usb6: Manufacturer: Linux 3.15.0-rc1 ohci_hcd
[    1.444276] usb usb6: SerialNumber: 0000:00:13.0
[    1.444477] hub 6-0:1.0: USB hub found
[    1.444517] hub 6-0:1.0: 5 ports detected
[    1.444807] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.444845] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
[    1.444908] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000
[    1.504111] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.504148] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.504184] usb usb7: Product: OHCI PCI host controller
[    1.504218] usb usb7: Manufacturer: Linux 3.15.0-rc1 ohci_hcd
[    1.504251] usb usb7: SerialNumber: 0000:00:14.5
[    1.504516] hub 7-0:1.0: USB hub found
[    1.504556] hub 7-0:1.0: 2 ports detected
[    1.505069] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.505112] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 8
[    1.505158] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.505205] ehci-pci 0000:00:12.2: debug port 1
[    1.506468] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000
[    1.516097] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.516196] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.516231] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.516267] usb usb8: Product: EHCI Host Controller
[    1.516301] usb usb8: Manufacturer: Linux 3.15.0-rc1 ehci_hcd
[    1.516335] usb usb8: SerialNumber: 0000:00:12.2
[    1.516531] hub 8-0:1.0: USB hub found
[    1.516570] hub 8-0:1.0: 5 ports detected
[    1.580121] hub 5-0:1.0: USB hub found
[    1.580165] hub 5-0:1.0: 5 ports detected
[    1.580602] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.580642] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 9
[    1.580683] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.580733] ehci-pci 0000:00:13.2: debug port 1
[    1.580794] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000
[    1.592061] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.592142] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[    1.592178] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.592215] usb usb9: Product: EHCI Host Controller
[    1.592249] usb usb9: Manufacturer: Linux 3.15.0-rc1 ehci_hcd
[    1.592283] usb usb9: SerialNumber: 0000:00:13.2
[    1.592498] hub 9-0:1.0: USB hub found
[    1.592540] hub 9-0:1.0: 5 ports detected
[    1.648068] ata4: SATA link down (SStatus 0 SControl 300)
[    1.648133] ata6: SATA link down (SStatus 0 SControl 300)
[    1.648194] ata7: SATA link down (SStatus 0 SControl 300)
[    1.648269] ata5: SATA link down (SStatus 0 SControl 300)
[    1.656113] hub 6-0:1.0: USB hub found
[    1.656163] hub 6-0:1.0: 5 ports detected
[    1.815982] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.817112] ata1.00: ATA-8: WDC WD10EZEX-22RKKA0, 80.00A80, max UDMA/133
[    1.817162] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.818621] ata1.00: configured for UDMA/133
[    1.818868] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-22R 80.0 PQ: 0 ANSI: 5
[    1.819987] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.820052] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.820606] ata3.00: ATAPI: TSSTcorp DVD+/-RW TS-H653G, DW10, max UDMA/100
[    1.820648] ata3.00: applying bridge limits
[    1.821551] ata3.00: configured for UDMA/100
[    1.821656] ata2.00: ATA-8: WDC WD5000AADS-00S9B0, 01.00A01, max UDMA/133
[    1.821693] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.822518] ata2.00: configured for UDMA/133
[    1.822690] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5000AADS-0 01.0 PQ: 0 ANSI: 5
[    1.823476] scsi 2:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653G DW10 PQ: 0 ANSI: 5
[    1.828002] usb 8-1: new high-speed USB device number 2 using ehci-pci
[    1.834460] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.834479] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.834553] sd 1:0:0:0: [sdb] Write Protect is off
[    1.834555] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.834585] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.834667] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.834758] sd 0:0:0:0: [sda] Write Protect is off
[    1.834797] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.834855] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.837882] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.837923] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.838105] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.839828] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.839929] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.839998] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    1.854446]  sda: sda1 sda2 sda3
[    1.854872] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.960615] usb 8-1: New USB device found, idVendor=1a40, idProduct=0101
[    1.960653] usb 8-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.960687] usb 8-1: Product: USB 2.0 Hub
[    1.960965] hub 8-1:1.0: USB hub found
[    1.961048] hub 8-1:1.0: 4 ports detected
[    2.091870] tsc: Refined TSC clocksource calibration: 3493.647 MHz
[    2.279815] usb 5-2: new low-speed USB device number 2 using ohci-pci
[    2.284279]  sdb: sdb1 sdb2 sdb3
[    2.284783] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.384475] random: nonblocking pool is initialized
[    2.444910] usb 5-2: New USB device found, idVendor=2188, idProduct=0ae1
[    2.444947] usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.444981] usb 5-2: Product: USB OPTICAL MOUSE 
[    2.448783] hidraw: raw HID events driver (C) Jiri Kosina
[    2.453110] usbcore: registered new interface driver usbhid
[    2.453149] usbhid: USB HID core driver
[    2.454829] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:12.0/usb5/5-2/5-2:1.0/0003:2188:0AE1.0001/input/input2
[    2.454959] hid-generic 0003:2188:0AE1.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:12.0-2/input0
[    2.555803] usb 9-4: new high-speed USB device number 2 using ehci-pci
[    2.621709] device-mapper: uevent: version 1.0.3
[    2.621903] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    2.628787] PM: Starting manual resume from disk
[    2.628840] PM: Hibernation image partition 8:3 present
[    2.628871] PM: Looking for hibernation image.
[    2.629026] PM: Image not found (code -22)
[    2.629059] PM: Hibernation image not present or could not be loaded.
[    2.632098] PM: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[    2.632151] PM: Marking nosave pages: [mem 0x7ccf0000-0x7cd1ffff]
[    2.632184] PM: Marking nosave pages: [mem 0x7cfe3000-0x7e1c4fff]
[    2.632288] PM: Marking nosave pages: [mem 0x7e1c6000-0x7e3cbfff]
[    2.632341] PM: Marking nosave pages: [mem 0x7e850000-0x7efe0fff]
[    2.632404] PM: Marking nosave pages: [mem 0x7f000000-0xffffffff]
[    2.633340] PM: Basic memory bitmaps created
[    2.648798] PM: Basic memory bitmaps freed
[    2.698388] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.698445] usb 9-4: New USB device found, idVendor=1871, idProduct=0101
[    2.698483] usb 9-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.698519] usb 9-4: Product: USB2.0 Camera
[    2.698555] usb 9-4: Manufacturer: AVEO Technology Corp.
[    3.091638] Switched to clocksource tsc
[    3.223445] usb 6-5: new full-speed USB device number 2 using ohci-pci
[    3.396559] usb 6-5: New USB device found, idVendor=1532, idProduct=010d
[    3.396596] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.396630] usb 6-5: Product: Razer BlackWidow Ultimate
[    3.396663] usb 6-5: Manufacturer: Razer
[    3.402818] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.0/0003:1532:010D.0002/input/input3
[    3.402906] hid-generic 0003:1532:010D.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input0
[    3.409621] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.1/0003:1532:010D.0003/input/input4
[    3.409727] hid-generic 0003:1532:010D.0003: input,hidraw2: USB HID v1.11 Device [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input1
[    3.416596] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.2/0003:1532:010D.0004/input/input5
[    3.416814] hid-generic 0003:1532:010D.0004: input,hidraw3: USB HID v1.11 Mouse [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input2
[    3.946125] systemd-udevd[419]: starting version 204
[    4.703175] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.703251] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.763321] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[    4.763407] ACPI: Power Button [PWRB]
[    4.763482] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    4.763532] ACPI: Power Button [PWRF]
[    4.782248] [drm] Initialized drm 1.1.0 20060810
[    4.904349] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    4.904439] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    4.904606] acpi device:02: registered as cooling_device0
[    4.904711] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input8
[    4.993723] ACPI: acpi_idle registered with cpuidle
[    4.994952] acpi-cpufreq: overriding BIOS provided _PSD data
[    5.041645] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    5.213333] [drm] radeon kernel modesetting enabled.
[    5.213854] [drm] initializing kernel modesetting (ARUBA 0x1002:0x990E 0x1002:0x0123).
[    5.213957] [drm] register mmio base: 0xFEB00000
[    5.214008] [drm] register mmio size: 262144
[    5.214136] ATOM BIOS: 113
[    5.215568] radeon 0000:00:01.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    5.215625] radeon 0000:00:01.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    5.215666] [drm] Detected VRAM RAM=1024M, BAR=256M
[    5.215704] [drm] RAM width 64bits DDR
[    5.215861] [TTM] Zone  kernel: Available graphics memory: 3544678 kiB
[    5.215900] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    5.215938] [TTM] Initializing pool allocator
[    5.215981] [TTM] Initializing DMA pool allocator
[    5.216042] [drm] radeon: 1024M of VRAM memory ready
[    5.216079] [drm] radeon: 1024M of GTT memory ready.
[    5.216132] [drm] Loading ARUBA Microcode
[    5.590859] [drm] Internal thermal controller without fan control
[    5.590950] == power state 0 ==
[    5.590996] 	ui class: none
[    5.591059] 	internal class: uvd 
[    5.591151] 	caps: 
[    5.591214] 	uvd    vclk: 72381 dclk: 60800
[    5.591249] 		power level 0    sclk: 63334 vddc: 1237
[    5.591283] 		power level 1    sclk: 80000 vddc: 1274
[    5.591317] 	status: 
[    5.591379] == power state 1 ==
[    5.591412] 	ui class: none
[    5.591475] 	internal class: uvd_mvc 
[    5.591567] 	caps: 
[    5.591629] 	uvd    vclk: 72381 dclk: 60800
[    5.591664] 		power level 0    sclk: 63334 vddc: 1237
[    5.591699] 		power level 1    sclk: 80000 vddc: 1274
[    5.591733] 	status: 
[    5.591795] == power state 2 ==
[    5.591828] 	ui class: performance
[    5.591891] 	internal class: none
[    5.591982] 	caps: 
[    5.592045] 	uvd    vclk: 0 dclk: 0
[    5.592080] 		power level 0    sclk: 30400 vddc: 987
[    5.592115] 		power level 1    sclk: 63334 vddc: 1237
[    5.592149] 		power level 2    sclk: 80000 vddc: 1274
[    5.592182] 	status: 
[    5.592243] == power state 3 ==
[    5.592275] 	ui class: none
[    5.592336] 	internal class: boot 
[    5.592429] 	caps: 
[    5.592492] 	uvd    vclk: 0 dclk: 0
[    5.592526] 		power level 0    sclk: 20000 vddc: 1274
[    5.592560] 	status: c r b 
[    5.592711] == power state 4 ==
[    5.592743] 	ui class: none
[    5.592806] 	internal class: thermal 
[    5.592898] 	caps: 
[    5.592958] 	uvd    vclk: 0 dclk: 0
[    5.592991] 		power level 0    sclk: 20000 vddc: 987
[    5.593025] 	status: 
[    5.593328] [drm] radeon: dpm initialized
[    5.601467] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    5.622210] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
[    5.622414] radeon 0000:00:01.0: WB enabled
[    5.622464] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880077d41c00
[    5.623248] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90011035a18
[    5.623330] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880077d41c04
[    5.623369] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880077d41c08
[    5.623408] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880077d41c0c
[    5.623446] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880077d41c10
[    5.623490] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.623524] [drm] Driver supports precise vblank timestamp query.
[    5.623571] radeon 0000:00:01.0: irq 54 for MSI/MSI-X
[    5.623615] radeon 0000:00:01.0: radeon: using MSI.
[    5.623916] [drm] radeon: irq initialized.
[    5.643137] [drm] ring test on 0 succeeded in 2 usecs
[    5.643253] [drm] ring test on 3 succeeded in 2 usecs
[    5.643314] [drm] ring test on 4 succeeded in 3 usecs
[    5.699058] [drm] ring test on 5 succeeded in 2 usecs
[    5.719056] [drm] UVD initialized successfully.
[    5.720114] [drm] ib test on ring 0 succeeded in 0 usecs
[    5.720725] [drm] ib test on ring 3 succeeded in 0 usecs
[    5.721304] [drm] ib test on ring 4 succeeded in 1 usecs
[    5.742357] [drm] ib test on ring 5 succeeded
[    5.763324] [drm] Radeon Display Connectors
[    5.763377] [drm] Connector 0:
[    5.763410] [drm]   HDMI-A-1
[    5.763443] [drm]   HPD1
[    5.763476] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    5.763513] [drm]   Encoders:
[    5.763546] [drm]     DFP1: INTERNAL_UNIPHY2
[    5.763579] [drm] Connector 1:
[    5.763612] [drm]   VGA-1
[    5.763644] [drm]   HPD2
[    5.763677] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[    5.763713] [drm]   Encoders:
[    5.763746] [drm]     CRT1: INTERNAL_UNIPHY2
[    5.763779] [drm]     CRT1: NUTMEG
[    5.763812] [drm] Connector 2:
[    5.763845] [drm]   DVI-D-1
[    5.763877] [drm]   HPD3
[    5.763910] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[    5.763945] [drm]   Encoders:
[    5.763977] [drm]     DFP2: INTERNAL_UNIPHY
[    5.827283] switching from power state:
[    5.827351] 	ui class: none
[    5.827427] 	internal class: boot 
[    5.827537] 	caps: 
[    5.827608] 	uvd    vclk: 0 dclk: 0
[    5.827651] 		power level 0    sclk: 20000 vddc: 1274
[    5.827692] 	status: c b 
[    5.827845] switching to power state:
[    5.827886] 	ui class: performance
[    5.827953] 	internal class: none
[    5.828055] 	caps: 
[    5.828127] 	uvd    vclk: 0 dclk: 0
[    5.828166] 		power level 0    sclk: 30400 vddc: 987
[    5.828205] 		power level 1    sclk: 63334 vddc: 1237
[    5.828244] 		power level 2    sclk: 80000 vddc: 1274
[    5.828281] 	status: r 
[    5.930247] media: Linux media interface: v0.10
[    5.939927] AVX version of gcm_enc/dec engaged.
[    5.943424] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    5.947746] Linux video capture interface: v2.00
[    5.977881] [drm] fb mappable at 0xC047A000
[    5.977956] [drm] vram apper at 0xC0000000
[    5.977986] [drm] size 5324800
[    5.978014] [drm] fb depth is 24
[    5.978043] [drm]    pitch is 5888
[    5.978143] fbcon: radeondrmfb (fb0) is primary device
[    5.982562] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1871:0101)
[    5.984102] input: USB2.0 Camera as /devices/pci0000:00/0000:00:13.2/usb9/9-4/9-4:1.0/input/input11
[    5.984231] usbcore: registered new interface driver uvcvideo
[    5.984232] USB Video Class driver (1.1.1)
[    6.078017] Console: switching to colour frame buffer device 180x56
[    6.083495] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[    6.083538] radeon 0000:00:01.0: registered panic notifier
[    6.083740] ACPI Error: [\_SB_.ALIB] Namespace lookup failure, AE_NOT_FOUND (20140214/psargs-359)
[    6.083778] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATC0] (Node ffff88023703cc30), AE_NOT_FOUND (20140214/psparse-536)
[    6.083830] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATCS] (Node ffff88023703cc08), AE_NOT_FOUND (20140214/psparse-536)
[    6.084009] [drm] Initialized radeon 2.38.0 20080528 for 0000:00:01.0 on minor 0
[    6.084411] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[    6.084523] snd_hda_intel 0000:00:01.1: irq 55 for MSI/MSI-X
[    6.109046] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card1/input12
[    6.117482] sound hdaudioC0D0: autoconfig: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    6.117550] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.117595] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.117637] sound hdaudioC0D0:    mono: mono_out=0x0
[    6.117671] sound hdaudioC0D0:    dig-out=0x11/0x1e
[    6.117705] sound hdaudioC0D0:    inputs:
[    6.117735] sound hdaudioC0D0:      Front Mic=0x19
[    6.117768] sound hdaudioC0D0:      Rear Mic=0x18
[    6.117801] sound hdaudioC0D0:      Line=0x1a
[    6.123619] kvm: Nested Virtualization enabled
[    6.123666] kvm: Nested Paging enabled
[    6.132267] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card0/hdaudioC0D0/input13
[    6.132743] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[    6.132910] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[    6.133182] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
[    6.133442] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
[    6.133578] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input18
[    6.134827] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input19
[    6.136502] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input20
[    7.816869] Adding 6828756k swap on /dev/sda3.  Priority:-1 extents:1 across:6828756k FS
[    7.870679] EXT4-fs (sda1): re-mounted. Opts: (null)
[    8.083767] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,errors=remount-ro
[    8.823806] lp: driver loaded but no devices found
[    8.849634] ppdev: user-space parallel port driver
[    8.921138] fuse init (API version 7.23)
[    8.950069] loop: module loaded
[    8.981806] it87: Found IT8728F chip at 0x228, revision 3
[    8.983785] it87: Beeping is supported
[    8.985936] it87 it87.552: Setting fan1-3 to 16-bit mode
[    9.041422] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    9.080218] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    9.119836] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   10.032550] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.052502] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   10.109679] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.508663] Bridge firewalling registered
[   10.535417] device eth0 entered promiscuous mode
[   10.658969] r8169 0000:01:00.0 eth0: link down
[   10.659047] r8169 0000:01:00.0 eth0: link down
[   10.662682] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.667836] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   12.784276] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input21
[   12.971327] r8169 0000:01:00.0 eth0: link up
[   12.973037] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.975262] br0: port 1(eth0) entered forwarding state
[   12.976924] br0: port 1(eth0) entered forwarding state
[   12.978573] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   14.234717] NET: Registered protocol family 4
[   23.089078] Ebtables v2.0 registered
[   24.986295] tun: Universal TUN/TAP device driver, 1.6
[   24.986300] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 17:08         ` Kertesz Laszlo
  0 siblings, 0 replies; 31+ messages in thread
From: Kertesz Laszlo @ 2014-04-15 17:08 UTC (permalink / raw)
  To: Alex Deucher, Borislav Petkov
  Cc: Alex Deucher, Christian König, Maling list - DRI developers, lkml

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

Alex Deucher wrote:
> On Tue, Apr 15, 2014 at 8:07 AM, Borislav Petkov <bp@alien8.de> wrote:
>> Hi Christian,
>>
>> On Tue, Apr 15, 2014 at 11:28:55AM +0200, Christian König wrote:
>>> Hi Borislav,
>>>
>>> that's a known issue and should be fixed in the next rc, see this
>>> bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=77009
>>>
>>> You might also want to try my branch with 3.15 fixes which includes
>>> the necessary patch for this: http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-fixes-3.15-wip
>>>
>>> Let me know if that branch works for you or not.
>>
>> so I went and merged your branch as you suggested. Btw, on its tip it
>> has:
>>
>> commit ec02666dd0791312b5820e1a9a023681d99d07ec
>> Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
>> Date:   Tue Mar 18 17:16:52 2014 +0100
>>
>>      drm/radeon: memory leak on bo reservation failure. v2
>>
>> (just checking whether I got the right one)
>>
>> and, unfortunately, no change - same problem. Let me know if I should
>> bisect the subset of 59 radeon patches which went in during the merge
>> window...
>>
>> Btw, just in case, I went and updated radeon firmware in
>> /lib/firmware/radeon/ from upstream but it didn't change anything.
>
> Does reverting:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
> fix the issue?  We may need to tweak the pll parameters for older asics.
>
> Alex
>
>>

Same issue here (integrated Radeon HD 8570D), 64 bit Debian, kernel, drm, mesa built from git today. I see nothing and receive no message on the monitors (i have 2 identical ones, one on the DVI andother on HDMI), but the system is running fine  otherwise it seems, i could switch to the console, log in and reboot blindly. Cristian's branch didnt help.

Reverting 32167016076f714f0e35e287fbead7de0f1fb179 did work.

Attached dmesg (booted the unmodified rc1 kernel, switched to tty1 and rebooted blindly).

-- 
O zi buna,
Kertesz Laszlo

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

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.15.0-rc1 (laca@laca-desktop) (gcc version 4.8.2 (Debian 4.8.2-16) ) #2 SMP Mon Apr 14 19:27:37 EEST 2014
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1 root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007cceffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ccf0000-0x000000007cd1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007cd20000-0x000000007cfe2fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007cfe3000-0x000000007d0aefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007d0af000-0x000000007e1c4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007e1c5000-0x000000007e1c5fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e1c6000-0x000000007e3cbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e3cc000-0x000000007e84ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e850000-0x000000007efe0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007efe1000-0x000000007effffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023effffff] usable
[    0.000000] debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88X-D3H, BIOS F3 11/18/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000023f000000 aka 9200M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x7f000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01a69000, 0x01a69fff] PGTABLE
[    0.000000] BRK [0x01a6a000, 0x01a6afff] PGTABLE
[    0.000000] BRK [0x01a6b000, 0x01a6bfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23ee00000-0x23effffff]
[    0.000000]  [mem 0x23ee00000-0x23effffff] page 2M
[    0.000000] BRK [0x01a6c000, 0x01a6cfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23c000000-0x23edfffff]
[    0.000000]  [mem 0x23c000000-0x23edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
[    0.000000]  [mem 0x200000000-0x23bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7cceffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7cbfffff] page 2M
[    0.000000]  [mem 0x7cc00000-0x7cceffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7cd20000-0x7cfe2fff]
[    0.000000]  [mem 0x7cd20000-0x7cfe2fff] page 4k
[    0.000000] BRK [0x01a6d000, 0x01a6dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e1c5000-0x7e1c5fff]
[    0.000000]  [mem 0x7e1c5000-0x7e1c5fff] page 4k
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e3cc000-0x7e84ffff]
[    0.000000]  [mem 0x7e3cc000-0x7e3fffff] page 4k
[    0.000000]  [mem 0x7e400000-0x7e7fffff] page 2M
[    0.000000]  [mem 0x7e800000-0x7e84ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7efe1000-0x7effffff]
[    0.000000]  [mem 0x7efe1000-0x7effffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x36320000-0x37187fff]
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007D067080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007D06D6B8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20140214/tbfadt-634)
[    0.000000] ACPI: DSDT 0x000000007D067190 006523 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000007D0A4080 000040
[    0.000000] ACPI: APIC 0x000000007D06D7C8 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007D06D840 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007D06D888 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x000000007D06D8C8 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: IVRS 0x000000007D06D900 000068 (v02 AMD    BANTRY   00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000007D06D968 000B9C (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007D06E508 0004B7 (v02 AMD    BANTRY   00000001 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x000000007D06E9C0 000528 (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007D06EEE8 0013A4 (v01 AMD    CPMDFIGP 00000001 INTL 20051117)
[    0.000000] ACPI: SSDT 0x000000007D070290 001120 (v01 AMD    CPMCMN   00000001 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x23effffff]
[    0.000000]   NODE_DATA [mem 0x23eff6000-0x23effafff]
[    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237600000-ffff88023e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x23effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7cceffff]
[    0.000000]   node   0: [mem 0x7cd20000-0x7cfe2fff]
[    0.000000]   node   0: [mem 0x7e1c5000-0x7e1c5fff]
[    0.000000]   node   0: [mem 0x7e3cc000-0x7e84ffff]
[    0.000000]   node   0: [mem 0x7efe1000-0x7effffff]
[    0.000000]   node   0: [mem 0x100000000-0x23effffff]
[    0.000000] On node 0 totalpages: 1819636
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7954 pages used for memmap
[    0.000000]   DMA32 zone: 509015 pages, LIFO batch:31
[    0.000000]   Normal zone: 20416 pages used for memmap
[    0.000000]   Normal zone: 1306624 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, 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 low 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] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ccf0000-0x7cd1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7cfe3000-0x7d0aefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7d0af000-0x7e1c4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e1c6000-0x7e3cbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e850000-0x7efe0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x7f000000-0xfebfffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88023ec00000 s80960 r8192 d21440 u524288
[    0.000000] pcpu-alloc: s80960 r8192 d21440 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1791181
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1 root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7071560K/7278544K available (4511K kernel code, 657K rwdata, 1520K rodata, 876K init, 900K bss, 206984K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 29360128 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3493.348 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 6986.69 BogoMIPS (lpj=13973392)
[    0.000086] pid_max: default: 32768 minimum: 301
[    0.000124] ACPI: Core revision 20140214
[    0.003279] ACPI: All ACPI Tables successfully acquired
[    0.005296] Security Framework initialized
[    0.005341] AppArmor: AppArmor disabled by boot time parameter
[    0.005829] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007903] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008870] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008926] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.009153] Initializing cgroup subsys debug
[    0.009187] Initializing cgroup subsys memory
[    0.009222] Initializing cgroup subsys devices
[    0.009256] Initializing cgroup subsys freezer
[    0.009289] Initializing cgroup subsys net_cls
[    0.009322] Initializing cgroup subsys blkio
[    0.009354] Initializing cgroup subsys perf_event
[    0.009400] tseg: 007f000000
[    0.009434] CPU: Physical Processor ID: 0
[    0.009467] CPU: Processor Core ID: 0
[    0.009499] mce: CPU supports 7 MCE banks
[    0.009539] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.009539] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.009539] tlb_flushall_shift: 6
[    0.009639] Freeing SMP alternatives memory: 20K (ffffffff81981000 - ffffffff81986000)
[    0.010849] [Firmware Bug]: AMD-Vi: IOAPIC[0] not in IVRS table
[    0.010884] [Firmware Bug]: AMD-Vi: No southbridge IOAPIC found
[    0.010917] AMD-Vi: Disabling interrupt remapping
[    0.011345] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.051045] smpboot: CPU0: AMD A8-6500 APU with Radeon(tm) HD Graphics (fam: 15, model: 13, stepping: 01)
[    0.158894] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.159016] ... version:                0
[    0.159047] ... bit width:              48
[    0.159079] ... generic registers:      6
[    0.159110] ... value mask:             0000ffffffffffff
[    0.159143] ... max period:             00007fffffffffff
[    0.159174] ... fixed-purpose events:   0
[    0.159206] ... event mask:             000000000000003f
[    0.159412] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.159508] x86: Booting SMP configuration:
[    0.159554] .... node  #0, CPUs:      #1 #2 #3
[    0.198987] x86: Booted up 1 node, 4 CPUs
[    0.199051] smpboot: Total of 4 processors activated (27946.78 BogoMIPS)
[    0.199665] devtmpfs: initialized
[    0.202112] PM: Registering ACPI NVS region [mem 0x7cfe3000-0x7d0aefff] (835584 bytes)
[    0.202160] PM: Registering ACPI NVS region [mem 0x7e1c6000-0x7e3cbfff] (2121728 bytes)
[    0.202369] NET: Registered protocol family 16
[    0.202503] cpuidle: using governor ladder
[    0.202547] cpuidle: using governor menu
[    0.202657] ACPI: bus type PCI registered
[    0.202691] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.202773] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.202812] PCI: not using MMCONFIG
[    0.202844] PCI: Using configuration type 1 for base access
[    0.202884] PCI: Using configuration type 1 for extended access
[    0.203154] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.203201] mtrr: probably your BIOS does not setup all CPUs.
[    0.203234] mtrr: corrected configuration.
[    0.204016] ACPI: Added _OSI(Module Device)
[    0.204050] ACPI: Added _OSI(Processor Device)
[    0.204083] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204115] ACPI: Added _OSI(Processor Aggregator Device)
[    0.205415] ACPI: Executed 1 blocks of module-level executable AML code
[    0.207960] ACPI: Interpreter enabled
[    0.208007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
[    0.208101] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
[    0.208205] ACPI: (supports S0 S3 S4 S5)
[    0.208237] ACPI: Using IOAPIC for interrupt routing
[    0.208370] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.208431] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.223551] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.223995] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.224116] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.224245] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.332148] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.332202] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.332393] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.332738] PCI host bridge to bus 0000:00
[    0.332772] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.332807] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.332839] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.332873] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    0.332907] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.332941] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.332975] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.333007] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.333045] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[    0.333146] pci 0000:00:00.2: [1022:1419] type 00 class 0x080600
[    0.333274] pci 0000:00:01.0: [1002:990e] type 00 class 0x030000
[    0.333313] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.333350] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    0.333387] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    0.333449] pci 0000:00:01.0: supports D1 D2
[    0.333532] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[    0.333582] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    0.333650] pci 0000:00:01.1: supports D1 D2
[    0.333746] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
[    0.333828] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.333958] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[    0.334007] pci 0000:00:10.0: reg 0x10: [mem 0xfeb4a000-0xfeb4bfff 64bit]
[    0.334129] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.334203] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.334282] pci 0000:00:10.1: [1022:7814] type 00 class 0x0c0330
[    0.334331] pci 0000:00:10.1: reg 0x10: [mem 0xfeb48000-0xfeb49fff 64bit]
[    0.334453] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    0.334523] pci 0000:00:10.1: System wakeup disabled by ACPI
[    0.334600] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    0.334648] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    0.334688] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    0.334728] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    0.334769] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    0.334818] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    0.334857] pci 0000:00:11.0: reg 0x24: [mem 0xfeb51000-0xfeb517ff]
[    0.334991] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    0.335034] pci 0000:00:12.0: reg 0x10: [mem 0xfeb50000-0xfeb50fff]
[    0.335133] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.335203] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    0.335250] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4f000-0xfeb4f0ff]
[    0.335347] pci 0000:00:12.2: supports D1 D2
[    0.335380] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.335442] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.335511] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    0.335555] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[    0.335654] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.335726] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    0.335773] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[    0.335871] pci 0000:00:13.2: supports D1 D2
[    0.335905] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.335975] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.336041] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    0.336170] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    0.336218] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.336300] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.336359] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.336422] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    0.336566] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[    0.336647] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.337940] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[    0.337984] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
[    0.338081] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.338147] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[    0.338233] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[    0.338318] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[    0.338406] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[    0.338497] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[    0.338580] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[    0.338729] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.338794] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.338846] pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea00fff 64bit]
[    0.338890] pci 0000:01:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.339000] pci 0000:01:00.0: supports D1 D2
[    0.339033] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.339091] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.346892] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.346963] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.347004] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.347041] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.347161] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.347201] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    0.347239] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    0.347276] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    0.347313] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.347350] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.347386] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.347423] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.347767] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.348141] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.348500] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.348864] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.349217] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.349556] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.349907] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.350254] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.350782] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.350846] vgaarb: loaded
[    0.350877] vgaarb: bridge control possible 0000:00:01.0
[    0.350952] PCI: Using ACPI for IRQ routing
[    0.357672] PCI: pci_cache_line_size set to 64 bytes
[    0.357746] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.357781] e820: reserve RAM buffer [mem 0x7ccf0000-0x7fffffff]
[    0.357824] e820: reserve RAM buffer [mem 0x7cfe3000-0x7fffffff]
[    0.357856] e820: reserve RAM buffer [mem 0x7e1c6000-0x7fffffff]
[    0.357890] e820: reserve RAM buffer [mem 0x7e850000-0x7fffffff]
[    0.357923] e820: reserve RAM buffer [mem 0x7f000000-0x7fffffff]
[    0.357956] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
[    0.358094] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.358242] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.360376] Switched to clocksource hpet
[    0.361886] pnp: PnP ACPI init
[    0.361932] ACPI: bus type PNP registered
[    0.362046] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.362080] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.362167] system 00:01: [mem 0x80000000-0xbfffffff] has been reserved
[    0.362202] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.362290] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.362323] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.362492] system 00:03: [io  0x0220-0x0227] has been reserved
[    0.362527] system 00:03: [io  0x0228-0x0237] has been reserved
[    0.362562] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.362596] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.362840] pnp 00:04: [dma 0 disabled]
[    0.362910] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.362982] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.363024] pnp 00:06: [dma 4]
[    0.363073] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.363132] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.363184] pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.363304] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.363346] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.363406] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.363624] system 00:0b: [io  0x04d0-0x04d1] has been reserved
[    0.363658] system 00:0b: [io  0x040b] has been reserved
[    0.363692] system 00:0b: [io  0x04d6] has been reserved
[    0.363726] system 00:0b: [io  0x0c00-0x0c01] has been reserved
[    0.363760] system 00:0b: [io  0x0c14] has been reserved
[    0.363794] system 00:0b: [io  0x0c50-0x0c51] has been reserved
[    0.363828] system 00:0b: [io  0x0c52] has been reserved
[    0.363862] system 00:0b: [io  0x0c6c] has been reserved
[    0.363894] system 00:0b: [io  0x0c6f] has been reserved
[    0.363936] system 00:0b: [io  0x0cd0-0x0cd1] has been reserved
[    0.363970] system 00:0b: [io  0x0cd2-0x0cd3] has been reserved
[    0.364003] system 00:0b: [io  0x0cd4-0x0cd5] has been reserved
[    0.364036] system 00:0b: [io  0x0cd6-0x0cd7] has been reserved
[    0.364068] system 00:0b: [io  0x0cd8-0x0cdf] has been reserved
[    0.364102] system 00:0b: [io  0x0800-0x089f] could not be reserved
[    0.364135] system 00:0b: [io  0x0b20-0x0b3f] has been reserved
[    0.364168] system 00:0b: [io  0x0900-0x090f] has been reserved
[    0.364201] system 00:0b: [io  0x0910-0x091f] has been reserved
[    0.364233] system 00:0b: [io  0xfe00-0xfefe] has been reserved
[    0.364267] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.364302] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.364335] system 00:0b: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.364375] system 00:0b: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.364410] system 00:0b: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.364443] system 00:0b: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.364477] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
[    0.364510] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.364696] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.364731] pnp: PnP ACPI: found 13 devices
[    0.364763] ACPI: bus type PNP unregistered
[    0.371529] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.371563] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.371598] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.371632] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.371669] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.371709] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.371742] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.371774] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.371806] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.371839] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.371871] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.371905] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[    0.371937] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.371969] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.372002] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.372038] pci_bus 0000:02: resource 4 [io  0x0000-0x03af]
[    0.372070] pci_bus 0000:02: resource 5 [io  0x03e0-0x0cf7]
[    0.372103] pci_bus 0000:02: resource 6 [io  0x03b0-0x03df]
[    0.372135] pci_bus 0000:02: resource 7 [io  0x0d00-0xffff]
[    0.372168] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
[    0.372201] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
[    0.372234] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
[    0.372285] NET: Registered protocol family 2
[    0.372483] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.372704] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.372962] TCP: Hash tables configured (established 65536 bind 65536)
[    0.373039] TCP: reno registered
[    0.373081] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.373150] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.373255] NET: Registered protocol family 1
[    0.373312] pci 0000:00:01.0: Boot video device
[    0.796442] PCI: CLS 64 bytes, default 64
[    0.796518] Unpacking initramfs...
[    1.003575] Freeing initrd memory: 14752K (ffff880036320000 - ffff880037188000)
[    1.086580] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    1.086626] AMD-Vi:  Extended features:  PreF PPR GT IA
[    1.086809] pci 0000:00:00.2: irq 40 for MSI/MSI-X
[    1.093309] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.093826] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.093906] software IO TLB [mem 0x78cf0000-0x7ccf0000] (64MB) mapped at [ffff880078cf0000-ffff88007cceffff]
[    1.094137] perf: AMD NB counters detected
[    1.094213] microcode: CPU0: patch_level=0x06001119
[    1.094250] microcode: CPU1: patch_level=0x06001119
[    1.094296] microcode: CPU2: patch_level=0x06001119
[    1.094339] microcode: CPU3: patch_level=0x06001119
[    1.094429] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.094467] LVT offset 0 assigned for vector 0x400
[    1.094512] perf: AMD IBS detected (0x000000ff)
[    1.094559] Scanning for low memory corruption every 60 seconds
[    1.094826] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.094894] audit: initializing netlink subsys (disabled)
[    1.094943] audit: type=2000 audit(1397493437.988:1): initialized
[    1.105044] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.106516] VFS: Disk quotas dquot_6.5.2
[    1.106592] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.106681] msgmni has been set to 13840
[    1.107046] alg: No test for stdrng (krng)
[    1.107115] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.107188] io scheduler noop registered
[    1.107222] io scheduler deadline registered
[    1.108597] io scheduler cfq registered (default)
[    1.108787] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X
[    1.108881] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt
[    1.108928] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.108964] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded
[    1.109009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.109054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.109139] GHES: HEST is not enabled!
[    1.109304] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.129690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.130196] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.130625] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.130664] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.130876] mousedev: PS/2 mouse device common for all mice
[    1.130933] rtc_cmos 00:07: RTC can wake from S4
[    1.131088] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.131162] rtc_cmos 00:07: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.131211] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    1.131419] TCP: cubic registered
[    1.131550] NET: Registered protocol family 10
[    1.131799] mip6: Mobile IPv6
[    1.131833] NET: Registered protocol family 17
[    1.131867] mpls_gso: MPLS GSO support
[    1.132272] registered taskstats version 1
[    1.132670] rtc_cmos 00:07: setting system clock to 2014-04-14 16:37:18 UTC (1397493438)
[    1.132763] PM: Checking hibernation image partition UUID=bafe38cf-553c-433b-ae37-118bdeebbfac
[    1.241065] PM: Hibernation image not present or could not be loaded.
[    1.241750] Freeing unused kernel memory: 876K (ffffffff818a6000 - ffffffff81981000)
[    1.241831] Write protecting the kernel read-only data: 8192k
[    1.244516] Freeing unused kernel memory: 1620K (ffff88000146b000 - ffff880001600000)
[    1.245536] Freeing unused kernel memory: 528K (ffff88000177c000 - ffff880001800000)
[    1.296834] systemd-udevd[73]: starting version 204
[    1.310461] SCSI subsystem initialized
[    1.310590] ACPI: bus type USB registered
[    1.310656] usbcore: registered new interface driver usbfs
[    1.310700] usbcore: registered new interface driver hub
[    1.311841] usbcore: registered new device driver usb
[    1.312476] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.312701] QUIRK: Enable AMD PLL fix
[    1.312754] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.312762] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.312767] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    1.312992] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
[    1.313033] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
[    1.313074] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
[    1.313110] ehci-pci: EHCI PCI platform driver
[    1.313112] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X
[    1.313117] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X
[    1.313234] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.313235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.313237] usb usb1: Product: xHCI Host Controller
[    1.313238] usb usb1: Manufacturer: Linux 3.15.0-rc1 xhci_hcd
[    1.313239] usb usb1: SerialNumber: 0000:00:10.0
[    1.313564] hub 1-0:1.0: USB hub found
[    1.313619] hub 1-0:1.0: 2 ports detected
[    1.313773] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.313812] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.313815] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.314140] r8169 0000:01:00.0: irq 47 for MSI/MSI-X
[    1.314361] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000d48000, 74:d4:35:54:85:fc, XID 0c900800 IRQ 47
[    1.314413] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.316545] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.316584] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.316623] usb usb2: Product: xHCI Host Controller
[    1.316658] usb usb2: Manufacturer: Linux 3.15.0-rc1 xhci_hcd
[    1.316694] usb usb2: SerialNumber: 0000:00:10.0
[    1.317506] hub 2-0:1.0: USB hub found
[    1.317565] hub 2-0:1.0: 2 ports detected
[    1.317824] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.317865] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    1.318117] xhci_hcd 0000:00:10.1: irq 48 for MSI/MSI-X
[    1.318155] xhci_hcd 0000:00:10.1: irq 49 for MSI/MSI-X
[    1.318193] xhci_hcd 0000:00:10.1: irq 50 for MSI/MSI-X
[    1.318230] xhci_hcd 0000:00:10.1: irq 51 for MSI/MSI-X
[    1.318268] xhci_hcd 0000:00:10.1: irq 52 for MSI/MSI-X
[    1.318415] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.318454] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.318493] usb usb3: Product: xHCI Host Controller
[    1.318527] usb usb3: Manufacturer: Linux 3.15.0-rc1 xhci_hcd
[    1.318563] usb usb3: SerialNumber: 0000:00:10.1
[    1.318710] hub 3-0:1.0: USB hub found
[    1.318765] hub 3-0:1.0: 2 ports detected
[    1.318894] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.318930] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4
[    1.320942] libata version 3.00 loaded.
[    1.321629] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.321668] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.321708] usb usb4: Product: xHCI Host Controller
[    1.321743] usb usb4: Manufacturer: Linux 3.15.0-rc1 xhci_hcd
[    1.321779] usb usb4: SerialNumber: 0000:00:10.1
[    1.321933] hub 4-0:1.0: USB hub found
[    1.321974] hub 4-0:1.0: 2 ports detected
[    1.322193] ahci 0000:00:11.0: version 3.0
[    1.322389] ahci 0000:00:11.0: irq 53 for MSI/MSI-X
[    1.322515] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 7 ports 6 Gbps 0x7f impl SATA mode
[    1.322554] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs 
[    1.323930] ohci-pci: OHCI PCI platform driver
[    1.324047] scsi0 : ahci
[    1.324209] scsi1 : ahci
[    1.324333] scsi2 : ahci
[    1.326659] scsi3 : ahci
[    1.326829] scsi4 : ahci
[    1.326979] scsi5 : ahci
[    1.327119] scsi6 : ahci
[    1.327218] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51100 irq 53
[    1.327257] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51180 irq 53
[    1.327297] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51200 irq 53
[    1.327336] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51280 irq 53
[    1.327376] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51300 irq 53
[    1.327414] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51380 irq 53
[    1.327453] ata7: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51400 irq 53
[    1.327659] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.327699] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
[    1.327770] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000
[    1.384181] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.384219] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.384256] usb usb5: Product: OHCI PCI host controller
[    1.384289] usb usb5: Manufacturer: Linux 3.15.0-rc1 ohci_hcd
[    1.384323] usb usb5: SerialNumber: 0000:00:12.0
[    1.384534] hub 5-0:1.0: USB hub found
[    1.384576] hub 5-0:1.0: 5 ports detected
[    1.384878] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.384915] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
[    1.384973] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000
[    1.444134] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.444173] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444209] usb usb6: Product: OHCI PCI host controller
[    1.444243] usb usb6: Manufacturer: Linux 3.15.0-rc1 ohci_hcd
[    1.444276] usb usb6: SerialNumber: 0000:00:13.0
[    1.444477] hub 6-0:1.0: USB hub found
[    1.444517] hub 6-0:1.0: 5 ports detected
[    1.444807] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.444845] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
[    1.444908] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000
[    1.504111] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.504148] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.504184] usb usb7: Product: OHCI PCI host controller
[    1.504218] usb usb7: Manufacturer: Linux 3.15.0-rc1 ohci_hcd
[    1.504251] usb usb7: SerialNumber: 0000:00:14.5
[    1.504516] hub 7-0:1.0: USB hub found
[    1.504556] hub 7-0:1.0: 2 ports detected
[    1.505069] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.505112] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 8
[    1.505158] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.505205] ehci-pci 0000:00:12.2: debug port 1
[    1.506468] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000
[    1.516097] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.516196] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.516231] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.516267] usb usb8: Product: EHCI Host Controller
[    1.516301] usb usb8: Manufacturer: Linux 3.15.0-rc1 ehci_hcd
[    1.516335] usb usb8: SerialNumber: 0000:00:12.2
[    1.516531] hub 8-0:1.0: USB hub found
[    1.516570] hub 8-0:1.0: 5 ports detected
[    1.580121] hub 5-0:1.0: USB hub found
[    1.580165] hub 5-0:1.0: 5 ports detected
[    1.580602] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.580642] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 9
[    1.580683] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.580733] ehci-pci 0000:00:13.2: debug port 1
[    1.580794] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000
[    1.592061] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.592142] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[    1.592178] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.592215] usb usb9: Product: EHCI Host Controller
[    1.592249] usb usb9: Manufacturer: Linux 3.15.0-rc1 ehci_hcd
[    1.592283] usb usb9: SerialNumber: 0000:00:13.2
[    1.592498] hub 9-0:1.0: USB hub found
[    1.592540] hub 9-0:1.0: 5 ports detected
[    1.648068] ata4: SATA link down (SStatus 0 SControl 300)
[    1.648133] ata6: SATA link down (SStatus 0 SControl 300)
[    1.648194] ata7: SATA link down (SStatus 0 SControl 300)
[    1.648269] ata5: SATA link down (SStatus 0 SControl 300)
[    1.656113] hub 6-0:1.0: USB hub found
[    1.656163] hub 6-0:1.0: 5 ports detected
[    1.815982] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.817112] ata1.00: ATA-8: WDC WD10EZEX-22RKKA0, 80.00A80, max UDMA/133
[    1.817162] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.818621] ata1.00: configured for UDMA/133
[    1.818868] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-22R 80.0 PQ: 0 ANSI: 5
[    1.819987] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.820052] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.820606] ata3.00: ATAPI: TSSTcorp DVD+/-RW TS-H653G, DW10, max UDMA/100
[    1.820648] ata3.00: applying bridge limits
[    1.821551] ata3.00: configured for UDMA/100
[    1.821656] ata2.00: ATA-8: WDC WD5000AADS-00S9B0, 01.00A01, max UDMA/133
[    1.821693] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.822518] ata2.00: configured for UDMA/133
[    1.822690] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5000AADS-0 01.0 PQ: 0 ANSI: 5
[    1.823476] scsi 2:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653G DW10 PQ: 0 ANSI: 5
[    1.828002] usb 8-1: new high-speed USB device number 2 using ehci-pci
[    1.834460] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.834479] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.834553] sd 1:0:0:0: [sdb] Write Protect is off
[    1.834555] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.834585] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.834667] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.834758] sd 0:0:0:0: [sda] Write Protect is off
[    1.834797] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.834855] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.837882] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.837923] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.838105] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.839828] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.839929] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.839998] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    1.854446]  sda: sda1 sda2 sda3
[    1.854872] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.960615] usb 8-1: New USB device found, idVendor=1a40, idProduct=0101
[    1.960653] usb 8-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.960687] usb 8-1: Product: USB 2.0 Hub
[    1.960965] hub 8-1:1.0: USB hub found
[    1.961048] hub 8-1:1.0: 4 ports detected
[    2.091870] tsc: Refined TSC clocksource calibration: 3493.647 MHz
[    2.279815] usb 5-2: new low-speed USB device number 2 using ohci-pci
[    2.284279]  sdb: sdb1 sdb2 sdb3
[    2.284783] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.384475] random: nonblocking pool is initialized
[    2.444910] usb 5-2: New USB device found, idVendor=2188, idProduct=0ae1
[    2.444947] usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.444981] usb 5-2: Product: USB OPTICAL MOUSE 
[    2.448783] hidraw: raw HID events driver (C) Jiri Kosina
[    2.453110] usbcore: registered new interface driver usbhid
[    2.453149] usbhid: USB HID core driver
[    2.454829] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:12.0/usb5/5-2/5-2:1.0/0003:2188:0AE1.0001/input/input2
[    2.454959] hid-generic 0003:2188:0AE1.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:12.0-2/input0
[    2.555803] usb 9-4: new high-speed USB device number 2 using ehci-pci
[    2.621709] device-mapper: uevent: version 1.0.3
[    2.621903] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    2.628787] PM: Starting manual resume from disk
[    2.628840] PM: Hibernation image partition 8:3 present
[    2.628871] PM: Looking for hibernation image.
[    2.629026] PM: Image not found (code -22)
[    2.629059] PM: Hibernation image not present or could not be loaded.
[    2.632098] PM: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[    2.632151] PM: Marking nosave pages: [mem 0x7ccf0000-0x7cd1ffff]
[    2.632184] PM: Marking nosave pages: [mem 0x7cfe3000-0x7e1c4fff]
[    2.632288] PM: Marking nosave pages: [mem 0x7e1c6000-0x7e3cbfff]
[    2.632341] PM: Marking nosave pages: [mem 0x7e850000-0x7efe0fff]
[    2.632404] PM: Marking nosave pages: [mem 0x7f000000-0xffffffff]
[    2.633340] PM: Basic memory bitmaps created
[    2.648798] PM: Basic memory bitmaps freed
[    2.698388] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.698445] usb 9-4: New USB device found, idVendor=1871, idProduct=0101
[    2.698483] usb 9-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.698519] usb 9-4: Product: USB2.0 Camera
[    2.698555] usb 9-4: Manufacturer: AVEO Technology Corp.
[    3.091638] Switched to clocksource tsc
[    3.223445] usb 6-5: new full-speed USB device number 2 using ohci-pci
[    3.396559] usb 6-5: New USB device found, idVendor=1532, idProduct=010d
[    3.396596] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.396630] usb 6-5: Product: Razer BlackWidow Ultimate
[    3.396663] usb 6-5: Manufacturer: Razer
[    3.402818] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.0/0003:1532:010D.0002/input/input3
[    3.402906] hid-generic 0003:1532:010D.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input0
[    3.409621] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.1/0003:1532:010D.0003/input/input4
[    3.409727] hid-generic 0003:1532:010D.0003: input,hidraw2: USB HID v1.11 Device [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input1
[    3.416596] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.2/0003:1532:010D.0004/input/input5
[    3.416814] hid-generic 0003:1532:010D.0004: input,hidraw3: USB HID v1.11 Mouse [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input2
[    3.946125] systemd-udevd[419]: starting version 204
[    4.703175] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.703251] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.763321] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[    4.763407] ACPI: Power Button [PWRB]
[    4.763482] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    4.763532] ACPI: Power Button [PWRF]
[    4.782248] [drm] Initialized drm 1.1.0 20060810
[    4.904349] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    4.904439] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    4.904606] acpi device:02: registered as cooling_device0
[    4.904711] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input8
[    4.993723] ACPI: acpi_idle registered with cpuidle
[    4.994952] acpi-cpufreq: overriding BIOS provided _PSD data
[    5.041645] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    5.213333] [drm] radeon kernel modesetting enabled.
[    5.213854] [drm] initializing kernel modesetting (ARUBA 0x1002:0x990E 0x1002:0x0123).
[    5.213957] [drm] register mmio base: 0xFEB00000
[    5.214008] [drm] register mmio size: 262144
[    5.214136] ATOM BIOS: 113
[    5.215568] radeon 0000:00:01.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    5.215625] radeon 0000:00:01.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    5.215666] [drm] Detected VRAM RAM=1024M, BAR=256M
[    5.215704] [drm] RAM width 64bits DDR
[    5.215861] [TTM] Zone  kernel: Available graphics memory: 3544678 kiB
[    5.215900] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    5.215938] [TTM] Initializing pool allocator
[    5.215981] [TTM] Initializing DMA pool allocator
[    5.216042] [drm] radeon: 1024M of VRAM memory ready
[    5.216079] [drm] radeon: 1024M of GTT memory ready.
[    5.216132] [drm] Loading ARUBA Microcode
[    5.590859] [drm] Internal thermal controller without fan control
[    5.590950] == power state 0 ==
[    5.590996] 	ui class: none
[    5.591059] 	internal class: uvd 
[    5.591151] 	caps: 
[    5.591214] 	uvd    vclk: 72381 dclk: 60800
[    5.591249] 		power level 0    sclk: 63334 vddc: 1237
[    5.591283] 		power level 1    sclk: 80000 vddc: 1274
[    5.591317] 	status: 
[    5.591379] == power state 1 ==
[    5.591412] 	ui class: none
[    5.591475] 	internal class: uvd_mvc 
[    5.591567] 	caps: 
[    5.591629] 	uvd    vclk: 72381 dclk: 60800
[    5.591664] 		power level 0    sclk: 63334 vddc: 1237
[    5.591699] 		power level 1    sclk: 80000 vddc: 1274
[    5.591733] 	status: 
[    5.591795] == power state 2 ==
[    5.591828] 	ui class: performance
[    5.591891] 	internal class: none
[    5.591982] 	caps: 
[    5.592045] 	uvd    vclk: 0 dclk: 0
[    5.592080] 		power level 0    sclk: 30400 vddc: 987
[    5.592115] 		power level 1    sclk: 63334 vddc: 1237
[    5.592149] 		power level 2    sclk: 80000 vddc: 1274
[    5.592182] 	status: 
[    5.592243] == power state 3 ==
[    5.592275] 	ui class: none
[    5.592336] 	internal class: boot 
[    5.592429] 	caps: 
[    5.592492] 	uvd    vclk: 0 dclk: 0
[    5.592526] 		power level 0    sclk: 20000 vddc: 1274
[    5.592560] 	status: c r b 
[    5.592711] == power state 4 ==
[    5.592743] 	ui class: none
[    5.592806] 	internal class: thermal 
[    5.592898] 	caps: 
[    5.592958] 	uvd    vclk: 0 dclk: 0
[    5.592991] 		power level 0    sclk: 20000 vddc: 987
[    5.593025] 	status: 
[    5.593328] [drm] radeon: dpm initialized
[    5.601467] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    5.622210] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
[    5.622414] radeon 0000:00:01.0: WB enabled
[    5.622464] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880077d41c00
[    5.623248] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90011035a18
[    5.623330] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880077d41c04
[    5.623369] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880077d41c08
[    5.623408] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880077d41c0c
[    5.623446] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880077d41c10
[    5.623490] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.623524] [drm] Driver supports precise vblank timestamp query.
[    5.623571] radeon 0000:00:01.0: irq 54 for MSI/MSI-X
[    5.623615] radeon 0000:00:01.0: radeon: using MSI.
[    5.623916] [drm] radeon: irq initialized.
[    5.643137] [drm] ring test on 0 succeeded in 2 usecs
[    5.643253] [drm] ring test on 3 succeeded in 2 usecs
[    5.643314] [drm] ring test on 4 succeeded in 3 usecs
[    5.699058] [drm] ring test on 5 succeeded in 2 usecs
[    5.719056] [drm] UVD initialized successfully.
[    5.720114] [drm] ib test on ring 0 succeeded in 0 usecs
[    5.720725] [drm] ib test on ring 3 succeeded in 0 usecs
[    5.721304] [drm] ib test on ring 4 succeeded in 1 usecs
[    5.742357] [drm] ib test on ring 5 succeeded
[    5.763324] [drm] Radeon Display Connectors
[    5.763377] [drm] Connector 0:
[    5.763410] [drm]   HDMI-A-1
[    5.763443] [drm]   HPD1
[    5.763476] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    5.763513] [drm]   Encoders:
[    5.763546] [drm]     DFP1: INTERNAL_UNIPHY2
[    5.763579] [drm] Connector 1:
[    5.763612] [drm]   VGA-1
[    5.763644] [drm]   HPD2
[    5.763677] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[    5.763713] [drm]   Encoders:
[    5.763746] [drm]     CRT1: INTERNAL_UNIPHY2
[    5.763779] [drm]     CRT1: NUTMEG
[    5.763812] [drm] Connector 2:
[    5.763845] [drm]   DVI-D-1
[    5.763877] [drm]   HPD3
[    5.763910] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[    5.763945] [drm]   Encoders:
[    5.763977] [drm]     DFP2: INTERNAL_UNIPHY
[    5.827283] switching from power state:
[    5.827351] 	ui class: none
[    5.827427] 	internal class: boot 
[    5.827537] 	caps: 
[    5.827608] 	uvd    vclk: 0 dclk: 0
[    5.827651] 		power level 0    sclk: 20000 vddc: 1274
[    5.827692] 	status: c b 
[    5.827845] switching to power state:
[    5.827886] 	ui class: performance
[    5.827953] 	internal class: none
[    5.828055] 	caps: 
[    5.828127] 	uvd    vclk: 0 dclk: 0
[    5.828166] 		power level 0    sclk: 30400 vddc: 987
[    5.828205] 		power level 1    sclk: 63334 vddc: 1237
[    5.828244] 		power level 2    sclk: 80000 vddc: 1274
[    5.828281] 	status: r 
[    5.930247] media: Linux media interface: v0.10
[    5.939927] AVX version of gcm_enc/dec engaged.
[    5.943424] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    5.947746] Linux video capture interface: v2.00
[    5.977881] [drm] fb mappable at 0xC047A000
[    5.977956] [drm] vram apper at 0xC0000000
[    5.977986] [drm] size 5324800
[    5.978014] [drm] fb depth is 24
[    5.978043] [drm]    pitch is 5888
[    5.978143] fbcon: radeondrmfb (fb0) is primary device
[    5.982562] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1871:0101)
[    5.984102] input: USB2.0 Camera as /devices/pci0000:00/0000:00:13.2/usb9/9-4/9-4:1.0/input/input11
[    5.984231] usbcore: registered new interface driver uvcvideo
[    5.984232] USB Video Class driver (1.1.1)
[    6.078017] Console: switching to colour frame buffer device 180x56
[    6.083495] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[    6.083538] radeon 0000:00:01.0: registered panic notifier
[    6.083740] ACPI Error: [\_SB_.ALIB] Namespace lookup failure, AE_NOT_FOUND (20140214/psargs-359)
[    6.083778] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATC0] (Node ffff88023703cc30), AE_NOT_FOUND (20140214/psparse-536)
[    6.083830] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATCS] (Node ffff88023703cc08), AE_NOT_FOUND (20140214/psparse-536)
[    6.084009] [drm] Initialized radeon 2.38.0 20080528 for 0000:00:01.0 on minor 0
[    6.084411] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[    6.084523] snd_hda_intel 0000:00:01.1: irq 55 for MSI/MSI-X
[    6.109046] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card1/input12
[    6.117482] sound hdaudioC0D0: autoconfig: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    6.117550] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.117595] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.117637] sound hdaudioC0D0:    mono: mono_out=0x0
[    6.117671] sound hdaudioC0D0:    dig-out=0x11/0x1e
[    6.117705] sound hdaudioC0D0:    inputs:
[    6.117735] sound hdaudioC0D0:      Front Mic=0x19
[    6.117768] sound hdaudioC0D0:      Rear Mic=0x18
[    6.117801] sound hdaudioC0D0:      Line=0x1a
[    6.123619] kvm: Nested Virtualization enabled
[    6.123666] kvm: Nested Paging enabled
[    6.132267] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card0/hdaudioC0D0/input13
[    6.132743] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[    6.132910] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[    6.133182] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
[    6.133442] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
[    6.133578] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input18
[    6.134827] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input19
[    6.136502] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input20
[    7.816869] Adding 6828756k swap on /dev/sda3.  Priority:-1 extents:1 across:6828756k FS
[    7.870679] EXT4-fs (sda1): re-mounted. Opts: (null)
[    8.083767] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,errors=remount-ro
[    8.823806] lp: driver loaded but no devices found
[    8.849634] ppdev: user-space parallel port driver
[    8.921138] fuse init (API version 7.23)
[    8.950069] loop: module loaded
[    8.981806] it87: Found IT8728F chip at 0x228, revision 3
[    8.983785] it87: Beeping is supported
[    8.985936] it87 it87.552: Setting fan1-3 to 16-bit mode
[    9.041422] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    9.080218] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    9.119836] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   10.032550] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.052502] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   10.109679] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.508663] Bridge firewalling registered
[   10.535417] device eth0 entered promiscuous mode
[   10.658969] r8169 0000:01:00.0 eth0: link down
[   10.659047] r8169 0000:01:00.0 eth0: link down
[   10.662682] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.667836] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   12.784276] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input21
[   12.971327] r8169 0000:01:00.0 eth0: link up
[   12.973037] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.975262] br0: port 1(eth0) entered forwarding state
[   12.976924] br0: port 1(eth0) entered forwarding state
[   12.978573] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   14.234717] NET: Registered protocol family 4
[   23.089078] Ebtables v2.0 registered
[   24.986295] tun: Universal TUN/TAP device driver, 1.6
[   24.986300] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 17:08         ` Kertesz Laszlo
@ 2014-04-15 17:27           ` Borislav Petkov
  -1 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 17:27 UTC (permalink / raw)
  To: Kertesz Laszlo
  Cc: Alex Deucher, Alex Deucher, Christian König,
	Maling list - DRI developers, lkml

On Tue, Apr 15, 2014 at 08:08:12PM +0300, Kertesz Laszlo wrote:
> Same issue here (integrated Radeon HD 8570D), 64 bit Debian, kernel,
> drm, mesa built from git today. I see nothing and receive no message
> on the monitors (i have 2 identical ones, one on the DVI andother on
> HDMI), but the system is running fine otherwise it seems, i could
> switch to the console, log in and reboot blindly. Cristian's branch
> didnt help.
>
> Reverting 32167016076f714f0e35e287fbead7de0f1fb179 did work.

Does booting with "radeon.modeset=0" help?

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 17:27           ` Borislav Petkov
  0 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 17:27 UTC (permalink / raw)
  To: Kertesz Laszlo
  Cc: Alex Deucher, Christian König, Maling list - DRI developers, lkml

On Tue, Apr 15, 2014 at 08:08:12PM +0300, Kertesz Laszlo wrote:
> Same issue here (integrated Radeon HD 8570D), 64 bit Debian, kernel,
> drm, mesa built from git today. I see nothing and receive no message
> on the monitors (i have 2 identical ones, one on the DVI andother on
> HDMI), but the system is running fine otherwise it seems, i could
> switch to the console, log in and reboot blindly. Cristian's branch
> didnt help.
>
> Reverting 32167016076f714f0e35e287fbead7de0f1fb179 did work.

Does booting with "radeon.modeset=0" help?

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 17:27           ` Borislav Petkov
@ 2014-04-15 18:02             ` Kertesz Laszlo
  -1 siblings, 0 replies; 31+ messages in thread
From: Kertesz Laszlo @ 2014-04-15 18:02 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Alex Deucher, Alex Deucher, Christian König,
	Maling list - DRI developers, lkml

Borislav Petkov wrote:
> On Tue, Apr 15, 2014 at 08:08:12PM +0300, Kertesz Laszlo wrote:
>> Same issue here (integrated Radeon HD 8570D), 64 bit Debian, kernel,
>> drm, mesa built from git today. I see nothing and receive no message
>> on the monitors (i have 2 identical ones, one on the DVI andother on
>> HDMI), but the system is running fine otherwise it seems, i could
>> switch to the console, log in and reboot blindly. Cristian's branch
>> didnt help.
>>
>> Reverting 32167016076f714f0e35e287fbead7de0f1fb179 did work.
>
> Does booting with "radeon.modeset=0" help?
>
Honestly didnt try that but i assume yes, since the screens go black when it should change resolution.

-- 
O zi buna,
Kertesz Laszlo

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 18:02             ` Kertesz Laszlo
  0 siblings, 0 replies; 31+ messages in thread
From: Kertesz Laszlo @ 2014-04-15 18:02 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Alex Deucher, Christian König, Maling list - DRI developers, lkml

Borislav Petkov wrote:
> On Tue, Apr 15, 2014 at 08:08:12PM +0300, Kertesz Laszlo wrote:
>> Same issue here (integrated Radeon HD 8570D), 64 bit Debian, kernel,
>> drm, mesa built from git today. I see nothing and receive no message
>> on the monitors (i have 2 identical ones, one on the DVI andother on
>> HDMI), but the system is running fine otherwise it seems, i could
>> switch to the console, log in and reboot blindly. Cristian's branch
>> didnt help.
>>
>> Reverting 32167016076f714f0e35e287fbead7de0f1fb179 did work.
>
> Does booting with "radeon.modeset=0" help?
>
Honestly didnt try that but i assume yes, since the screens go black when it should change resolution.

-- 
O zi buna,
Kertesz Laszlo

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 18:02             ` Kertesz Laszlo
@ 2014-04-15 18:07               ` Borislav Petkov
  -1 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 18:07 UTC (permalink / raw)
  To: Kertesz Laszlo
  Cc: Alex Deucher, Alex Deucher, Christian König,
	Maling list - DRI developers, lkml

On Tue, Apr 15, 2014 at 09:02:35PM +0300, Kertesz Laszlo wrote:
> Honestly didnt try that but i assume yes, since the screens go black
> when it should change resolution.

Pls try it and let us know whether you see the machine booting further,
albeit without modesetting.

Thanks.

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 18:07               ` Borislav Petkov
  0 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 18:07 UTC (permalink / raw)
  To: Kertesz Laszlo
  Cc: Alex Deucher, Christian König, Maling list - DRI developers, lkml

On Tue, Apr 15, 2014 at 09:02:35PM +0300, Kertesz Laszlo wrote:
> Honestly didnt try that but i assume yes, since the screens go black
> when it should change resolution.

Pls try it and let us know whether you see the machine booting further,
albeit without modesetting.

Thanks.

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 18:07               ` Borislav Petkov
@ 2014-04-15 21:49                 ` Kertesz Laszlo
  -1 siblings, 0 replies; 31+ messages in thread
From: Kertesz Laszlo @ 2014-04-15 21:49 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Alex Deucher, Alex Deucher, Christian König,
	Maling list - DRI developers, lkml

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

Borislav Petkov wrote:
> On Tue, Apr 15, 2014 at 09:02:35PM +0300, Kertesz Laszlo wrote:
>> Honestly didnt try that but i assume yes, since the screens go black
>> when it should change resolution.
>
> Pls try it and let us know whether you see the machine booting further,
> albeit without modesetting.
>
> Thanks.
>

Yes, it is working that way. But no X, i assume this is expected.

-- 
O zi buna,
Kertesz Laszlo

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

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.15.0-rc1-00012-g55101e2-dirty (laca@laca-desktop) (gcc version 4.8.2 (Debian 4.8.2-16) ) #2 SMP Tue Apr 15 23:50:45 EEST 2014
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1-00012-g55101e2-dirty root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728 radeon.modeset=0
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007cceffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ccf0000-0x000000007cd1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007cd20000-0x000000007cfe2fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007cfe3000-0x000000007d0aefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007d0af000-0x000000007e1c4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007e1c5000-0x000000007e1c5fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e1c6000-0x000000007e3cbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e3cc000-0x000000007e84ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e850000-0x000000007efe0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007efe1000-0x000000007effffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023effffff] usable
[    0.000000] debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88X-D3H, BIOS F3 11/18/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000023f000000 aka 9200M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x7f000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01a69000, 0x01a69fff] PGTABLE
[    0.000000] BRK [0x01a6a000, 0x01a6afff] PGTABLE
[    0.000000] BRK [0x01a6b000, 0x01a6bfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23ee00000-0x23effffff]
[    0.000000]  [mem 0x23ee00000-0x23effffff] page 2M
[    0.000000] BRK [0x01a6c000, 0x01a6cfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23c000000-0x23edfffff]
[    0.000000]  [mem 0x23c000000-0x23edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
[    0.000000]  [mem 0x200000000-0x23bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7cceffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7cbfffff] page 2M
[    0.000000]  [mem 0x7cc00000-0x7cceffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7cd20000-0x7cfe2fff]
[    0.000000]  [mem 0x7cd20000-0x7cfe2fff] page 4k
[    0.000000] BRK [0x01a6d000, 0x01a6dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e1c5000-0x7e1c5fff]
[    0.000000]  [mem 0x7e1c5000-0x7e1c5fff] page 4k
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e3cc000-0x7e84ffff]
[    0.000000]  [mem 0x7e3cc000-0x7e3fffff] page 4k
[    0.000000]  [mem 0x7e400000-0x7e7fffff] page 2M
[    0.000000]  [mem 0x7e800000-0x7e84ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7efe1000-0x7effffff]
[    0.000000]  [mem 0x7efe1000-0x7effffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x3631e000-0x37186fff]
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007D067080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007D06D6B8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20140214/tbfadt-634)
[    0.000000] ACPI: DSDT 0x000000007D067190 006523 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000007D0A4080 000040
[    0.000000] ACPI: APIC 0x000000007D06D7C8 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007D06D840 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007D06D888 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x000000007D06D8C8 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: IVRS 0x000000007D06D900 000068 (v02 AMD    BANTRY   00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000007D06D968 000B9C (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007D06E508 0004B7 (v02 AMD    BANTRY   00000001 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x000000007D06E9C0 000528 (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007D06EEE8 0013A4 (v01 AMD    CPMDFIGP 00000001 INTL 20051117)
[    0.000000] ACPI: SSDT 0x000000007D070290 001120 (v01 AMD    CPMCMN   00000001 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x23effffff]
[    0.000000]   NODE_DATA [mem 0x23eff6000-0x23effafff]
[    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237600000-ffff88023e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x23effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7cceffff]
[    0.000000]   node   0: [mem 0x7cd20000-0x7cfe2fff]
[    0.000000]   node   0: [mem 0x7e1c5000-0x7e1c5fff]
[    0.000000]   node   0: [mem 0x7e3cc000-0x7e84ffff]
[    0.000000]   node   0: [mem 0x7efe1000-0x7effffff]
[    0.000000]   node   0: [mem 0x100000000-0x23effffff]
[    0.000000] On node 0 totalpages: 1819636
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7954 pages used for memmap
[    0.000000]   DMA32 zone: 509015 pages, LIFO batch:31
[    0.000000]   Normal zone: 20416 pages used for memmap
[    0.000000]   Normal zone: 1306624 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, 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 low 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] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ccf0000-0x7cd1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7cfe3000-0x7d0aefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7d0af000-0x7e1c4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e1c6000-0x7e3cbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e850000-0x7efe0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x7f000000-0xfebfffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88023ec00000 s80960 r8192 d21440 u524288
[    0.000000] pcpu-alloc: s80960 r8192 d21440 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1791181
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1-00012-g55101e2-dirty root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728 radeon.modeset=0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7071556K/7278544K available (4511K kernel code, 657K rwdata, 1520K rodata, 876K init, 900K bss, 206988K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 29360128 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3493.561 MHz processor
[    0.000019] Calibrating delay loop (skipped), value calculated using timer frequency.. 6987.12 BogoMIPS (lpj=13974244)
[    0.000086] pid_max: default: 32768 minimum: 301
[    0.000125] ACPI: Core revision 20140214
[    0.003283] ACPI: All ACPI Tables successfully acquired
[    0.004992] Security Framework initialized
[    0.005037] AppArmor: AppArmor disabled by boot time parameter
[    0.005522] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007593] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008555] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008595] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008822] Initializing cgroup subsys debug
[    0.008858] Initializing cgroup subsys memory
[    0.008893] Initializing cgroup subsys devices
[    0.008926] Initializing cgroup subsys freezer
[    0.008959] Initializing cgroup subsys net_cls
[    0.008991] Initializing cgroup subsys blkio
[    0.009024] Initializing cgroup subsys perf_event
[    0.009070] tseg: 007f000000
[    0.009103] CPU: Physical Processor ID: 0
[    0.009134] CPU: Processor Core ID: 0
[    0.009165] mce: CPU supports 7 MCE banks
[    0.009206] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.009206] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.009206] tlb_flushall_shift: 6
[    0.009307] Freeing SMP alternatives memory: 20K (ffffffff81981000 - ffffffff81986000)
[    0.010500] [Firmware Bug]: AMD-Vi: IOAPIC[0] not in IVRS table
[    0.010535] [Firmware Bug]: AMD-Vi: No southbridge IOAPIC found
[    0.010567] AMD-Vi: Disabling interrupt remapping
[    0.010978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.050688] smpboot: CPU0: AMD A8-6500 APU with Radeon(tm) HD Graphics (fam: 15, model: 13, stepping: 01)
[    0.154883] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.155004] ... version:                0
[    0.155037] ... bit width:              48
[    0.155069] ... generic registers:      6
[    0.155101] ... value mask:             0000ffffffffffff
[    0.155133] ... max period:             00007fffffffffff
[    0.155166] ... fixed-purpose events:   0
[    0.155198] ... event mask:             000000000000003f
[    0.155402] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.155487] x86: Booting SMP configuration:
[    0.155533] .... node  #0, CPUs:      #1 #2 #3
[    0.194941] x86: Booted up 1 node, 4 CPUs
[    0.195019] smpboot: Total of 4 processors activated (27948.48 BogoMIPS)
[    0.195630] devtmpfs: initialized
[    0.198124] PM: Registering ACPI NVS region [mem 0x7cfe3000-0x7d0aefff] (835584 bytes)
[    0.198185] PM: Registering ACPI NVS region [mem 0x7e1c6000-0x7e3cbfff] (2121728 bytes)
[    0.198394] NET: Registered protocol family 16
[    0.198531] cpuidle: using governor ladder
[    0.198577] cpuidle: using governor menu
[    0.198688] ACPI: bus type PCI registered
[    0.198734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.198834] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.198875] PCI: not using MMCONFIG
[    0.198909] PCI: Using configuration type 1 for base access
[    0.198952] PCI: Using configuration type 1 for extended access
[    0.199204] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.199250] mtrr: probably your BIOS does not setup all CPUs.
[    0.199283] mtrr: corrected configuration.
[    0.200063] ACPI: Added _OSI(Module Device)
[    0.200102] ACPI: Added _OSI(Processor Device)
[    0.200135] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.200169] ACPI: Added _OSI(Processor Aggregator Device)
[    0.201483] ACPI: Executed 1 blocks of module-level executable AML code
[    0.204019] ACPI: Interpreter enabled
[    0.204065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
[    0.204163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
[    0.204267] ACPI: (supports S0 S3 S4 S5)
[    0.204301] ACPI: Using IOAPIC for interrupt routing
[    0.204435] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.204495] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.219624] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.220066] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.220185] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.220328] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.328145] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.328185] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.328376] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.328719] PCI host bridge to bus 0000:00
[    0.328754] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.328787] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.328820] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.328853] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    0.328886] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.328919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.328952] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.328986] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.329024] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[    0.329125] pci 0000:00:00.2: [1022:1419] type 00 class 0x080600
[    0.329241] pci 0000:00:01.0: [1002:990e] type 00 class 0x030000
[    0.329279] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.329315] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    0.329351] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    0.329413] pci 0000:00:01.0: supports D1 D2
[    0.329496] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[    0.329539] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    0.329606] pci 0000:00:01.1: supports D1 D2
[    0.329704] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
[    0.329782] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.329917] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[    0.329966] pci 0000:00:10.0: reg 0x10: [mem 0xfeb4a000-0xfeb4bfff 64bit]
[    0.330087] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.330163] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.330240] pci 0000:00:10.1: [1022:7814] type 00 class 0x0c0330
[    0.330290] pci 0000:00:10.1: reg 0x10: [mem 0xfeb48000-0xfeb49fff 64bit]
[    0.330411] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    0.330482] pci 0000:00:10.1: System wakeup disabled by ACPI
[    0.330557] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    0.330605] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    0.330644] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    0.330684] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    0.330724] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    0.330765] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    0.330814] pci 0000:00:11.0: reg 0x24: [mem 0xfeb51000-0xfeb517ff]
[    0.330947] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    0.330990] pci 0000:00:12.0: reg 0x10: [mem 0xfeb50000-0xfeb50fff]
[    0.331090] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.331160] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    0.331207] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4f000-0xfeb4f0ff]
[    0.331303] pci 0000:00:12.2: supports D1 D2
[    0.331335] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.331398] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.331468] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    0.331510] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[    0.331609] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.331679] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    0.331725] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[    0.331822] pci 0000:00:13.2: supports D1 D2
[    0.331854] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.331922] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.331988] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    0.332117] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    0.332165] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.332248] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.332307] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.332369] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    0.333782] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[    0.333873] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.333936] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[    0.333978] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
[    0.334076] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.334142] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[    0.334226] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[    0.334312] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[    0.334398] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[    0.334499] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[    0.334594] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[    0.334763] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.334817] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.334868] pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea00fff 64bit]
[    0.334914] pci 0000:01:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.335019] pci 0000:01:00.0: supports D1 D2
[    0.335051] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.335108] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.342894] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.342949] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.342984] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.343019] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.343137] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.343176] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    0.343213] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    0.343250] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    0.343286] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.343322] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.343359] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.343397] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.343754] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.344126] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.344489] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.344850] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.345203] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.345545] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.345899] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.346246] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.346766] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.346820] vgaarb: loaded
[    0.346852] vgaarb: bridge control possible 0000:00:01.0
[    0.346917] PCI: Using ACPI for IRQ routing
[    0.353619] PCI: pci_cache_line_size set to 64 bytes
[    0.353694] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.353728] e820: reserve RAM buffer [mem 0x7ccf0000-0x7fffffff]
[    0.353761] e820: reserve RAM buffer [mem 0x7cfe3000-0x7fffffff]
[    0.353813] e820: reserve RAM buffer [mem 0x7e1c6000-0x7fffffff]
[    0.353847] e820: reserve RAM buffer [mem 0x7e850000-0x7fffffff]
[    0.353881] e820: reserve RAM buffer [mem 0x7f000000-0x7fffffff]
[    0.353913] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
[    0.354068] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.354216] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.356349] Switched to clocksource hpet
[    0.357857] pnp: PnP ACPI init
[    0.357900] ACPI: bus type PNP registered
[    0.358014] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.358049] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.358137] system 00:01: [mem 0x80000000-0xbfffffff] has been reserved
[    0.358184] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.358270] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.358304] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.358474] system 00:03: [io  0x0220-0x0227] has been reserved
[    0.358521] system 00:03: [io  0x0228-0x0237] has been reserved
[    0.358555] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.358589] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.358848] pnp 00:04: [dma 0 disabled]
[    0.358932] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.358999] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.359038] pnp 00:06: [dma 4]
[    0.359087] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.359145] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.359197] pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.359313] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.359353] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.359413] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.359644] system 00:0b: [io  0x04d0-0x04d1] has been reserved
[    0.359692] system 00:0b: [io  0x040b] has been reserved
[    0.359726] system 00:0b: [io  0x04d6] has been reserved
[    0.359760] system 00:0b: [io  0x0c00-0x0c01] has been reserved
[    0.359794] system 00:0b: [io  0x0c14] has been reserved
[    0.359828] system 00:0b: [io  0x0c50-0x0c51] has been reserved
[    0.359871] system 00:0b: [io  0x0c52] has been reserved
[    0.359904] system 00:0b: [io  0x0c6c] has been reserved
[    0.359937] system 00:0b: [io  0x0c6f] has been reserved
[    0.359971] system 00:0b: [io  0x0cd0-0x0cd1] has been reserved
[    0.360004] system 00:0b: [io  0x0cd2-0x0cd3] has been reserved
[    0.360037] system 00:0b: [io  0x0cd4-0x0cd5] has been reserved
[    0.360071] system 00:0b: [io  0x0cd6-0x0cd7] has been reserved
[    0.360104] system 00:0b: [io  0x0cd8-0x0cdf] has been reserved
[    0.360138] system 00:0b: [io  0x0800-0x089f] could not be reserved
[    0.360171] system 00:0b: [io  0x0b20-0x0b3f] has been reserved
[    0.360205] system 00:0b: [io  0x0900-0x090f] has been reserved
[    0.360237] system 00:0b: [io  0x0910-0x091f] has been reserved
[    0.360270] system 00:0b: [io  0xfe00-0xfefe] has been reserved
[    0.360305] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.360346] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.360380] system 00:0b: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.360414] system 00:0b: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.360448] system 00:0b: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.360482] system 00:0b: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.360515] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
[    0.360549] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.360735] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.360771] pnp: PnP ACPI: found 13 devices
[    0.360804] ACPI: bus type PNP unregistered
[    0.367682] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.367716] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.367751] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.367786] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.367825] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.367866] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.367899] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.367932] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.367965] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.367999] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.368032] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.368065] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[    0.368099] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.368132] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.368164] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.368201] pci_bus 0000:02: resource 4 [io  0x0000-0x03af]
[    0.368234] pci_bus 0000:02: resource 5 [io  0x03e0-0x0cf7]
[    0.368267] pci_bus 0000:02: resource 6 [io  0x03b0-0x03df]
[    0.368300] pci_bus 0000:02: resource 7 [io  0x0d00-0xffff]
[    0.368337] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
[    0.368372] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
[    0.368405] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
[    0.368457] NET: Registered protocol family 2
[    0.368659] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.368872] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.369114] TCP: Hash tables configured (established 65536 bind 65536)
[    0.369190] TCP: reno registered
[    0.369232] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.369300] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.369402] NET: Registered protocol family 1
[    0.369448] pci 0000:00:01.0: Boot video device
[    0.796414] PCI: CLS 64 bytes, default 64
[    0.796491] Unpacking initramfs...
[    1.003418] Freeing initrd memory: 14756K (ffff88003631e000 - ffff880037187000)
[    1.086634] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    1.086679] AMD-Vi:  Extended features:  PreF PPR GT IA
[    1.086865] pci 0000:00:00.2: irq 40 for MSI/MSI-X
[    1.093308] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.093820] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.093900] software IO TLB [mem 0x78cf0000-0x7ccf0000] (64MB) mapped at [ffff880078cf0000-ffff88007cceffff]
[    1.094158] perf: AMD NB counters detected
[    1.094246] microcode: CPU0: patch_level=0x06001119
[    1.094290] microcode: CPU1: patch_level=0x06001119
[    1.094326] microcode: CPU2: patch_level=0x06001119
[    1.094365] microcode: CPU3: patch_level=0x06001119
[    1.094448] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.094487] LVT offset 0 assigned for vector 0x400
[    1.094531] perf: AMD IBS detected (0x000000ff)
[    1.094577] Scanning for low memory corruption every 60 seconds
[    1.094834] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.094897] audit: initializing netlink subsys (disabled)
[    1.094960] audit: type=2000 audit(1397596996.988:1): initialized
[    1.104969] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.106468] VFS: Disk quotas dquot_6.5.2
[    1.106543] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.106634] msgmni has been set to 13840
[    1.106985] alg: No test for stdrng (krng)
[    1.107053] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.108436] io scheduler noop registered
[    1.108473] io scheduler deadline registered
[    1.108533] io scheduler cfq registered (default)
[    1.108732] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X
[    1.108826] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt
[    1.108874] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.108910] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded
[    1.108953] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.108998] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.109073] GHES: HEST is not enabled!
[    1.109220] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.129640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.130108] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.130619] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.130664] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.130864] mousedev: PS/2 mouse device common for all mice
[    1.130935] rtc_cmos 00:07: RTC can wake from S4
[    1.131066] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.131121] rtc_cmos 00:07: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.131163] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    1.131353] TCP: cubic registered
[    1.131476] NET: Registered protocol family 10
[    1.131736] mip6: Mobile IPv6
[    1.131776] NET: Registered protocol family 17
[    1.131809] mpls_gso: MPLS GSO support
[    1.132183] registered taskstats version 1
[    1.132604] rtc_cmos 00:07: setting system clock to 2014-04-15 21:23:18 UTC (1397596998)
[    1.132688] PM: Checking hibernation image partition UUID=bafe38cf-553c-433b-ae37-118bdeebbfac
[    1.241261] PM: Hibernation image not present or could not be loaded.
[    1.241993] Freeing unused kernel memory: 876K (ffffffff818a6000 - ffffffff81981000)
[    1.242074] Write protecting the kernel read-only data: 8192k
[    1.244803] Freeing unused kernel memory: 1620K (ffff88000146b000 - ffff880001600000)
[    1.245818] Freeing unused kernel memory: 528K (ffff88000177c000 - ffff880001800000)
[    1.296829] systemd-udevd[75]: starting version 204
[    1.307603] SCSI subsystem initialized
[    1.309128] ACPI: bus type USB registered
[    1.309197] usbcore: registered new interface driver usbfs
[    1.309247] usbcore: registered new interface driver hub
[    1.310547] usbcore: registered new device driver usb
[    1.311254] QUIRK: Enable AMD PLL fix
[    1.311309] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.311350] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    1.311598] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
[    1.311635] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
[    1.311673] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
[    1.311710] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X
[    1.311746] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X
[    1.311944] libata version 3.00 loaded.
[    1.311976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.311978] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.311979] usb usb1: Product: xHCI Host Controller
[    1.311980] usb usb1: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty xhci_hcd
[    1.311982] usb usb1: SerialNumber: 0000:00:10.0
[    1.312130] hub 1-0:1.0: USB hub found
[    1.312139] hub 1-0:1.0: 2 ports detected
[    1.312245] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.312285] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.315022] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.315061] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.315099] usb usb2: Product: xHCI Host Controller
[    1.315137] usb usb2: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty xhci_hcd
[    1.315174] usb usb2: SerialNumber: 0000:00:10.0
[    1.315349] hub 2-0:1.0: USB hub found
[    1.315402] hub 2-0:1.0: 2 ports detected
[    1.315683] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.315721] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    1.315962] xhci_hcd 0000:00:10.1: irq 47 for MSI/MSI-X
[    1.316014] xhci_hcd 0000:00:10.1: irq 48 for MSI/MSI-X
[    1.316051] xhci_hcd 0000:00:10.1: irq 49 for MSI/MSI-X
[    1.316086] xhci_hcd 0000:00:10.1: irq 50 for MSI/MSI-X
[    1.316122] xhci_hcd 0000:00:10.1: irq 51 for MSI/MSI-X
[    1.316256] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.316292] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.316331] usb usb3: Product: xHCI Host Controller
[    1.316366] usb usb3: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty xhci_hcd
[    1.316404] usb usb3: SerialNumber: 0000:00:10.1
[    1.316536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.316630] hub 3-0:1.0: USB hub found
[    1.316687] hub 3-0:1.0: 2 ports detected
[    1.316737] ehci-pci: EHCI PCI platform driver
[    1.316859] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.316898] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4
[    1.317788] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.317961] ohci-pci: OHCI PCI platform driver
[    1.320539] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.320577] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.320615] usb usb4: Product: xHCI Host Controller
[    1.320649] usb usb4: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty xhci_hcd
[    1.320687] usb usb4: SerialNumber: 0000:00:10.1
[    1.320964] hub 4-0:1.0: USB hub found
[    1.321007] hub 4-0:1.0: 2 ports detected
[    1.321191] ahci 0000:00:11.0: version 3.0
[    1.321419] ahci 0000:00:11.0: irq 52 for MSI/MSI-X
[    1.321543] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 7 ports 6 Gbps 0x7f impl SATA mode
[    1.321584] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs 
[    1.323607] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.323873] r8169 0000:01:00.0: irq 53 for MSI/MSI-X
[    1.324118] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000d4e000, 74:d4:35:54:85:fc, XID 0c900800 IRQ 53
[    1.324171] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.324229] scsi0 : ahci
[    1.324421] scsi1 : ahci
[    1.324637] scsi2 : ahci
[    1.324829] scsi3 : ahci
[    1.325040] scsi4 : ahci
[    1.325176] scsi5 : ahci
[    1.325321] scsi6 : ahci
[    1.325429] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51100 irq 52
[    1.325469] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51180 irq 52
[    1.325510] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51200 irq 52
[    1.325551] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51280 irq 52
[    1.325590] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51300 irq 52
[    1.325632] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51380 irq 52
[    1.325671] ata7: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51400 irq 52
[    1.325856] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.325911] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
[    1.325984] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000
[    1.384152] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.384189] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.384226] usb usb5: Product: OHCI PCI host controller
[    1.384258] usb usb5: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ohci_hcd
[    1.384296] usb usb5: SerialNumber: 0000:00:12.0
[    1.384493] hub 5-0:1.0: USB hub found
[    1.384532] hub 5-0:1.0: 5 ports detected
[    1.384813] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.384850] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
[    1.384908] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000
[    1.444105] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.444142] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444179] usb usb6: Product: OHCI PCI host controller
[    1.444212] usb usb6: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ohci_hcd
[    1.444248] usb usb6: SerialNumber: 0000:00:13.0
[    1.444485] hub 6-0:1.0: USB hub found
[    1.444524] hub 6-0:1.0: 5 ports detected
[    1.444800] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.444838] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
[    1.444895] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000
[    1.504081] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.504118] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.504155] usb usb7: Product: OHCI PCI host controller
[    1.504187] usb usb7: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ohci_hcd
[    1.505483] usb usb7: SerialNumber: 0000:00:14.5
[    1.505728] hub 7-0:1.0: USB hub found
[    1.505767] hub 7-0:1.0: 2 ports detected
[    1.506184] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.506228] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 8
[    1.506270] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.506317] ehci-pci 0000:00:12.2: debug port 1
[    1.506387] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000
[    1.516072] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.516176] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.516213] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.516250] usb usb8: Product: EHCI Host Controller
[    1.516283] usb usb8: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ehci_hcd
[    1.516320] usb usb8: SerialNumber: 0000:00:12.2
[    1.516501] hub 8-0:1.0: USB hub found
[    1.516539] hub 8-0:1.0: 5 ports detected
[    1.580111] hub 5-0:1.0: USB hub found
[    1.580167] hub 5-0:1.0: 5 ports detected
[    1.580562] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.580606] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 9
[    1.580647] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.580696] ehci-pci 0000:00:13.2: debug port 1
[    1.580756] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000
[    1.592026] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.592119] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[    1.592159] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.592197] usb usb9: Product: EHCI Host Controller
[    1.592230] usb usb9: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ehci_hcd
[    1.592266] usb usb9: SerialNumber: 0000:00:13.2
[    1.592561] hub 9-0:1.0: USB hub found
[    1.592603] hub 9-0:1.0: 5 ports detected
[    1.644039] ata5: SATA link down (SStatus 0 SControl 300)
[    1.644105] ata7: SATA link down (SStatus 0 SControl 300)
[    1.644198] ata6: SATA link down (SStatus 0 SControl 300)
[    1.644255] ata4: SATA link down (SStatus 0 SControl 300)
[    1.656080] hub 6-0:1.0: USB hub found
[    1.656141] hub 6-0:1.0: 5 ports detected
[    1.815960] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.816019] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.816071] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.816689] ata3.00: ATAPI: TSSTcorp DVD+/-RW TS-H653G, DW10, max UDMA/100
[    1.816738] ata3.00: applying bridge limits
[    1.817021] ata1.00: ATA-8: WDC WD10EZEX-22RKKA0, 80.00A80, max UDMA/133
[    1.817059] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.817706] ata3.00: configured for UDMA/100
[    1.817917] ata2.00: ATA-8: WDC WD5000AADS-00S9B0, 01.00A01, max UDMA/133
[    1.817954] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.818154] ata1.00: configured for UDMA/133
[    1.818326] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-22R 80.0 PQ: 0 ANSI: 5
[    1.819310] ata2.00: configured for UDMA/133
[    1.819488] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5000AADS-0 01.0 PQ: 0 ANSI: 5
[    1.820419] scsi 2:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653G DW10 PQ: 0 ANSI: 5
[    1.827978] usb 8-1: new high-speed USB device number 2 using ehci-pci
[    1.833488] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.833517] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.833576] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.833587] sd 1:0:0:0: [sdb] Write Protect is off
[    1.833589] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.833618] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.833789] sd 0:0:0:0: [sda] Write Protect is off
[    1.833825] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.833889] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.837872] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.837913] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.838107] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.839640] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.839714] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.839785] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    1.852071]  sda: sda1 sda2 sda3
[    1.852550] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.875160]  sdb: sdb1 sdb2 sdb3
[    1.875582] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.960472] usb 8-1: New USB device found, idVendor=1a40, idProduct=0101
[    1.960510] usb 8-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.960545] usb 8-1: Product: USB 2.0 Hub
[    1.960882] hub 8-1:1.0: USB hub found
[    1.960969] hub 8-1:1.0: 4 ports detected
[    2.057382] random: nonblocking pool is initialized
[    2.091736] tsc: Refined TSC clocksource calibration: 3493.644 MHz
[    2.200985] device-mapper: uevent: version 1.0.3
[    2.201177] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    2.207999] PM: Starting manual resume from disk
[    2.208037] PM: Hibernation image partition 8:3 present
[    2.208070] PM: Looking for hibernation image.
[    2.208243] PM: Image not found (code -22)
[    2.208279] PM: Hibernation image not present or could not be loaded.
[    2.210941] PM: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[    2.210992] PM: Marking nosave pages: [mem 0x7ccf0000-0x7cd1ffff]
[    2.211026] PM: Marking nosave pages: [mem 0x7cfe3000-0x7e1c4fff]
[    2.211131] PM: Marking nosave pages: [mem 0x7e1c6000-0x7e3cbfff]
[    2.211178] PM: Marking nosave pages: [mem 0x7e850000-0x7efe0fff]
[    2.211240] PM: Marking nosave pages: [mem 0x7f000000-0xffffffff]
[    2.212269] PM: Basic memory bitmaps created
[    2.228389] PM: Basic memory bitmaps freed
[    2.279681] usb 5-2: new low-speed USB device number 2 using ohci-pci
[    2.279764] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.444882] usb 5-2: New USB device found, idVendor=2188, idProduct=0ae1
[    2.444919] usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.444962] usb 5-2: Product: USB OPTICAL MOUSE 
[    2.555696] usb 9-4: new high-speed USB device number 2 using ehci-pci
[    2.698397] usb 9-4: New USB device found, idVendor=1871, idProduct=0101
[    2.698437] usb 9-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.698471] usb 9-4: Product: USB2.0 Camera
[    2.698504] usb 9-4: Manufacturer: AVEO Technology Corp.
[    3.091611] Switched to clocksource tsc
[    3.223344] usb 6-5: new full-speed USB device number 2 using ohci-pci
[    3.396532] usb 6-5: New USB device found, idVendor=1532, idProduct=010d
[    3.396569] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.396603] usb 6-5: Product: Razer BlackWidow Ultimate
[    3.396636] usb 6-5: Manufacturer: Razer
[    3.504426] systemd-udevd[413]: starting version 204
[    4.469115] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    4.469171] ACPI: Power Button [PWRB]
[    4.469244] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    4.469295] ACPI: Power Button [PWRF]
[    4.650362] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.650441] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.692390] ACPI: acpi_idle registered with cpuidle
[    4.692626] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    4.692694] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    4.692881] acpi device:02: registered as cooling_device3
[    4.693003] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input4
[    4.724279] acpi-cpufreq: overriding BIOS provided _PSD data
[    4.758603] [drm] Initialized drm 1.1.0 20060810
[    4.780412] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.834101] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[    4.834173] snd_hda_intel 0000:00:01.1: irq 54 for MSI/MSI-X
[    4.861413] AVX version of gcm_enc/dec engaged.
[    4.864556] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    4.883379] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card1/input6
[    4.988562] sound hdaudioC0D0: autoconfig: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    4.988617] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.988658] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.988698] sound hdaudioC0D0:    mono: mono_out=0x0
[    4.988737] sound hdaudioC0D0:    dig-out=0x11/0x1e
[    4.988776] sound hdaudioC0D0:    inputs:
[    4.988816] sound hdaudioC0D0:      Front Mic=0x19
[    4.990127] sound hdaudioC0D0:      Rear Mic=0x18
[    4.990168] sound hdaudioC0D0:      Line=0x1a
[    4.990533] kvm: Nested Virtualization enabled
[    4.990576] kvm: Nested Paging enabled
[    5.003629] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card0/hdaudioC0D0/input8
[    5.004311] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    5.004441] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    5.004560] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    5.004762] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    5.004950] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[    5.005194] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[    5.005374] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[    5.068173] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[    5.300838] hidraw: raw HID events driver (C) Jiri Kosina
[    5.336172] usbcore: registered new interface driver usbhid
[    5.336249] usbhid: USB HID core driver
[    5.339260] media: Linux media interface: v0.10
[    5.348714] Linux video capture interface: v2.00
[    5.379880] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:12.0/usb5/5-2/5-2:1.0/0003:2188:0AE1.0001/input/input16
[    5.380147] hid-generic 0003:2188:0AE1.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:12.0-2/input0
[    5.380574] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.0/0003:1532:010D.0002/input/input17
[    5.380790] hid-generic 0003:1532:010D.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input0
[    5.384023] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.1/0003:1532:010D.0003/input/input18
[    5.384425] hid-generic 0003:1532:010D.0003: input,hidraw2: USB HID v1.11 Device [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input1
[    5.386905] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.2/0003:1532:010D.0004/input/input19
[    5.387275] hid-generic 0003:1532:010D.0004: input,hidraw3: USB HID v1.11 Mouse [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input2
[    5.646449] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1871:0101)
[    5.648161] input: USB2.0 Camera as /devices/pci0000:00/0000:00:13.2/usb9/9-4/9-4:1.0/input/input20
[    5.648325] usbcore: registered new interface driver uvcvideo
[    5.648363] USB Video Class driver (1.1.1)
[    7.406451] Adding 6828756k swap on /dev/sda3.  Priority:-1 extents:1 across:6828756k FS
[    7.460481] EXT4-fs (sda1): re-mounted. Opts: (null)
[    7.662572] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,errors=remount-ro
[    8.450663] lp: driver loaded but no devices found
[    8.461963] ppdev: user-space parallel port driver
[    8.509098] fuse init (API version 7.23)
[    8.544190] loop: module loaded
[    8.580532] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    8.584213] it87: Found IT8728F chip at 0x228, revision 3
[    8.584293] it87: Beeping is supported
[    8.584533] it87 it87.552: Setting fan1-3 to 16-bit mode
[    8.594978] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    8.637141] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    9.632702] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.650656] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    9.716030] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.113262] Bridge firewalling registered
[   10.125252] device eth0 entered promiscuous mode
[   10.294985] r8169 0000:01:00.0 eth0: link down
[   10.295029] r8169 0000:01:00.0 eth0: link down
[   10.295109] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.299543] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   12.401900] r8169 0000:01:00.0 eth0: link up
[   12.401956] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.402493] br0: port 1(eth0) entered forwarding state
[   12.402580] br0: port 1(eth0) entered forwarding state
[   12.402634] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   12.432666] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input21
[   14.071828] NET: Registered protocol family 4
[   21.074241] Ebtables v2.0 registered
[   23.851972] tun: Universal TUN/TAP device driver, 1.6
[   23.852013] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>

[-- Attachment #3: Xorg.0.log --]
[-- Type: text/x-log, Size: 19981 bytes --]

[    19.053] 
X.Org X Server 1.15.0.901 (1.15.1 RC 1)
Release Date: 2014-03-21
[    19.053] X Protocol Version 11, Revision 0
[    19.053] Build Operating System: Linux 3.12-1-amd64 x86_64 Debian
[    19.053] Current Operating System: Linux laca-desktop 3.15.0-rc1-00012-g55101e2-dirty #2 SMP Tue Apr 15 23:50:45 EEST 2014 x86_64
[    19.053] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1-00012-g55101e2-dirty root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728 radeon.modeset=0
[    19.053] Build Date: 31 March 2014  10:25:32AM
[    19.053] xorg-server 2:1.15.0.901-1 (http://www.debian.org/support) 
[    19.053] Current version of pixman: 0.32.4
[    19.053] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.053] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.053] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 16 00:23:36 2014
[    19.201] (==) Using config file: "/etc/X11/xorg.conf"
[    19.201] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.276] (==) No Layout section.  Using the first Screen section.
[    19.277] (==) No screen section available. Using defaults.
[    19.277] (**) |-->Screen "Default Screen Section" (0)
[    19.277] (**) |   |-->Monitor "<default monitor>"
[    19.296] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    19.296] (**) |   |-->Device "radeon"
[    19.296] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    19.296] (==) Automatically adding devices
[    19.296] (==) Automatically enabling devices
[    19.296] (==) Automatically adding GPU devices
[    19.340] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    19.340] 	Entry deleted from font path.
[    19.410] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    19.410] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.410] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.410] (II) Loader magic: 0x7f69194b3d40
[    19.410] (II) Module ABI versions:
[    19.410] 	X.Org ANSI C Emulation: 0.4
[    19.410] 	X.Org Video Driver: 15.0
[    19.410] 	X.Org XInput driver : 20.0
[    19.410] 	X.Org Server Extension : 8.0
[    19.411] (--) PCI:*(0:0:1:0) 1002:990e:1002:0123 rev 0, Mem @ 0xc0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256
[    19.420] Initializing built-in extension Generic Event Extension
[    19.420] Initializing built-in extension SHAPE
[    19.420] Initializing built-in extension MIT-SHM
[    19.420] Initializing built-in extension XInputExtension
[    19.420] Initializing built-in extension XTEST
[    19.420] Initializing built-in extension BIG-REQUESTS
[    19.420] Initializing built-in extension SYNC
[    19.420] Initializing built-in extension XKEYBOARD
[    19.420] Initializing built-in extension XC-MISC
[    19.420] Initializing built-in extension SECURITY
[    19.420] Initializing built-in extension XINERAMA
[    19.420] Initializing built-in extension XFIXES
[    19.420] Initializing built-in extension RENDER
[    19.420] Initializing built-in extension RANDR
[    19.420] Initializing built-in extension COMPOSITE
[    19.420] Initializing built-in extension DAMAGE
[    19.420] Initializing built-in extension MIT-SCREEN-SAVER
[    19.420] Initializing built-in extension DOUBLE-BUFFER
[    19.420] Initializing built-in extension RECORD
[    19.420] Initializing built-in extension DPMS
[    19.420] Initializing built-in extension Present
[    19.420] Initializing built-in extension DRI3
[    19.420] Initializing built-in extension X-Resource
[    19.420] Initializing built-in extension XVideo
[    19.420] Initializing built-in extension XVideo-MotionCompensation
[    19.420] Initializing built-in extension SELinux
[    19.420] Initializing built-in extension XFree86-VidModeExtension
[    19.421] Initializing built-in extension XFree86-DGA
[    19.421] Initializing built-in extension XFree86-DRI
[    19.421] Initializing built-in extension DRI2
[    19.421] (II) "glx" will be loaded by default.
[    19.421] (II) LoadModule: "dri2"
[    19.421] (II) Module "dri2" already built-in
[    19.421] (II) LoadModule: "glamoregl"
[    19.446] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    19.551] (II) Module glamoregl: vendor="X.Org Foundation"
[    19.551] 	compiled for 1.15.0.901, module version = 0.6.0
[    19.551] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.551] (II) LoadModule: "glx"
[    19.551] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.638] (II) Module glx: vendor="X.Org Foundation"
[    19.638] 	compiled for 1.15.0.901, module version = 1.0.0
[    19.638] 	ABI class: X.Org Server Extension, version 8.0
[    19.638] (==) AIGLX enabled
[    19.638] Loading extension GLX
[    19.638] (II) LoadModule: "radeon"
[    19.638] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    19.759] (II) Module radeon: vendor="X.Org Foundation"
[    19.759] 	compiled for 1.15.0.901, module version = 7.3.99
[    19.759] 	Module class: X.Org Video Driver
[    19.759] 	ABI class: X.Org Video Driver, version 15.0
[    19.759] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
	HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
	HAWAII, HAWAII, HAWAII, HAWAII
[    19.767] (++) using VT number 7

[    19.769] (II) [KMS] drm report modesetting isn't supported.
[    19.769] (EE) Screen 0 deleted because of no matching config section.
[    19.769] (II) UnloadModule: "radeon"
[    19.769] (EE) Device(s) detected, but none match those in the config file.
[    19.769] (EE) 
Fatal server error:
[    19.769] (EE) no screens found(EE) 
[    19.769] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    19.769] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    19.769] (EE) 
[    19.769] (EE) Server terminated with error (1). Closing log file.

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 21:49                 ` Kertesz Laszlo
  0 siblings, 0 replies; 31+ messages in thread
From: Kertesz Laszlo @ 2014-04-15 21:49 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Alex Deucher, Christian König, Maling list - DRI developers, lkml

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

Borislav Petkov wrote:
> On Tue, Apr 15, 2014 at 09:02:35PM +0300, Kertesz Laszlo wrote:
>> Honestly didnt try that but i assume yes, since the screens go black
>> when it should change resolution.
>
> Pls try it and let us know whether you see the machine booting further,
> albeit without modesetting.
>
> Thanks.
>

Yes, it is working that way. But no X, i assume this is expected.

-- 
O zi buna,
Kertesz Laszlo

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

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.15.0-rc1-00012-g55101e2-dirty (laca@laca-desktop) (gcc version 4.8.2 (Debian 4.8.2-16) ) #2 SMP Tue Apr 15 23:50:45 EEST 2014
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1-00012-g55101e2-dirty root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728 radeon.modeset=0
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007cceffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ccf0000-0x000000007cd1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007cd20000-0x000000007cfe2fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007cfe3000-0x000000007d0aefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007d0af000-0x000000007e1c4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007e1c5000-0x000000007e1c5fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e1c6000-0x000000007e3cbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e3cc000-0x000000007e84ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e850000-0x000000007efe0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007efe1000-0x000000007effffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023effffff] usable
[    0.000000] debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./F2A88X-D3H, BIOS F3 11/18/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000023f000000 aka 9200M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x7f000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01a69000, 0x01a69fff] PGTABLE
[    0.000000] BRK [0x01a6a000, 0x01a6afff] PGTABLE
[    0.000000] BRK [0x01a6b000, 0x01a6bfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23ee00000-0x23effffff]
[    0.000000]  [mem 0x23ee00000-0x23effffff] page 2M
[    0.000000] BRK [0x01a6c000, 0x01a6cfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23c000000-0x23edfffff]
[    0.000000]  [mem 0x23c000000-0x23edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
[    0.000000]  [mem 0x200000000-0x23bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7cceffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7cbfffff] page 2M
[    0.000000]  [mem 0x7cc00000-0x7cceffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7cd20000-0x7cfe2fff]
[    0.000000]  [mem 0x7cd20000-0x7cfe2fff] page 4k
[    0.000000] BRK [0x01a6d000, 0x01a6dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e1c5000-0x7e1c5fff]
[    0.000000]  [mem 0x7e1c5000-0x7e1c5fff] page 4k
[    0.000000] BRK [0x01a6e000, 0x01a6efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e3cc000-0x7e84ffff]
[    0.000000]  [mem 0x7e3cc000-0x7e3fffff] page 4k
[    0.000000]  [mem 0x7e400000-0x7e7fffff] page 2M
[    0.000000]  [mem 0x7e800000-0x7e84ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7efe1000-0x7effffff]
[    0.000000]  [mem 0x7efe1000-0x7effffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x3631e000-0x37186fff]
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007D067080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007D06D6B8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20140214/tbfadt-634)
[    0.000000] ACPI: DSDT 0x000000007D067190 006523 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000007D0A4080 000040
[    0.000000] ACPI: APIC 0x000000007D06D7C8 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007D06D840 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007D06D888 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x000000007D06D8C8 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: IVRS 0x000000007D06D900 000068 (v02 AMD    BANTRY   00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000007D06D968 000B9C (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007D06E508 0004B7 (v02 AMD    BANTRY   00000001 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x000000007D06E9C0 000528 (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007D06EEE8 0013A4 (v01 AMD    CPMDFIGP 00000001 INTL 20051117)
[    0.000000] ACPI: SSDT 0x000000007D070290 001120 (v01 AMD    CPMCMN   00000001 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x23effffff]
[    0.000000]   NODE_DATA [mem 0x23eff6000-0x23effafff]
[    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237600000-ffff88023e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x23effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x7cceffff]
[    0.000000]   node   0: [mem 0x7cd20000-0x7cfe2fff]
[    0.000000]   node   0: [mem 0x7e1c5000-0x7e1c5fff]
[    0.000000]   node   0: [mem 0x7e3cc000-0x7e84ffff]
[    0.000000]   node   0: [mem 0x7efe1000-0x7effffff]
[    0.000000]   node   0: [mem 0x100000000-0x23effffff]
[    0.000000] On node 0 totalpages: 1819636
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7954 pages used for memmap
[    0.000000]   DMA32 zone: 509015 pages, LIFO batch:31
[    0.000000]   Normal zone: 20416 pages used for memmap
[    0.000000]   Normal zone: 1306624 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, 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 low 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] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ccf0000-0x7cd1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7cfe3000-0x7d0aefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7d0af000-0x7e1c4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e1c6000-0x7e3cbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e850000-0x7efe0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x7f000000-0xfebfffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88023ec00000 s80960 r8192 d21440 u524288
[    0.000000] pcpu-alloc: s80960 r8192 d21440 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1791181
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1-00012-g55101e2-dirty root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728 radeon.modeset=0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7071556K/7278544K available (4511K kernel code, 657K rwdata, 1520K rodata, 876K init, 900K bss, 206988K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 29360128 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3493.561 MHz processor
[    0.000019] Calibrating delay loop (skipped), value calculated using timer frequency.. 6987.12 BogoMIPS (lpj=13974244)
[    0.000086] pid_max: default: 32768 minimum: 301
[    0.000125] ACPI: Core revision 20140214
[    0.003283] ACPI: All ACPI Tables successfully acquired
[    0.004992] Security Framework initialized
[    0.005037] AppArmor: AppArmor disabled by boot time parameter
[    0.005522] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.007593] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008555] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008595] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.008822] Initializing cgroup subsys debug
[    0.008858] Initializing cgroup subsys memory
[    0.008893] Initializing cgroup subsys devices
[    0.008926] Initializing cgroup subsys freezer
[    0.008959] Initializing cgroup subsys net_cls
[    0.008991] Initializing cgroup subsys blkio
[    0.009024] Initializing cgroup subsys perf_event
[    0.009070] tseg: 007f000000
[    0.009103] CPU: Physical Processor ID: 0
[    0.009134] CPU: Processor Core ID: 0
[    0.009165] mce: CPU supports 7 MCE banks
[    0.009206] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.009206] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.009206] tlb_flushall_shift: 6
[    0.009307] Freeing SMP alternatives memory: 20K (ffffffff81981000 - ffffffff81986000)
[    0.010500] [Firmware Bug]: AMD-Vi: IOAPIC[0] not in IVRS table
[    0.010535] [Firmware Bug]: AMD-Vi: No southbridge IOAPIC found
[    0.010567] AMD-Vi: Disabling interrupt remapping
[    0.010978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.050688] smpboot: CPU0: AMD A8-6500 APU with Radeon(tm) HD Graphics (fam: 15, model: 13, stepping: 01)
[    0.154883] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.155004] ... version:                0
[    0.155037] ... bit width:              48
[    0.155069] ... generic registers:      6
[    0.155101] ... value mask:             0000ffffffffffff
[    0.155133] ... max period:             00007fffffffffff
[    0.155166] ... fixed-purpose events:   0
[    0.155198] ... event mask:             000000000000003f
[    0.155402] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.155487] x86: Booting SMP configuration:
[    0.155533] .... node  #0, CPUs:      #1 #2 #3
[    0.194941] x86: Booted up 1 node, 4 CPUs
[    0.195019] smpboot: Total of 4 processors activated (27948.48 BogoMIPS)
[    0.195630] devtmpfs: initialized
[    0.198124] PM: Registering ACPI NVS region [mem 0x7cfe3000-0x7d0aefff] (835584 bytes)
[    0.198185] PM: Registering ACPI NVS region [mem 0x7e1c6000-0x7e3cbfff] (2121728 bytes)
[    0.198394] NET: Registered protocol family 16
[    0.198531] cpuidle: using governor ladder
[    0.198577] cpuidle: using governor menu
[    0.198688] ACPI: bus type PCI registered
[    0.198734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.198834] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.198875] PCI: not using MMCONFIG
[    0.198909] PCI: Using configuration type 1 for base access
[    0.198952] PCI: Using configuration type 1 for extended access
[    0.199204] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.199250] mtrr: probably your BIOS does not setup all CPUs.
[    0.199283] mtrr: corrected configuration.
[    0.200063] ACPI: Added _OSI(Module Device)
[    0.200102] ACPI: Added _OSI(Processor Device)
[    0.200135] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.200169] ACPI: Added _OSI(Processor Aggregator Device)
[    0.201483] ACPI: Executed 1 blocks of module-level executable AML code
[    0.204019] ACPI: Interpreter enabled
[    0.204065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
[    0.204163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
[    0.204267] ACPI: (supports S0 S3 S4 S5)
[    0.204301] ACPI: Using IOAPIC for interrupt routing
[    0.204435] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.204495] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.219624] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.220066] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.220185] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.220328] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.328145] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.328185] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.328376] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.328719] PCI host bridge to bus 0000:00
[    0.328754] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.328787] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.328820] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.328853] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    0.328886] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.328919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.328952] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.328986] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.329024] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[    0.329125] pci 0000:00:00.2: [1022:1419] type 00 class 0x080600
[    0.329241] pci 0000:00:01.0: [1002:990e] type 00 class 0x030000
[    0.329279] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.329315] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    0.329351] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    0.329413] pci 0000:00:01.0: supports D1 D2
[    0.329496] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[    0.329539] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    0.329606] pci 0000:00:01.1: supports D1 D2
[    0.329704] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
[    0.329782] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.329917] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[    0.329966] pci 0000:00:10.0: reg 0x10: [mem 0xfeb4a000-0xfeb4bfff 64bit]
[    0.330087] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.330163] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.330240] pci 0000:00:10.1: [1022:7814] type 00 class 0x0c0330
[    0.330290] pci 0000:00:10.1: reg 0x10: [mem 0xfeb48000-0xfeb49fff 64bit]
[    0.330411] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    0.330482] pci 0000:00:10.1: System wakeup disabled by ACPI
[    0.330557] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    0.330605] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    0.330644] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    0.330684] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    0.330724] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    0.330765] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    0.330814] pci 0000:00:11.0: reg 0x24: [mem 0xfeb51000-0xfeb517ff]
[    0.330947] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    0.330990] pci 0000:00:12.0: reg 0x10: [mem 0xfeb50000-0xfeb50fff]
[    0.331090] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.331160] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    0.331207] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4f000-0xfeb4f0ff]
[    0.331303] pci 0000:00:12.2: supports D1 D2
[    0.331335] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.331398] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.331468] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    0.331510] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[    0.331609] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.331679] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    0.331725] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[    0.331822] pci 0000:00:13.2: supports D1 D2
[    0.331854] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.331922] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.331988] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    0.332117] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    0.332165] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.332248] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.332307] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.332369] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    0.333782] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[    0.333873] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.333936] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[    0.333978] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
[    0.334076] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.334142] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[    0.334226] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[    0.334312] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[    0.334398] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[    0.334499] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[    0.334594] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[    0.334763] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.334817] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.334868] pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea00fff 64bit]
[    0.334914] pci 0000:01:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.335019] pci 0000:01:00.0: supports D1 D2
[    0.335051] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.335108] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.342894] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.342949] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.342984] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.343019] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.343137] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.343176] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    0.343213] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    0.343250] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    0.343286] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.343322] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.343359] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.343397] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.343754] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.344126] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.344489] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.344850] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.345203] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.345545] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.345899] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.346246] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.346766] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.346820] vgaarb: loaded
[    0.346852] vgaarb: bridge control possible 0000:00:01.0
[    0.346917] PCI: Using ACPI for IRQ routing
[    0.353619] PCI: pci_cache_line_size set to 64 bytes
[    0.353694] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.353728] e820: reserve RAM buffer [mem 0x7ccf0000-0x7fffffff]
[    0.353761] e820: reserve RAM buffer [mem 0x7cfe3000-0x7fffffff]
[    0.353813] e820: reserve RAM buffer [mem 0x7e1c6000-0x7fffffff]
[    0.353847] e820: reserve RAM buffer [mem 0x7e850000-0x7fffffff]
[    0.353881] e820: reserve RAM buffer [mem 0x7f000000-0x7fffffff]
[    0.353913] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
[    0.354068] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.354216] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.356349] Switched to clocksource hpet
[    0.357857] pnp: PnP ACPI init
[    0.357900] ACPI: bus type PNP registered
[    0.358014] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.358049] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.358137] system 00:01: [mem 0x80000000-0xbfffffff] has been reserved
[    0.358184] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.358270] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.358304] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.358474] system 00:03: [io  0x0220-0x0227] has been reserved
[    0.358521] system 00:03: [io  0x0228-0x0237] has been reserved
[    0.358555] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.358589] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.358848] pnp 00:04: [dma 0 disabled]
[    0.358932] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.358999] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.359038] pnp 00:06: [dma 4]
[    0.359087] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.359145] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.359197] pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.359313] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.359353] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.359413] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.359644] system 00:0b: [io  0x04d0-0x04d1] has been reserved
[    0.359692] system 00:0b: [io  0x040b] has been reserved
[    0.359726] system 00:0b: [io  0x04d6] has been reserved
[    0.359760] system 00:0b: [io  0x0c00-0x0c01] has been reserved
[    0.359794] system 00:0b: [io  0x0c14] has been reserved
[    0.359828] system 00:0b: [io  0x0c50-0x0c51] has been reserved
[    0.359871] system 00:0b: [io  0x0c52] has been reserved
[    0.359904] system 00:0b: [io  0x0c6c] has been reserved
[    0.359937] system 00:0b: [io  0x0c6f] has been reserved
[    0.359971] system 00:0b: [io  0x0cd0-0x0cd1] has been reserved
[    0.360004] system 00:0b: [io  0x0cd2-0x0cd3] has been reserved
[    0.360037] system 00:0b: [io  0x0cd4-0x0cd5] has been reserved
[    0.360071] system 00:0b: [io  0x0cd6-0x0cd7] has been reserved
[    0.360104] system 00:0b: [io  0x0cd8-0x0cdf] has been reserved
[    0.360138] system 00:0b: [io  0x0800-0x089f] could not be reserved
[    0.360171] system 00:0b: [io  0x0b20-0x0b3f] has been reserved
[    0.360205] system 00:0b: [io  0x0900-0x090f] has been reserved
[    0.360237] system 00:0b: [io  0x0910-0x091f] has been reserved
[    0.360270] system 00:0b: [io  0xfe00-0xfefe] has been reserved
[    0.360305] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.360346] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.360380] system 00:0b: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.360414] system 00:0b: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.360448] system 00:0b: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.360482] system 00:0b: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.360515] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
[    0.360549] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.360735] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.360771] pnp: PnP ACPI: found 13 devices
[    0.360804] ACPI: bus type PNP unregistered
[    0.367682] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.367716] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.367751] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.367786] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.367825] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.367866] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.367899] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.367932] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.367965] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.367999] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.368032] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.368065] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[    0.368099] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.368132] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.368164] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.368201] pci_bus 0000:02: resource 4 [io  0x0000-0x03af]
[    0.368234] pci_bus 0000:02: resource 5 [io  0x03e0-0x0cf7]
[    0.368267] pci_bus 0000:02: resource 6 [io  0x03b0-0x03df]
[    0.368300] pci_bus 0000:02: resource 7 [io  0x0d00-0xffff]
[    0.368337] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
[    0.368372] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
[    0.368405] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
[    0.368457] NET: Registered protocol family 2
[    0.368659] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.368872] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.369114] TCP: Hash tables configured (established 65536 bind 65536)
[    0.369190] TCP: reno registered
[    0.369232] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.369300] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.369402] NET: Registered protocol family 1
[    0.369448] pci 0000:00:01.0: Boot video device
[    0.796414] PCI: CLS 64 bytes, default 64
[    0.796491] Unpacking initramfs...
[    1.003418] Freeing initrd memory: 14756K (ffff88003631e000 - ffff880037187000)
[    1.086634] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    1.086679] AMD-Vi:  Extended features:  PreF PPR GT IA
[    1.086865] pci 0000:00:00.2: irq 40 for MSI/MSI-X
[    1.093308] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.093820] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.093900] software IO TLB [mem 0x78cf0000-0x7ccf0000] (64MB) mapped at [ffff880078cf0000-ffff88007cceffff]
[    1.094158] perf: AMD NB counters detected
[    1.094246] microcode: CPU0: patch_level=0x06001119
[    1.094290] microcode: CPU1: patch_level=0x06001119
[    1.094326] microcode: CPU2: patch_level=0x06001119
[    1.094365] microcode: CPU3: patch_level=0x06001119
[    1.094448] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.094487] LVT offset 0 assigned for vector 0x400
[    1.094531] perf: AMD IBS detected (0x000000ff)
[    1.094577] Scanning for low memory corruption every 60 seconds
[    1.094834] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.094897] audit: initializing netlink subsys (disabled)
[    1.094960] audit: type=2000 audit(1397596996.988:1): initialized
[    1.104969] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.106468] VFS: Disk quotas dquot_6.5.2
[    1.106543] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.106634] msgmni has been set to 13840
[    1.106985] alg: No test for stdrng (krng)
[    1.107053] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.108436] io scheduler noop registered
[    1.108473] io scheduler deadline registered
[    1.108533] io scheduler cfq registered (default)
[    1.108732] pcieport 0000:00:04.0: irq 41 for MSI/MSI-X
[    1.108826] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt
[    1.108874] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.108910] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded
[    1.108953] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.108998] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.109073] GHES: HEST is not enabled!
[    1.109220] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.129640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.130108] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.130619] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.130664] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.130864] mousedev: PS/2 mouse device common for all mice
[    1.130935] rtc_cmos 00:07: RTC can wake from S4
[    1.131066] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.131121] rtc_cmos 00:07: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.131163] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    1.131353] TCP: cubic registered
[    1.131476] NET: Registered protocol family 10
[    1.131736] mip6: Mobile IPv6
[    1.131776] NET: Registered protocol family 17
[    1.131809] mpls_gso: MPLS GSO support
[    1.132183] registered taskstats version 1
[    1.132604] rtc_cmos 00:07: setting system clock to 2014-04-15 21:23:18 UTC (1397596998)
[    1.132688] PM: Checking hibernation image partition UUID=bafe38cf-553c-433b-ae37-118bdeebbfac
[    1.241261] PM: Hibernation image not present or could not be loaded.
[    1.241993] Freeing unused kernel memory: 876K (ffffffff818a6000 - ffffffff81981000)
[    1.242074] Write protecting the kernel read-only data: 8192k
[    1.244803] Freeing unused kernel memory: 1620K (ffff88000146b000 - ffff880001600000)
[    1.245818] Freeing unused kernel memory: 528K (ffff88000177c000 - ffff880001800000)
[    1.296829] systemd-udevd[75]: starting version 204
[    1.307603] SCSI subsystem initialized
[    1.309128] ACPI: bus type USB registered
[    1.309197] usbcore: registered new interface driver usbfs
[    1.309247] usbcore: registered new interface driver hub
[    1.310547] usbcore: registered new device driver usb
[    1.311254] QUIRK: Enable AMD PLL fix
[    1.311309] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.311350] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    1.311598] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
[    1.311635] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
[    1.311673] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
[    1.311710] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X
[    1.311746] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X
[    1.311944] libata version 3.00 loaded.
[    1.311976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.311978] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.311979] usb usb1: Product: xHCI Host Controller
[    1.311980] usb usb1: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty xhci_hcd
[    1.311982] usb usb1: SerialNumber: 0000:00:10.0
[    1.312130] hub 1-0:1.0: USB hub found
[    1.312139] hub 1-0:1.0: 2 ports detected
[    1.312245] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.312285] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.315022] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.315061] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.315099] usb usb2: Product: xHCI Host Controller
[    1.315137] usb usb2: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty xhci_hcd
[    1.315174] usb usb2: SerialNumber: 0000:00:10.0
[    1.315349] hub 2-0:1.0: USB hub found
[    1.315402] hub 2-0:1.0: 2 ports detected
[    1.315683] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.315721] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    1.315962] xhci_hcd 0000:00:10.1: irq 47 for MSI/MSI-X
[    1.316014] xhci_hcd 0000:00:10.1: irq 48 for MSI/MSI-X
[    1.316051] xhci_hcd 0000:00:10.1: irq 49 for MSI/MSI-X
[    1.316086] xhci_hcd 0000:00:10.1: irq 50 for MSI/MSI-X
[    1.316122] xhci_hcd 0000:00:10.1: irq 51 for MSI/MSI-X
[    1.316256] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.316292] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.316331] usb usb3: Product: xHCI Host Controller
[    1.316366] usb usb3: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty xhci_hcd
[    1.316404] usb usb3: SerialNumber: 0000:00:10.1
[    1.316536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.316630] hub 3-0:1.0: USB hub found
[    1.316687] hub 3-0:1.0: 2 ports detected
[    1.316737] ehci-pci: EHCI PCI platform driver
[    1.316859] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.316898] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4
[    1.317788] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.317961] ohci-pci: OHCI PCI platform driver
[    1.320539] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.320577] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.320615] usb usb4: Product: xHCI Host Controller
[    1.320649] usb usb4: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty xhci_hcd
[    1.320687] usb usb4: SerialNumber: 0000:00:10.1
[    1.320964] hub 4-0:1.0: USB hub found
[    1.321007] hub 4-0:1.0: 2 ports detected
[    1.321191] ahci 0000:00:11.0: version 3.0
[    1.321419] ahci 0000:00:11.0: irq 52 for MSI/MSI-X
[    1.321543] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 7 ports 6 Gbps 0x7f impl SATA mode
[    1.321584] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs 
[    1.323607] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.323873] r8169 0000:01:00.0: irq 53 for MSI/MSI-X
[    1.324118] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000d4e000, 74:d4:35:54:85:fc, XID 0c900800 IRQ 53
[    1.324171] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.324229] scsi0 : ahci
[    1.324421] scsi1 : ahci
[    1.324637] scsi2 : ahci
[    1.324829] scsi3 : ahci
[    1.325040] scsi4 : ahci
[    1.325176] scsi5 : ahci
[    1.325321] scsi6 : ahci
[    1.325429] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51100 irq 52
[    1.325469] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51180 irq 52
[    1.325510] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51200 irq 52
[    1.325551] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51280 irq 52
[    1.325590] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51300 irq 52
[    1.325632] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51380 irq 52
[    1.325671] ata7: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51400 irq 52
[    1.325856] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.325911] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
[    1.325984] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000
[    1.384152] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.384189] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.384226] usb usb5: Product: OHCI PCI host controller
[    1.384258] usb usb5: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ohci_hcd
[    1.384296] usb usb5: SerialNumber: 0000:00:12.0
[    1.384493] hub 5-0:1.0: USB hub found
[    1.384532] hub 5-0:1.0: 5 ports detected
[    1.384813] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.384850] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
[    1.384908] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000
[    1.444105] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.444142] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444179] usb usb6: Product: OHCI PCI host controller
[    1.444212] usb usb6: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ohci_hcd
[    1.444248] usb usb6: SerialNumber: 0000:00:13.0
[    1.444485] hub 6-0:1.0: USB hub found
[    1.444524] hub 6-0:1.0: 5 ports detected
[    1.444800] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.444838] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
[    1.444895] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000
[    1.504081] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.504118] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.504155] usb usb7: Product: OHCI PCI host controller
[    1.504187] usb usb7: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ohci_hcd
[    1.505483] usb usb7: SerialNumber: 0000:00:14.5
[    1.505728] hub 7-0:1.0: USB hub found
[    1.505767] hub 7-0:1.0: 2 ports detected
[    1.506184] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.506228] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 8
[    1.506270] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.506317] ehci-pci 0000:00:12.2: debug port 1
[    1.506387] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000
[    1.516072] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.516176] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.516213] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.516250] usb usb8: Product: EHCI Host Controller
[    1.516283] usb usb8: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ehci_hcd
[    1.516320] usb usb8: SerialNumber: 0000:00:12.2
[    1.516501] hub 8-0:1.0: USB hub found
[    1.516539] hub 8-0:1.0: 5 ports detected
[    1.580111] hub 5-0:1.0: USB hub found
[    1.580167] hub 5-0:1.0: 5 ports detected
[    1.580562] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.580606] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 9
[    1.580647] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.580696] ehci-pci 0000:00:13.2: debug port 1
[    1.580756] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000
[    1.592026] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.592119] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[    1.592159] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.592197] usb usb9: Product: EHCI Host Controller
[    1.592230] usb usb9: Manufacturer: Linux 3.15.0-rc1-00012-g55101e2-dirty ehci_hcd
[    1.592266] usb usb9: SerialNumber: 0000:00:13.2
[    1.592561] hub 9-0:1.0: USB hub found
[    1.592603] hub 9-0:1.0: 5 ports detected
[    1.644039] ata5: SATA link down (SStatus 0 SControl 300)
[    1.644105] ata7: SATA link down (SStatus 0 SControl 300)
[    1.644198] ata6: SATA link down (SStatus 0 SControl 300)
[    1.644255] ata4: SATA link down (SStatus 0 SControl 300)
[    1.656080] hub 6-0:1.0: USB hub found
[    1.656141] hub 6-0:1.0: 5 ports detected
[    1.815960] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.816019] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.816071] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.816689] ata3.00: ATAPI: TSSTcorp DVD+/-RW TS-H653G, DW10, max UDMA/100
[    1.816738] ata3.00: applying bridge limits
[    1.817021] ata1.00: ATA-8: WDC WD10EZEX-22RKKA0, 80.00A80, max UDMA/133
[    1.817059] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.817706] ata3.00: configured for UDMA/100
[    1.817917] ata2.00: ATA-8: WDC WD5000AADS-00S9B0, 01.00A01, max UDMA/133
[    1.817954] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.818154] ata1.00: configured for UDMA/133
[    1.818326] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-22R 80.0 PQ: 0 ANSI: 5
[    1.819310] ata2.00: configured for UDMA/133
[    1.819488] scsi 1:0:0:0: Direct-Access     ATA      WDC WD5000AADS-0 01.0 PQ: 0 ANSI: 5
[    1.820419] scsi 2:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653G DW10 PQ: 0 ANSI: 5
[    1.827978] usb 8-1: new high-speed USB device number 2 using ehci-pci
[    1.833488] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.833517] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.833576] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.833587] sd 1:0:0:0: [sdb] Write Protect is off
[    1.833589] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.833618] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.833789] sd 0:0:0:0: [sda] Write Protect is off
[    1.833825] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.833889] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.837872] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.837913] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.838107] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.839640] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.839714] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.839785] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    1.852071]  sda: sda1 sda2 sda3
[    1.852550] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.875160]  sdb: sdb1 sdb2 sdb3
[    1.875582] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.960472] usb 8-1: New USB device found, idVendor=1a40, idProduct=0101
[    1.960510] usb 8-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.960545] usb 8-1: Product: USB 2.0 Hub
[    1.960882] hub 8-1:1.0: USB hub found
[    1.960969] hub 8-1:1.0: 4 ports detected
[    2.057382] random: nonblocking pool is initialized
[    2.091736] tsc: Refined TSC clocksource calibration: 3493.644 MHz
[    2.200985] device-mapper: uevent: version 1.0.3
[    2.201177] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    2.207999] PM: Starting manual resume from disk
[    2.208037] PM: Hibernation image partition 8:3 present
[    2.208070] PM: Looking for hibernation image.
[    2.208243] PM: Image not found (code -22)
[    2.208279] PM: Hibernation image not present or could not be loaded.
[    2.210941] PM: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[    2.210992] PM: Marking nosave pages: [mem 0x7ccf0000-0x7cd1ffff]
[    2.211026] PM: Marking nosave pages: [mem 0x7cfe3000-0x7e1c4fff]
[    2.211131] PM: Marking nosave pages: [mem 0x7e1c6000-0x7e3cbfff]
[    2.211178] PM: Marking nosave pages: [mem 0x7e850000-0x7efe0fff]
[    2.211240] PM: Marking nosave pages: [mem 0x7f000000-0xffffffff]
[    2.212269] PM: Basic memory bitmaps created
[    2.228389] PM: Basic memory bitmaps freed
[    2.279681] usb 5-2: new low-speed USB device number 2 using ohci-pci
[    2.279764] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.444882] usb 5-2: New USB device found, idVendor=2188, idProduct=0ae1
[    2.444919] usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.444962] usb 5-2: Product: USB OPTICAL MOUSE 
[    2.555696] usb 9-4: new high-speed USB device number 2 using ehci-pci
[    2.698397] usb 9-4: New USB device found, idVendor=1871, idProduct=0101
[    2.698437] usb 9-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.698471] usb 9-4: Product: USB2.0 Camera
[    2.698504] usb 9-4: Manufacturer: AVEO Technology Corp.
[    3.091611] Switched to clocksource tsc
[    3.223344] usb 6-5: new full-speed USB device number 2 using ohci-pci
[    3.396532] usb 6-5: New USB device found, idVendor=1532, idProduct=010d
[    3.396569] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.396603] usb 6-5: Product: Razer BlackWidow Ultimate
[    3.396636] usb 6-5: Manufacturer: Razer
[    3.504426] systemd-udevd[413]: starting version 204
[    4.469115] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    4.469171] ACPI: Power Button [PWRB]
[    4.469244] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    4.469295] ACPI: Power Button [PWRF]
[    4.650362] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.650441] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.692390] ACPI: acpi_idle registered with cpuidle
[    4.692626] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    4.692694] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    4.692881] acpi device:02: registered as cooling_device3
[    4.693003] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input4
[    4.724279] acpi-cpufreq: overriding BIOS provided _PSD data
[    4.758603] [drm] Initialized drm 1.1.0 20060810
[    4.780412] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.834101] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[    4.834173] snd_hda_intel 0000:00:01.1: irq 54 for MSI/MSI-X
[    4.861413] AVX version of gcm_enc/dec engaged.
[    4.864556] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    4.883379] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card1/input6
[    4.988562] sound hdaudioC0D0: autoconfig: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    4.988617] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.988658] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.988698] sound hdaudioC0D0:    mono: mono_out=0x0
[    4.988737] sound hdaudioC0D0:    dig-out=0x11/0x1e
[    4.988776] sound hdaudioC0D0:    inputs:
[    4.988816] sound hdaudioC0D0:      Front Mic=0x19
[    4.990127] sound hdaudioC0D0:      Rear Mic=0x18
[    4.990168] sound hdaudioC0D0:      Line=0x1a
[    4.990533] kvm: Nested Virtualization enabled
[    4.990576] kvm: Nested Paging enabled
[    5.003629] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card0/hdaudioC0D0/input8
[    5.004311] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    5.004441] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    5.004560] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    5.004762] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    5.004950] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[    5.005194] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[    5.005374] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[    5.068173] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[    5.300838] hidraw: raw HID events driver (C) Jiri Kosina
[    5.336172] usbcore: registered new interface driver usbhid
[    5.336249] usbhid: USB HID core driver
[    5.339260] media: Linux media interface: v0.10
[    5.348714] Linux video capture interface: v2.00
[    5.379880] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:12.0/usb5/5-2/5-2:1.0/0003:2188:0AE1.0001/input/input16
[    5.380147] hid-generic 0003:2188:0AE1.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:12.0-2/input0
[    5.380574] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.0/0003:1532:010D.0002/input/input17
[    5.380790] hid-generic 0003:1532:010D.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input0
[    5.384023] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.1/0003:1532:010D.0003/input/input18
[    5.384425] hid-generic 0003:1532:010D.0003: input,hidraw2: USB HID v1.11 Device [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input1
[    5.386905] input: Razer Razer BlackWidow Ultimate as /devices/pci0000:00/0000:00:13.0/usb6/6-5/6-5:1.2/0003:1532:010D.0004/input/input19
[    5.387275] hid-generic 0003:1532:010D.0004: input,hidraw3: USB HID v1.11 Mouse [Razer Razer BlackWidow Ultimate] on usb-0000:00:13.0-5/input2
[    5.646449] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1871:0101)
[    5.648161] input: USB2.0 Camera as /devices/pci0000:00/0000:00:13.2/usb9/9-4/9-4:1.0/input/input20
[    5.648325] usbcore: registered new interface driver uvcvideo
[    5.648363] USB Video Class driver (1.1.1)
[    7.406451] Adding 6828756k swap on /dev/sda3.  Priority:-1 extents:1 across:6828756k FS
[    7.460481] EXT4-fs (sda1): re-mounted. Opts: (null)
[    7.662572] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,errors=remount-ro
[    8.450663] lp: driver loaded but no devices found
[    8.461963] ppdev: user-space parallel port driver
[    8.509098] fuse init (API version 7.23)
[    8.544190] loop: module loaded
[    8.580532] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    8.584213] it87: Found IT8728F chip at 0x228, revision 3
[    8.584293] it87: Beeping is supported
[    8.584533] it87 it87.552: Setting fan1-3 to 16-bit mode
[    8.594978] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    8.637141] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    9.632702] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.650656] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    9.716030] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.113262] Bridge firewalling registered
[   10.125252] device eth0 entered promiscuous mode
[   10.294985] r8169 0000:01:00.0 eth0: link down
[   10.295029] r8169 0000:01:00.0 eth0: link down
[   10.295109] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.299543] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   12.401900] r8169 0000:01:00.0 eth0: link up
[   12.401956] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.402493] br0: port 1(eth0) entered forwarding state
[   12.402580] br0: port 1(eth0) entered forwarding state
[   12.402634] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   12.432666] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input21
[   14.071828] NET: Registered protocol family 4
[   21.074241] Ebtables v2.0 registered
[   23.851972] tun: Universal TUN/TAP device driver, 1.6
[   23.852013] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>

[-- Attachment #3: Xorg.0.log --]
[-- Type: text/x-log, Size: 19981 bytes --]

[    19.053] 
X.Org X Server 1.15.0.901 (1.15.1 RC 1)
Release Date: 2014-03-21
[    19.053] X Protocol Version 11, Revision 0
[    19.053] Build Operating System: Linux 3.12-1-amd64 x86_64 Debian
[    19.053] Current Operating System: Linux laca-desktop 3.15.0-rc1-00012-g55101e2-dirty #2 SMP Tue Apr 15 23:50:45 EEST 2014 x86_64
[    19.053] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.15.0-rc1-00012-g55101e2-dirty root=UUID=89d577ec-47b9-4aa7-96a1-ad1f5092ead6 ro resume=UUID=bafe38cf-553c-433b-ae37-118bdeebbfac ignore_loglevel radeon.dpm=1 it87.force_id=0x8728 radeon.modeset=0
[    19.053] Build Date: 31 March 2014  10:25:32AM
[    19.053] xorg-server 2:1.15.0.901-1 (http://www.debian.org/support) 
[    19.053] Current version of pixman: 0.32.4
[    19.053] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.053] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.053] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 16 00:23:36 2014
[    19.201] (==) Using config file: "/etc/X11/xorg.conf"
[    19.201] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.276] (==) No Layout section.  Using the first Screen section.
[    19.277] (==) No screen section available. Using defaults.
[    19.277] (**) |-->Screen "Default Screen Section" (0)
[    19.277] (**) |   |-->Monitor "<default monitor>"
[    19.296] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    19.296] (**) |   |-->Device "radeon"
[    19.296] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    19.296] (==) Automatically adding devices
[    19.296] (==) Automatically enabling devices
[    19.296] (==) Automatically adding GPU devices
[    19.340] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    19.340] 	Entry deleted from font path.
[    19.410] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    19.410] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.410] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.410] (II) Loader magic: 0x7f69194b3d40
[    19.410] (II) Module ABI versions:
[    19.410] 	X.Org ANSI C Emulation: 0.4
[    19.410] 	X.Org Video Driver: 15.0
[    19.410] 	X.Org XInput driver : 20.0
[    19.410] 	X.Org Server Extension : 8.0
[    19.411] (--) PCI:*(0:0:1:0) 1002:990e:1002:0123 rev 0, Mem @ 0xc0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256
[    19.420] Initializing built-in extension Generic Event Extension
[    19.420] Initializing built-in extension SHAPE
[    19.420] Initializing built-in extension MIT-SHM
[    19.420] Initializing built-in extension XInputExtension
[    19.420] Initializing built-in extension XTEST
[    19.420] Initializing built-in extension BIG-REQUESTS
[    19.420] Initializing built-in extension SYNC
[    19.420] Initializing built-in extension XKEYBOARD
[    19.420] Initializing built-in extension XC-MISC
[    19.420] Initializing built-in extension SECURITY
[    19.420] Initializing built-in extension XINERAMA
[    19.420] Initializing built-in extension XFIXES
[    19.420] Initializing built-in extension RENDER
[    19.420] Initializing built-in extension RANDR
[    19.420] Initializing built-in extension COMPOSITE
[    19.420] Initializing built-in extension DAMAGE
[    19.420] Initializing built-in extension MIT-SCREEN-SAVER
[    19.420] Initializing built-in extension DOUBLE-BUFFER
[    19.420] Initializing built-in extension RECORD
[    19.420] Initializing built-in extension DPMS
[    19.420] Initializing built-in extension Present
[    19.420] Initializing built-in extension DRI3
[    19.420] Initializing built-in extension X-Resource
[    19.420] Initializing built-in extension XVideo
[    19.420] Initializing built-in extension XVideo-MotionCompensation
[    19.420] Initializing built-in extension SELinux
[    19.420] Initializing built-in extension XFree86-VidModeExtension
[    19.421] Initializing built-in extension XFree86-DGA
[    19.421] Initializing built-in extension XFree86-DRI
[    19.421] Initializing built-in extension DRI2
[    19.421] (II) "glx" will be loaded by default.
[    19.421] (II) LoadModule: "dri2"
[    19.421] (II) Module "dri2" already built-in
[    19.421] (II) LoadModule: "glamoregl"
[    19.446] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    19.551] (II) Module glamoregl: vendor="X.Org Foundation"
[    19.551] 	compiled for 1.15.0.901, module version = 0.6.0
[    19.551] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.551] (II) LoadModule: "glx"
[    19.551] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.638] (II) Module glx: vendor="X.Org Foundation"
[    19.638] 	compiled for 1.15.0.901, module version = 1.0.0
[    19.638] 	ABI class: X.Org Server Extension, version 8.0
[    19.638] (==) AIGLX enabled
[    19.638] Loading extension GLX
[    19.638] (II) LoadModule: "radeon"
[    19.638] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    19.759] (II) Module radeon: vendor="X.Org Foundation"
[    19.759] 	compiled for 1.15.0.901, module version = 7.3.99
[    19.759] 	Module class: X.Org Video Driver
[    19.759] 	ABI class: X.Org Video Driver, version 15.0
[    19.759] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
	HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
	HAWAII, HAWAII, HAWAII, HAWAII
[    19.767] (++) using VT number 7

[    19.769] (II) [KMS] drm report modesetting isn't supported.
[    19.769] (EE) Screen 0 deleted because of no matching config section.
[    19.769] (II) UnloadModule: "radeon"
[    19.769] (EE) Device(s) detected, but none match those in the config file.
[    19.769] (EE) 
Fatal server error:
[    19.769] (EE) no screens found(EE) 
[    19.769] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    19.769] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    19.769] (EE) 
[    19.769] (EE) Server terminated with error (1). Closing log file.

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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* RE: 15-rc1: radeon modesetting fails
  2014-04-15 21:49                 ` Kertesz Laszlo
@ 2014-04-15 22:32                   ` Deucher, Alexander
  -1 siblings, 0 replies; 31+ messages in thread
From: Deucher, Alexander @ 2014-04-15 22:32 UTC (permalink / raw)
  To: Kertesz Laszlo, Borislav Petkov
  Cc: Alex Deucher, Koenig, Christian, Maling list - DRI developers, lkml

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 927 bytes --]

> -----Original Message-----
> From: Kertesz Laszlo [mailto:laszlo.kertesz@gmail.com]
> Sent: Tuesday, April 15, 2014 5:50 PM
> To: Borislav Petkov
> Cc: Alex Deucher; Deucher, Alexander; Koenig, Christian; Maling list - DRI
> developers; lkml
> Subject: Re: 15-rc1: radeon modesetting fails
> 
> Borislav Petkov wrote:
> > On Tue, Apr 15, 2014 at 09:02:35PM +0300, Kertesz Laszlo wrote:
> >> Honestly didnt try that but i assume yes, since the screens go black
> >> when it should change resolution.
> >
> > Pls try it and let us know whether you see the machine booting further,
> > albeit without modesetting.
> >
> > Thanks.
> >
> 
> Yes, it is working that way. But no X, i assume this is expected.

Turning off modesetting basically disables the driver.

Alex

ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

* RE: 15-rc1: radeon modesetting fails
@ 2014-04-15 22:32                   ` Deucher, Alexander
  0 siblings, 0 replies; 31+ messages in thread
From: Deucher, Alexander @ 2014-04-15 22:32 UTC (permalink / raw)
  To: Kertesz Laszlo, Borislav Petkov
  Cc: Koenig, Christian, Maling list - DRI developers, lkml

> -----Original Message-----
> From: Kertesz Laszlo [mailto:laszlo.kertesz@gmail.com]
> Sent: Tuesday, April 15, 2014 5:50 PM
> To: Borislav Petkov
> Cc: Alex Deucher; Deucher, Alexander; Koenig, Christian; Maling list - DRI
> developers; lkml
> Subject: Re: 15-rc1: radeon modesetting fails
> 
> Borislav Petkov wrote:
> > On Tue, Apr 15, 2014 at 09:02:35PM +0300, Kertesz Laszlo wrote:
> >> Honestly didnt try that but i assume yes, since the screens go black
> >> when it should change resolution.
> >
> > Pls try it and let us know whether you see the machine booting further,
> > albeit without modesetting.
> >
> > Thanks.
> >
> 
> Yes, it is working that way. But no X, i assume this is expected.

Turning off modesetting basically disables the driver.

Alex

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 22:32                   ` Deucher, Alexander
@ 2014-04-15 22:48                     ` Borislav Petkov
  -1 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 22:48 UTC (permalink / raw)
  To: Deucher, Alexander
  Cc: Kertesz Laszlo, Alex Deucher, Koenig, Christian,
	Maling list - DRI developers, lkml

On Tue, Apr 15, 2014 at 10:32:56PM +0000, Deucher, Alexander wrote:
> Turning off modesetting basically disables the driver.

Well, in my case, I was using the radeon.modeset=0 variant to rule out
issues in x.org. And in my case x.org did start still, albeit with a
jacked-up resolution.

But in Laszlo's case, x.org gets "puzzled" too.

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-15 22:48                     ` Borislav Petkov
  0 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-15 22:48 UTC (permalink / raw)
  To: Deucher, Alexander; +Cc: Koenig, Christian, Maling list - DRI developers, lkml

On Tue, Apr 15, 2014 at 10:32:56PM +0000, Deucher, Alexander wrote:
> Turning off modesetting basically disables the driver.

Well, in my case, I was using the radeon.modeset=0 variant to rule out
issues in x.org. And in my case x.org did start still, albeit with a
jacked-up resolution.

But in Laszlo's case, x.org gets "puzzled" too.

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 22:48                     ` Borislav Petkov
@ 2014-04-16  8:32                       ` Kertesz Laszlo
  -1 siblings, 0 replies; 31+ messages in thread
From: Kertesz Laszlo @ 2014-04-16  8:32 UTC (permalink / raw)
  To: Borislav Petkov, Deucher, Alexander
  Cc: Alex Deucher, Koenig, Christian, Maling list - DRI developers, lkml

Borislav Petkov wrote:
> On Tue, Apr 15, 2014 at 10:32:56PM +0000, Deucher, Alexander wrote:
>> Turning off modesetting basically disables the driver.
>
> Well, in my case, I was using the radeon.modeset=0 variant to rule out
> issues in x.org. And in my case x.org did start still, albeit with a
> jacked-up resolution.
>
> But in Laszlo's case, x.org gets "puzzled" too.
>

Maybe your distro's xorg has some generic vga fallback method. I am not aware that mine (Debian Testing) has one.
BTW I use Debian Testing (xfce) and glamor (compiled from git) so i need a specific xorg.conf.


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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-16  8:32                       ` Kertesz Laszlo
  0 siblings, 0 replies; 31+ messages in thread
From: Kertesz Laszlo @ 2014-04-16  8:32 UTC (permalink / raw)
  To: Borislav Petkov, Deucher, Alexander
  Cc: Koenig, Christian, Maling list - DRI developers, lkml

Borislav Petkov wrote:
> On Tue, Apr 15, 2014 at 10:32:56PM +0000, Deucher, Alexander wrote:
>> Turning off modesetting basically disables the driver.
>
> Well, in my case, I was using the radeon.modeset=0 variant to rule out
> issues in x.org. And in my case x.org did start still, albeit with a
> jacked-up resolution.
>
> But in Laszlo's case, x.org gets "puzzled" too.
>

Maybe your distro's xorg has some generic vga fallback method. I am not aware that mine (Debian Testing) has one.
BTW I use Debian Testing (xfce) and glamor (compiled from git) so i need a specific xorg.conf.

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-16  8:32                       ` Kertesz Laszlo
@ 2014-04-16  8:41                         ` Christian König
  -1 siblings, 0 replies; 31+ messages in thread
From: Christian König @ 2014-04-16  8:41 UTC (permalink / raw)
  To: Kertesz Laszlo, Borislav Petkov, Deucher, Alexander
  Cc: Alex Deucher, Maling list - DRI developers, lkml

Am 16.04.2014 10:32, schrieb Kertesz Laszlo:
> Borislav Petkov wrote:
>> On Tue, Apr 15, 2014 at 10:32:56PM +0000, Deucher, Alexander wrote:
>>> Turning off modesetting basically disables the driver.
>>
>> Well, in my case, I was using the radeon.modeset=0 variant to rule out
>> issues in x.org. And in my case x.org did start still, albeit with a
>> jacked-up resolution.
>>
>> But in Laszlo's case, x.org gets "puzzled" too.
>>
>
> Maybe your distro's xorg has some generic vga fallback method. I am 
> not aware that mine (Debian Testing) has one.
> BTW I use Debian Testing (xfce) and glamor (compiled from git) so i 
> need a specific xorg.conf.
>

Using "nomodeset" or radeon.modeset=0 tries to use the deprecated user 
mode setting, which in your case isn't even supported by the driver.

Please provide dmesg logs with drm-debug=0xe instead.

Thanks in advance,
Christian.

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

* Re: 15-rc1: radeon modesetting fails
@ 2014-04-16  8:41                         ` Christian König
  0 siblings, 0 replies; 31+ messages in thread
From: Christian König @ 2014-04-16  8:41 UTC (permalink / raw)
  To: Kertesz Laszlo, Borislav Petkov, Deucher, Alexander
  Cc: Alex Deucher, Maling list - DRI developers, lkml

Am 16.04.2014 10:32, schrieb Kertesz Laszlo:
> Borislav Petkov wrote:
>> On Tue, Apr 15, 2014 at 10:32:56PM +0000, Deucher, Alexander wrote:
>>> Turning off modesetting basically disables the driver.
>>
>> Well, in my case, I was using the radeon.modeset=0 variant to rule out
>> issues in x.org. And in my case x.org did start still, albeit with a
>> jacked-up resolution.
>>
>> But in Laszlo's case, x.org gets "puzzled" too.
>>
>
> Maybe your distro's xorg has some generic vga fallback method. I am 
> not aware that mine (Debian Testing) has one.
> BTW I use Debian Testing (xfce) and glamor (compiled from git) so i 
> need a specific xorg.conf.
>

Using "nomodeset" or radeon.modeset=0 tries to use the deprecated user 
mode setting, which in your case isn't even supported by the driver.

Please provide dmesg logs with drm-debug=0xe instead.

Thanks in advance,
Christian.

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-15 14:24           ` Borislav Petkov
  (?)
@ 2014-04-16 10:07           ` Christian König
  2014-04-16 17:41             ` Borislav Petkov
  -1 siblings, 1 reply; 31+ messages in thread
From: Christian König @ 2014-04-16 10:07 UTC (permalink / raw)
  To: Borislav Petkov, Christian König
  Cc: Alex Deucher, Maling list - DRI developers

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

Hi Borislav,

thanks for the logs, those were indeed quite helpful.

Attached are two patches, the first one tries to solve the problem by 
increasing the accuracy of the parameters if we don't match exactly and 
the second improves the logging of the calculation process by dumping a 
bunch of intermediate values used.

Please apply both on top of my drm-fixes-3.15-wip branch you are already 
using, if the first one doesn't solve the problem then please provide 
new dmesg logs with drm.debug=0xE.

Thanks in advance,
Christian.

Am 15.04.2014 16:24, schrieb Borislav Petkov:
> On Tue, Apr 15, 2014 at 03:09:02PM +0200, Christian König wrote:
>>> Does reverting:
>>> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=32167016076f714f0e35e287fbead7de0f1fb179
>>> fix the issue?  We may need to tweak the pll parameters for older asics.
>> Yeah, indeed the most likely cause. Please provide dmesg outputs created
>> with drm.ebug=0xe for the old and the new kernel.
> Hey, I finally haz 15-rc1+ running here. And I can even see something!
>
> :-)
>
> Ok, so I reverted 32167016076f ontop of Christian's drm-fixes-3.15-wip
> branch which didn't apply cleanly. So I ended up fixing the conflicts
> and got the revert below.
>
> With it, the machine booted fine, so it looks like the revert worked.
>
> Christian, I'm sending dmesg outputs in another private mail to you
> guys.
>
> Thanks.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-drm-radeon-improve-PLL-params-if-we-don-t-match-exac.patch --]
[-- Type: text/x-diff; name="0001-drm-radeon-improve-PLL-params-if-we-don-t-match-exac.patch", Size: 2063 bytes --]

>From 19de393134c00989b5b1cc5e6dd4ed444a897ace Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
Date: Wed, 16 Apr 2014 11:54:21 +0200
Subject: [PATCH 1/2] drm/radeon: improve PLL params if we don't match exactly
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Otherwise we might be quite off on older chipsets.

Signed-off-by: Christian König <christian.koenig@amd.com>
---
 drivers/gpu/drm/radeon/radeon_display.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c
index 2f42912..fb3b505 100644
--- a/drivers/gpu/drm/radeon/radeon_display.c
+++ b/drivers/gpu/drm/radeon/radeon_display.c
@@ -865,7 +865,7 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
 	unsigned post_div_min, post_div_max, post_div;
 	unsigned ref_div_min, ref_div_max, ref_div;
 	unsigned post_div_best, diff_best;
-	unsigned nom, den, tmp;
+	unsigned nom, den;
 
 	/* determine allowed feedback divider range */
 	fb_div_min = pll->min_feedback_div;
@@ -941,22 +941,23 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
 	ref_div_max = min(210 / post_div, ref_div_max);
 
 	/* get matching reference and feedback divider */
-	ref_div = max(den / post_div, 1u);
-	fb_div = nom;
+	ref_div = DIV_ROUND_CLOSEST(den, post_div);
+	fb_div = DIV_ROUND_CLOSEST(nom * ref_div * post_div, den);
 
 	/* we're almost done, but reference and feedback
 	   divider might be to large now */
 
-	tmp = ref_div;
+	nom = fb_div;
+	den = ref_div;
 
         if (fb_div > fb_div_max) {
-		ref_div = ref_div * fb_div_max / fb_div;
+		ref_div = DIV_ROUND_CLOSEST(den * fb_div_max, nom);
 		fb_div = fb_div_max;
 	}
 
 	if (ref_div > ref_div_max) {
 		ref_div = ref_div_max;
-		fb_div = nom * ref_div_max / tmp;
+		fb_div = DIV_ROUND_CLOSEST(nom * ref_div_max, den);
 	}
 
 	/* reduce the numbers to a simpler ratio once more */
-- 
1.9.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-drm-radeon-improve-logging-of-PLL-parameter-calculat.patch --]
[-- Type: text/x-diff; name="0002-drm-radeon-improve-logging-of-PLL-parameter-calculat.patch", Size: 2472 bytes --]

>From e0e6fa5c0b7df9a3de1784082a878bcfebb8a941 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
Date: Wed, 16 Apr 2014 11:57:28 +0200
Subject: [PATCH 2/2] drm/radeon: improve logging of PLL parameter calculation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Christian König <christian.koenig@amd.com>
---
 drivers/gpu/drm/radeon/radeon_display.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c
index fb3b505..037db45 100644
--- a/drivers/gpu/drm/radeon/radeon_display.c
+++ b/drivers/gpu/drm/radeon/radeon_display.c
@@ -820,6 +820,9 @@ static void avivo_reduce_ratio(unsigned *nom, unsigned *den,
 {
 	unsigned tmp;
 
+	DRM_DEBUG_KMS("nom: %d den: %d nom_min %d den_min %d\n",
+		      *nom, *den, nom_min, den_min);
+
 	/* reduce the numbers to a simpler ratio */
 	tmp = gcd(*nom, *den);
 	*nom /= tmp;
@@ -876,6 +879,9 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
 		fb_div_max *= 10;
 	}
 
+	DRM_DEBUG_KMS("fb_div_min: %d fb_div_max: %d\n",
+		      fb_div_min, fb_div_max);
+
 	/* determine allowed ref divider range */
 	if (pll->flags & RADEON_PLL_USE_REF_DIV)
 		ref_div_min = pll->reference_div;
@@ -883,6 +889,9 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
 		ref_div_min = pll->min_ref_div;
 	ref_div_max = pll->max_ref_div;
 
+	DRM_DEBUG_KMS("ref_div_min: %d ref_div_max: %d\n",
+		      ref_div_min, ref_div_max);
+
 	/* determine allowed post divider range */
 	if (pll->flags & RADEON_PLL_USE_POST_DIV) {
 		post_div_min = pll->post_div;
@@ -912,6 +921,9 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
 			post_div_max = pll->max_post_div;
 	}
 
+	DRM_DEBUG_KMS("post_div_min: %d post_div_max: %d\n",
+		      post_div_min, post_div_max);
+
 	/* represent the searched ratio as fractional number */
 	nom = pll->flags & RADEON_PLL_USE_FRAC_FB_DIV ? freq : freq / 10;
 	den = pll->reference_freq;
@@ -980,7 +992,7 @@ void radeon_compute_pll_avivo(struct radeon_pll *pll,
 	*post_div_p = post_div;
 
 	DRM_DEBUG_KMS("%d - %d, pll dividers - fb: %d.%d ref: %d, post %d\n",
-		      freq, *dot_clock_p, *fb_div_p, *frac_fb_div_p,
+		      freq, *dot_clock_p * 10, *fb_div_p, *frac_fb_div_p,
 		      ref_div, post_div);
 }
 
-- 
1.9.1


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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: 15-rc1: radeon modesetting fails
  2014-04-16 10:07           ` Christian König
@ 2014-04-16 17:41             ` Borislav Petkov
  0 siblings, 0 replies; 31+ messages in thread
From: Borislav Petkov @ 2014-04-16 17:41 UTC (permalink / raw)
  To: Christian König
  Cc: Alex Deucher, Christian König, Maling list - DRI developers

On Wed, Apr 16, 2014 at 12:07:20PM +0200, Christian König wrote:
> Hi Borislav,
> 
> thanks for the logs, those were indeed quite helpful.
> 
> Attached are two patches, the first one tries to solve the problem by
> increasing the accuracy of the parameters if we don't match exactly and the
> second improves the logging of the calculation process by dumping a bunch of
> intermediate values used.
> 
> Please apply both on top of my drm-fixes-3.15-wip branch you are already
> using, if the first one doesn't solve the problem then please provide new
> dmesg logs with drm.debug=0xE.

Yes, it works fine!

Tested-by: Borislav Petkov <bp@suse.de>

Thanks for fixing it.

[    3.634510] [drm] Initialized drm 1.1.0 20060810
[    6.146795] [drm] radeon kernel modesetting enabled.
[    6.157513] [drm] initializing kernel modesetting (RV635 0x1002:0x9598 0x1043:0x01DA).
[    6.165881] [drm] register mmio base: 0xFEA20000
[    6.170632] [drm] register mmio size: 65536
[    6.195783] [drm] Detected VRAM RAM=512M, BAR=256M
[    6.200632] [drm] RAM width 128bits DDR
[    6.245839] [drm] radeon: 512M of VRAM memory ready
[    6.250935] [drm] radeon: 512M of GTT memory ready.
[    6.255995] [drm] Loading RV635 Microcode
[    6.285403] [drm] Internal thermal controller without fan control
[    7.256600] [drm] radeon: power management initialized
[    7.261872] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.268795] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    7.312314] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[    7.334860] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.341562] [drm] Driver supports precise vblank timestamp query.
[    7.358166] [drm] radeon: irq initialized.
[    7.394139] [drm] ring test on 0 succeeded in 0 usecs
[    7.400078] [drm] ib test on ring 0 succeeded in 0 usecs
[    7.406302] [drm] Radeon Display Connectors
[    7.410553] [drm] Connector 0:
[    7.413654] [drm]   DVI-I-1
[    7.416528] [drm]   HPD1
[    7.419120] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[    7.426580] [drm]   Encoders:
[    7.429621] [drm]     DFP1: INTERNAL_UNIPHY
[    7.433862] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    7.438526] [drm] Connector 1:
[    7.441622] [drm]   DIN-1
[    7.444333] [drm]   Encoders:
[    7.447346] [drm]     TV1: INTERNAL_KLDSCP_DAC2
[    7.451919] [drm] Connector 2:
[    7.455031] [drm]   DVI-I-2
[    7.457890] [drm]   HPD2
[    7.460469] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[    7.467926] [drm]   Encoders:
[    7.470940] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    7.475602] [drm]     DFP2: INTERNAL_KLDSCP_LVTMA
[    7.557323] [drm] fb mappable at 0xC0141000
[    7.561555] [drm] vram apper at 0xC0000000
[    7.565716] [drm] size 9216000
[    7.568825] [drm] fb depth is 24
[    7.572103] [drm]    pitch is 7680
[    7.576458] fbcon: radeondrmfb (fb0) is primary device
[    7.842341] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    7.854344] [drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2014-04-16 17:41 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15  7:02 15-rc1: radeon modesetting fails Borislav Petkov
2014-04-15  9:28 ` Christian König
2014-04-15  9:28   ` Christian König
2014-04-15 12:07   ` Borislav Petkov
2014-04-15 12:07     ` Borislav Petkov
2014-04-15 13:06     ` Alex Deucher
2014-04-15 13:06       ` Alex Deucher
2014-04-15 13:09       ` Christian König
2014-04-15 13:09         ` Christian König
2014-04-15 14:24         ` Borislav Petkov
2014-04-15 14:24           ` Borislav Petkov
2014-04-16 10:07           ` Christian König
2014-04-16 17:41             ` Borislav Petkov
2014-04-15 17:08       ` Kertesz Laszlo
2014-04-15 17:08         ` Kertesz Laszlo
2014-04-15 17:27         ` Borislav Petkov
2014-04-15 17:27           ` Borislav Petkov
2014-04-15 18:02           ` Kertesz Laszlo
2014-04-15 18:02             ` Kertesz Laszlo
2014-04-15 18:07             ` Borislav Petkov
2014-04-15 18:07               ` Borislav Petkov
2014-04-15 21:49               ` Kertesz Laszlo
2014-04-15 21:49                 ` Kertesz Laszlo
2014-04-15 22:32                 ` Deucher, Alexander
2014-04-15 22:32                   ` Deucher, Alexander
2014-04-15 22:48                   ` Borislav Petkov
2014-04-15 22:48                     ` Borislav Petkov
2014-04-16  8:32                     ` Kertesz Laszlo
2014-04-16  8:32                       ` Kertesz Laszlo
2014-04-16  8:41                       ` Christian König
2014-04-16  8:41                         ` Christian König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.