summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/hwmgr
AgeCommit message (Expand)AuthorFilesLines
2016-05-05drm/amd: Mark some tables as constNils Wallménius4-16/+16
2016-05-05drm/amd/powerplay: fix stutter setup in mclk level initAlex Deucher1-8/+8
2016-05-05drm/amd/powerplay: add deep sleep divider id into DPM table on TongaEric Huang1-5/+24
2016-05-02drm/amd/powerplay: use min_clock_in_sr for deep sleep feature.Rex Zhu1-20/+30
2016-04-05drm/amd/powerplay: add uvd/vce dpm enabling flag default.Rex Zhu1-0/+3
2016-04-05drm/amd/powerplay: fix issue that resume back, dpm can't work on FIJI.Rex Zhu1-0/+6
2016-04-01drm/amd/powerplay: add new Fiji function for not setting same ps.Rex Zhu1-0/+63
2016-04-01drm/amd/powerplay: notify amdgpu whether dpm is enabled or not.Rex Zhu1-3/+10
2016-03-21drm/amd/powerplay: fix memory leak of tdp_tableColin Ian King1-1/+3
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie5-24/+14
2016-03-17drm/amd/powerplay: show uvd/vce power gate enablement for tonga.Rex Zhu1-1/+3
2016-03-17drm/amd/powerplay: show uvd/vce power gate info for fijiRex Zhu1-1/+4
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2-3/+9
2016-03-17drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance issue...Eric Huang1-0/+5
2016-03-14drm/amd/powerplay: use pp_endian.h for TongaAlex Deucher1-11/+1
2016-03-14drm/amd/powerplay: use pp_endian.h for FijiAlex Deucher1-11/+1
2016-03-14Merge drm-fixes into drm-next.Dave Airlie3-3/+36
2016-03-05drm/amd/powerplay: refine the dmesg info.Rex Zhu2-3/+9
2016-03-02drm/amdgpu/powerplay/cz: enable/disable vce dpm independent of vce pgAlex Deucher1-1/+1
2016-02-11drm/amd/powerplay: Enable low mem pstate when cancel_highEric Yang1-1/+1
2016-02-11drm/amd/powerplay: Use correct clock in cz_apply_state_adjust_rulesEric Yang1-2/+2
2016-02-11drm/amd/powerplay: get real display device num by cgs interfaceRex Zhu1-9/+16
2016-02-11drm/amd/powerplay: Use engine clock limit calculated by dalVitaly Prosyak1-3/+3
2016-02-11drm/amd/powerplay: implement functions in carrizo for DAL.Rex Zhu1-11/+115
2016-02-11drm/amd/powerplay: export interface to DAL.Rex Zhu1-2/+89
2016-02-11drm/amd/powerplay: change struct name.Rex Zhu2-3/+3
2016-02-10drm/amd/powerplay: add some hwmgr functions for sysfs interface on TongaEric Huang1-0/+123
2016-02-10drm/amd/powerplay: add some hwmgr functions for sysfs interface on CarrizoEric Huang1-0/+51
2016-02-10drm/amd/powerplay: add hwmgr's functions for Fiji sysfs interfaces.Eric Huang1-0/+123
2016-02-10drm/amd/powerplay: indent a couple if statementsDan Carpenter1-2/+2
2016-02-08drm/amdgpu/cz: plumb pg flags through to powerplayAlex Deucher1-0/+13
2016-02-08drm/amdgpu/tonga: plumb pg flags through to powerplayAlex Deucher1-2/+12
2016-02-08drm/amd/powerplay/tonga: disable vce pgAlex Deucher1-0/+2
2016-02-08drm/amd/powerplay/tonga: disable uvd pgAlex Deucher1-0/+3
2016-02-08drm/amd/powerplay/cz: disable vce pgAlex Deucher1-0/+3
2016-02-08drm/amd/powerplay/cz: disable uvd pgAlex Deucher1-0/+2
2016-01-12drm/amdgpu/powerplay: include asm/div64.h for do_div()Stephen Rothwell2-2/+2
2016-01-08drm/amd/powerplay: implement power down asic task for CZRex Zhu1-0/+55
2016-01-08drm/amd/powerplay: enable power down asic task. (v2)Rex Zhu1-1/+16
2016-01-08drm/amdgpu: fix hex/decimal bug when show gpu load.Rex Zhu2-10/+10
2016-01-08drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.Rex Zhu1-1/+10
2016-01-08drm/amd/powerplay: fix Smatch static checker warningsRex Zhu6-30/+49
2016-01-08drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)Rex Zhu4-312/+307
2016-01-08drm/amd/powerplay: fix bug that NULL checks are reversed.Rex Zhu1-5/+5
2016-01-05drm/amd/powerplay: precedence bug in init_non_clock_fields()Dan Carpenter1-2/+2
2016-01-04drm: powerplay: use div64_s64 instead of do_divArnd Bergmann1-1/+1
2015-12-22amd/powerplay: fix copy paste typo in hardwaremanager.cAlex Deucher1-1/+1
2015-12-22amd/powerplay: don't enable ucode fan control if vbios has no fan tableAlex Deucher1-0/+3
2015-12-22drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)Rex Zhu1-1/+12
2015-12-22drm/amd/powerplay: add point check to avoid NULL point hang.Rex Zhu1-13/+47