All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Configure Power Sensors
@ 2016-03-25 11:19 Karol Herbst
       [not found] ` <1458904780-1553-1-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Karol Herbst @ 2016-03-25 11:19 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

The power sensors can be configured to sample the readout values over time.
Nvidia does this too, so nouveau should probably do that too.

Karol Herbst (4):
  iccsense: remove read function
  iccsense: convert to linked list
  iccsense: split sensor into own struct
  iccsense: configure sensors like nvidia does

 drm/nouveau/include/nvkm/subdev/iccsense.h |   6 +-
 drm/nouveau/nouveau_hwmon.c                |   2 +-
 drm/nouveau/nvkm/subdev/iccsense/base.c    | 246 +++++++++++++++++++++--------
 drm/nouveau/nvkm/subdev/iccsense/priv.h    |  16 +-
 4 files changed, 198 insertions(+), 72 deletions(-)

-- 
2.7.4

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 11:19 [PATCH 0/4] Configure Power Sensors Karol Herbst
     [not found] ` <1458904780-1553-1-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-03-25 11:19   ` [PATCH 1/4] iccsense: remove read function Karol Herbst
2016-03-25 11:19   ` [PATCH 2/4] iccsense: convert to linked list Karol Herbst
     [not found]     ` <1458904780-1553-3-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-03-28 10:18       ` Martin Peres
2016-03-25 11:19   ` [PATCH 3/4] iccsense: split sensor into own struct Karol Herbst
     [not found]     ` <1458904780-1553-4-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-03-28 10:36       ` Martin Peres
2016-03-25 11:19   ` [PATCH 4/4] iccsense: configure sensors like nvidia does Karol Herbst
     [not found]     ` <1458904780-1553-5-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-03-28 10:40       ` Martin Peres

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.