All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
@ 2015-11-05  6:46 ` bugzilla-daemon
  2015-11-20 11:18 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-11-05  6:46 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

Aaron Lu <aaron.lu@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED
          Component|Power-Video                 |Video(DRI - non Intel)
           Assignee|aaron.lu@intel.com          |drivers_video-dri@kernel-bu
                   |                            |gs.osdl.org
            Product|ACPI                        |Drivers

--- Comment #15 from Aaron Lu <aaron.lu@intel.com> ---
I have no idea why the acpi_video inteface doesn't work, the _BCM control
method is there, but just doesn't work.
The _BCM control method did some setting on the GPU's PCI config space, that
may trigger GPU driver to do the actual handling, but then this is driver
specific, maybe nvidia/nouveau driver has this knowledge.

As for the notification, the firmware decides to send the notification only
when the _DCS control method returns 0x1f:

        Method (_Q0E, 0, NotSerialized)  // _Qxx: EC Query
        {
            If ((MSOS () < OSW8))
            {
                SBRN ()
            }

            If ((MSOS () >= OSVT))
            {
                Local0 = LBTN /* \_SB_.LBTN */
                If (^^^PEG0.GFX0.PRST ())
                {
                    If ((^^^PEG0.GFX0.LCDD._DCS () != 0x1F))
                    {
                        If ((^^^PEG0.GFX0.EDPD._DCS () != 0x1F))
                        {
                            Return (One)
                        }
                    }

                    ^^^PEG0.GFX0.DWBL ()
                    ASBN = One
                }

The _DCS is:
                        Method (_DCS, 0, NotSerialized)  // _DCS: Display
Current Status
                        {
                            CHA1 = One
                            CHA2 = One
                            CHA3 = Zero
                            Notify (GFX0, 0xF0) // Hardware-Specific
                            While ((CHA2 == One))
                            {
                                Sleep (0x32)
                                If ((CHA3 != One))
                                {
                                    CHA2 = Zero
                                }
                            }

                            ACTD = MD2A (ACTD)
                            AVLD = MD2A (AVLD)
                            Local0 = ACTD /* \_SB_.ACTD */
                            Local0 = AVLD /* \_SB_.AVLD */
                            If (Local0)
                            {
                                If ((Local0 & EDPM))
                                {
                                    Return (0x1F)
                                }
                            }
                            Return (0x1D)
                        }

The AVLD is retrieved from a memory field, I doubt it depends on the GPU driver
to set this value.

We should let the GPU people to take a look.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
  2015-11-05  6:46 ` [Bug 106901] Brightness / WIFI Key does not generate any events bugzilla-daemon
@ 2015-11-20 11:18 ` bugzilla-daemon
  2015-11-20 11:19 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-11-20 11:18 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #16 from Roman Gruber <roman.gruber@gmx.at> ---
I updated the kernel, same behaviour

uname -a;dmesg|tail -20
Linux ASUS-G75VW 4.3.0-gentoo_2015-11-19 #1 SMP Thu Nov 19 13:21:56 CET 2015
x86_64 Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz GenuineIntel GNU/Linux
[  147.642024] vgaarb: device changed decodes:
PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[  147.642250] NVLINK: Nvlink Core is being initialized, major device number
245
[  147.642354] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on
minor 0
[  147.642359] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  355.11  Wed Aug
26 16:35:41 PDT 2015
[  147.646814] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.646868] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.646903] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.646935] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.646983] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.647019] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.647051] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.647086] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.647163] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  147.997987] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[  148.183638] i2c i2c-0: adapter [NVIDIA i2c adapter 0 at 1:00.0] registered
[  148.183856] i2c i2c-1: adapter [NVIDIA i2c adapter 1 at 1:00.0] registered
[  148.183923] i2c i2c-2: adapter [NVIDIA i2c adapter 2 at 1:00.0] registered
[  148.184025] i2c i2c-3: adapter [NVIDIA i2c adapter 6 at 1:00.0] registered
[  148.184084] i2c i2c-4: adapter [NVIDIA i2c adapter 8 at 1:00.0] registered
[  148.184254] i2c i2c-5: adapter [NVIDIA i2c adapter 10 at 1:00.0] registered

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
  2015-11-05  6:46 ` [Bug 106901] Brightness / WIFI Key does not generate any events bugzilla-daemon
  2015-11-20 11:18 ` bugzilla-daemon
@ 2015-11-20 11:19 ` bugzilla-daemon
  2015-11-20 11:20 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-11-20 11:19 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

