Re: [PATCH libdrm 0/4] libdrm: add new GPU sensor interface for AMDGPU

2017-02-14 Thread Samuel Pitoiset
On 02/14/2017 10:43 AM, Christian König wrote: Am 14.02.2017 um 02:44 schrieb Emil Velikov: On 14 February 2017 at 00:08, Samuel Pitoiset wrote: Hi, This series implements a new GPU sensor interface which will allow to query the current temperature and the

Re: [PATCH libdrm 0/4] libdrm: add new GPU sensor interface for AMDGPU

2017-02-14 Thread Christian König
Am 14.02.2017 um 02:44 schrieb Emil Velikov: On 14 February 2017 at 00:08, Samuel Pitoiset wrote: Hi, This series implements a new GPU sensor interface which will allow to query the current temperature and the shader/memory clocks via the GALLIUM_HUD. This adds the

Re: [PATCH libdrm 0/4] libdrm: add new GPU sensor interface for AMDGPU

2017-02-13 Thread Emil Velikov
On 14 February 2017 at 00:08, Samuel Pitoiset wrote: > Hi, > > This series implements a new GPU sensor interface which will allow to > query the current temperature and the shader/memory clocks via the > GALLIUM_HUD. This adds the same functionality as the Radeon

[PATCH libdrm 0/4] libdrm: add new GPU sensor interface for AMDGPU

2017-02-13 Thread Samuel Pitoiset
Hi, This series implements a new GPU sensor interface which will allow to query the current temperature and the shader/memory clocks via the GALLIUM_HUD. This adds the same functionality as the Radeon driver. The first patch of the series syncs amdgpu_drm.h with kernel headers. Branch is here: