1. b1116f6 drm: Remove superflous linux/fb.h includes by Daniel Vetter · 8 years ago
  2. 538f1ef drivers/amdgpu: Remove redundant itermediate return val by Edward O'Callaghan · 8 years ago
  3. 4ba27f9 drivers/amdgpu: Use canonical boolean form in various predicates by Edward O'Callaghan · 8 years ago
  4. 5969a8c drivers/amdgpu: Remove redundant casts on kzalloc() calls by Edward O'Callaghan · 8 years ago
  5. ed5121a drivers/amdgpu: Use 'true/false' for bool typed variables by Edward O'Callaghan · 8 years ago
  6. 5e58052 Backmerge tag 'v4.7' into drm-next by Dave Airlie · 8 years ago
  7. e013c91 drm/amd/powerplay: change condition judgment as function's return value changed. by Rex Zhu · 8 years ago
  8. d1371f8 drm/amdgpu: change pcie_gen_cap magic code to macro by Huang Rui · 8 years ago
  9. 0a81a87 drm/amd/powerplay: remove useless soft pptable in Asic related backend by Eric Huang · 8 years ago
  10. e8c1fe9 drm/amd/powerplay: remove useless pp_table codes for Tonga/Fiji/Polaris10 by Eric Huang · 8 years ago
  11. 76ad42c drm/amd/powerplay: change backend allocation to backend init by Eric Huang · 8 years ago
  12. 57461af drm/amd/powerplay: add disable dpm tasks for Tonga by Eric Huang · 8 years ago
  13. f715d5b drm/amd/powerplay: add mclk OD(overdrive) support for Tonga by Eric Huang · 8 years ago
  14. 9ccd4e1 drm/amd/powerplay: add sclk OD support on Tonga by Eric Huang · 8 years ago
  15. 1dfefee drm/amd/powerplay: fix incorrect voltage table value for tonga by Huang Rui · 8 years ago
  16. a2fb493 drm/amd/powerplay: initialize variables which were missed. by Rex Zhu · 8 years ago
  17. 5f96ddb drm/amd/powerplay: delete useless code as pptable changed in vbios. by Rex Zhu · 8 years ago
  18. 510e65d drm/amd/powerplay/hwmgr: use kmemdup by Muhammad Falak R Wani · 8 years ago
  19. 3b59c34 drm/amd/powerplay: fix bugs of checking if dpm is running on Tonga by Eric Huang · 8 years ago
  20. e2ed8a1 drm/amd/powerplay: fix a bug on updating sclk for Tonga by Eric Huang · 8 years ago
  21. 438498a drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clock by Nils Wallménius · 8 years ago
  22. 354ef92 drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clock by Nils Wallménius · 8 years ago
  23. 9887e42 drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clock by Nils Wallménius · 8 years ago
  24. edf600d drm/amd: cleanup remaining spaces and tabs v2 by Christian König · 8 years ago
  25. ce90dbd drm/powerplay: add missing clockgating callback for tonga by Alex Deucher · 8 years ago
  26. ac0cc35 drm/amd/powerplay/hwmgr: don't add invalid voltage by Moritz Kühner · 8 years ago
  27. c790f87 drm/amd/powerplay/hwmgr: prevent VDDC from exceeding 2V by Moritz Kühner · 8 years ago
  28. 92dea67 drm/amd/powerplay: revise reading/writing pptable on Tonga by Eric Huang · 8 years ago
  29. 5632708 drm/amd/powerplay: add dpm force multiple levels on cz/tonga/fiji/polaris (v2) by Eric Huang · 8 years ago
  30. dcf799e drm/amd/powerplay: fix issue that get wrong reference clock value. by Rex Zhu · 8 years ago
  31. f498d9e drm/amd: Mark some tables as const by Nils Wallménius · 8 years ago
  32. 7e8d1fb drm/amd/powerplay: fix stutter setup in mclk level init by Alex Deucher · 8 years ago
  33. a4333b4 drm/amd/powerplay: add deep sleep divider id into DPM table on Tonga by Eric Huang · 8 years ago
  34. 902d02d Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  35. d27d494 drm/amd/powerplay: show uvd/vce power gate enablement for tonga. by Rex Zhu · 9 years ago
  36. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 8 years ago
  37. 5d37a63 drm/amd/powerplay: add some hwmgr functions for sysfs interface on Tonga by Eric Huang · 9 years ago
  38. 52b52a8 drm/amdgpu/tonga: plumb pg flags through to powerplay by Alex Deucher · 9 years ago
  39. f997e6f drm/amd/powerplay/tonga: disable vce pg by Alex Deucher · 9 years ago
  40. 3d5afb4 drm/amd/powerplay/tonga: disable uvd pg by Alex Deucher · 9 years ago
  41. ab4f4b1 drm/amdgpu: fix hex/decimal bug when show gpu load. by Rex Zhu · 9 years ago
  42. c15c8d7 drm/amd/powerplay: fix Smatch static checker warnings by Rex Zhu · 9 years ago
  43. aa22ae4 drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init by Alex Deucher · 9 years ago
  44. 9c5f8de drm/amd/powerplay: display gpu load when print performance for tonga. by Rex Zhu · 9 years ago
  45. 17c00a2 drm/amd/powerplay: move shared function of vi to hwmgr. (v2) by Rex Zhu · 9 years ago
  46. 9dcfc19 drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga. by Eric Huang · 9 years ago
  47. c9fe74e drm/amd/powerplay: fix warning of cast to pointer from integer of different size. by Rex Zhu · 9 years ago
  48. 0104aa2 drm/amd/powerplay/tonga: Add UVD DPM init by Alex Deucher · 9 years ago
  49. 834b694 drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2) by Alex Deucher · 9 years ago
  50. 16881da drm/amdgpu: extract pcie helpers to common header by Alex Deucher · 9 years ago
  51. 9fe1837 drm/amd/powerplay/tonga: enable pcie and mclk forcing for low by Alex Deucher · 9 years ago
  52. e829ecd drm/amd/powerplay: implement new funcs to check current states for tonga. by Rex Zhu · 9 years ago
  53. 1e4854e drm/amdgpu/powerplay: implement thermal control for tonga. by Rex Zhu · 9 years ago
  54. 0859ed3 drm/amd/powerplay: Add CG and PG support for tonga by Rex Zhu · 9 years ago
  55. bbb207f drm/amdgpu/powerplay: program display gap for tonga. by Rex Zhu · 9 years ago
  56. 3ec2cdb drm/amd/powerplay: update atomctrl for fiji by Eric Huang · 9 years ago
  57. c82baa2 drm/amd/powerplay: add Tonga dpm support (v3) by yanyang1 · 9 years ago