Roman Gruber <roman.gruber@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|Linux ASUS-G75VW            |Linux ASUS-G75VW
                   |4.2.5-gentoo_2015-10-29 #2  |4.3.0-gentoo_2015-11-19 #1
                   |SMP Thu Oct 29 19:00:18 CET |SMP Thu Nov 19 13:21:56 CET
                   |2015 x86_64 Intel(R)        |2015 x86_64 Intel(R)
                   |Core(TM) i7-3610QM CPU @    |Core(TM) i7-3610QM CPU @
                   |2.30GHz GenuineIntel        |2.30GHz GenuineIntel
                   |GNU/Linux                   |GNU/Linux

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (2 preceding siblings ...)
  2015-11-20 11:19 ` bugzilla-daemon
@ 2015-11-20 11:20 ` bugzilla-daemon
  2015-12-13 18:27 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-11-20 11:20 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #17 from Roman Gruber <roman.gruber@gmx.at> ---
Basically same .config for this 4.3.0 kernel

I can upload it when someone needs it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (3 preceding siblings ...)
  2015-11-20 11:20 ` bugzilla-daemon
@ 2015-12-13 18:27 ` bugzilla-daemon
  2015-12-13 18:27 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-13 18:27 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #18 from Roman Gruber <roman.gruber@gmx.at> ---
Linux ASUS-G75VW 4.3.2-gentoo_2015-12-13 #1 SMP Sun Dec 13 18:22:15 CET 2015
x86_64 Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz GenuineIntel GNU/Linux

Same behaviour

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (4 preceding siblings ...)
  2015-12-13 18:27 ` bugzilla-daemon
@ 2015-12-13 18:27 ` bugzilla-daemon
  2015-12-13 18:37 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-13 18:27 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

Roman Gruber <roman.gruber@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|Linux ASUS-G75VW            |Linux ASUS-G75VW
                   |4.3.0-gentoo_2015-11-19 #1  |4.3.2-gentoo_2015-12-13 #1
                   |SMP Thu Nov 19 13:21:56 CET |SMP Sun Dec 13 18:22:15 CET
                   |2015 x86_64 Intel(R)        |2015 x86_64 Intel(R)
                   |Core(TM) i7-3610QM CPU @    |Core(TM) i7-3610QM CPU @
                   |2.30GHz GenuineIntel        |2.30GHz GenuineIntel
                   |GNU/Linux                   |GNU/LinuxLinux ASUS-G75VW
                   |                            |4.3.2-gentoo_2015-12-13 #1
                   |                            |SMP Sun Dec 13 18:22:15 CET
                   |                            |2015 x86_64 Intel(R)
                   |                            |Core(TM) i7-36

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (5 preceding siblings ...)
  2015-12-13 18:27 ` bugzilla-daemon
@ 2015-12-13 18:37 ` bugzilla-daemon
  2015-12-13 18:55 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-13 18:37 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #19 from Roman Gruber <roman.gruber@gmx.at> ---
Created bug report at nvidia page now too.

https://devtalk.nvidia.com/default/topic/902979/linux/nvidia-drivers-does-not-handle-brightness-keys-properly/

Offered to provide additional information if any are needed.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (6 preceding siblings ...)
  2015-12-13 18:37 ` bugzilla-daemon
@ 2015-12-13 18:55 ` bugzilla-daemon
  2015-12-17 16:02 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-13 18:55 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #20 from Roman Gruber <roman.gruber@gmx.at> ---
glxinfo |grep OpenGL\ version\ string:
OpenGL version string: 4.5.0 NVIDIA 358.16

