summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_pm.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-20drm/nouveau: enable hwmon support when both nouveau/hwmon are built as modules.Ken Milmore1-3/+3
2011-09-20drm/nouveau/pm: add hooks to get/set *all* clocks at onceBen Skeggs1-0/+11
2011-09-20drm/nouveau/pm: allow voltage-only perflvl set, enable nvc0Ben Skeggs1-7/+6
2011-09-20drm/nouveau/pm: show any info we can manage to glean on current perflvlBen Skeggs1-23/+25
2011-09-20drm/nouveau/pm: add support for parsing perflvl voltage on fermi chipsBen Skeggs1-8/+16
2011-09-20drm/nouveau/pm: store voltage in microvoltsBen Skeggs1-1/+1
2011-05-16drm/nouveau: Associate memtimings with performance levels on cards <= nv98Martin Peres1-5/+9
2011-05-16drm/nouveau/pm: fix compilation failure when CONFIG_POWER_SUPPLY is not setMartin Peres1-3/+3
2011-05-16drm/nouveau: name the boot perflvl "boot"Martin Peres1-0/+1
2011-02-17drm/nouveau: fix suspend/resume on GPUs that don't have PM supportBen Skeggs1-1/+1
2011-02-02drm/nouveau: correctly pair hwmon_init and hwmon_finiLucas Stach1-1/+1
2011-01-07drm/nouveau: fix hwmon device bindingLucas Stach1-2/+1
2010-12-03drm/nouveau: hook up acpi power supply change trackingBen Skeggs1-0/+30
2010-11-18drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not setMartin Peres1-1/+6
2010-10-05drm/nouveau: pass perflvl struct to clock_pre()Ben Skeggs1-6/+7
2010-10-05drm/nouveau: Import initial memory timing workRoy Spliet1-1/+3
2010-09-24drm/nouveau: Misc cleanup of the PM code.Francisco Jerez1-6/+4
2010-09-24drm/nouveau: Refactor nouveau_temp_get() into engine pointers.Francisco Jerez1-8/+11
2010-09-24drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)Martin Peres1-38/+221
2010-09-24drm/nouveau: Parse old style perf tables.Francisco Jerez1-3/+7
2010-09-24drm/nouveau: restore perflvl on resume, and restore boot perflvl on unloadBen Skeggs1-19/+45
2010-09-24drm/nouveau: allow static performance level settingBen Skeggs1-1/+88
2010-09-24drm/nouveau: import initial work on vbios performance table parsingBen Skeggs1-0/+214