You are not logged in.

#1 2018-05-29 12:00:51

digumx
Member
Registered: 2018-05-29
Posts: 22

Poor OpenGL performance with ati on AMD HD 8670M

Hi,

I have a HP pavillion 15 n004tx laptop with an AMD HD 8670M discrete GPU alongside an intel integrated GPU. I am using the open source xf86-video-ati drivers with the latest mesa from the official repositories, and under these drivers I am getting very poor OpenGL performance on the discrete GPU. I followed this wiki article: https://wiki.archlinux.org/index.php/PR … offloading to run glmark2 installed via the AUR package glmark2-git. The results are posted below:

Command run:

$ DRI_PRIME=1 glmark2

Results:

=======================================================
    glmark2 2017.07
=======================================================
    OpenGL Information
    GL_VENDOR:     X.Org
    GL_RENDERER:   AMD HAINAN (DRM 2.50.0 / 4.16.10-1-ARCH, LLVM 6.0.0)
    GL_VERSION:    3.0 Mesa 18.0.4
=======================================================
[build] use-vbo=false: FPS: 525 FrameTime: 1.905 ms
[build] use-vbo=true: FPS: 629 FrameTime: 1.590 ms
[texture] texture-filter=nearest: FPS: 599 FrameTime: 1.669 ms
[texture] texture-filter=linear: FPS: 598 FrameTime: 1.672 ms
[texture] texture-filter=mipmap: FPS: 611 FrameTime: 1.637 ms
[shading] shading=gouraud: FPS: 589 FrameTime: 1.698 ms
[shading] shading=blinn-phong-inf: FPS: 589 FrameTime: 1.698 ms
[shading] shading=phong: FPS: 590 FrameTime: 1.695 ms
[shading] shading=cel: FPS: 590 FrameTime: 1.695 ms
[bump] bump-render=high-poly: FPS: 544 FrameTime: 1.838 ms
[bump] bump-render=normals: FPS: 631 FrameTime: 1.585 ms
[bump] bump-render=height: FPS: 626 FrameTime: 1.597 ms
[effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 579 FrameTime: 1.727 ms
[effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 551 FrameTime: 1.815 ms
[pulsar] light=false:quads=5:texture=false: FPS: 598 FrameTime: 1.672 ms
[desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 405 FrameTime: 2.469 ms
[desktop] effect=shadow:windows=4: FPS: 462 FrameTime: 2.165 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 361 FrameTime: 2.770 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 436 FrameTime: 2.294 ms
[buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 387 FrameTime: 2.584 ms
[ideas] speed=duration: FPS: 619 FrameTime: 1.616 ms
[jellyfish] <default>: FPS: 492 FrameTime: 2.033 ms
[terrain] <default>: FPS: 143 FrameTime: 6.993 ms
[shadow] <default>: FPS: 496 FrameTime: 2.016 ms
[refract] <default>: FPS: 107 FrameTime: 9.346 ms
[conditionals] fragment-steps=0:vertex-steps=0: FPS: 631 FrameTime: 1.585 ms
[conditionals] fragment-steps=5:vertex-steps=0: FPS: 631 FrameTime: 1.585 ms
[conditionals] fragment-steps=0:vertex-steps=5: FPS: 631 FrameTime: 1.585 ms
[function] fragment-complexity=low:fragment-steps=5: FPS: 631 FrameTime: 1.585 ms
[function] fragment-complexity=medium:fragment-steps=5: FPS: 631 FrameTime: 1.585 ms
[loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 631 FrameTime: 1.585 ms
[loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 631 FrameTime: 1.585 ms
[loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 631 FrameTime: 1.585 ms
=======================================================
                                  glmark2 Score: 539 
=======================================================

For comparision, here is how the integrated GPU performed:

=======================================================
    glmark2 2017.07
=======================================================
    OpenGL Information
    GL_VENDOR:     Intel Open Source Technology Center
    GL_RENDERER:   Mesa DRI Intel(R) Haswell Mobile 
    GL_VERSION:    3.0 Mesa 18.0.4
=======================================================
[build] use-vbo=false: FPS: 1788 FrameTime: 0.559 ms
[build] use-vbo=true: FPS: 1837 FrameTime: 0.544 ms
[texture] texture-filter=nearest: FPS: 1759 FrameTime: 0.569 ms
[texture] texture-filter=linear: FPS: 1857 FrameTime: 0.539 ms
[texture] texture-filter=mipmap: FPS: 1792 FrameTime: 0.558 ms
[shading] shading=gouraud: FPS: 1719 FrameTime: 0.582 ms
[shading] shading=blinn-phong-inf: FPS: 1584 FrameTime: 0.631 ms
[shading] shading=phong: FPS: 1633 FrameTime: 0.612 ms
[shading] shading=cel: FPS: 1664 FrameTime: 0.601 ms
[bump] bump-render=high-poly: FPS: 1307 FrameTime: 0.765 ms
[bump] bump-render=normals: FPS: 1892 FrameTime: 0.529 ms
[bump] bump-render=height: FPS: 1868 FrameTime: 0.535 ms
[effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 1456 FrameTime: 0.687 ms
[effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 717 FrameTime: 1.395 ms
[pulsar] light=false:quads=5:texture=false: FPS: 1572 FrameTime: 0.636 ms
[desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 620 FrameTime: 1.613 ms
[desktop] effect=shadow:windows=4: FPS: 788 FrameTime: 1.269 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 466 FrameTime: 2.146 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 452 FrameTime: 2.212 ms
[buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 592 FrameTime: 1.689 ms
[ideas] speed=duration: FPS: 970 FrameTime: 1.031 ms
[jellyfish] <default>: FPS: 976 FrameTime: 1.025 ms
[terrain] <default>: FPS: 121 FrameTime: 8.264 ms
[shadow] <default>: FPS: 554 FrameTime: 1.805 ms
[refract] <default>: FPS: 176 FrameTime: 5.682 ms
[conditionals] fragment-steps=0:vertex-steps=0: FPS: 1486 FrameTime: 0.673 ms
[conditionals] fragment-steps=5:vertex-steps=0: FPS: 1474 FrameTime: 0.678 ms
[conditionals] fragment-steps=0:vertex-steps=5: FPS: 1463 FrameTime: 0.684 ms
[function] fragment-complexity=low:fragment-steps=5: FPS: 1497 FrameTime: 0.668 ms
[function] fragment-complexity=medium:fragment-steps=5: FPS: 1492 FrameTime: 0.670 ms
[loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 1475 FrameTime: 0.678 ms
[loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 1508 FrameTime: 0.663 ms
[loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 1495 FrameTime: 0.669 ms
=======================================================
                                  glmark2 Score: 1274 
=======================================================

Here is the output for the opengl section from glxinfo:

OpenGL vendor string: X.Org
OpenGL renderer string: AMD HAINAN (DRM 2.50.0 / 4.16.10-1-ARCH, LLVM 6.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.4
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.0.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.0.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:

Output from xrandr --listproviders:

Providers: number : 2
Provider 0: id: 0x64 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 2 associated providers: 1 name:modesetting
Provider 1: id: 0x3f cap: 0xd, Source Output, Source Offload, Sink Offload crtcs: 0 outputs: 0 associated providers: 1 name:HAINAN @ pci:0000:0a:00.0

Note that I have enabled early KMS by following https://wiki.archlinux.org/index.php/AT … _early_KMS. Here is my
/etc/mkinitcpio.conf:

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=(radeon)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems resume keyboard fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

Also, Xorg logs:

[    17.527] 
X.Org X Server 1.20.0
X Protocol Version 11, Revision 0
[    17.527] Build Operating System: Linux Arch Linux
[    17.527] Current Operating System: Linux dighip 4.16.10-1-ARCH #1 SMP PREEMPT Mon May 21 07:57:23 UTC 2018 x86_64
[    17.527] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=aca67da2-617b-48f9-b3f3-415ac424f0cc rw resume=UUID=a3538ce6-f7db-4c45-9a28-37cb0d9c2351
[    17.527] Build Date: 16 May 2018  05:24:07PM
[    17.527]  
[    17.527] Current version of pixman: 0.34.0
[    17.527] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    17.527] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.527] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 29 15:57:34 2018
[    17.568] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.597] (==) No Layout section.  Using the first Screen section.
[    17.597] (==) No screen section available. Using defaults.
[    17.597] (**) |-->Screen "Default Screen Section" (0)
[    17.597] (**) |   |-->Monitor "<default monitor>"
[    17.597] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    17.597] (==) Automatically adding devices
[    17.597] (==) Automatically enabling devices
[    17.597] (==) Automatically adding GPU devices
[    17.597] (==) Automatically binding GPU devices
[    17.597] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    17.658] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    17.658] 	Entry deleted from font path.
[    17.658] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    17.750] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    17.750] 	Entry deleted from font path.
[    17.770] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    17.770] (==) ModulePath set to "/usr/lib/xorg/modules"
[    17.770] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.770] (II) Module ABI versions:
[    17.770] 	X.Org ANSI C Emulation: 0.4
[    17.770] 	X.Org Video Driver: 24.0
[    17.770] 	X.Org XInput driver : 24.1
[    17.770] 	X.Org Server Extension : 10.0
[    17.771] (++) using VT number 7

[    17.772] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    17.772] (II) xfree86: Adding drm device (/dev/dri/card1)
[    17.786] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.587] (--) PCI:*(0@0:2:0) 8086:0a16:103c:2164 rev 9, Mem @ 0xc2000000/4194304, 0xb0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[    18.587] (--) PCI: (10@0:0:0) 1002:6660:103c:2164 rev 0, Mem @ 0xa0000000/268435456, 0xc2400000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    18.587] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    18.587] (II) LoadModule: "glx"
[    18.625] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    18.711] (II) Module glx: vendor="X.Org Foundation"
[    18.711] 	compiled for 1.20.0, module version = 1.0.0
[    18.717] 	ABI class: X.Org Server Extension, version 10.0
[    18.717] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[    18.717] 	loading driver: radeon
[    18.717] (==) Matched intel as autoconfigured driver 0
[    18.717] (==) Matched radeon as autoconfigured driver 1
[    18.717] (==) Matched ati as autoconfigured driver 2
[    18.717] (==) Matched modesetting as autoconfigured driver 3
[    18.717] (==) Matched fbdev as autoconfigured driver 4
[    18.717] (==) Matched vesa as autoconfigured driver 5
[    18.717] (==) Assigned the driver to the xf86ConfigLayout
[    18.717] (II) LoadModule: "intel"
[    18.730] (WW) Warning, couldn't open module intel
[    18.730] (EE) Failed to load module "intel" (module does not exist, 0)
[    18.730] (II) LoadModule: "radeon"
[    18.730] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    18.769] (II) Module radeon: vendor="X.Org Foundation"
[    18.769] 	compiled for 1.20.0, module version = 18.0.1
[    18.769] 	Module class: X.Org Video Driver
[    18.769] 	ABI class: X.Org Video Driver, version 24.0
[    18.769] (II) LoadModule: "ati"
[    18.769] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    18.772] (II) Module ati: vendor="X.Org Foundation"
[    18.772] 	compiled for 1.20.0, module version = 18.0.1
[    18.772] 	Module class: X.Org Video Driver
[    18.772] 	ABI class: X.Org Video Driver, version 24.0
[    18.772] (II) LoadModule: "modesetting"
[    18.773] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    18.799] (II) Module modesetting: vendor="X.Org Foundation"
[    18.799] 	compiled for 1.20.0, module version = 1.20.0
[    18.799] 	Module class: X.Org Video Driver
[    18.799] 	ABI class: X.Org Video Driver, version 24.0
[    18.799] (II) LoadModule: "fbdev"
[    18.799] (WW) Warning, couldn't open module fbdev
[    18.799] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    18.799] (II) LoadModule: "vesa"
[    18.800] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    18.813] (II) Module vesa: vendor="X.Org Foundation"
[    18.813] 	compiled for 1.20.0, module version = 2.4.0
[    18.813] 	Module class: X.Org Video Driver
[    18.813] 	ABI class: X.Org Video Driver, version 24.0
[    18.813] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	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 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 X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility 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 Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, 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 HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, 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 RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 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 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	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 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	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 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    18.816] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    18.816] (II) VESA: driver for VESA chipsets: vesa
[    18.836] (II) modeset(0): using drv /dev/dri/card1
[    18.836] (II) [KMS] Kernel modesetting enabled.
[    18.836] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    18.836] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    18.836] (==) modeset(0): RGB weight 888
[    18.836] (==) modeset(0): Default visual is TrueColor
[    18.836] (II) Loading sub module "glamoregl"
[    18.836] (II) LoadModule: "glamoregl"
[    18.836] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    18.884] (II) Module glamoregl: vendor="X.Org Foundation"
[    18.884] 	compiled for 1.20.0, module version = 1.0.1
[    18.884] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.286] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Haswell Mobile 
[    19.286] (II) modeset(0): glamor initialized
[    19.289] (II) modeset(0): Output eDP-1 has no monitor section
[    19.290] (II) modeset(0): Output HDMI-1 has no monitor section
[    19.293] (II) modeset(0): EDID for output eDP-1
[    19.293] (II) modeset(0): Manufacturer: LGD  Model: 39f  Serial#: 0
[    19.293] (II) modeset(0): Year: 2012  Week: 0
[    19.293] (II) modeset(0): EDID Version: 1.4
[    19.293] (II) modeset(0): Digital Display Input
[    19.293] (II) modeset(0): 6 bits per channel
[    19.293] (II) modeset(0): Digital interface is DisplayPort
[    19.293] (II) modeset(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[    19.293] (II) modeset(0): Gamma: 2.20
[    19.293] (II) modeset(0): No DPMS capabilities specified
[    19.293] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    19.293] (II) modeset(0): First detailed timing is preferred mode
[    19.293] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    19.293] (II) modeset(0): redX: 0.578 redY: 0.344   greenX: 0.337 greenY: 0.571
[    19.293] (II) modeset(0): blueX: 0.159 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[    19.293] (II) modeset(0): Manufacturer's mask: 0
[    19.293] (II) modeset(0): Supported detailed timing:
[    19.293] (II) modeset(0): clock: 76.3 MHz   Image Size:  345 x 194 mm
[    19.293] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1610 h_border: 0
[    19.293] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
[    19.293] (II) modeset(0): Supported detailed timing:
[    19.293] (II) modeset(0): clock: 50.9 MHz   Image Size:  345 x 194 mm
[    19.293] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1610 h_border: 0
[    19.293] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 790 v_border: 0
[    19.293] (II) modeset(0): Unknown vendor-specific block 2
[    19.293] (II) modeset(0): EDID (in hex):
[    19.294] (II) modeset(0): 	00ffffffffffff0030e49f0300000000
[    19.294] (II) modeset(0): 	00160104952313780a05f59458569228
[    19.294] (II) modeset(0): 	1e505400000001010101010101010101
[    19.294] (II) modeset(0): 	010101010101ce1d56f4500016303020
[    19.294] (II) modeset(0): 	350059c21000001bdf1356f450001630
[    19.294] (II) modeset(0): 	3020350059c21000001b000000000000
[    19.294] (II) modeset(0): 	00000000000000000000000000000002
[    19.294] (II) modeset(0): 	000c4cff0a3c640f131f640000000045
[    19.294] (II) modeset(0): Printing probed modes for output eDP-1
[    19.294] (II) modeset(0): Modeline "1366x768"x60.0   76.30  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (47.4 kHz eP)
[    19.294] (II) modeset(0): Modeline "1366x768"x40.0   50.87  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (31.6 kHz e)
[    19.294] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    19.294] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    19.294] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    19.294] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    19.294] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    19.294] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    19.294] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    19.294] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    19.294] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    19.294] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    19.294] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    19.294] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    19.294] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    19.294] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    19.294] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    19.294] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    19.294] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    19.294] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    19.294] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    19.294] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    19.294] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    19.294] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    19.294] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    19.294] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    19.294] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    19.294] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    19.294] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    19.294] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.294] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.294] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    19.294] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.294] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.294] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    19.294] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    19.294] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    19.294] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    19.294] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    19.294] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    19.294] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    19.294] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    19.294] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    19.294] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    19.294] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    19.294] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    19.294] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    19.294] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    19.294] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    19.294] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    19.294] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    19.294] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    19.294] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    19.294] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    19.294] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    19.294] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    19.294] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    19.294] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    19.294] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    19.294] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    19.295] (II) modeset(0): EDID for output HDMI-1
[    19.295] (II) modeset(0): Output eDP-1 connected
[    19.295] (II) modeset(0): Output HDMI-1 disconnected
[    19.295] (II) modeset(0): Using exact sizes for initial modes
[    19.295] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[    19.295] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.295] (==) modeset(0): DPI set to (96, 96)
[    19.295] (II) Loading sub module "fb"
[    19.295] (II) LoadModule: "fb"
[    19.296] (II) Loading /usr/lib/xorg/modules/libfb.so
[    19.305] (II) Module fb: vendor="X.Org Foundation"
[    19.305] 	compiled for 1.20.0, module version = 1.0.0
[    19.305] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.305] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[    19.305] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    19.305] (==) RADEON(G0): Default visual is TrueColor
[    19.305] (==) RADEON(G0): RGB weight 888
[    19.305] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[    19.305] (--) RADEON(G0): Chipset: "HAINAN" (ChipID = 0x6660)
[    19.305] (II) Loading sub module "fb"
[    19.305] (II) LoadModule: "fb"
[    19.305] (II) Loading /usr/lib/xorg/modules/libfb.so
[    19.305] (II) Module fb: vendor="X.Org Foundation"
[    19.305] 	compiled for 1.20.0, module version = 1.0.0
[    19.305] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.305] (II) Loading sub module "dri2"
[    19.305] (II) LoadModule: "dri2"
[    19.305] (II) Module "dri2" already built-in
[    19.312] (II) Loading sub module "glamoregl"
[    19.312] (II) LoadModule: "glamoregl"
[    19.312] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    19.312] (II) Module glamoregl: vendor="X.Org Foundation"
[    19.312] 	compiled for 1.20.0, module version = 1.0.1
[    19.312] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.933] (II) RADEON(G0): glamor X acceleration enabled on AMD HAINAN (DRM 2.50.0 / 4.16.10-1-ARCH, LLVM 6.0.0)
[    20.934] (II) RADEON(G0): glamor detected, initialising EGL layer.
[    20.934] (II) RADEON(G0): KMS Color Tiling: enabled
[    20.934] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[    20.934] (==) RADEON(G0): TearFree property default: auto
[    20.934] (II) RADEON(G0): mem size init: gart size :7fbcf000 vram size: s:40000000 visible:fbbe000
[    20.934] (==) RADEON(G0): DPI set to (96, 96)
[    20.934] (==) RADEON(G0): Using gamma correction (1.0, 1.0, 1.0)
[    20.934] (II) Loading sub module "ramdac"
[    20.934] (II) LoadModule: "ramdac"
[    20.934] (II) Module "ramdac" already built-in
[    20.934] (II) UnloadModule: "vesa"
[    20.934] (II) Unloading vesa
[    20.934] (II) RADEON(G0): [DRI2] Setup complete
[    20.934] (II) RADEON(G0): [DRI2]   DRI driver: radeonsi
[    20.934] (II) RADEON(G0): [DRI2]   VDPAU driver: radeonsi
[    20.934] (II) RADEON(G0): Front buffer size: 3072K
[    20.934] (II) RADEON(G0): VRAM usage limit set to 229240K
[    20.961] (==) RADEON(G0): Backing store enabled
[    20.961] (II) RADEON(G0): Direct rendering enabled
[    21.101] (II) RADEON(G0): Use GLAMOR acceleration.
[    21.101] (II) RADEON(G0): Acceleration enabled
[    21.101] (==) RADEON(G0): DPMS enabled
[    21.101] (==) RADEON(G0): Silken mouse disabled
[    21.267] (==) modeset(0): Backing store enabled
[    21.267] (==) modeset(0): Silken mouse disabled
[    21.303] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    21.303] (==) modeset(0): DPMS enabled
[    21.304] (II) modeset(0): [DRI2] Setup complete
[    21.304] (II) modeset(0): [DRI2]   DRI driver: i965
[    21.304] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    21.304] (II) Initializing extension Generic Event Extension
[    21.304] (II) Initializing extension SHAPE
[    21.304] (II) Initializing extension MIT-SHM
[    21.304] (II) Initializing extension XInputExtension
[    21.304] (II) Initializing extension XTEST
[    21.304] (II) Initializing extension BIG-REQUESTS
[    21.304] (II) Initializing extension SYNC
[    21.304] (II) Initializing extension XKEYBOARD
[    21.304] (II) Initializing extension XC-MISC
[    21.305] (II) Initializing extension SECURITY
[    21.305] (II) Initializing extension XFIXES
[    21.305] (II) Initializing extension RENDER
[    21.305] (II) Initializing extension RANDR
[    21.305] (II) Initializing extension COMPOSITE
[    21.305] (II) Initializing extension DAMAGE
[    21.305] (II) Initializing extension MIT-SCREEN-SAVER
[    21.305] (II) Initializing extension DOUBLE-BUFFER
[    21.305] (II) Initializing extension RECORD
[    21.306] (II) Initializing extension DPMS
[    21.306] (II) Initializing extension Present
[    21.306] (II) Initializing extension DRI3
[    21.306] (II) Initializing extension X-Resource
[    21.306] (II) Initializing extension XVideo
[    21.306] (II) Initializing extension XVideo-MotionCompensation
[    21.306] (II) Initializing extension GLX
[    21.310] (II) AIGLX: Loaded and initialized i965
[    21.310] (II) GLX: Initialized DRI2 GL provider for screen 0
[    21.310] (II) Initializing extension XFree86-VidModeExtension
[    21.310] (II) Initializing extension XFree86-DGA
[    21.311] (II) Initializing extension XFree86-DRI
[    21.311] (II) Initializing extension DRI2
[    21.343] (II) modeset(0): Damage tracking initialized
[    21.343] (II) modeset(0): Setting screen physical size to 361 x 203
[    21.639] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    21.639] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.639] (II) LoadModule: "libinput"
[    21.639] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    21.694] (II) Module libinput: vendor="X.Org Foundation"
[    21.694] 	compiled for 1.19.6, module version = 0.27.1
[    21.694] 	Module class: X.Org XInput Driver
[    21.694] 	ABI class: X.Org XInput driver, version 24.1
[    21.694] (II) Using input driver 'libinput' for 'Power Button'
[    21.694] (**) Power Button: always reports core events
[    21.694] (**) Option "Device" "/dev/input/event2"
[    21.694] (**) Option "_source" "server/udev"
[    21.694] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    21.694] (II) event2  - Power Button: device is a keyboard
[    21.694] (II) event2  - Power Button: device removed
[    21.730] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    21.730] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.731] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    21.731] (II) event2  - Power Button: device is a keyboard
[    21.732] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    21.732] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    21.732] (II) Using input driver 'libinput' for 'Video Bus'
[    21.732] (**) Video Bus: always reports core events
[    21.732] (**) Option "Device" "/dev/input/event6"
[    21.732] (**) Option "_source" "server/udev"
[    21.732] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    21.732] (II) event6  - Video Bus: device is a keyboard
[    21.732] (II) event6  - Video Bus: device removed
[    21.783] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event6"
[    21.783] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    21.784] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    21.784] (II) event6  - Video Bus: device is a keyboard
[    21.785] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    21.785] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.785] (II) Using input driver 'libinput' for 'Power Button'
[    21.785] (**) Power Button: always reports core events
[    21.785] (**) Option "Device" "/dev/input/event1"
[    21.785] (**) Option "_source" "server/udev"
[    21.786] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    21.786] (II) event1  - Power Button: device is a keyboard
[    21.786] (II) event1  - Power Button: device removed
[    21.810] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    21.810] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    21.811] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    21.811] (II) event1  - Power Button: device is a keyboard
[    21.812] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    21.812] (II) No input driver specified, ignoring this device.
[    21.812] (II) This device may have been added with another device file.
[    21.813] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[    21.813] (II) No input driver specified, ignoring this device.
[    21.813] (II) This device may have been added with another device file.
[    21.814] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[    21.814] (II) No input driver specified, ignoring this device.
[    21.814] (II) This device may have been added with another device file.
[    21.814] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
[    21.814] (II) No input driver specified, ignoring this device.
[    21.814] (II) This device may have been added with another device file.
[    21.815] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event12)
[    21.815] (II) No input driver specified, ignoring this device.
[    21.815] (II) This device may have been added with another device file.
[    21.815] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event13)
[    21.815] (II) No input driver specified, ignoring this device.
[    21.815] (II) This device may have been added with another device file.
[    21.816] (II) config/udev: Adding input device HP Truevision HD: HP Truevision (/dev/input/event17)
[    21.816] (**) HP Truevision HD: HP Truevision: Applying InputClass "libinput keyboard catchall"
[    21.816] (II) Using input driver 'libinput' for 'HP Truevision HD: HP Truevision'
[    21.816] (**) HP Truevision HD: HP Truevision: always reports core events
[    21.816] (**) Option "Device" "/dev/input/event17"
[    21.816] (**) Option "_source" "server/udev"
[    21.817] (II) event17 - HP Truevision HD: HP Truevision: is tagged by udev as: Keyboard
[    21.817] (II) event17 - HP Truevision HD: HP Truevision: device is a keyboard
[    21.817] (II) event17 - HP Truevision HD: HP Truevision: device removed
[    21.890] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/input/input18/event17"
[    21.890] (II) XINPUT: Adding extended input device "HP Truevision HD: HP Truevision" (type: KEYBOARD, id 9)
[    21.891] (II) event17 - HP Truevision HD: HP Truevision: is tagged by udev as: Keyboard
[    21.891] (II) event17 - HP Truevision HD: HP Truevision: device is a keyboard
[    21.892] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[    21.892] (II) No input driver specified, ignoring this device.
[    21.892] (II) This device may have been added with another device file.
[    21.892] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[    21.892] (II) No input driver specified, ignoring this device.
[    21.892] (II) This device may have been added with another device file.
[    21.894] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    21.894] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    21.894] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    21.894] (**) AT Translated Set 2 keyboard: always reports core events
[    21.894] (**) Option "Device" "/dev/input/event3"
[    21.894] (**) Option "_source" "server/udev"
[    21.895] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    21.895] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    21.895] (II) event3  - AT Translated Set 2 keyboard: device removed
[    21.930] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    21.930] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    21.931] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    21.931] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    21.932] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[    21.932] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    21.932] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    21.932] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    21.932] (**) Option "Device" "/dev/input/event8"
[    21.932] (**) Option "_source" "server/udev"
[    21.933] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    21.933] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    21.933] (II) event8  - SynPS/2 Synaptics TouchPad: device removed
[    21.996] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event8"
[    21.996] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    21.997] (**) Option "AccelerationScheme" "none"
[    21.997] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    21.997] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    21.997] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    21.998] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    21.998] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    21.999] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    21.999] (II) No input driver specified, ignoring this device.
[    21.999] (II) This device may have been added with another device file.
[    21.999] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5)
[    21.999] (II) No input driver specified, ignoring this device.
[    21.999] (II) This device may have been added with another device file.
[    22.000] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    22.000] (II) No input driver specified, ignoring this device.
[    22.000] (II) This device may have been added with another device file.
[    22.000] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    22.001] (II) No input driver specified, ignoring this device.
[    22.001] (II) This device may have been added with another device file.
[    22.002] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event14)
[    22.002] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    22.002] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    22.002] (**) HP WMI hotkeys: always reports core events
[    22.002] (**) Option "Device" "/dev/input/event14"
[    22.002] (**) Option "_source" "server/udev"
[    22.002] (II) event14 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    22.002] (II) event14 - HP WMI hotkeys: device is a keyboard
[    22.002] (II) event14 - HP WMI hotkeys: device removed
[    22.063] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event14"
[    22.063] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[    22.064] (II) event14 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    22.064] (II) event14 - HP WMI hotkeys: device is a keyboard
[    22.065] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event4)
[    22.065] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    22.065] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[    22.065] (**) HP Wireless hotkeys: always reports core events
[    22.065] (**) Option "Device" "/dev/input/event4"
[    22.065] (**) Option "_source" "server/udev"
[    22.066] (II) event4  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    22.066] (II) event4  - HP Wireless hotkeys: device is a keyboard
[    22.066] (II) event4  - HP Wireless hotkeys: device removed
[    22.116] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event4"
[    22.116] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 13)
[    22.118] (II) event4  - HP Wireless hotkeys: is tagged by udev as: Keyboard
[    22.118] (II) event4  - HP Wireless hotkeys: device is a keyboard
[    34.082] (II) modeset(0): EDID vendor "LGD", prod id 927
[    34.082] (II) modeset(0): Printing DDC gathered Modelines:
[    34.082] (II) modeset(0): Modeline "1366x768"x0.0   76.30  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (47.4 kHz eP)
[    34.082] (II) modeset(0): Modeline "1366x768"x0.0   50.87  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (31.6 kHz e)
[    34.363] (II) modeset(0): EDID vendor "LGD", prod id 927
[    34.363] (II) modeset(0): Printing DDC gathered Modelines:
[    34.363] (II) modeset(0): Modeline "1366x768"x0.0   76.30  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (47.4 kHz eP)
[    34.363] (II) modeset(0): Modeline "1366x768"x0.0   50.87  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (31.6 kHz e)
[  5025.443] (II) modeset(0): EDID vendor "LGD", prod id 927
[  5025.443] (II) modeset(0): Printing DDC gathered Modelines:
[  5025.443] (II) modeset(0): Modeline "1366x768"x0.0   76.30  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (47.4 kHz eP)
[  5025.443] (II) modeset(0): Modeline "1366x768"x0.0   50.87  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (31.6 kHz e)
[  5025.449] (II) modeset(0): EDID vendor "LGD", prod id 927
[  5025.449] (II) modeset(0): Printing DDC gathered Modelines:
[  5025.449] (II) modeset(0): Modeline "1366x768"x0.0   76.30  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (47.4 kHz eP)
[  5025.449] (II) modeset(0): Modeline "1366x768"x0.0   50.87  1366 1414 1446 1610  768 771 776 790 +hsync -vsync (31.6 kHz e)