glxinfo |grep Yes
direct rendering: Yes

uname -a
Linux ASUS-G75VW 4.3.2-gentoo_2015-12-13 #1 SMP Sun Dec 13 18:22:15 CET 2015
x86_64 Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz GenuineIntel GNU/Linux

(updated to latest nvidia-drivers and kernel)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (7 preceding siblings ...)
  2015-12-13 18:55 ` bugzilla-daemon
@ 2015-12-17 16:02 ` bugzilla-daemon
  2015-12-17 16:04 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-17 16:02 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #21 from Roman Gruber <roman.gruber@gmx.at> ---
Created attachment 197581
  --> https://bugzilla.kernel.org/attachment.cgi?id=197581&action=edit
dmesg kernel 4.3.3; 17th december 2015

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (8 preceding siblings ...)
  2015-12-17 16:02 ` bugzilla-daemon
@ 2015-12-17 16:04 ` bugzilla-daemon
  2015-12-17 16:06 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-17 16:04 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #22 from Roman Gruber <roman.gruber@gmx.at> ---
Created attachment 197591
  --> https://bugzilla.kernel.org/attachment.cgi?id=197591&action=edit
.config kernel 4.3.3; 17th december 2015

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (9 preceding siblings ...)
  2015-12-17 16:04 ` bugzilla-daemon
@ 2015-12-17 16:06 ` bugzilla-daemon
  2015-12-17 16:07 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-17 16:06 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #23 from Roman Gruber <roman.gruber@gmx.at> ---
Created attachment 197601
  --> https://bugzilla.kernel.org/attachment.cgi?id=197601&action=edit
acpidump kernel 4.3.3; 17th december 2015

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (10 preceding siblings ...)
  2015-12-17 16:06 ` bugzilla-daemon
@ 2015-12-17 16:07 ` bugzilla-daemon
  2015-12-17 16:08 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-17 16:07 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #24 from Roman Gruber <roman.gruber@gmx.at> ---
latest nvidia-drivers, mesa installed.

x11-drivers/nvidia-drivers-358.16-r1
app-eselect/eselect-mesa-0.0.10
media-libs/mesa-11.1.0
x11-apps/mesa-progs-8.3.0
x11-base/xorg-server-1.17.4

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (11 preceding siblings ...)
  2015-12-17 16:07 ` bugzilla-daemon
@ 2015-12-17 16:08 ` bugzilla-daemon
  2015-12-17 16:11 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-17 16:08 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #25 from Roman Gruber <roman.gruber@gmx.at> ---
lsmod
Module                  Size  Used by
nvidia_modeset        699584  3
nvidia               8680069  59 nvidia_modeset
drm                   236879  3 nvidia
intel_powerclamp        7094  0
pcspkr                  2035  0
input_leds              2894  0
iTCO_wdt                5540  0
iTCO_vendor_support     1960  1 iTCO_wdt
xhci_pci                3818  0
ehci_pci                3679  0
xhci_hcd               85118  1 xhci_pci
ehci_hcd               35048  1 ehci_pci

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (12 preceding siblings ...)
  2015-12-17 16:08 ` bugzilla-daemon
@ 2015-12-17 16:11 ` bugzilla-daemon
  2016-01-15 13:13 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2015-12-17 16:11 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

Roman Gruber <roman.gruber@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|Linux ASUS-G75VW            |Linux ASUS-G75VW
                   |4.3.2-gentoo_2015-12-13 #1  |4.3.3-gentoo_2015-12-17 #1
                   |SMP Sun Dec 13 18:22:15 CET |SMP Thu Dec 17 16:28:50 CET
                   |2015 x86_64 Intel(R)        |2015 x86_64 Intel(R)
                   |Core(TM) i7-3610QM CPU @    |Core(TM) i7-3610QM CPU @
                   |2.30GHz GenuineIntel        |2.30GHz GenuineIntel
                   |GNU/LinuxLinux ASUS-G75VW   |GNU/Linux
                   |4.3.2-gentoo_2015-12-13 #1  |
                   |SMP Sun Dec 13 18:22:15 CET |
                   |2015 x86_64 Intel(R)        |
                   |Core(TM) i7-36              |

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (13 preceding siblings ...)
  2015-12-17 16:11 ` bugzilla-daemon
@ 2016-01-15 13:13 ` bugzilla-daemon
  2016-01-15 13:14 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-01-15 13:13 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #26 from Roman Gruber <roman.gruber@gmx.at> ---
