search for: nv40_pmc_temp_valu

Displaying 1 result from an estimated 1 matches for "nv40_pmc_temp_valu".

Did you mean: nv40_pmc_temp_value
2009 Nov 19
2
[RFC] nouveau: Add basic i2c sensor chip support
...eau/nouveau_reg.h index 3a5f43a..0b02a99 100644 --- a/drivers/gpu/drm/nouveau/nouveau_reg.h +++ b/drivers/gpu/drm/nouveau/nouveau_reg.h @@ -99,6 +99,7 @@ * the card will hang early on in the X init process. */ # define NV_PMC_ENABLE_UNK13 (1<<13) +#define NV40_PMC_TEMP_VALUE 0x000015b4 #define NV40_PMC_BACKLIGHT 0x000015f0 # define NV40_PMC_BACKLIGHT_MASK 0x001f0000 #define NV40_PMC_1700 0x00001700 diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index ac29298..3a3a2...