Thanks in advance for the help. smile

digumx

Offline

#2 2018-05-29 14:41:53

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Poor OpenGL performance with ati on AMD HD 8670M

https://github.com/glmark2/glmark2 wrote:

glmark2 is an OpenGL 2.0 and ES 2.0 benchmark

https://launchpad.net/glmark2 wrote:

glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0.

OpenGL 2.0 was released in 2004, OpenGL ES 2.0 in 2007 .

Are you running anything that has those versions as maximum version it supports ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2018-05-29 20:41:33

digumx
Member
Registered: 2018-05-29
Posts: 22

Re: Poor OpenGL performance with ati on AMD HD 8670M

Lone_Wolf wrote:

Are you running anything that has those versions as maximum version it supports ?

I am running some very old games, but regardless I am curious as to what is happening here, and if I have set something up wrong.

I ran some other benchmarks, including unigine heaven, where the discrete GPU did perform better, but sometimes marginally. Especially in heaven I was expecting much more of a difference in average FPS.

Restults of gputest tests:

Intel Integrated

Triangles: 104970
FurMark: 487
JuliaFP32: 15658
PixMark Piano: 441
PixMark Volplosion: 1222
Plot3D: 5377

AMD Discrete:

Triangles: 38481
FurMark: 584
JuliaFP32: 17782
PixMark Piano: 543
PixMark Volplosion: 1426
Plot3D: 10861