uname -a; echo " ";dmesg |grep ACPI
Linux ASUS-G75VW 4.4.0-gentoo_14-01-2016 #1 SMP Thu Jan 14 19:15:47 CET 2016
x86_64 Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz GenuineIntel GNU/Linux

[    0.000000] BIOS-e820: [mem 0x00000000dd6ab000-0x00000000ddcabfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de586000-0x00000000de805fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de806000-0x00000000de80afff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000de80c000-0x00000000de84efff] ACPI NVS
[    0.000000] efi:  ACPI=0xde7de000  ACPI 2.0=0xde7de000  SMBIOS=0xde084398 
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DE7DE000 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x00000000DE7DE080 000084 (v01 _ASUS_ Notebook
01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DE7EE9B8 00010C (v05 _ASUS_ Notebook
01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DE7DE190 010828 (v02 _ASUS_ Notebook
00000013 INTL 20091112)
[    0.000000] ACPI: FACS 0x00000000DE803080 000040
[    0.000000] ACPI: APIC 0x00000000DE7EEAC8 000092 (v03 _ASUS_ Notebook
01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DE7EEB60 000044 (v01 _ASUS_ Notebook
01072009 AMI  00010013)
[    0.000000] ACPI: ECDT 0x00000000DE7EEBA8 0000C1 (v01 _ASUS_ Notebook
01072009 AMI. 00000005)
[    0.000000] ACPI: MCFG 0x00000000DE7EEC70 00003C (v01 _ASUS_ Notebook
01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DE7EECB0 000038 (v01 _ASUS_ Notebook
01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DE7EECE8 00066E (v01 AhciR1 AhciTab1
00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DE7EF358 00049E (v01 AhciR2 AhciTab2
00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DE7EF7F8 00090A (v01 PmRef  Cpu0Ist 
00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DE7F0108 000A92 (v01 PmRef  CpuPm   
00003000 INTL 20051117)
[    0.000000] ACPI: BGRT 0x00000000DE7F0BA0 000038 (v00 _ASUS_ Notebook
01072009 ASUS 00010013)
[    0.000000] ACPI: MSDM 0x00000000DE585E18 000055 (v03 _ASUS_ Notebook
00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    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: 0x8086a701 base: 0xfed00000
[    0.000031] ACPI: Core revision 20150930
[    0.018220] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.158269] PM: Registering ACPI NVS region [mem 0xdd6ab000-0xddcabfff]
(6295552 bytes)
[    0.158430] PM: Registering ACPI NVS region [mem 0xde586000-0xde805fff]
(2621440 bytes)
[    0.158502] PM: Registering ACPI NVS region [mem 0xde80c000-0xde84efff]
(274432 bytes)
[    0.311679] ACPI FADT declares the system doesn't support PCIe ASPM, so
disable it
[    0.311690] ACPI: bus type PCI registered
[    1.331723] ACPI: Added _OSI(Module Device)
[    1.331734] ACPI: Added _OSI(Processor Device)
[    1.331745] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.331755] ACPI: Added _OSI(Processor Aggregator Device)
[    1.333954] ACPI : EC: EC description table is found, configuring boot EC
[    1.333977] ACPI : EC: EC started
[    1.336121] ACPI: Executed 1 blocks of module-level executable AML code
[    1.341939] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.342599] ACPI: Dynamic OEM Table Load:
[    1.342618] ACPI: SSDT 0xFFFF88040E15B000 000853 (v01 PmRef  Cpu0Cst 
00003001 INTL 20051117)
[    1.343557] ACPI: Dynamic OEM Table Load:
[    1.343573] ACPI: SSDT 0xFFFF88040D89E400 000303 (v01 PmRef  ApIst   
00003000 INTL 20051117)
[    1.344377] ACPI: Dynamic OEM Table Load:
[    1.344392] ACPI: SSDT 0xFFFF88041E433E00 000119 (v01 PmRef  ApCst   
00003000 INTL 20051117)
[    1.347118] ACPI: Interpreter enabled
[    1.347136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State
[\_S1_] (20150930/hwxface-580)
[    1.347152] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State
[\_S2_] (20150930/hwxface-580)
[    1.347180] ACPI: (supports S0 S3 S4 S5)
[    1.347190] ACPI: Using IOAPIC for interrupt routing
[    1.347238] PCI: Using host bridge windows from ACPI; if necessary, use
"pci=nocrs" and report a bug
[    1.357145] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    1.358371] pci 0000:00:01.0: System wakeup disabled by ACPI
[    1.358626] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.359092] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    1.359322] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    1.359539] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.359956] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    1.360202] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    1.361589] pci 0000:03:00.0: System wakeup disabled by ACPI
[    1.361966] pci 0000:04:00.0: System wakeup disabled by ACPI
[    1.362801] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0,
disabled.
[    1.362900] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0,
disabled.
[    1.362996] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0,
disabled.
[    1.363090] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0,
disabled.
[    1.363183] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0,
disabled.
[    1.363278] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0,
disabled.
[    1.363370] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0,
disabled.
[    1.363463] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0,
disabled.
[    1.363681] ACPI: Enabled 3 GPEs in block 00 to 3F
[    1.363773] ACPI : EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
[    1.364150] ACPI: bus type USB registered
[    1.364737] PCI: Using ACPI for IRQ routing
[    1.371343] pnp: PnP ACPI init
[    1.371478] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.371739] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.371775] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.371862] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02
(active)
[    1.371946] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.372033] pnp 00:05: Plug and Play ACPI device, IDs SYN0a19 SYN0a00
SYN0002 PNP0f13 (active)
[    1.372088] pnp 00:06: Plug and Play ACPI device, IDs ATK3001 PNP030b
(active)
[    1.372453] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.372659] pnp: PnP ACPI: found 8 devices
[    2.121700] ACPI: AC Adapter [AC0] (on-line)
[    2.123472] ACPI: Lid Switch [LID]
[    2.126242] ACPI: Sleep Button [SLPB]
[    2.129171] ACPI: Power Button [PWRF]
[    2.130920] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[    2.624774] ACPI: Thermal Zone [THRM] (41 C)
[    2.637846] ACPI: Battery Slot [BAT0] (battery present)
[    2.643427] ACPI Warning: SystemIO range
0x0000000000000428-0x000000000000042F conflicts with OpRegion
0x0000000000000400-0x000000000000044F (\GPIS) (20150930/utaddress-254)
[    2.644992] ACPI Warning: SystemIO range
0x0000000000000428-0x000000000000042F conflicts with OpRegion
0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
[    2.646543] ACPI: If an ACPI driver is available for this device, you should
use it instead of the native driver
[    2.648102] ACPI Warning: SystemIO range
0x0000000000000540-0x000000000000054F conflicts with OpRegion
0x0000000000000500-0x000000000000057F (\GPIO) (20150930/utaddress-254)
[    2.649760] ACPI Warning: SystemIO range
0x0000000000000540-0x000000000000054F conflicts with OpRegion
0x0000000000000500-0x0000000000000563 (\GP01) (20150930/utaddress-254)
[    2.651369] ACPI: If an ACPI driver is available for this device, you should
use it instead of the native driver
[    2.652982] ACPI Warning: SystemIO range
0x0000000000000530-0x000000000000053F conflicts with OpRegion
0x0000000000000500-0x000000000000057F (\GPIO) (20150930/utaddress-254)
[    2.654663] ACPI Warning: SystemIO range
0x0000000000000530-0x000000000000053F conflicts with OpRegion
0x0000000000000500-0x0000000000000563 (\GP01) (20150930/utaddress-254)
[    2.656323] ACPI: If an ACPI driver is available for this device, you should
use it instead of the native driver
[    2.657987] ACPI Warning: SystemIO range
0x0000000000000500-0x000000000000052F conflicts with OpRegion
0x0000000000000500-0x000000000000057F (\GPIO) (20150930/utaddress-254)
[    2.659737] ACPI Warning: SystemIO range
0x0000000000000500-0x000000000000052F conflicts with OpRegion
0x0000000000000500-0x0000000000000563 (\GP01) (20150930/utaddress-254)
[    2.661451] ACPI: If an ACPI driver is available for this device, you should
use it instead of the native driver
[    2.818844] ACPI Warning: SystemIO range
0x000000000000F000-0x000000000000F01F conflicts with OpRegion
0x000000000000F000-0x000000000000F00F (\SMB0) (20150930/utaddress-254)
[    2.820497] ACPI Warning: SystemIO range
0x000000000000F000-0x000000000000F01F conflicts with OpRegion
0x000000000000F000-0x000000000000F00F (\_SB_.PCI0.SBUS.SMBI)
(20150930/utaddress-254)
[    2.822123] ACPI: If an ACPI driver is available for this device, you should
use it instead of the native driver
[    3.090325] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK)
filtered out
[    3.090357] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.090359] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered
out
[    3.091893] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK)
filtered out
[    3.092032] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.092034] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered
out
[    3.092060] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.092062] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered
out
[    3.094891] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.094893] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered
out
[    3.095557] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK)
filtered out
[    3.095601] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.095603] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered
out
[    3.108406] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK)
filtered out
[    3.108448] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.108450] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered
out
[   12.606217] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.606268] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.606300] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.606330] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.606375] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.606405] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.606435] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.606468] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.606539] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   12.938291] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079333] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079387] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079420] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079451] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079496] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079526] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079557] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079590] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.079661] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[   20.184604] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (14 preceding siblings ...)
  2016-01-15 13:13 ` bugzilla-daemon
@ 2016-01-15 13:14 ` bugzilla-daemon
  2016-01-15 13:14 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-01-15 13:14 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

