aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01drm/amd/amdgpu: change pptable output format from ASCII to binaryEric Huang1-5/+2
2016-07-07drm/amdgpu: some improvement in parsing inputsEric Huang1-3/+9
2016-07-07drm/amdgpu: add the common code to support mclk ODEric Huang1-0/+55
2016-07-07drm/amdgpu: add the new common pm code to support sclk ODEric Huang1-9/+15
2016-07-07drm/amdgpu: add the new common pm code to select the clock levelsEric Huang1-18/+32
2016-07-07drm/amdgpu: add powerplay sclk OD support through sysfs (v2)Eric Huang1-0/+49
2016-06-17drm/amdgpu: missing bounds check in amdgpu_set_pp_force_state()Dan Carpenter1-15/+13
2016-05-04drm/amd/powerplay: add dpm force multiple levels on cz/tonga/fiji/polaris (v2)Eric Huang1-15/+36
2016-05-04drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius1-1/+1
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-8/+27
2016-03-02drm/amdgpu/pm: update current crtc info after setting the powerstateAlex Deucher1-3/+3
2016-02-22drm/amdgpu/pm: adjust display configuration after powerstateAlex Deucher1-2/+3
2016-02-22drm/amdgpu/pm: add some checks for PXAlex Deucher1-1/+20
2016-02-22drm/amdgpu: fix locking in force performance levelAlex Deucher1-2/+1
2016-02-10drm/amd/powerplay: add some sysfs interfaces for powerplay.Eric Huang1-1/+335
2016-02-10drm/amdgpu: remove the ring lock v2Christian König1-13/+6
2016-01-13drm/amdgpu: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-08drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)Rex Zhu1-1/+1
2015-12-21drm/amdgpu: support per device powerplay enablement (v2)Jammy Zhou1-15/+15
2015-12-21drm/amdgpu: enable sysfs interface for powerplayRex Zhu1-9/+11
2015-12-21drm/amdgpu: export amd_powerplay_func to amdgpu and other ip blockRex Zhu1-75/+140
2015-12-21drm/amdgpu: share struct amdgpu_pm_state_type with powerplay moduleRex Zhu1-4/+4
2015-10-23drm/amdgpu: don't try to recreate sysfs entries on resumeAlex Deucher1-0/+5
2015-10-19drm/amdgpu/dpm: don't add pwm attributes if DPM is disabledAlex Deucher1-2/+6
2015-08-17drm/amdgpu: don't grab dev->struct_mutex in pm functionsDaniel Vetter1-2/+0
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou1-2/+2
2015-06-10drm/amdgpu: enable vce powergatingSonny Jiang1-9/+17
2015-06-03drm/amdgpu: remove mclk_lockChristian König1-2/+0
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+801