I noticed that in the very simple triangle test, the intel GPU outperforms the AMD discrete one, and am not sure why that happens.

Unigine test results:

Integrated:

Score: 219
FPS: Min - 4.4, Avg - 8.7, Max - 18.0

Discrete:

Score: 249
FPS: Min - 5.3, Avg 9.9, Max 21.1

Offline

#4 2018-05-30 10:58:38

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Poor OpenGL performance with ati on AMD HD 8670M

Looked a bit deeper and found some things.

- intel integrated gpu performance varies a lot, their best ones are not far behind lower end discrete cards from same period.
Which processor / gpu model do you have ? (if unsure, post lscpu output)

- There are conflicting reports about which chipset this card uses and what it supports.
please post lspci -nnk


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2018-05-30 16:08:15

digumx
Member
Registered: 2018-05-29
Posts: 22

Re: Poor OpenGL performance with ati on AMD HD 8670M

I have an i5-4200U at 1.6 GHz. lscpu output:

Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  2
Core(s) per socket:  2
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               69
Model name:          Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz
Stepping:            1
CPU MHz:             897.968
CPU max MHz:         2600.0000
CPU min MHz:         800.0000
BogoMIPS:            4591.58
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            3072K
NUMA node0 CPU(s):   0-3
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt ibpb ibrs stibp dtherm ida arat pln pts

