]> bbs.cooldavid.org Git - net-next-2.6.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)
commit21a8122ad38c60d73fe5dc51051414c3564d174a
treeb20f2bb711e3230fdc3195042c901596de4677e2
parentd7a2952f1adec32018a78ec0c2f504dd72f38e25
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