aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_hwmon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22drm/nouveau/hwmon: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu1-68/+17
2020-01-15drm/nouveau: use NULL for pointer assignment.Wambui Karuga1-1/+1
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg1-2/+0
2019-07-19drm/nouveau/hwmon: return EINVAL if the GPU is powered down for sensors readsKarol Herbst1-0/+10
2018-07-16drm/nouveau/hwmon: potential uninitialized variablesDan Carpenter1-6/+6
2018-05-18drm/nouveau: fix temp/pwm visibility, skip hwmon when no sensors existIlia Mirkin1-3/+13
2017-06-16drm/nouveau/hwmon: Change permissions to numericOscar Salvador1-5/+5
2017-06-16drm/nouveau/hwmon: expose the auto_point and pwm_min/max attrsOscar Salvador1-1/+33
2017-06-16drm/nouveau/hwmon: Remove old code, add .write/.read operationsOscar Salvador1-583/+261
2017-06-16drm/nouveau/hwmon: Add nouveau_hwmon_ops structure with .is_visible/.read_stringOscar Salvador1-0/+163
2017-06-16drm/nouveau/hwmon: Add config for all sensors and their settingsOscar Salvador1-0/+72
2017-02-17drm/nouveau/hwmon: expose power_max and power_critKarol Herbst1-0/+44
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs1-33/+33
2016-07-14drm/nouveau/hwmon: add in_min and in_maxKarol Herbst1-0/+36
2016-05-20drm/nouveau/iccsense: convert to linked listKarol Herbst1-1/+1
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+1
2016-03-14drm/nouveau/hwmon: fix crash on non-PCI platformsAlexandre Courbot1-1/+1
2016-03-14drm/nouveau/hwmon: don't require therm to be valid to get any dataKarol Herbst1-20/+19
2016-03-14drm/nouveau/hwmon: add power consumptionKarol Herbst1-0/+36
2016-01-11drm/nouveau/nouveau/perfmon: add interface files for current core voltageKarol Herbst1-0/+50
2015-08-28drm/nouveau/therm: convert to new-style nvkm_subdevBen Skeggs1-5/+5
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs1-27/+27
2015-01-22drm/nouveau/therm: namespace + nvidia gpu names (no binary change)Ben Skeggs1-22/+22
2015-01-22drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs1-27/+27
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs1-4/+0
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-27/+27
2014-03-26drm/nouveau/hwmon: replace strict_strtol() with kstrtol()Jingoo Han1-2/+3
2014-03-26drm/nouveau/hwmon: remove some redundant checksDan Carpenter1-8/+4
2013-11-28drm/nouveau/hwmon: fix compilation without CONFIG_HWMONIlia Mirkin1-1/+0
2013-11-08drm/nouveau/drm/pm: remove everything except the hwmon interfaces to THERMBen Skeggs1-0/+656