And lspci -nnk:

00:00.0 Host bridge [0600]: Intel Corporation Haswell-ULT DRAM Controller [8086:0a04] (rev 09)
	Subsystem: Hewlett-Packard Company Haswell-ULT DRAM Controller [103c:2164]
	Kernel driver in use: hsw_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09)
	Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics Controller [103c:2164]
	Kernel driver in use: i915
	Kernel modules: i915
00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09)
	Subsystem: Hewlett-Packard Company Haswell-ULT HD Audio Controller [103c:2164]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation 8 Series USB xHCI HC [8086:9c31] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series USB xHCI HC [103c:2164]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:16.0 Communication controller [0780]: Intel Corporation 8 Series HECI #0 [8086:9c3a] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series HECI [103c:2164]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller [8086:9c20] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series HD Audio Controller [103c:2164]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 1 [8086:9c10] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.1 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 2 [8086:9c12] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 3 [8086:9c14] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 4 [8086:9c16] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.4 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 5 [8086:9c18] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series USB EHCI #1 [8086:9c26] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series USB EHCI [103c:2164]
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1f.0 ISA bridge [0601]: Intel Corporation 8 Series LPC Controller [8086:9c43] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series LPC Controller [103c:2164]
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] [8086:9c03] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series SATA Controller 1 [AHCI mode] [103c:2164]
	Kernel driver in use: ahci
	Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series SMBus Controller [8086:9c22] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series SMBus Controller [103c:2164]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader [10ec:5227] (rev 01)
	Subsystem: Hewlett-Packard Company RTS5227 PCI Express Card Reader [103c:2164]
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
08:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
	Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
	Kernel driver in use: rt2800pci
	Kernel modules: rt2800pci
08:00.1 Bluetooth [0d11]: Ralink corp. RT3290 Bluetooth [1814:3298]
	Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 08)
	Subsystem: Hewlett-Packard Company RTL810xE PCI Express Fast Ethernet controller [103c:2164]
	Kernel driver in use: r8169
	Kernel modules: r8169
0a:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / R7 M520] [1002:6660] (rev ff)
	Kernel driver in use: radeon
	Kernel modules: radeon, amdgpu

Offline

#6 2018-05-31 20:03:56

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Poor OpenGL performance with ati on AMD HD 8670M

That card/chipset appears to be a type used by OEMs, wikipedia did list it, but as a radeon 6890M.

It's definitely a GCN 1 chipset from the Sea Islands family, which means you have several driver combinations it can use .

1. radeon kernel module plus xf86-video-ati
2. radeon kernel module, x modesetting
3. amdgpu kernel module plus xf86-video-amdgpu
4. amdgpu kernel module, x modesetting .

X wil only use modesetting if xf86-video-ati and xf86-video-amdgpu are not installed.

Option 3 is likely to give best perfomance, I suggest you switch to it.
https://wiki.archlinux.org/index.php/AMDGPU for details


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2018-06-01 12:45:03

digumx
Member
Registered: 2018-05-29
Posts: 22

Re: Poor OpenGL performance with ati on AMD HD 8670M

I tried switching to the amdgpu kernel module + xf86-video-amdgpu, but I can't seem to get it to work...

dmesg | grep amdgpu shows:

