summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: fix memory leak of tdp_tableColin Ian King2016-03-211-1/+3
* Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-175-24/+14
|\
| * drm/amd/powerplay: show uvd/vce power gate enablement for tonga.Rex Zhu2016-03-171-1/+3
| * drm/amd/powerplay: show uvd/vce power gate info for fijiRex Zhu2016-03-171-1/+4
| * drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance issue...Eric Huang2016-03-161-0/+5
| * drm/amd/powerplay: use pp_endian.h for TongaAlex Deucher2016-03-141-11/+1
| * drm/amd/powerplay: use pp_endian.h for FijiAlex Deucher2016-03-141-11/+1
* | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-162-3/+9
|\|
| * drm/amd/powerplay: refine the dmesg info.Rex Zhu2016-03-052-3/+9
* | Merge drm-fixes into drm-next.Dave Airlie2016-03-143-3/+36
|\ \ | |/ |/|
| * drm/amdgpu/powerplay/cz: enable/disable vce dpm independent of vce pgAlex Deucher2016-03-021-1/+1
| * drm/amdgpu/cz: plumb pg flags through to powerplayAlex Deucher2016-02-081-0/+13
| * drm/amdgpu/tonga: plumb pg flags through to powerplayAlex Deucher2016-02-081-2/+12
| * drm/amd/powerplay/tonga: disable vce pgAlex Deucher2016-02-081-0/+2
| * drm/amd/powerplay/tonga: disable uvd pgAlex Deucher2016-02-081-0/+3
| * drm/amd/powerplay/cz: disable vce pgAlex Deucher2016-02-081-0/+3
| * drm/amd/powerplay/cz: disable uvd pgAlex Deucher2016-02-081-0/+2
* | drm/amd/powerplay: Enable low mem pstate when cancel_highEric Yang2016-02-101-1/+1
* | drm/amd/powerplay: Use correct clock in cz_apply_state_adjust_rulesEric Yang2016-02-101-2/+2
* | drm/amd/powerplay: get real display device num by cgs interfaceRex Zhu2016-02-101-9/+16
* | drm/amd/powerplay: Use engine clock limit calculated by dalVitaly Prosyak2016-02-101-3/+3
* | drm/amd/powerplay: implement functions in carrizo for DAL.Rex Zhu2016-02-101-11/+115
* | drm/amd/powerplay: export interface to DAL.Rex Zhu2016-02-101-2/+89
* | drm/amd/powerplay: change struct name.Rex Zhu2016-02-102-3/+3
* | drm/amd/powerplay: add some hwmgr functions for sysfs interface on TongaEric Huang2016-02-101-0/+123
* | drm/amd/powerplay: add some hwmgr functions for sysfs interface on CarrizoEric Huang2016-02-101-0/+51
* | drm/amd/powerplay: add hwmgr's functions for Fiji sysfs interfaces.Eric Huang2016-02-101-0/+123
* | drm/amd/powerplay: indent a couple if statementsDan Carpenter2016-02-101-2/+2
|/
* drm/amdgpu/powerplay: include asm/div64.h for do_div()Stephen Rothwell2016-01-122-2/+2
* drm/amd/powerplay: implement power down asic task for CZRex Zhu2016-01-081-0/+55
* drm/amd/powerplay: enable power down asic task. (v2)Rex Zhu2016-01-081-1/+16
* drm/amdgpu: fix hex/decimal bug when show gpu load.Rex Zhu2016-01-082-10/+10
* drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.Rex Zhu2016-01-081-1/+10
* drm/amd/powerplay: fix Smatch static checker warningsRex Zhu2016-01-086-30/+49
* drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)Rex Zhu2016-01-084-312/+307
* drm/amd/powerplay: fix bug that NULL checks are reversed.Rex Zhu2016-01-081-5/+5
* drm/amd/powerplay: precedence bug in init_non_clock_fields()Dan Carpenter2016-01-041-2/+2
* drm: powerplay: use div64_s64 instead of do_divArnd Bergmann2016-01-041-1/+1
* amd/powerplay: fix copy paste typo in hardwaremanager.cAlex Deucher2015-12-211-1/+1
* amd/powerplay: don't enable ucode fan control if vbios has no fan tableAlex Deucher2015-12-211-0/+3
* drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)Rex Zhu2015-12-211-1/+12
* drm/amd/powerplay: add point check to avoid NULL point hang.Rex Zhu2015-12-211-13/+47
* drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.David Rokhvarg2015-12-211-2/+4
* drm/amd/powerplay: Don't return an error if fan table is missingAlex Deucher2015-12-211-1/+1
* drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_initAlex Deucher2015-12-211-0/+2
* drm/powerplay: add debugging output to processpptables.cAlex Deucher2015-12-211-13/+29
* drm/powerplay: add debugging output to tonga_processpptables.cAlex Deucher2015-12-211-13/+26
* amd/powerplay: Add structures required to report configuration changeEric Yang2015-12-213-39/+65
* amd/powerplay: Fix get dal power levelVitaly Prosyak2015-12-212-4/+5
* amd\powerplay Implement get dal power levelVitaly Prosyak2015-12-212-2/+34