1. c745884 Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  2. ec71f12 Merge tag 'drm-amdkfd-fixes-2016-01-28' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes by Dave Airlie · 9 years ago
  3. 6357b75 drm/amdgpu: disable uvd and vce clockgating on Fiji by Alex Deucher · 9 years ago
  4. dba280b drm/amdgpu: remove exp hardware support from iceland by Alex Deucher · 9 years ago
  5. 951e096 drm/amdgpu: load MEC ucode manually on iceland by Alex Deucher · 9 years ago
  6. 97dde76 drm/amdgpu: don't load MEC2 on topaz by Alex Deucher · 9 years ago
  7. 8878d85 drm/amdgpu: drop topaz support from gmc8 module by Alex Deucher · 9 years ago
  8. 72b459c drm/amdgpu: pull topaz gmc bits into gmc_v7 by Alex Deucher · 9 years ago
  9. 8f3c162 drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above by Ken Wang · 9 years ago
  10. 429c45d drm/amdgpu: iceland use CI based MC IP by Ken Wang · 9 years ago
  11. e42d852 drm/amdgpu: move gmc7 support out of CIK dependency by Alex Deucher · 9 years ago
  12. ef72053 drm/amdgpu/gfx7: enable cp inst/reg error interrupts by Alex Deucher · 9 years ago
  13. 1d22a45 drm/amdgpu/gfx8: enable cp inst/reg error interrupts by Alex Deucher · 9 years ago
  14. a187f17 drm/amdgpu: mask out WC from BO on unsupported arches by Oded Gabbay · 9 years ago
  15. ad32152 drm/amdgpu: no need to load MC firmware on fiji by Alex Deucher · 9 years ago
  16. 55ce625 Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  17. 28b8d66 drm/amdgpu: only move pt bos in LRU list on success by Nicolai Hähnle · 9 years ago
  18. 642f0f2 drm/amdkfd: Remove unnecessary cast in kfree by Amitoj Kaur Chawla · 9 years ago
  19. f785d98 drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions() by Colin Ian King · 9 years ago
  20. 08b21d3 drm/amd/powerplay: Update SMU firmware loading for Stoney by Rex Zhu · 9 years ago
  21. f49d45c drm/amdgpu: don't init fbdev if we don't have any connectors by Alex Deucher · 9 years ago
  22. 41f2d99 drm/amdgpu: fix next_rptr handling for debugfs by Christian König · 9 years ago
  23. 9441f96 drm/amdgpu: add a message to indicate when powerplay is enabled (v2) by Alex Deucher · 9 years ago
  24. 78d0e18 drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2 by Christian König · 9 years ago
  25. 4b5ece2 drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2) by Eric Huang · 9 years ago
  26. 3466904 drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support by Jordan Lazare · 9 years ago
  27. 9571e1d drm/amdgpu: Use drm_calloc_large for VM page_tables array by Michel Dänzer · 9 years ago
  28. 9840650 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  29. a016af2 Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  30. 39c01bf amdkfd: Copy from the proper user command pointer by Borislav Petkov · 9 years ago
  31. 7776a69 drm/amdgpu: Add some tweaks to gfx 8 soft reset by Alex Deucher · 9 years ago
  32. e160e4d drm/amdgpu: fix tonga smu resume by Alex Deucher · 9 years ago
  33. e9c5e74 drm/amdgpu: add missing irq.h include by Dave Airlie · 9 years ago
  34. 6cfd777 Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 9 years ago
  35. d8e0cae drm/amdgpu: validate duplicates first by Christian König · 9 years ago
  36. eceb8a1 drm/amdgpu: move VM page tables to the LRU end on CS v2 by Christian König · 9 years ago
  37. cc29ec8 drm/amdgpu: use kobj_to_dev() by Geliang Tang · 9 years ago
  38. 403664b drm/amdgpu/cz: force vce clocks when sclks are forced by Alex Deucher · 9 years ago
  39. 5f57642 drm/amdgpu/cz: force uvd clocks when sclks are forced by Alex Deucher · 9 years ago
  40. 044c062 drm/amdgpu/cz: add code to enable forcing VCE clocks by Alex Deucher · 9 years ago
  41. d83b1e81 drm/amdgpu/cz: add code to enable forcing UVD clocks by Alex Deucher · 9 years ago
  42. 888c9e3 drm/amdgpu: fix lost sync_to if scheduler is enabled. by Chunming Zhou · 9 years ago
  43. f3b5cb3 drm/amd/powerplay: fix static checker warning for return meaningless value. by Rex Zhu · 9 years ago
  44. 8a0d560 drm/amdgpu/powerplay: include asm/div64.h for do_div() by Stephen Rothwell · 9 years ago
  45. 5f23236 drm/amdgpu: add irq domain support by Alex Deucher · 9 years ago
  46. ba228ac drm/amdgpu/cgs: add an interface to access PCI resources by Alex Deucher · 9 years ago
  47. 191caba drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2 by Christian König · 9 years ago
  48. 4d42fa4 drm/amd/powerplay: implement power down asic task for CZ by Rex Zhu · 9 years ago
  49. e1d32e6 drm/amd/powerplay: enable power down asic task. (v2) by Rex Zhu · 9 years ago
  50. 018462d drm/amd/powerplay: enable set boot state task by Rex Zhu · 9 years ago
  51. f556c27 drm/amd/powerplay: add thermal control task when resume. by Rex Zhu · 9 years ago
  52. ab4f4b1 drm/amdgpu: fix hex/decimal bug when show gpu load. by Rex Zhu · 9 years ago
  53. 0cfd9f2 drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI. by Rex Zhu · 9 years ago
  54. 9354573 drm/amdgpu: Show gpu load when display gpu performance for Ci. by Rex Zhu · 9 years ago
  55. e0b71a7 drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume. by Rex Zhu · 9 years ago
  56. a969e16 drm/amd/powerplay: add powerplay valid check to avoid null point. (v2) by Rex Zhu · 9 years ago
  57. c15c8d7 drm/amd/powerplay: fix Smatch static checker warnings by Rex Zhu · 9 years ago
  58. 75ac63d drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2) by Rex Zhu · 9 years ago
  59. 53d3de1 drm/amd/powerplay: fix bug that NULL checks are reversed. by Rex Zhu · 9 years ago
  60. 9d99388 Merge branch 'for-linus' into for-next by Takashi Iwai · 9 years ago
  61. 8f1d57c amdkfd: don't open-code memdup_user() by Al Viro · 9 years ago
  62. 15c3277 amdgpu/dce11: Add test for crtc < 0 to various DCEv11 functions by Tom St Denis · 9 years ago
  63. 9e4e1ae amdgpu/dce11: Remove division from dce_v11_0_vblank_wait() by Tom St Denis · 9 years ago
  64. 691ca86 amdgpu/vce3: Simplify vce_v3_0_hw_init and ensure both rings default to not ready. by Tom St Denis · 9 years ago
  65. 74af127 amdgpu/vce3: Remove magic constants from harvest register masks. by Tom St Denis · 9 years ago
  66. 81da2ed amdgpu/vce3: Simplify vce_v3_0_process_interrupt() by Tom St Denis · 9 years ago
  67. af18b0f amdgpu/vce3: Simplify vce_v3_0_soft_reset() by Tom St Denis · 9 years ago
  68. 92988e6 amdgpu/vce3: Simplify idle and wait for idle code by Tom St Denis · 9 years ago
  69. 1dab5f0 amdgpu/vce3: Cleanup harvest config function. by Tom St Denis · 9 years ago
  70. e1de741 drm/amdgpu: fix NULL in vm_grab_id while S3 back by Chunming Zhou · 9 years ago
  71. 7c9574f drm/amd/powerplay: precedence bug in init_non_clock_fields() by Dan Carpenter · 9 years ago
  72. b92c26d drm/amdgpu/cgs: cleanup some indenting by Dan Carpenter · 9 years ago
  73. 2500a3c drm/amd/powerplay: fix a reversed condition by Dan Carpenter · 9 years ago
  74. 6a53b31 drm: powerplay: use div64_s64 instead of do_div by Arnd Bergmann · 9 years ago
  75. 20f8e03 Backmerge drm-fixes merge into Linus's tree into drm-next. by Dave Airlie · 9 years ago
  76. 59c8231 Merge branch 'for-linus' into for-next by Takashi Iwai · 9 years ago
  77. fd3e14f Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 9 years ago
  78. eafbbd9 amd/powerplay: fix copy paste typo in hardwaremanager.c by Alex Deucher · 9 years ago
  79. 53d8eab amd/powerplay: disable powerplay by default initially by Alex Deucher · 9 years ago
  80. 45b0cf5 amd/powerplay: don't enable ucode fan control if vbios has no fan table by Alex Deucher · 9 years ago
  81. 605ed21 drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2) by Rex Zhu · 9 years ago
  82. cae9b9c drm/amd/powerplay: check whether need to enable thermal control. (v2) by Rex Zhu · 9 years ago
  83. 88b8dcb drm/amd/powerplay: add point check to avoid NULL point hang. by Rex Zhu · 9 years ago
  84. c90e5d2 drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock. by David Rokhvarg · 9 years ago
  85. 283b1a8 drm/amd/powerplay: Don't return an error if fan table is missing by Alex Deucher · 9 years ago
  86. aa22ae4 drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init by Alex Deucher · 9 years ago
  87. a71e06d drm/powerplay: add debugging output to processpptables.c by Alex Deucher · 9 years ago
  88. 1d5498c drm/powerplay: add debugging output to tonga_processpptables.c by Alex Deucher · 9 years ago
  89. 14f6341 amd/powerplay: Add structures required to report configuration change by Eric Yang · 9 years ago
  90. 1c9a908 amd/powerplay: Fix get dal power level by Vitaly Prosyak · 9 years ago
  91. c4dd206 amd\powerplay Implement get dal power level by Vitaly Prosyak · 9 years ago
  92. 9c5f8de drm/amd/powerplay: display gpu load when print performance for tonga. by Rex Zhu · 9 years ago
  93. 898b1de drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late by Alex Deucher · 9 years ago
  94. 17c00a2 drm/amd/powerplay: move shared function of vi to hwmgr. (v2) by Rex Zhu · 9 years ago
  95. 1ea6c1e drm/amd/powerplay: check whether enable dpm in powerplay. by Rex Zhu · 9 years ago
  96. 7ad4e7f drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing. by Rex Zhu · 9 years ago
  97. 195567e drm/amd/powerplay: fix boolreturn.cocci warnings by kbuild test robot · 9 years ago
  98. db18ce3 drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji. by Eric Huang · 9 years ago
  99. 9dcfc19 drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga. by Eric Huang · 9 years ago
  100. 7ae0a66 drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji. by Eric Huang · 9 years ago