[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=aca67da2-617b-48f9-b3f3-415ac424f0cc rw resume=UUID=a3538ce6-f7db-4c45-9a28-37cb0d9c2351 amdgpu.si_support=1 radeon.si_support=0
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=aca67da2-617b-48f9-b3f3-415ac424f0cc rw resume=UUID=a3538ce6-f7db-4c45-9a28-37cb0d9c2351 amdgpu.si_support=1 radeon.si_support=0
[    1.029332] [drm] amdgpu kernel modesetting enabled.
[    1.030590] amdgpu 0000:0a:00.0: enabling device (0000 -> 0003)
[    1.046865] amdgpu 0000:0a:00.0: Direct firmware load for radeon/hainan_mc.bin failed with error -2
[    1.046868] amdgpu 0000:0a:00.0: si_mc: Failed to load firmware "radeon/hainan_mc.bin"
[    1.046925] amdgpu 0000:0a:00.0: Failed to load mc firmware!
[    1.047036] [drm:amdgpu_device_init.cold.12 [amdgpu]] *ERROR* sw_init of IP block <gmc_v6_0> failed -2
[    1.047076] amdgpu 0000:0a:00.0: amdgpu_device_ip_init failed
[    1.047103] amdgpu 0000:0a:00.0: Fatal error during GPU init
[    1.047128] [drm] amdgpu: finishing device.
[    1.047448] amdgpu: probe of 0000:0a:00.0 failed with error -2

Full dmesg:

[    0.000000] microcode: microcode updated early to revision 0x23, date = 2018-01-18
[    0.000000] Linux version 4.16.10-1-ARCH (builduser@heftig-16428) (gcc version 8.1.0 (GCC)) #1 SMP PREEMPT Mon May 21 07:57:23 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=aca67da2-617b-48f9-b3f3-415ac424f0cc rw resume=UUID=a3538ce6-f7db-4c45-9a28-37cb0d9c2351 amdgpu.si_support=1 radeon.si_support=0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009249efff] usable
[    0.000000] BIOS-e820: [mem 0x000000009249f000-0x000000009269efff] type 20
[    0.000000] BIOS-e820: [mem 0x000000009269f000-0x0000000092eaefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000092eaf000-0x0000000092faefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000092faf000-0x0000000092ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000092fff000-0x0000000092ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000093000000-0x000000009f9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000035f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by INSYDE Corp.
[    0.000000] efi:  ACPI=0x92ffe000  ACPI 2.0=0x92ffe014  SMBIOS=0x92eaef98 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP Pavilion 15 Notebook PC/2164, BIOS F.23 09/26/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x35f600 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 uncachable
[    0.000000]   C0000-E7FFF write-protect
[    0.000000]   E8000-EFFFF write-combining
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F80000000 write-back
[    0.000000]   1 base 0080000000 mask 7FF0000000 write-back
[    0.000000]   2 base 0090000000 mask 7FFE000000 write-back
[    0.000000]   3 base 0092000000 mask 7FFF000000 write-back
[    0.000000]   4 base 00FFC00000 mask 7FFFC00000 write-protect
[    0.000000]   5 base 0100000000 mask 7F00000000 write-back
[    0.000000]   6 base 0200000000 mask 7E00000000 write-back
[    0.000000]   7 base 035F600000 mask 7FFFE00000 uncachable
[    0.000000]   8 base 035F800000 mask 7FFF800000 uncachable
[    0.000000]   9 base 0360000000 mask 7FE0000000 uncachable
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x93000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 7e000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x321655000, 0x321655fff] PGTABLE
[    0.000000] BRK [0x321656000, 0x321656fff] PGTABLE
[    0.000000] BRK [0x321657000, 0x321657fff] PGTABLE
[    0.000000] BRK [0x321658000, 0x321658fff] PGTABLE
[    0.000000] BRK [0x321659000, 0x321659fff] PGTABLE
[    0.000000] BRK [0x32165a000, 0x32165afff] PGTABLE
[    0.000000] BRK [0x32165b000, 0x32165bfff] PGTABLE
[    0.000000] BRK [0x32165c000, 0x32165cfff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x35e53000-0x36f20fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000092FFE014 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x0000000092FFE210 0000AC (v01 HPQOEM SLIC-MPC 00000001 HP   01000013)
[    0.000000] ACPI: FACP 0x0000000092FF8000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.000000] ACPI: DSDT 0x0000000092FE5000 00FDD6 (v01 HPQOEM 2164     00000000 INTL 00040000)
[    0.000000] ACPI: FACS 0x0000000092FAA000 000040
[    0.000000] ACPI: UEFI 0x0000000092FFD000 000236 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: FPDT 0x0000000092FFB000 000044 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: ASF! 0x0000000092FF9000 0000A5 (v32 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: HPET 0x0000000092FF7000 000038 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: APIC 0x0000000092FF6000 00008C (v03 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: MCFG 0x0000000092FF5000 00003C (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: SSDT 0x0000000092FE3000 0010BF (v01 HPQOEM 2164     00001000 INTL 00040000)
[    0.000000] ACPI: BOOT 0x0000000092FE1000 000028 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: ASPT 0x0000000092FDF000 000034 (v07 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: DBGP 0x0000000092FDE000 000034 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: SSDT 0x0000000092FDD000 000539 (v01 HPQOEM 2164     00003000 INTL 00040000)
[    0.000000] ACPI: SSDT 0x0000000092FDC000 000AD8 (v01 HPQOEM 2164     00003000 INTL 00040000)
[    0.000000] ACPI: SSDT 0x0000000092FD8000 0032C2 (v01 HPQOEM 2164     00003000 INTL 00040000)
[    0.000000] ACPI: SSDT 0x0000000092FD3000 002066 (v01 HPQOEM 2164     00001000 INTL 00040000)
[    0.000000] ACPI: BGRT 0x0000000092FD7000 000038 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: DMAR 0x0000000092FD6000 000088 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000035f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x35f5fc000-0x35f5fffff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000035f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000006efff]
[    0.000000]   node   0: [mem 0x0000000000070000-0x0000000000087fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000009249efff]
[    0.000000]   node   0: [mem 0x0000000092fff000-0x0000000092ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000035f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000035f5fffff]
[    0.000000] On node 0 totalpages: 3086886
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3974 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9299 pages used for memmap
[    0.000000]   DMA32 zone: 595104 pages, LIFO batch:31
[    0.000000]   Normal zone: 38872 pages used for memmap
[    0.000000]   Normal zone: 2487808 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 99 pages
[    0.000000] Reserving Intel graphics memory at [mem 0x9da00000-0x9f9fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9249f000-0x9269efff]
[    0.000000] PM: Registered nosave memory: [mem 0x9269f000-0x92eaefff]
[    0.000000] PM: Registered nosave memory: [mem 0x92eaf000-0x92faefff]
[    0.000000] PM: Registered nosave memory: [mem 0x92faf000-0x92ffefff]
[    0.000000] PM: Registered nosave memory: [mem 0x93000000-0x9f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x4da with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 3038629
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=aca67da2-617b-48f9-b3f3-415ac424f0cc rw resume=UUID=a3538ce6-f7db-4c45-9a28-37cb0d9c2351 amdgpu.si_support=1 radeon.si_support=0
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] ------------[ cut here ]------------
[    0.000000] Your BIOS is broken; DMAR reported at address 0!
               BIOS vendor: Insyde; Ver: F.23; Product Version: 089C100000004100000600000
[    0.000000] WARNING: CPU: 0 PID: 0 at drivers/iommu/dmar.c:848 warn_invalid_dmar.part.2+0x57/0x60
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.16.10-1-ARCH #1
[    0.000000] Hardware name: Hewlett-Packard HP Pavilion 15 Notebook PC/2164, BIOS F.23 09/26/2013
[    0.000000] RIP: 0010:warn_invalid_dmar.part.2+0x57/0x60
[    0.000000] RSP: 0000:ffffffff93003e00 EFLAGS: 00010086
[    0.000000] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000002
[    0.000000] RDX: 0000000000000002 RSI: 0000000000000096 RDI: 00000000ffffffff
[    0.000000] RBP: ffffffff92e70744 R08: 000000000000008c R09: 00000000000000a8
[    0.000000] R10: 0000000000000000 R11: 0000000000000001 R12: ffffffff93654008
[    0.000000] R13: ffffffff93654048 R14: ffffffff93003e80 R15: 0000000073699c6e
[    0.000000] FS:  0000000000000000(0000) GS:ffff95155f200000(0000) knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.000000] CR2: ffff951521655000 CR3: 000000032100a001 CR4: 00000000000606b0
[    0.000000] Call Trace:
[    0.000000]  dmar_validate_one_drhd+0xc0/0xd0
[    0.000000]  dmar_walk_remapping_entries+0xa2/0x140
[    0.000000]  ? detect_intel_iommu+0x64/0xe6
[    0.000000]  ? xen_swiotlb_init+0x4e0/0x4e0
[    0.000000]  ? pci_iommu_alloc+0x51/0x6c
[    0.000000]  ? mem_init+0x16/0xa9
[    0.000000]  ? start_kernel+0x2a3/0x4da
[    0.000000]  ? secondary_startup_64+0xa5/0xb0
[    0.000000] Code: 1b 0c 00 bf 01 00 00 00 49 89 c4 e8 84 1b 0c 00 4d 89 e9 4d 89 e0 48 89 ea 48 89 c1 48 89 de 48 c7 c7 48 c2 eb 92 e8 a3 87 ba ff <0f> 0b 5b 5d 41 5c 41 5d c3 e8 7b ea 32 00 41 57 49 89 ff 41 56 
[    0.000000] ---[ end trace b964b23c10dfb254 ]---
[    0.000000] Memory: 11979900K/12347544K available (10252K kernel code, 1262K rwdata, 3404K rodata, 1460K init, 640K bss, 367644K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 31739 entries in 124 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 760, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] DMAR: Host address width 39
[    0.000000] DMAR: DRHD base: 0x00000000000000 flags: 0x1
[    0.000000] DMAR: Parse DMAR table failure.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.016666] tsc: Fast TSC calibration using PIT
[    0.019999] tsc: Detected 2294.575 MHz processor
[    0.019999] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2113305dab7, max_idle_ns: 440795285120 ns
[    0.019999] Calibrating delay loop (skipped), value calculated using timer frequency.. 4590.36 BogoMIPS (lpj=7648583)
[    0.019999] pid_max: default: 32768 minimum: 301
[    0.027386] Security Framework initialized
[    0.027388] Yama: becoming mindful.
[    0.030830] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.032459] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.032528] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.032581] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.032880] CPU: Physical Processor ID: 0
[    0.032881] CPU: Processor Core ID: 0
[    0.032888] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.032889] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.032895] mce: CPU supports 7 MCE banks
[    0.032907] CPU0: Thermal monitoring enabled (TM1)
[    0.032923] process: using mwait in idle threads
[    0.032928] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.032929] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.032931] Spectre V2 : Mitigation: Full generic retpoline
[    0.032932] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.032933] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.033626] Freeing SMP alternatives memory: 24K
[    0.039375] TSC deadline timer enabled
[    0.039378] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.050011] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.050067] ... version:                3
[    0.050068] ... bit width:              48
[    0.050069] ... generic registers:      4
[    0.050070] ... value mask:             0000ffffffffffff
[    0.050071] ... max period:             00007fffffffffff
[    0.050072] ... fixed-purpose events:   3
[    0.050073] ... event mask:             000000070000000f
[    0.056684] Hierarchical SRCU implementation.
[    0.077070] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.083350] smp: Bringing up secondary CPUs ...
[    0.113351] x86: Booting SMP configuration:
[    0.113352] .... node  #0, CPUs:      #1 #2 #3
[    0.173836] smp: Brought up 1 node, 4 CPUs
[    0.173836] smpboot: Max logical packages: 2
[    0.173836] smpboot: Total of 4 processors activated (18363.45 BogoMIPS)
[    0.177144] devtmpfs: initialized
[    0.177144] x86/mm: Memory block size: 128MB
[    0.178090] PM: Registering ACPI NVS region [mem 0x92eaf000-0x92faefff] (1048576 bytes)
[    0.178090] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.178090] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.178090] pinctrl core: initialized pinctrl subsystem
[    0.178090] RTC time: 12:02:22, date: 06/01/18
[    0.178090] NET: Registered protocol family 16
[    0.178090] cpuidle: using governor ladder
[    0.180011] cpuidle: using governor menu
[    0.180038] Simple Boot Flag at 0x44 set to 0x1
[    0.180058] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.180059] ACPI: bus type PCI registered
[    0.180061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.180159] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.180168] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.180168] PCI: Using configuration type 1 for base access
[    0.180170] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.181444] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.181444] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.181444] ACPI: Added _OSI(Module Device)
[    0.181444] ACPI: Added _OSI(Processor Device)
[    0.181444] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.181444] ACPI: Added _OSI(Processor Aggregator Device)
[    0.181444] ACPI: Executed 1 blocks of module-level executable AML code
[    0.193363] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.194890] ACPI: Dynamic OEM Table Load:
[    0.194902] ACPI: SSDT 0xFFFF951550B17800 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)
[    0.195164] ACPI: Dynamic OEM Table Load:
[    0.195164] ACPI: SSDT 0xFFFF9515508A0800 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)
[    0.195171] ACPI: Dynamic OEM Table Load:
[    0.195171] ACPI: SSDT 0xFFFF951550AA9E00 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)
[    0.198175] ACPI: EC: EC started
[    0.198177] ACPI: EC: interrupt blocked
[    0.364401] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.364404] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x8, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.364407] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.364408] ACPI: Interpreter enabled
[    0.364465] ACPI: (supports S0 S3 S4 S5)
[    0.364466] ACPI: Using IOAPIC for interrupt routing
[    0.364517] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.364963] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.395622] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.395630] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.395863] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.396640] PCI host bridge to bus 0000:00
[    0.396643] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.396646] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.396648] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.396650] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.396652] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.396654] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.396656] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.396658] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.396660] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.396662] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.396664] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.396666] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.396666] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.396673] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.396677] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.396679] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.396681] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
[    0.396683] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.396696] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.396935] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.396954] pci 0000:00:02.0: reg 0x10: [mem 0xc2000000-0xc23fffff 64bit]
[    0.396963] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.396970] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
[    0.396988] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.397198] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.397214] pci 0000:00:03.0: reg 0x10: [mem 0xc2710000-0xc2713fff 64bit]
[    0.397468] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.397491] pci 0000:00:14.0: reg 0x10: [mem 0xc2700000-0xc270ffff 64bit]
[    0.397559] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.397759] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.397786] pci 0000:00:16.0: reg 0x10: [mem 0xc2718000-0xc271801f 64bit]
[    0.397863] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.398069] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.398091] pci 0000:00:1b.0: reg 0x10: [mem 0xc2714000-0xc2717fff 64bit]
[    0.398168] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.398370] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    0.398451] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.398742] pci 0000:00:1c.1: [8086:9c12] type 01 class 0x060400
[    0.398823] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.399107] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
[    0.399188] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.399473] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    0.399554] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.399839] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[    0.399920] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.400218] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.400244] pci 0000:00:1d.0: reg 0x10: [mem 0xc271c000-0xc271c3ff]
[    0.400340] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.400546] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.400859] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    0.400878] pci 0000:00:1f.2: reg 0x10: [io  0x6088-0x608f]
[    0.400886] pci 0000:00:1f.2: reg 0x14: [io  0x6094-0x6097]
[    0.400895] pci 0000:00:1f.2: reg 0x18: [io  0x6080-0x6087]
[    0.400903] pci 0000:00:1f.2: reg 0x1c: [io  0x6090-0x6093]
[    0.400911] pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
[    0.400920] pci 0000:00:1f.2: reg 0x24: [mem 0xc271b000-0xc271b7ff]
[    0.400960] pci 0000:00:1f.2: PME# supported from D3hot
[    0.401152] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.401173] pci 0000:00:1f.3: reg 0x10: [mem 0xc2719000-0xc27190ff 64bit]
[    0.401195] pci 0000:00:1f.3: reg 0x20: [io  0x6040-0x605f]
[    0.401451] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.401567] pci 0000:02:00.0: [10ec:5227] type 00 class 0xff0000
[    0.401609] pci 0000:02:00.0: reg 0x10: [mem 0xc1000000-0xc1000fff]
[    0.401790] pci 0000:02:00.0: supports D1 D2
[    0.401793] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.410039] pci 0000:00:1c.1: PCI bridge to [bus 02-07]
[    0.410044] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    0.410048] pci 0000:00:1c.1:   bridge window [mem 0xc1000000-0xc1ffffff]
[    0.410054] pci 0000:00:1c.1:   bridge window [mem 0xc0000000-0xc0ffffff 64bit pref]
[    0.410137] pci 0000:08:00.0: [1814:3290] type 00 class 0x028000
[    0.410166] pci 0000:08:00.0: reg 0x10: [mem 0xc2610000-0xc261ffff]
[    0.410316] pci 0000:08:00.0: PME# supported from D0 D3hot
[    0.410407] pci 0000:08:00.1: [1814:3298] type 00 class 0x0d1100
[    0.410436] pci 0000:08:00.1: reg 0x10: [mem 0xc2600000-0xc260ffff]
[    0.410588] pci 0000:08:00.1: supports D1
[    0.410590] pci 0000:08:00.1: PME# supported from D0 D1 D3hot
[    0.420036] pci 0000:00:1c.2: PCI bridge to [bus 08]
[    0.420042] pci 0000:00:1c.2:   bridge window [mem 0xc2600000-0xc26fffff]
[    0.420150] pci 0000:09:00.0: [10ec:8136] type 00 class 0x020000
[    0.420188] pci 0000:09:00.0: reg 0x10: [io  0x4000-0x40ff]
[    0.420223] pci 0000:09:00.0: reg 0x18: [mem 0xc2504000-0xc2504fff 64bit]
[    0.420248] pci 0000:09:00.0: reg 0x20: [mem 0xc2500000-0xc2503fff 64bit]
[    0.420370] pci 0000:09:00.0: supports D1 D2
[    0.420372] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.430044] pci 0000:00:1c.3: PCI bridge to [bus 09]
[    0.430048] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.430052] pci 0000:00:1c.3:   bridge window [mem 0xc2500000-0xc25fffff]
[    0.430151] pci 0000:0a:00.0: [1002:6660] type 00 class 0x038000
[    0.430188] pci 0000:0a:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.430205] pci 0000:0a:00.0: reg 0x18: [mem 0xc2400000-0xc243ffff 64bit]
[    0.430216] pci 0000:0a:00.0: reg 0x20: [io  0x3000-0x30ff]
[    0.430235] pci 0000:0a:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.430246] pci 0000:0a:00.0: enabling Extended Tags
[    0.430330] pci 0000:0a:00.0: supports D1 D2
[    0.430332] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot
[    0.440021] pci 0000:00:1c.4: PCI bridge to [bus 0a]
[    0.440025] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.440029] pci 0000:00:1c.4:   bridge window [mem 0xc2400000-0xc24fffff]
[    0.440035] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.441361] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.441465] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.441566] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.441666] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.441766] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.441866] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.441965] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.442065] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.442424] ACPI: EC: interrupt unblocked
[    0.442433] ACPI: EC: event unblocked
[    0.442442] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x8, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.442444] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.442539] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.442539] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.442539] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.442539] vgaarb: loaded
[    0.442539] EDAC MC: Ver: 3.0.0
[    0.442539] Registered efivars operations
[    0.472820] PCI: Using ACPI for IRQ routing
[    0.479413] PCI: pci_cache_line_size set to 64 bytes
[    0.479488] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[    0.479490] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[    0.479492] e820: reserve RAM buffer [mem 0x9249f000-0x93ffffff]
[    0.479494] e820: reserve RAM buffer [mem 0x93000000-0x93ffffff]
[    0.479496] e820: reserve RAM buffer [mem 0x35f600000-0x35fffffff]
[    0.479633] NetLabel: Initializing
[    0.479634] NetLabel:  domain hash size = 128
[    0.479635] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.479655] NetLabel:  unlabeled traffic allowed by default
[    0.480176] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.480185] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.482219] clocksource: Switched to clocksource tsc-early
[    0.494281] VFS: Disk quotas dquot_6.6.0
[    0.494306] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.494398] pnp: PnP ACPI init
[    0.494860] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.494864] system 00:00: [io  0xffff] has been reserved
[    0.494867] system 00:00: [io  0xffff] has been reserved
[    0.494870] system 00:00: [io  0xffff] has been reserved
[    0.494872] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.494875] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.494877] system 00:00: [io  0x0454-0x0457] has been reserved
[    0.494880] system 00:00: [io  0x0380-0x0387] has been reserved
[    0.494888] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.494967] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.495025] pnp 00:02: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    0.495072] pnp 00:03: Plug and Play ACPI device, IDs SYN1ea5 SYN1e00 SYN0002 PNP0f13 (active)
[    0.495607] pnp 00:04: disabling [mem 0xffffffff-0x100000ffe] because it overlaps 0000:0a:00.0 BAR 6 [mem 0xfffe0000-0xffffffff pref]
[    0.495639] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.495642] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.495645] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.495648] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.495651] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.495654] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.495659] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.495662] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
[    0.495664] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.495667] system 00:04: [mem 0x9fa10000-0x9fa10fff] has been reserved
[    0.495674] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496403] pnp: PnP ACPI: found 5 devices
[    0.502854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.502862] pci 0000:0a:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.502875] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.502879] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.502882] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.502921] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9fb00000-0x9fcfffff]
[    0.502936] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9fd00000-0x9fefffff 64bit pref]
[    0.502940] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.502944] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.502947] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.502952] pci 0000:00:1c.0:   bridge window [mem 0x9fb00000-0x9fcfffff]
[    0.502957] pci 0000:00:1c.0:   bridge window [mem 0x9fd00000-0x9fefffff 64bit pref]
[    0.502963] pci 0000:00:1c.1: PCI bridge to [bus 02-07]
[    0.502966] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    0.502971] pci 0000:00:1c.1:   bridge window [mem 0xc1000000-0xc1ffffff]
[    0.502975] pci 0000:00:1c.1:   bridge window [mem 0xc0000000-0xc0ffffff 64bit pref]
[    0.502981] pci 0000:00:1c.2: PCI bridge to [bus 08]
[    0.502987] pci 0000:00:1c.2:   bridge window [mem 0xc2600000-0xc26fffff]
[    0.502995] pci 0000:00:1c.3: PCI bridge to [bus 09]
[    0.502998] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.503003] pci 0000:00:1c.3:   bridge window [mem 0xc2500000-0xc25fffff]
[    0.503013] pci 0000:0a:00.0: BAR 6: assigned [mem 0xc2440000-0xc245ffff pref]
[    0.503015] pci 0000:00:1c.4: PCI bridge to [bus 0a]
[    0.503018] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.503023] pci 0000:00:1c.4:   bridge window [mem 0xc2400000-0xc24fffff]
[    0.503027] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.503035] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.503037] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.503039] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.503041] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.503044] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.503046] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.503048] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.503050] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.503052] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.503054] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.503056] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.503058] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.503061] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.503063] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.503065] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.503067] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.503069] pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff window]
[    0.503072] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.503074] pci_bus 0000:01: resource 1 [mem 0x9fb00000-0x9fcfffff]
[    0.503076] pci_bus 0000:01: resource 2 [mem 0x9fd00000-0x9fefffff 64bit pref]
[    0.503078] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    0.503080] pci_bus 0000:02: resource 1 [mem 0xc1000000-0xc1ffffff]
[    0.503083] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xc0ffffff 64bit pref]
[    0.503085] pci_bus 0000:08: resource 1 [mem 0xc2600000-0xc26fffff]
[    0.503087] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[    0.503089] pci_bus 0000:09: resource 1 [mem 0xc2500000-0xc25fffff]
[    0.503091] pci_bus 0000:0a: resource 0 [io  0x3000-0x3fff]
[    0.503093] pci_bus 0000:0a: resource 1 [mem 0xc2400000-0xc24fffff]
[    0.503096] pci_bus 0000:0a: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    0.503254] NET: Registered protocol family 2
[    0.503462] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.503541] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.503785] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.503944] TCP: Hash tables configured (established 131072 bind 65536)
[    0.504000] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.504061] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.504167] NET: Registered protocol family 1
[    0.504185] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.520202] PCI: CLS 64 bytes, default 64
[    0.520255] Unpacking initramfs...
[    0.879450] Freeing initrd memory: 17208K
[    0.879458] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.879462] software IO TLB [mem 0x8e00b000-0x9200b000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    0.879625] Scanning for low memory corruption every 60 seconds
[    0.880413] Initialise system trusted keyrings
[    0.880427] Key type blacklist registered
[    0.880500] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.882155] zbud: loaded
[    0.883929] Key type asymmetric registered
[    0.883931] Asymmetric key parser 'x509' registered
[    0.883974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.884013] io scheduler noop registered
[    0.884014] io scheduler deadline registered
[    0.884076] io scheduler cfq registered (default)
[    0.884078] io scheduler mq-deadline registered
[    0.884079] io scheduler kyber registered
[    0.884087] io scheduler bfq registered
[    0.885283] efifb: probing for efifb
[    0.885300] efifb: framebuffer at 0xb0000000, using 4160k, total 4160k
[    0.885302] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    0.885303] efifb: scrolling: redraw
[    0.885305] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.889263] Console: switching to colour frame buffer device 170x48
[    0.893072] fb0: EFI VGA frame buffer device
[    0.893086] intel_idle: MWAIT substates: 0x11142120
[    0.893088] intel_idle: v0.4.1 model 0x45
[    0.893352] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.893415] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.893425] ACPI: Lid Switch [LID0]
[    0.893473] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.893485] ACPI: Power Button [PWRB]
[    0.893552] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.893577] ACPI: Power Button [PWRF]
[    0.895212] [Firmware Bug]: Invalid critical threshold (0)
[    0.897288] thermal LNXTHERM:00: registered as thermal_zone0
[    0.897291] ACPI: Thermal Zone [TZ01] (44 C)
[    0.897525] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.898919] intel_pstate: Intel P-state driver initializing
[    0.899111] ledtrig-cpu: registered to indicate activity on CPUs
[    0.899699] NET: Registered protocol family 10
[    0.908515] Segment Routing with IPv6
[    0.908567] NET: Registered protocol family 17
[    0.909119] RAS: Correctable Errors collector initialized.
[    0.909209] microcode: sig=0x40651, pf=0x40, revision=0x23
[    0.909353] microcode: Microcode Update Driver: v2.2.
[    0.909372] sched_clock: Marking stable (909342156, 0)->(909820374, -478218)
[    0.909837] registered taskstats version 1
[    0.909860] Loading compiled-in X.509 certificates
[    0.909897] zswap: loaded using pool lzo/zbud
[    0.914544] Key type big_key registered
[    0.915183]   Magic number: 6:307:25
[    0.915236] memory memory65: hash matches
[    0.915248] hctosys: unable to open rtc device (rtc0)
[    0.917200] Freeing unused kernel memory: 1460K
[    0.917201] Write protecting the kernel read-only data: 16384k
[    0.917654] Freeing unused kernel memory: 2016K
[    0.919011] Freeing unused kernel memory: 692K
[    0.971919] Linux agpgart interface v0.103
[    1.029332] [drm] amdgpu kernel modesetting enabled.
[    1.029355] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    1.029509] ATPX version 1, functions 0x00000033
[    1.030553] checking generic (b0000000 410000) vs hw (a0000000 10000000)
[    1.030590] amdgpu 0000:0a:00.0: enabling device (0000 -> 0003)
[    1.030749] [drm] initializing kernel modesetting (HAINAN 0x1002:0x6660 0x103C:0x2164 0x00).
[    1.030761] [drm] register mmio base: 0xC2400000
[    1.030761] [drm] register mmio size: 262144
[    1.041576] ATOM BIOS: BR44572.001
[    1.041589] [drm] GPU posting now...
[    1.046839] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[    1.046865] amdgpu 0000:0a:00.0: Direct firmware load for radeon/hainan_mc.bin failed with error -2
[    1.046868] amdgpu 0000:0a:00.0: si_mc: Failed to load firmware "radeon/hainan_mc.bin"
[    1.046925] amdgpu 0000:0a:00.0: Failed to load mc firmware!
[    1.047036] [drm:amdgpu_device_init.cold.12 [amdgpu]] *ERROR* sw_init of IP block <gmc_v6_0> failed -2
[    1.047076] amdgpu 0000:0a:00.0: amdgpu_device_ip_init failed
[    1.047103] amdgpu 0000:0a:00.0: Fatal error during GPU init
[    1.047128] [drm] amdgpu: finishing device.
[    1.047448] amdgpu: probe of 0000:0a:00.0 failed with error -2
[    1.099271] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.107194] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.107256] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.112047] SCSI subsystem initialized
[    1.115340] ACPI: bus type USB registered
[    1.115367] usbcore: registered new interface driver usbfs
[    1.115379] usbcore: registered new interface driver hub
[    1.115412] usbcore: registered new device driver usb
[    1.118381] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.118577] libata version 3.00 loaded.
[    1.118655] ehci-pci: EHCI PCI platform driver
[    1.118900] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.118908] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    1.118920] ehci-pci 0000:00:1d.0: debug port 2
[    1.122816] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.122834] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc271c000
[    1.133371] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.133466] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.133467] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.133469] usb usb1: Product: EHCI Host Controller
[    1.133470] usb usb1: Manufacturer: Linux 4.16.10-1-ARCH ehci_hcd
[    1.133472] usb usb1: SerialNumber: 0000:00:1d.0
[    1.133730] hub 1-0:1.0: USB hub found
[    1.133741] hub 1-0:1.0: 2 ports detected
[    1.133994] ahci 0000:00:1f.2: version 3.0
[    1.140542] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.144351] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
[    1.144356] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.146286] scsi host0: ahci
[    1.146477] scsi host1: ahci
[    1.147327] scsi host2: ahci
[    1.147467] scsi host3: ahci
[    1.147509] ata1: SATA max UDMA/133 abar m2048@0xc271b000 port 0xc271b100 irq 41
[    1.147511] ata2: SATA max UDMA/133 abar m2048@0xc271b000 port 0xc271b180 irq 41
[    1.147512] ata3: DUMMY
[    1.147513] ata4: DUMMY
[    1.147699] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.147705] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.148754] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
[    1.148758] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.148865] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.148867] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.148868] usb usb2: Product: xHCI Host Controller
[    1.148869] usb usb2: Manufacturer: Linux 4.16.10-1-ARCH xhci-hcd
[    1.148870] usb usb2: SerialNumber: 0000:00:14.0
[    1.149015] hub 2-0:1.0: USB hub found
[    1.149049] hub 2-0:1.0: 9 ports detected
[    1.149706] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.149709] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.149758] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    1.149760] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.149761] usb usb3: Product: xHCI Host Controller
[    1.149763] usb usb3: Manufacturer: Linux 4.16.10-1-ARCH xhci-hcd
[    1.149764] usb usb3: SerialNumber: 0000:00:14.0
[    1.149871] hub 3-0:1.0: USB hub found
[    1.149880] hub 3-0:1.0: 4 ports detected
[    1.461148] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.461179] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.462967] ata2.00: ATAPI: hp       DVDRAM GU70N, U703, max UDMA/100
[    1.463430] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.465370] ata2.00: configured for UDMA/100
[    1.470810] ata1.00: ATA-8: ST500LT012-9WS142, 0001YAM1, max UDMA/133
[    1.470817] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.480113] usb 2-2: new full-speed USB device number 2 using xhci_hcd
[    1.488401] ata1.00: configured for UDMA/133
[    1.502482] scsi 0:0:0:0: Direct-Access     ATA      ST500LT012-9WS14 YAM1 PQ: 0 ANSI: 5
[    1.503929] scsi 1:0:0:0: CD-ROM            hp       DVDRAM GU70N     U703 PQ: 0 ANSI: 5
[    1.568422] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.568427] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.568446] sd 0:0:0:0: [sda] Write Protect is off
[    1.568450] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.568477] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.605623] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.605628] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.605927] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.610786] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
[    1.610792] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.611264] hub 1-1:1.0: USB hub found
[    1.611423] hub 1-1:1.0: 8 ports detected
[    1.625132] usb 2-2: New USB device found, idVendor=045e, idProduct=0745
[    1.625138] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.625142] usb 2-2: Product: Microsoft® Nano Transceiver v2.0
[    1.625146] usb 2-2: Manufacturer: Microsoft
[    1.631149] hidraw: raw HID events driver (C) Jiri Kosina
[    1.645712] usbcore: registered new interface driver usbhid
[    1.645713] usbhid: USB HID core driver
[    1.647112] input: Microsoft Microsoft® Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:045E:0745.0001/input/input5
[    1.659919]  sda: sda2 sda3 sda4 sda5 sda6
[    1.660906] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.703580] hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® Nano Transceiver v2.0] on usb-0000:00:14.0-2/input0
[    1.704051] input: Microsoft Microsoft® Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:045E:0745.0002/input/input6
[    1.746709] usb 2-3: new high-speed USB device number 3 using xhci_hcd
[    1.760154] hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® Nano Transceiver v2.0] on usb-0000:00:14.0-2/input1
[    1.760717] input: Microsoft Microsoft® Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.2/0003:045E:0745.0003/input/input7
[    1.816943] hid-generic 0003:045E:0745.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® Nano Transceiver v2.0] on usb-0000:00:14.0-2/input2
[    1.890069] tsc: Refined TSC clocksource calibration: 2294.687 MHz
[    1.890095] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21139a22526, max_idle_ns: 440795252169 ns
[    1.890148] clocksource: Switched to clocksource tsc
[    1.932272] usb 2-3: New USB device found, idVendor=05c8, idProduct=0361
[    1.932277] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.932280] usb 2-3: Product: HP Truevision HD
[    1.932283] usb 2-3: Manufacturer: SunplusIT INC.
[    2.097906] random: fast init done
[    2.336988] PM: Starting manual resume from disk
[    2.337400] PM: Image not found (code -22)
[    2.801687] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    3.926053] random: crng init done
[    4.317524] systemd[1]: systemd 238 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[    4.333623] systemd[1]: Detected architecture x86-64.
[    4.367880] systemd[1]: Set hostname to <dighip>.
[    5.763863] systemd[1]: /usr/lib/systemd/system/slim.service:9: Unknown lvalue 'IgnoreSIGPIE' in section 'Service'
[    5.850564] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.850981] systemd[1]: Listening on Journal Socket.
[    5.851230] systemd[1]: Listening on udev Control Socket.
[    5.853004] systemd[1]: Created slice User and Session Slice.
[    5.853158] systemd[1]: Reached target Slices.
[    5.854878] systemd[1]: Mounting Huge Pages File System...
[    6.070356] EXT4-fs (sda5): re-mounted. Opts: data=ordered
[    6.555030] systemd-journald[248]: Received request to flush runtime journal from PID 1
[    8.221418] rtc_cmos 00:01: RTC can wake from S4
[    8.221588] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    8.221624] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    8.232916] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    8.232941] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    8.262147] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.299778] input: HP Wireless hotkeys as /devices/virtual/input/input8
[    8.352275] ACPI: Battery Slot [BAT0] (battery present)
[    8.365034] ACPI: AC Adapter [ACAD] (on-line)
[    8.366138] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    8.366168] wmi_bus wmi_bus-PNP0C14:00: WQBJ data block query control method not found
[    8.483280] hp_accel: laptop model unknown, using default axes configuration
[    8.493852] lis3lv02d: 8 bits 3DC sensor found
[    8.540095] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input9
[    8.613019] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    8.613021] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    8.613022] RAPL PMU: hw unit of domain package 2^-14 Joules
[    8.613023] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    8.613024] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    8.693407] input: PC Speaker as /devices/platform/pcspkr/input/input11
[    8.752586] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    8.752590] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.752594] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.752595] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    8.752597] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    8.752600] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    8.752602] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    8.804200] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    8.804215] r8169 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control
[    8.814368] r8169 0000:09:00.0 eth0: RTL8106e at 0x00000000a4115558, a4:5d:36:7f:85:9c, XID 10900800 IRQ 45
[    8.837457] cryptd: max_cpu_qlen set to 1000
[    8.841719] checking generic (b0000000 410000) vs hw (b0000000 10000000)
[    8.841721] fb: switching to inteldrmfb from EFI VGA
[    8.841746] Console: switching to colour dummy device 80x25
[    8.841873] [drm] Replacing VGA console driver
[    8.842918] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.842920] [drm] Driver supports precise vblank timestamp query.
[    8.843586] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.855800] [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 0
[    8.856014] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    8.857021] ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    8.857028] ACPI BIOS Error (bug): Failure looking up [\_SB.PCI0.GFX0.DD02._BCL], AE_NOT_FOUND (20180105/psargs-364)
[    8.857041] ACPI Error: Method parse/execution failed \_SB.PCI0.RP05.PEGP.DD02._BCL, AE_NOT_FOUND (20180105/psparse-550)
[    8.857225] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input12
[    8.858510] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    8.858744] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13
[    8.858899] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.862958] fbcon: inteldrmfb (fb0) is primary device
[    8.899387] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.901301] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.945053] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.945057] cfg80211: failed to load regulatory.db
[    8.971520] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[    8.971588] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[    9.045592] intel-spi intel-spi: gd25q64 (8192 Kbytes)
[    9.118812] [drm] radeon kernel modesetting enabled.
[    9.118836] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    9.119066] ATPX version 1, functions 0x00000033
[    9.241878] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[    9.241926] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[    9.241976] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[    9.242028] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[    9.242076] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[    9.243072] Creating 1 MTD partitions on "intel-spi":
[    9.243074] 0x000000000000-0x000000800000 : "BIOS"
[    9.294316] mousedev: PS/2 mouse device common for all mice
[    9.299783] AVX2 version of gcm_enc/dec engaged.
[    9.299784] AES CTR mode by8 optimization enabled
[    9.366521] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3290, rev 0015 detected
[    9.370012] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 3290 detected
[    9.444404] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.552442] media: Linux media interface: v0.10
[    9.565373] psmouse serio1: synaptics: queried max coordinates: x [..5696], y [..4884]
[    9.589455] Linux video capture interface: v2.00
[    9.600827] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1044..]
[    9.671850] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xf00133/0x240000/0xa2400/0x0, board id: 2665, fw id: 1458825
[    9.715954] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
[    9.808280] kvm: disabled by bios
[    9.814153] uvcvideo: Found UVC 1.00 device HP Truevision HD (05c8:0361)
[    9.814232] hp_wmi: query 0xd returned error 0x5
[    9.814296] input: HP WMI hotkeys as /devices/virtual/input/input21
[    9.822761] uvcvideo 2-3:1.0: Entity type for entity Extension 4 was not initialized!
[    9.822763] uvcvideo 2-3:1.0: Entity type for entity Extension 3 was not initialized!
[    9.822764] uvcvideo 2-3:1.0: Entity type for entity Processing 2 was not initialized!
[    9.822765] uvcvideo 2-3:1.0: Entity type for entity Camera 1 was not initialized!
[    9.822832] input: HP Truevision HD: HP Truevision as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/input/input22
[    9.822899] usbcore: registered new interface driver uvcvideo
[    9.822900] USB Video Class driver (1.1.1)
[    9.846791] r8169 0000:09:00.0 eno1: renamed from eth0
[    9.873931] rt2800pci 0000:08:00.0 wlo1: renamed from wlan0
[    9.997836] Console: switching to colour frame buffer device 170x48
[   10.016841] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   10.018526] radeon 0000:0a:00.0: SI support disabled by module param
[   10.173828] intel_rapl: Found RAPL domain package
[   10.173831] intel_rapl: Found RAPL domain core
[   10.173833] intel_rapl: Found RAPL domain uncore
[   10.173834] intel_rapl: Found RAPL domain dram
[   10.173837] intel_rapl: RAPL package 0 domain package locked by BIOS
[   10.848610] Adding 12582908k swap on /dev/sda3.  Priority:-2 extents:1 across:12582908k FS
[   11.360532] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   11.393867] FAT-fs (sda4): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   15.025634] NET: Registered protocol family 3
[   16.284868] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt3290.bin'
[   16.306778] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.37
[   16.434150] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[   22.132051] r8169 0000:09:00.0 eno1: link down
[   22.132188] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[   25.878394] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[   26.151920] r8169 0000:09:00.0 eno1: link down
[   26.151981] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[   26.320913] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[   32.120589] wlo1: authenticate with 3c:1e:04:e6:7e:05
[   32.123456] wlo1: send auth to 3c:1e:04:e6:7e:05 (try 1/3)
[   32.124942] wlo1: authenticated
[   32.126724] wlo1: associate with 3c:1e:04:e6:7e:05 (try 1/3)
[   32.133003] wlo1: RX AssocResp from 3c:1e:04:e6:7e:05 (capab=0x431 status=0 aid=4)
[   32.133073] wlo1: associated
[   36.036233] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   37.092061] 8021q: 802.1Q VLAN Support v1.8