Roman Gruber <roman.gruber@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|Linux ASUS-G75VW            |Linux ASUS-G75VW
                   |4.3.3-gentoo_2015-12-17 #1  |4.4.0-gentoo_14-01-2016 #1
                   |SMP Thu Dec 17 16:28:50 CET |SMP Thu Jan 14 19:15:47 CET
                   |2015 x86_64 Intel(R)        |2016 x86_64 Intel(R)
                   |Core(TM) i7-3610QM CPU @    |Core(TM) i7-3610QM CPU @
                   |2.30GHz GenuineIntel        |2.30GHz GenuineIntel
                   |GNU/Linux                   |GNU/Linux

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (15 preceding siblings ...)
  2016-01-15 13:14 ` bugzilla-daemon
@ 2016-01-15 13:14 ` bugzilla-daemon
  2016-01-15 13:15 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-01-15 13:14 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #27 from Roman Gruber <roman.gruber@gmx.at> ---
Linux ASUS-G75VW 4.4.0-gentoo_14-01-2016 #1 SMP Thu Jan 14 19:15:47 CET 2016
x86_64 Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz GenuineIntel GNU/Linux

same behaviour

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (16 preceding siblings ...)
  2016-01-15 13:14 ` bugzilla-daemon
@ 2016-01-15 13:15 ` bugzilla-daemon
  2016-03-09 13:05 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-01-15 13:15 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #28 from Roman Gruber <roman.gruber@gmx.at> ---
lsmod
Module                  Size  Used by
nvidia_modeset        721045  3
nvidia               9922734  59 nvidia_modeset
intel_powerclamp        7094  0
xhci_pci                3818  0
xhci_hcd               86326  1 xhci_pci
drm                   238337  3 nvidia
iTCO_wdt                5540  0
ehci_pci                3679  0
iTCO_vendor_support     1960  1 iTCO_wdt
ehci_hcd               35048  1 ehci_pci
pcspkr                  2035  0
input_leds              2894  0

Newest binary nvidia-driver in use

ASUS-G75VW roman # qlist -Iv nvidia-drivers
x11-drivers/nvidia-drivers-361.18

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (17 preceding siblings ...)
  2016-01-15 13:15 ` bugzilla-daemon
@ 2016-03-09 13:05 ` bugzilla-daemon
  2016-03-09 13:05 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-03-09 13:05 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #29 from Roman Gruber <roman.gruber@gmx.at> ---
Same behaviour with 4.4.4 kernel


[  191.932562] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  191.932655] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  191.932712] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  191.932765] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  191.932846] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  191.932899] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  191.932952] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  191.933010] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  191.933181] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  192.307258] ACPI Warning: \_SB_.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[  192.490657] i2c i2c-0: adapter [NVIDIA i2c adapter 0 at 1:00.0] registered
[  192.490848] i2c i2c-1: adapter [NVIDIA i2c adapter 1 at 1:00.0] registered
[  192.490906] i2c i2c-2: adapter [NVIDIA i2c adapter 2 at 1:00.0] registered
[  192.490949] i2c i2c-3: adapter [NVIDIA i2c adapter 6 at 1:00.0] registered
[  192.491023] i2c i2c-4: adapter [NVIDIA i2c adapter 8 at 1:00.0] registered
[  192.491108] i2c i2c-5: adapter [NVIDIA i2c adapter 10 at 1:00.0] registered
[  192.495634] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for
UNIX platforms  361.28  Wed Feb  3 15:15:17 PST 2016
[  192.496086] nvidia-modeset: Allocated GPU:0
(GPU-f0386eeb-393c-7918-1fe8-3be667a9f4e7) @ PCI:0000:01:00.0
ASUS-G75VW roman # acpi
acpi_listen   acpibin       acpid         acpidump      acpiexamples  acpiexec 
    acpihelp      acpinames     acpisrc       acpixtract    
