]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: add support for internal thermal sensors (v3)
authorAlex Deucher <alexdeucher@gmail.com>
Fri, 2 Jul 2010 16:58:16 +0000 (12:58 -0400)
committerDave Airlie <airlied@redhat.com>
Mon, 2 Aug 2010 00:00:00 +0000 (10:00 +1000)
commit2b055b3d57bb1c40051f081af4bc8bcd69375e12
treeb20f2bb711e3230fdc3195042c901596de4677e2
parent2d35ee7a55cd3d257a9c228393af2017d10b0a5d
drm/radeon/kms: add support for internal thermal sensors (v3)

rv6xx/rv7xx/evergreen families supported; older asics did
not have an internal thermal sensor.

Note, not all oems use the internal thermal sensor, so it's
only exposed in cases where it is used.

Note also, that most laptops use an oem specific ACPI solution for
GPU thermal information rather than using the internal thermal
sensor directly.

v2: export millidegrees celsius, use hwmon device properly.
v3: fix Kconfig

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/Kconfig
drivers/gpu/drm/radeon/evergreen.c
drivers/gpu/drm/radeon/evergreend.h
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/r600d.h
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_atombios.c
drivers/gpu/drm/radeon/radeon_pm.c
drivers/gpu/drm/radeon/rv770.c
drivers/gpu/drm/radeon/rv770d.h