Note that I have removed the radeon module from the mkinitcpio.conf, and added in the amdgpu module. My new mkinitcpio.conf looks like:

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=(amdgpu)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems resume keyboard fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

Also, I have blacklisted the radeon module using kernel parameters. My kernel command line:

Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=aca67da2-617b-48f9-b3f3-415ac424f0cc rw resume=UUID=a3538ce6-f7db-4c45-9a28-37cb0d9c2351 amdgpu.si_support=1 radeon.si_support=0

Note that right now no drivers are being loaded for my discrete GPU. lspci -nnk shows:

00:00.0 Host bridge [0600]: Intel Corporation Haswell-ULT DRAM Controller [8086:0a04] (rev 09)
	Subsystem: Hewlett-Packard Company Haswell-ULT DRAM Controller [103c:2164]
	Kernel driver in use: hsw_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09)
	Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics Controller [103c:2164]
	Kernel driver in use: i915
	Kernel modules: i915
00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09)
	Subsystem: Hewlett-Packard Company Haswell-ULT HD Audio Controller [103c:2164]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation 8 Series USB xHCI HC [8086:9c31] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series USB xHCI HC [103c:2164]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:16.0 Communication controller [0780]: Intel Corporation 8 Series HECI #0 [8086:9c3a] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series HECI [103c:2164]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller [8086:9c20] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series HD Audio Controller [103c:2164]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 1 [8086:9c10] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.1 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 2 [8086:9c12] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 3 [8086:9c14] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 4 [8086:9c16] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.4 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 5 [8086:9c18] (rev e4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series USB EHCI #1 [8086:9c26] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series USB EHCI [103c:2164]
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1f.0 ISA bridge [0601]: Intel Corporation 8 Series LPC Controller [8086:9c43] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series LPC Controller [103c:2164]
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] [8086:9c03] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series SATA Controller 1 [AHCI mode] [103c:2164]
	Kernel driver in use: ahci
	Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series SMBus Controller [8086:9c22] (rev 04)
	Subsystem: Hewlett-Packard Company 8 Series SMBus Controller [103c:2164]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader [10ec:5227] (rev 01)
	Subsystem: Hewlett-Packard Company RTS5227 PCI Express Card Reader [103c:2164]
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
08:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
	Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
	Kernel driver in use: rt2800pci
	Kernel modules: rt2800pci
