All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
@ 2019-05-08  7:28 bugzilla-daemon
  2019-05-08 15:42 ` bugzilla-daemon
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-05-08  7:28 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=110641

            Bug ID: 110641
           Summary: lm_sensors reports "ERROR: Can't get value of
                    subfeature in0_input: Can't read"
           Product: DRI
           Version: XOrg git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: bong.cosca@gmail.com

Alex Deucher <alexander.deucher@amd.com> 2017-03-08 18:25:15 -0500
drm/amdgpu: expose GPU sensor related information
commit 5ebbac4b5c9159130046bf7c56b7f4c71ca7d1b7

This particular commit introduced this error.

$ sensors -j

{
   "amdgpu-pci-0008":{
      "Adapter": "PCI adapter",
      "vddgfx":{
ERROR: Can't get value of subfeature in0_input: Can't read

      },
      "vddnb":{
ERROR: Can't get value of subfeature in1_input: Can't read

      },
      "temp1":{
         "temp1_input": 12.000,
         "temp1_crit": 120.000,
         "temp1_crit_hyst": 90.000
      }
   },
   "it8603-isa-0290":{
      "Adapter": "ISA adapter",
      "CPU Fan":{
         "fan1_input": 2509.000,
         "fan1_min": 200.000,
         "fan1_alarm": 0.000
      },
      "Mobo Fan":{
         "fan2_input": 0.000,
         "fan2_min": 600.000,
         "fan2_alarm": 1.000
      },
      "AMD A6-7400K Radeon R5":{
         "temp1_input": 44.000,
         "temp1_max": 127.000,
         "temp1_min": -45.000,
         "temp1_alarm": 0.000,
         "temp1_type": 4.000,
         "temp1_offset": 0.000
      },
      "Asus A68HM-K Mobo":{
         "temp2_input": 45.000,
         "temp2_max": -33.000,
         "temp2_min": 53.000,
         "temp2_alarm": 1.000,
         "temp2_type": 4.000,
         "temp2_offset": 0.000
      }
   }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

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

* [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
  2019-05-08  7:28 [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read" bugzilla-daemon
@ 2019-05-08 15:42 ` bugzilla-daemon
  2019-05-08 21:58 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-05-08 15:42 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=110641

--- Comment #1 from Alex Deucher <alexdeucher@gmail.com> ---
That commit just exposes the temperature via an ioctl interface.  It doesn't
affect the hwmon sysfs API.  How did you determine that that was the
problematic one?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

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

* [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
  2019-05-08  7:28 [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read" bugzilla-daemon
  2019-05-08 15:42 ` bugzilla-daemon
@ 2019-05-08 21:58 ` bugzilla-daemon
  2019-05-09  2:15 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-05-08 21:58 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=110641

--- Comment #2 from Bong Cosca <bong.cosca@gmail.com> ---
It wasn't the case before when VDDGFX and VDDNB were not exposed. Are these
(and the missing in0_input/in1_input probes) present on APUs?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

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

* [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
  2019-05-08  7:28 [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read" bugzilla-daemon
  2019-05-08 15:42 ` bugzilla-daemon
  2019-05-08 21:58 ` bugzilla-daemon
@ 2019-05-09  2:15 ` bugzilla-daemon
  2019-05-09  3:40 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-05-09  2:15 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=110641

--- Comment #3 from Alex Deucher <alexdeucher@gmail.com> ---
What chip do you have?  Voltage hwmon is not implemented on all APUs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

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

* [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
  2019-05-08  7:28 [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read" bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-05-09  2:15 ` bugzilla-daemon
@ 2019-05-09  3:40 ` bugzilla-daemon
  2019-05-09  3:51 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-05-09  3:40 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=110641

--- Comment #4 from Bong Cosca <bong.cosca@gmail.com> ---
AMD A6-7400K Radeon R5

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

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

* [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
  2019-05-08  7:28 [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read" bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-05-09  3:40 ` bugzilla-daemon
@ 2019-05-09  3:51 ` bugzilla-daemon
  2019-05-09  5:17 ` bugzilla-daemon
  2019-11-19  9:25 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-05-09  3:51 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=110641

--- Comment #5 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to Bong Cosca from comment #4)
> AMD A6-7400K Radeon R5

No hwmon support for voltage on that family.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

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

* [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
  2019-05-08  7:28 [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read" bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-05-09  3:51 ` bugzilla-daemon
@ 2019-05-09  5:17 ` bugzilla-daemon
  2019-11-19  9:25 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-05-09  5:17 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=110641

--- Comment #6 from Bong Cosca <bong.cosca@gmail.com> ---
So does it make sense to expose VDDGFX and VDDNB at all? Or should this be
fixed in lm_sensors?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

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

* [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
  2019-05-08  7:28 [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read" bugzilla-daemon
                   ` (5 preceding siblings ...)
  2019-05-09  5:17 ` bugzilla-daemon
@ 2019-11-19  9:25 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-11-19  9:25 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=110641

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #7 from Martin Peres <martin.peres@free.fr> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/779.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

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

end of thread, other threads:[~2019-11-19  9:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08  7:28 [Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read" bugzilla-daemon
2019-05-08 15:42 ` bugzilla-daemon
2019-05-08 21:58 ` bugzilla-daemon
2019-05-09  2:15 ` bugzilla-daemon
2019-05-09  3:40 ` bugzilla-daemon
2019-05-09  3:51 ` bugzilla-daemon
2019-05-09  5:17 ` bugzilla-daemon
2019-11-19  9:25 ` 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.