ASUS-G75VW roman # acpi_listen 
button/sleep SBTN 00000080 00000000
button/sleep PNP0C0E:00 00000080 00000001
 PNP0C14:00 000000ff 00000000
 PNP0C14:00 000000ff 00000000
 PNP0C14:00 000000ff 00000000
video/displayoff DOFF 00000089 00000000 K
 PNP0C14:00 000000ff 00000000
 PNP0C14:00 000000ff 00000000
 PNP0C14:00 000000ff 00000000
button/mute MUTE 00000080 00000000 K
button/volumedown VOLDN 00000080 00000000 K
button/volumeup VOLUP 00000080 00000000 K
^C
ASUS-G75VW roman # uname -a
Linux ASUS-G75VW 4.4.4-gentoo_03/09/2016 #2 SMP Wed Mar 9 12:38:37 CET 2016
x86_64 Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz GenuineIntel GNU/Linux

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (18 preceding siblings ...)
  2016-03-09 13:05 ` bugzilla-daemon
@ 2016-03-09 13:05 ` bugzilla-daemon
  2016-03-21 10:44 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-03-09 13:05 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

Roman Gruber <roman.gruber@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|Linux ASUS-G75VW            |Linux ASUS-G75VW
                   |4.4.0-gentoo_14-01-2016 #1  |4.4.4-gentoo_03/09/2016 #2
                   |SMP Thu Jan 14 19:15:47 CET |SMP Wed Mar 9 12:38:37 CET
                   |2016 x86_64 Intel(R)        |2016 x86_64 Intel(R)
                   |Core(TM) i7-3610QM CPU @    |Core(TM) i7-3610QM CPU @
                   |2.30GHz GenuineIntel        |2.30GHz GenuineIntel
                   |GNU/Linux                   |GNU/Linux

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (19 preceding siblings ...)
  2016-03-09 13:05 ` bugzilla-daemon
@ 2016-03-21 10:44 ` bugzilla-daemon
  2016-03-21 10:45 ` bugzilla-daemon
  2016-03-21 10:45 ` bugzilla-daemon
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-03-21 10:44 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