08:00.1 Bluetooth [0d11]: Ralink corp. RT3290 Bluetooth [1814:3298]
	Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 08)
	Subsystem: Hewlett-Packard Company RTL810xE PCI Express Fast Ethernet controller [103c:2164]
	Kernel driver in use: r8169
	Kernel modules: r8169
0a:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / R7 M520] [1002:6660]
	Subsystem: Hewlett-Packard Company Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / R7 M520] [103c:2164]
	Kernel modules: radeon, amdgpu

and, xrandr --listproviders:

Providers: number : 1
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 2 associated providers: 0 name:modesetting

Offline

#8 2018-06-02 12:28:54

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Poor OpenGL performance with ati on AMD HD 8670M

[    0.000000] Your BIOS is broken; DMAR reported at address 0!
               BIOS vendor: Insyde; Ver: F.23; Product Version: 089C100000004100000600000
[    0.000000] WARNING: CPU: 0 PID: 0 at drivers/iommu/dmar.c:848 warn_invalid_dmar.part.2+0x57/0x60
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.16.10-1-ARCH #1
[    0.000000] Hardware name: Hewlett-Packard HP Pavilion 15 Notebook PC/2164, BIOS F.23 09/26/2013
[    0.000000] RIP: 0010:warn_invalid_dmar.part.2+0x57/0x60
[    0.000000] RSP: 0000:ffffffff93003e00 EFLAGS: 00010086
[    0.000000] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000002
[    0.000000] RDX: 0000000000000002 RSI: 0000000000000096 RDI: 00000000ffffffff
[    0.000000] RBP: ffffffff92e70744 R08: 000000000000008c R09: 00000000000000a8
[    0.000000] R10: 0000000000000000 R11: 0000000000000001 R12: ffffffff93654008
[    0.000000] R13: ffffffff93654048 R14: ffffffff93003e80 R15: 0000000073699c6e
[    0.000000] FS:  0000000000000000(0000) GS:ffff95155f200000(0000) knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.000000] CR2: ffff951521655000 CR3: 000000032100a001 CR4: 00000000000606b0
[    0.000000] Call Trace:
[    0.000000]  dmar_validate_one_drhd+0xc0/0xd0
[    0.000000]  dmar_walk_remapping_entries+0xa2/0x140
[    0.000000]  ? detect_intel_iommu+0x64/0xe6
[    0.000000]  ? xen_swiotlb_init+0x4e0/0x4e0
[    0.000000]  ? pci_iommu_alloc+0x51/0x6c
[    0.000000]  ? mem_init+0x16/0xa9
[    0.000000]  ? start_kernel+0x2a3/0x4da
[    0.000000]  ? secondary_startup_64+0xa5/0xb0
[    0.000000] Code: 1b 0c 00 bf 01 00 00 00 49 89 c4 e8 84 1b 0c 00 4d 89 e9 4d 89 e0 48 89 ea 48 89 c1 48 89 de 48 c7 c7 48 c2 eb 92 e8 a3 87 ba ff <0f> 0b 5b 5d 41 5c 41 5d c3 e8 7b ea 32 00 41 57 49 89 ff 41 56 
[    0.000000] ---[ end trace b964b23c10dfb254 ]---

This is weird, please go back in journal and see when it started reporting that.
Once you have that date, use /var/logpacman.log to find what pacakges were updated just before those messages started.

Also check at hp site what latest bios/efi firmware version for your system is.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#9 2018-11-29 14:04:41

nightwing
Member
Registered: 2018-11-29
Posts: 1

Re: Poor OpenGL performance with ati on AMD HD 8670M

Hello, I have the same problem, I'm using Linux Mint 19, my CPU is i5 4200M, GPU is HD8670M. The performance of HD8670M is very poor, even the Intel GPU beats it......
By the way, I'm using Padoka stable PPA for both GPUs.

Last edited by nightwing (2018-11-29 14:05:31)

Offline

Board footer

Powered by FluxBB