summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/pm: check for headless before calling compute_clocksAlex Deucher2017-02-101-1/+2
* drm/amdgpu: refine code for VCE2.0 and related dpm code.Rex Zhu2017-02-081-1/+11
* drm/amdgpu: fix typo of CGTSHuang Rui2017-01-271-1/+1
* drm/amdgpu: extend profiling mode.Rex Zhu2017-01-271-17/+21
* drm/amdgpu: fix bug return invalid value to sysfs.Rex Zhu2017-01-271-1/+1
* drm/amdgpu: add parse clock gating stateHuang Rui2017-01-271-0/+33
* drm/amdgpu: introduce an interface to get clock gating status dynamicallyHuang Rui2017-01-271-0/+4
* drm/amd/powerplay: add profiling mode in dpm levelRex Zhu2017-01-271-0/+17
* drm/amd/powerplay: Unify dpm level definesRex Zhu2017-01-271-24/+15
* drm/amd/amdgpu: expose fan rpm though hwmonGrazvydas Ignotas2016-11-111-0/+21
* drm/amdgpu: refine set power state logic for dpm.Rex Zhu2016-10-251-65/+15
* drm/amdgpu: use same vce state definition in dpm and powerplayRex Zhu2016-10-251-1/+1
* drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis2016-09-221-2/+60
* drm/amd/amdgpu: change pptable output format from ASCII to binaryEric Huang2016-08-081-5/+2
* drm/amd/amdgpu: add mutex locking for both DPM and PP based powergating for U...Tom St Denis2016-08-081-33/+25
* drm/amdgpu: some improvement in parsing inputsEric Huang2016-07-071-3/+9
* drm/amdgpu: add the common code to support mclk ODEric Huang2016-07-071-0/+55
* drm/amdgpu: add the new common pm code to support sclk ODEric Huang2016-07-071-9/+15
* drm/amdgpu: add the new common pm code to select the clock levelsEric Huang2016-07-071-18/+32
* drm/amdgpu: add powerplay sclk OD support through sysfs (v2)Eric Huang2016-07-071-0/+49
* drm/amdgpu: missing bounds check in amdgpu_set_pp_force_state()Dan Carpenter2016-06-171-15/+13
* drm/amd/powerplay: add dpm force multiple levels on cz/tonga/fiji/polaris (v2)Eric Huang2016-05-041-15/+36
* drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius2016-05-041-1/+1
* Merge drm-fixes into drm-next.Dave Airlie2016-03-141-8/+27
|\
| * drm/amdgpu/pm: update current crtc info after setting the powerstateAlex Deucher2016-03-021-3/+3
| * drm/amdgpu/pm: adjust display configuration after powerstateAlex Deucher2016-02-221-2/+3
| * drm/amdgpu/pm: add some checks for PXAlex Deucher2016-02-221-1/+20
| * drm/amdgpu: fix locking in force performance levelAlex Deucher2016-02-221-2/+1
* | drm/amd/powerplay: add some sysfs interfaces for powerplay.Eric Huang2016-02-101-1/+335
* | drm/amdgpu: remove the ring lock v2Christian König2016-02-101-13/+6
|/
* drm/amdgpu: use kobj_to_dev()Geliang Tang2016-01-131-1/+1
* drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)Rex Zhu2016-01-081-1/+1
* drm/amdgpu: support per device powerplay enablement (v2)Jammy Zhou2015-12-211-15/+15
* drm/amdgpu: enable sysfs interface for powerplayRex Zhu2015-12-211-9/+11
* drm/amdgpu: export amd_powerplay_func to amdgpu and other ip blockRex Zhu2015-12-211-75/+140
* drm/amdgpu: share struct amdgpu_pm_state_type with powerplay moduleRex Zhu2015-12-211-4/+4
* drm/amdgpu: don't try to recreate sysfs entries on resumeAlex Deucher2015-10-231-0/+5
* drm/amdgpu/dpm: don't add pwm attributes if DPM is disabledAlex Deucher2015-10-191-2/+6
* drm/amdgpu: don't grab dev->struct_mutex in pm functionsDaniel Vetter2015-08-171-2/+0
* drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou2015-08-171-2/+2
* drm/amdgpu: enable vce powergatingSonny Jiang2015-06-101-9/+17
* drm/amdgpu: remove mclk_lockChristian König2015-06-031-2/+0
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-031-0/+801