Roman Gruber <roman.gruber@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|Linux ASUS-G75VW            |4.5.0
                   |4.4.4-gentoo_03/09/2016 #2  |
                   |SMP Wed Mar 9 12:38:37 CET  |
                   |2016 x86_64 Intel(R)        |
                   |Core(TM) i7-3610QM CPU @    |
                   |2.30GHz GenuineIntel        |
                   |GNU/Linux                   |

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (20 preceding siblings ...)
  2016-03-21 10:44 ` bugzilla-daemon
@ 2016-03-21 10:45 ` bugzilla-daemon
  2016-03-21 10:45 ` bugzilla-daemon
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-03-21 10:45 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #30 from Roman Gruber <roman.gruber@gmx.at> ---
Updated kernel, same behaviour

[  256.292089] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.292190] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.292247] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.292301] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.292381] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.292435] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.292487] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.292544] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.292668] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.664925] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
[  256.850043] i2c i2c-0: adapter [NVIDIA i2c adapter 0 at 1:00.0] registered
[  256.850231] i2c i2c-1: adapter [NVIDIA i2c adapter 1 at 1:00.0] registered
[  256.850272] i2c i2c-2: adapter [NVIDIA i2c adapter 2 at 1:00.0] registered
[  256.850309] i2c i2c-3: adapter [NVIDIA i2c adapter 6 at 1:00.0] registered
[  256.850396] i2c i2c-4: adapter [NVIDIA i2c adapter 8 at 1:00.0] registered
[  256.850454] i2c i2c-5: adapter [NVIDIA i2c adapter 10 at 1:00.0] registered
[  256.856793] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for
UNIX platforms  361.28  Wed Feb  3 15:15:17 PST 2016
[  256.857323] nvidia-modeset: Allocated GPU:0
(GPU-f0386eeb-393c-7918-1fe8-3be667a9f4e7) @ PCI:0000:01:00.0
ASUS-G75VW roman # uname -a
Linux ASUS-G75VW 4.5.0-gentoo_03_21_2016 #1 SMP Mon Mar 21 11:25:43 CET 2016
x86_64 Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz GenuineIntel GNU/Linux

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 106901] Brightness / WIFI Key does not generate any events
       [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
                   ` (21 preceding siblings ...)
  2016-03-21 10:45 ` bugzilla-daemon
@ 2016-03-21 10:45 ` bugzilla-daemon
  22 siblings, 0 replies; 23+ messages in thread
From: bugzilla-daemon @ 2016-03-21 10:45 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=106901

--- Comment #31 from Roman Gruber <roman.gruber@gmx.at> ---
Do you guys need any additional data?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-03-21 10:45 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-106901-2300@https.bugzilla.kernel.org/>
2015-11-05  6:46 ` [Bug 106901] Brightness / WIFI Key does not generate any events bugzilla-daemon
2015-11-20 11:18 ` bugzilla-daemon
2015-11-20 11:19 ` bugzilla-daemon
2015-11-20 11:20 ` bugzilla-daemon
2015-12-13 18:27 ` bugzilla-daemon
2015-12-13 18:27 ` bugzilla-daemon
2015-12-13 18:37 ` bugzilla-daemon
2015-12-13 18:55 ` bugzilla-daemon
2015-12-17 16:02 ` bugzilla-daemon
2015-12-17 16:04 ` bugzilla-daemon
2015-12-17 16:06 ` bugzilla-daemon
2015-12-17 16:07 ` bugzilla-daemon
2015-12-17 16:08 ` bugzilla-daemon
2015-12-17 16:11 ` bugzilla-daemon
2016-01-15 13:13 ` bugzilla-daemon
2016-01-15 13:14 ` bugzilla-daemon
2016-01-15 13:14 ` bugzilla-daemon
2016-01-15 13:15 ` bugzilla-daemon
2016-03-09 13:05 ` bugzilla-daemon
2016-03-09 13:05 ` bugzilla-daemon
2016-03-21 10:44 ` bugzilla-daemon
2016-03-21 10:45 ` bugzilla-daemon
2016-03-21 10:45 ` bugzilla-daemon

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