1. 928d467 drm/amdgpu/sdma3: add ring callbacks for ib and dma frame size by Alex Deucher · 8 years ago
  2. fe7c0f2 drm/amdgpu/sdma2.4: add ring callbacks for ib and dma frame size by Alex Deucher · 8 years ago
  3. 77b52a5 drm/amdgpu/cik_sdma: add ring callbacks for ib and dma frame size by Alex Deucher · 8 years ago
  4. 229e2d4 drm/amdgpu/si_dma: add ring callbacks for ib and dma frame size by Alex Deucher · 8 years ago
  5. 7512ad1 drm/amdgpu/gfx8: add ring callbacks for ib and dma frame size by Alex Deucher · 8 years ago
  6. b04e26b drm/amdgpu/gfx7: add ring callbacks for ib and dma frame size by Alex Deucher · 8 years ago
  7. a851d0f drm/amdgpu/gfx6: add ring callbacks for ib and dma frame size by Alex Deucher · 8 years ago
  8. b6384ff drm/amdgpu/ring: add an interface to get dma frame and ib size by Alex Deucher · 8 years ago
  9. e75a887 drm/amdgpu/sdma3: drop unused functions by Alex Deucher · 8 years ago
  10. 95e588a drm/amdgpu/gfx6: drop gds_switch callback by Alex Deucher · 8 years ago
  11. 0f444c2 drm/amdgpu/gfx6: add ring_emit_cntxcntl by Alex Deucher · 8 years ago
  12. 668f52c drm/amdgpu/gfx6: drop duplicate code by Alex Deucher · 8 years ago
  13. 2255e8c drm/amdgpu/si: fix ring size for compute by Alex Deucher · 8 years ago
  14. 72f417a drm/amd/powerplay: Partially revert change initialize platform caps by Rex Zhu · 8 years ago
  15. d932f37 drm/amdgpu: not set cg for vce/uvd in late init. by Rex Zhu · 8 years ago
  16. aa0ef3c drm/amd/powerplay: add pptable point check before use it by Rex Zhu · 8 years ago
  17. b1c8e1e drm/amd/powerplay: add pp_table_version in hwmgr. by Rex Zhu · 8 years ago
  18. e1aa571 drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0*. by Rex Zhu · 8 years ago
  19. a47c78d drm/amdgpu/vi: Use correct external_rev_id for stoney by Jordan Lazare · 8 years ago
  20. 056472f drm/amdgpu: use explicit limit for VRAM<->GTT moves by Christian König · 8 years ago
  21. 08291c5 drm/amdgpu: use explicit GTT limit for evictions by Christian König · 8 years ago
  22. 78ab0a3 drm/amdgpu: unbind GTT only when it is bound by Christian König · 8 years ago
  23. 9702d40 drm/amdgpu: add AMDGPU_BO_INVALID_OFFSET by Christian König · 8 years ago
  24. aa29040 drm/amdgpu: validate size and offset of user fence BO by Christian König · 8 years ago
  25. 283cde6 drm/ttm: rework handling of private mem types by Christian König · 8 years ago
  26. 5d98d0bc drm/ttm: use ffs in ttm_mem_type_from_place by Christian König · 8 years ago
  27. 5756b15 drm/radeon: handle runtime pm in fbcon (v2) by Alex Deucher · 8 years ago
  28. 7c1fa1d drm/amdgpu: handle runtime pm in fbcon (v2) by Alex Deucher · 8 years ago
  29. 6861c83 drm/amdgpu/si/dpm: fix symbol conflicts with radeon by Alex Deucher · 8 years ago
  30. a104777 drm/amdgpu/si/dpm: make a bunch of things static by Alex Deucher · 8 years ago
  31. 5cd92f8 drm/amd/powerplay/polaris10: mark symbols static where possible by Baoyou Xie · 8 years ago
  32. 812a465 drm/amd/powerplay/fiji: mark symbols static where possible by Baoyou Xie · 8 years ago
  33. 761c2e8 drm/amdgpu: mark symbols static where possible by Baoyou Xie · 8 years ago
  34. 9ca91fd drm/amdgpu: add missing header dependencies by Baoyou Xie · 8 years ago
  35. efdf7a93 amd/powerplay: use kmemdup instead of kmalloc + memcpy by Edward O'Callaghan · 8 years ago
  36. 41698ab drm/amd/powerplay: delete duplicated function and definition. by Rex Zhu · 8 years ago
  37. 00d57e6 drm/amd/powerplay: move smu related variable definitions to smumgr. by Rex Zhu · 8 years ago
  38. 026c881 drm/amd/powerplay: wrap get evv voltage functions by Rex Zhu · 8 years ago
  39. 8bea252 drm/amd/powerplay: add helper function to get voltage id in votage table by Rex Zhu · 8 years ago
  40. 9597f40 drm/amd/powerplay: initialize platform caps in hwmgr_init. by Rex Zhu · 8 years ago
  41. 5141e9d drm/amd/powerplay: add module parameter to mask pp features by Rex Zhu · 8 years ago
  42. 6429fb6 drm/amd/powerplay: add feature flags in hwmgr to enable/disable special features. by Rex Zhu · 8 years ago
  43. c63e2d4 drm/amd/powerplay: mark symbols static where possible on tonga/iceland. by Rex Zhu · 8 years ago
  44. e9d035e drm/amdgpu: use error label to handle exceptional case by Huang Rui · 8 years ago
  45. 441f90e drm/amdgpu: update gart_pin_size if bo is in GTT by Flora Cui · 8 years ago
  46. c855e25 drm/amdgpu: bind GTT on demand by Christian König · 8 years ago
  47. 71c76a0 drm/amdgpu: fix GTT offset handling by Christian König · 8 years ago
  48. d28d6e6 drm: modify drm_global_item_ref to avoid two times of writing ref->object by Huang Rui · 8 years ago
  49. 753ad49 drm/amdgpu:implement CONTEXT_CONTROL (v5) by Monk Liu · 8 years ago
  50. 1db422d drm/amd/powerplay: declare functions instand of include header file. by Rex Zhu · 8 years ago
  51. 519df8a drm/amd/powerplay: calculate flexible array member's address. by Rex Zhu · 8 years ago
  52. e7b5494 drm/amdgpu/si: Call amdgpu_ttm_set_active_vram_size from si_dma_start/stop by Michel Dänzer · 8 years ago
  53. 8640fae drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel() by Junwei Zhang · 8 years ago
  54. aa1d562 drm/amdgpu: add a new helper to free a BO in kernel allocations by Junwei Zhang · 8 years ago
  55. ad2473a drm/amd/amdgpu: Fix return values in SI DPM code by Tom St Denis · 8 years ago
  56. fd50655 drm/amdgpu: move some release handles into fail labels (v2) by Huang Rui · 8 years ago
  57. f166d9f drm/amd/amdgpu: Remove double lock from gfx v6 by Tom St Denis · 8 years ago
  58. 075719c drm/amd/amdgpu: Convert messages in gmc v6 to dev_*() by Tom St Denis · 8 years ago
  59. e5c5304 drm/amd/amdgpu: Comment out currently unused SI DPM struct by Tom St Denis · 8 years ago
  60. f80c738 drm/amd/amdgpu: Tidy up SI SMC code (v2) by Tom St Denis · 8 years ago
  61. 6e9057a drm/amd/amdgpu: Tidy up SI IH code by Tom St Denis · 8 years ago
  62. 77d318a drm/amd/amdgpu: Correct whitespace in SI DPM code by Tom St Denis · 8 years ago
  63. c3d98645 drm/amd/amdgpu: Clean up SI DPM table assignments by Tom St Denis · 8 years ago
  64. 9623e4b drm/amd/amdgpu: Allow calling si_dpm_fini at any point by Tom St Denis · 8 years ago
  65. cb5df31 drm/amd/amdgpu: Tidy up SI DMA code by Tom St Denis · 8 years ago
  66. a3fd807 drm/amd/powerplay: fix issue power containment not enabled on Tonga. by Rex Zhu · 8 years ago
  67. 2377cd9 drm/amd/powerplay: enable/disable auto thermal throttle for tonga. by Rex Zhu · 8 years ago
  68. 74b0b15 drm/amd/amdgpu: S4 issue for amdgpu (v2) by jimqu · 8 years ago
  69. 3aecd24 drm/amdgpu: change job->ctx field name by Monk Liu · 8 years ago
  70. d4946cc drm/amdgpu: new method to sync ce&de by Monk Liu · 8 years ago
  71. ea4a8c1 drm/amdgpu: add VCE VM mode support by Maruthi Srinivas Bayyavarapu · 8 years ago
  72. 832c6ef drm/amd/amdgpu: Merge get_wptr functions in gfx6 by Tom St Denis · 8 years ago
  73. e7706b4 drm/amd/amdgpu: Merge get_rptr functions in gfx8 by Tom St Denis · 8 years ago
  74. f1c0efc drm/amd/amdgpu: Merge get_rptr functions in gfx7 by Tom St Denis · 8 years ago
  75. 6f924e2 drm/amd/amdgpu: Merge get_rptr functions in gfx6 by Tom St Denis · 8 years ago
  76. 4aeacf0 drm/amd/amdgpu: Various tidy ups for gfx6 by Tom St Denis · 8 years ago
  77. 142333d drm/amd/amdgpu: Simplify mask creation in gfx6 by Tom St Denis · 8 years ago
  78. deca1d1 drm/amd/amdgpu: Add GRBM lock to various SI functions by Tom St Denis · 8 years ago
  79. 48fad3a drm/amd/powerplay: original power state table should not be changed. by Rex Zhu · 8 years ago
  80. cfcc283c drm/amd/powerplay: refine struct name for coding style reason. by Rex Zhu · 8 years ago
  81. 48d7b75 drm/amd/powerplay: add vce state tables initialize for ppt v1. by Rex Zhu · 8 years ago
  82. 791a57d drm/amd/powerplay: refine struct name for code style reason. by Rex Zhu · 8 years ago
  83. 662bfa6 drm/amdgpu: prevent command submission failures under memory pressure v2 by Christian König · 8 years ago
  84. 1abdc3d drm/amdgpu: only try again if we actually run into -ENOMEM by Christian König · 8 years ago
  85. a801abe drm/radeon: wire up a pci shutdown callback by Alex Deucher · 8 years ago
  86. 61e1130 drm/amdgpu: wire up a pci shutdown callback by Alex Deucher · 8 years ago
  87. 9b96b63 drm/radeon: handle runtime pm in drm pre/post close by Alex Deucher · 8 years ago
  88. d6bda7b drm/amdgpu: handle runtime pm in drm pre/post close by Alex Deucher · 8 years ago
  89. 32c59dc drm/radeon: handle runtime pm correctly in amdgpu_driver_open_kms by Alex Deucher · 8 years ago
  90. dc08267 drm/amdgpu: handle runtime pm correctly in amdgpu_driver_open_kms by Alex Deucher · 8 years ago
  91. 5e0b161 drm/radeon: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF by Alex Deucher · 8 years ago
  92. 103917b drm/radeon: set runtime pm state to active on resume by Alex Deucher · 8 years ago
  93. f46cf37 drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF by Alex Deucher · 8 years ago
  94. 85e154c drm/amdgpu: set runtime pm state to active on resume by Alex Deucher · 8 years ago
  95. e6c71b4 drm/amdgpu/gfx6: drop some dead code by Alex Deucher · 8 years ago
  96. 2c0d731 drm/amdgpu: add gart recovery by gtt list V2 by Chunming Zhou · 8 years ago
  97. 5c1354b drm/amdgpu: link all gtt when binding them V2 by Chunming Zhou · 8 years ago
  98. 78fbb68 drm/amdgpu: add si pciids v2 by Ken Wang · 9 years ago
  99. a8c65c1 drm/amdgpu/si: Add updated smc firmware for SI kickers by Alex Deucher · 8 years ago
  100. 295d0da drm/amdgpu: Add SI Family information by Ken Wang · 8 years ago