1. d018772 drm/amd/powerplay: add some display/powerplay interfaces by Eric Huang · 8 years ago
  2. 2a50710 drm/amd/powerplay: add global PowerPlay mutex. by Rex Zhu · 8 years ago
  3. 93a4aec drm/amd/powerplay: remove unneeded conversions to bool by Andrew F. Davis · 8 years ago
  4. dd4bdf3 drm/amd/powerplay: add voltage change support through pp_table by Eric Huang · 8 years ago
  5. 9f8df7d drm/amd/amdgpu: Update read_sensor calls to have size parameter (v3) by Tom St Denis · 8 years ago
  6. cd7b0c6 drm/amd/powerplay: change parameter type pointer from int32_t to void in read sensor by Eric Huang · 8 years ago
  7. 34bb273 drm/amd/amdgpu: add power profile sysfs entry by Eric Huang · 8 years ago
  8. 8fdf269 drm/amdgpu:fix powerplay logic by Monk Liu · 8 years ago
  9. 1c86380 drm/amd/powerplay: refine powerplay interface. by Rex Zhu · 8 years ago
  10. 0fb829d drm/amd/powerplay: refine print message for amd_powerplay by Huang Rui · 8 years ago
  11. 7bd5542 drm/amd/powerplay: reshuffle headers to make pr_fmt macro before <linux/xxx.h> by Huang Rui · 8 years ago
  12. 167112b drm/amd/powerplay: add callbacks to move smc firmware request into sw_init phase by Huang Rui · 8 years ago
  13. e9efaaa drm/amd/powerplay: Fix potential NULL pointer issue by Xiangliang Yu · 8 years ago
  14. 7b1e8ca drm/amdgpu: Disable DPM in virtualization by Trigger Huang · 8 years ago
  15. ba5f884 drm/amdgpu/powerplay: pp module only enable smu when dpm disabled. by Rex Zhu · 8 years ago
  16. 72a16a9 drm/amd/powerplay: export a function to read fan rpm by Grazvydas Ignotas · 8 years ago
  17. 597be30 drm/amdgpu/powerplay: add an implementation for get_vce_clock_state (v3) by Alex Deucher · 8 years ago
  18. f8a4c11 drm/amd/powerplay: mark symbols static where possible by Baoyou Xie · 8 years ago
  19. 465f96e drm/amd/powerplay: export function to help to set cg by smu. by Rex Zhu · 8 years ago
  20. 3de4ec5 drm/amd/powerplay: Replace per-asic print_performance with generic by Tom St Denis · 8 years ago
  21. a6e3695 drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3) by Tom St Denis · 8 years ago
  22. efdf7a93 amd/powerplay: use kmemdup instead of kmalloc + memcpy by Edward O'Callaghan · 8 years ago
  23. 48fad3a drm/amd/powerplay: original power state table should not be changed. by Rex Zhu · 8 years ago
  24. d36f3e0 drm/amd/powerplay: avoid NULL pointer dereference by Heinrich Schuchardt · 8 years ago
  25. af223df drm/amdgpu: add module parameters to ctrl powerplay feature by Rex Zhu · 8 years ago
  26. ed5121a drivers/amdgpu: Use 'true/false' for bool typed variables by Edward O'Callaghan · 8 years ago
  27. 4dcf9e6 drm/amd/powerplay: add uploading pptable and resetting powerplay support by Eric Huang · 9 years ago
  28. f2bdc05 drm/amdgpu: add the common code to support mclk OD by Eric Huang · 9 years ago
  29. 428bafa drm/amdgpu: add powerplay sclk OD support through sysfs (v2) by Eric Huang · 9 years ago
  30. 9d8f086 drm/amdgpu: fix memleak in pptable_init by Monk Liu · 9 years ago
  31. b4eeed5 drm/amd/powerplay: rewrite pp_sw_init to make code readable by Huang Rui · 9 years ago
  32. 88a907d drm/amd/amdgpu: Add name field to amd_ip_funcs (v2) by Tom St Denis · 9 years ago
  33. 16a7989 drm/amd/amdgpu: Drop print_status callbacks. by Tom St Denis · 9 years ago
  34. 5632708 drm/amd/powerplay: add dpm force multiple levels on cz/tonga/fiji/polaris (v2) by Eric Huang · 9 years ago
  35. 7383bcb drm/amd/powerplay: return 0 when interface not implement on some asic. by Rex Zhu · 9 years ago
  36. 538333f drm/amd/powerplay: add default clockgating handling by Flora Cui · 9 years ago
  37. 65f85e7 drm/amd/powerplay: add GFX per cu powergating support through SMU/powerplay by Eric Huang · 9 years ago
  38. 03e3905 drm/amd/powerplay: add all blocks clockgating support through SMU/powerplay by Eric Huang · 9 years ago
  39. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 9 years ago
  40. dc26a2a drm/amd/powerplay: export AMD_PP_EVENT_COMPLETE_INIT task to amdgpu. by Rex Zhu · 9 years ago
  41. 0994c09 drm/amd/powerplay: fix code style warning. by Rex Zhu · 9 years ago
  42. fa9e699 drm/amd/powerplay: add powerplay valid check to avoid null point. by Rex Zhu · 9 years ago
  43. 155f1127c drm/amd/powerplay: Make declarations of functions exposed to DAL type-safe. by David Rokhvarg · 9 years ago
  44. e273b04 drm/amd/powerplay: export interface to DAL. by Rex Zhu · 9 years ago
  45. 4732913 drm/amd/powerplay: change struct name. by Rex Zhu · 9 years ago
  46. f3898ea drm/amd/powerplay: add some sysfs interfaces for powerplay. by Eric Huang · 9 years ago
  47. 9441f96 drm/amdgpu: add a message to indicate when powerplay is enabled (v2) by Alex Deucher · 9 years ago
  48. e0b71a7 drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume. by Rex Zhu · 9 years ago
  49. a969e16 drm/amd/powerplay: add powerplay valid check to avoid null point. (v2) by Rex Zhu · 9 years ago
  50. 1c9a908 amd/powerplay: Fix get dal power level by Vitaly Prosyak · 9 years ago
  51. c4dd206 amd\powerplay Implement get dal power level by Vitaly Prosyak · 9 years ago
  52. 7fb72a1 drm/amd/powerplay: export interface to DAL to init/change display configuration. by Rex Zhu · 9 years ago
  53. cac9a19 drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs by Rex Zhu · 9 years ago
  54. 577bbe0 drm/amd/powerplay: implement functions of amd_powerplay_func by Rex Zhu · 9 years ago
  55. e92a037 drm/amd/powerplay: add event manager sub-component by Rex Zhu · 9 years ago
  56. 3bace35 drm/amd/powerplay: add hardware manager sub-component by Jammy Zhou · 9 years ago
  57. ac885b3 drm/amd/powerplay: add SMU manager sub-component by Jammy Zhou · 9 years ago
  58. 1f7371b drm/amd/powerplay: add basic powerplay framework by Alex Deucher · 9 years ago