1. 41f6a99 drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common code by Alex Deucher · 8 years ago
  2. cf8b611 drm/amdgpu: fix mec queue policy on single MEC asics by Alex Deucher · 8 years ago
  3. 378506a drm/amdgpu/gfx: create a common bitmask function (v2) by Alex Deucher · 8 years ago
  4. 943c05b drm/amdgpu/gfx8: drop per-APU CU limits by Alex Deucher · 8 years ago
  5. 6653ebd drm/amdgpu/gfx6: properly cache mc_arb_ramcfg by Alex Deucher · 8 years ago
  6. a7049de drm/amdgpu/gfx9: new queue policy, take first 2 queues of each pipe by Alex Deucher · 8 years ago
  7. 1361f45 drm/amdgpu/gfx9: allocate queues horizontally across pipes by Alex Deucher · 8 years ago
  8. b1e8b9c drm/amd/powerplay: fix memory leak in cz_hwmgr backend by Hawking Zhang · 8 years ago
  9. 95ef1f5 drm/amd/powerplay: fix memory leak in rv_hwmgr backend by Hawking Zhang · 8 years ago
  10. dd4e223 drm/amd/powerplay: add sclk and mclk overdrive for vega10 by Eric Huang · 8 years ago
  11. d0856f3 drm/amd/powerplay: fix populate dpm level failed when s3 on vega10. by Rex Zhu · 8 years ago
  12. b9509c8 drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for gmc9 by Huang Rui · 8 years ago
  13. 2a41918 drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for mmhub by Huang Rui · 8 years ago
  14. 89f99ce drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for gfxhub by Huang Rui · 8 years ago
  15. 916910a drm/amdgpu: fix the gart table cleared issue for S3 by Huang Rui · 8 years ago
  16. a0bae35 drm/amdgpu: add ip block number prints by Huang Rui · 8 years ago
  17. ed8cf00 drm/amdgpu: add ip name print for selecting ips with ip_block_mask by Huang Rui · 8 years ago
  18. 1191d11 drm/amdgpu: remove mmhub ip by Huang Rui · 8 years ago
  19. 373f592 drm/amdgpu: remove gfxhub ip by Huang Rui · 8 years ago
  20. 13052be drm/amdgpu: export mmhub get clockgating into gmc by Huang Rui · 8 years ago
  21. d5583d4 drm/amdgpu: export mmhub set clockgating into gmc by Huang Rui · 8 years ago
  22. 77f6c76 drm/amdgpu: export mmhub sw_init into gmc by Huang Rui · 8 years ago
  23. 0c8c084 drm/amdgpu: export gfxhub sw_init into gmc by Huang Rui · 8 years ago
  24. 1e4eccd drm/amdgpu: fix to miss program invalidation at resume by Huang Rui · 8 years ago
  25. 3dff4cc drm/amdgpu: abstract setup vmid config for gfxhub/mmhub by Huang Rui · 8 years ago
  26. d5c8739 drm/amdgpu: abstract disable identity aperture for gfxhub/mmhub by Huang Rui · 8 years ago
  27. 02c4704 drm/amdgpu: abstract system domain enablement for gfxhub/mmhub by Huang Rui · 8 years ago
  28. 41f6f31 drm/amdgpu: abstract cache initialization for gfxhub/mmhub by Huang Rui · 8 years ago
  29. 3426983 drm/amdgpu: abstract TLB initialization for gfxhub/mmhub by Huang Rui · 8 years ago
  30. fc4b884 drm/amdgpu: abstract system aperture initialization for gfxhub/mmhub by Huang Rui · 8 years ago
  31. 9bbad6f drm/amdgpu: abstract gart aperture initialization for gfxhub/mmhub by Huang Rui · 8 years ago
  32. a51dca4 drm/amdgpu: abstract gart table initialization for gfxhub/mmhub by Huang Rui · 8 years ago
  33. a107ebf drm/amdgpu: add saved_bo to save vce 4.0 context when suspend by Leo Liu · 8 years ago
  34. 78b3c83 drm/amdgpu: use existing function amdgpu_bo_create_kernel by Leo Liu · 8 years ago
  35. 91415a0 drm/amdgpu: add vcpu_bo cpu address for vce by Leo Liu · 8 years ago
  36. e59c020 drm/amdgpu: Move compute vm bug logic to amdgpu_vm.c by Alex Xie · 8 years ago
  37. 117a48a drm/amd/powerplay: enable CKS by default on vega10. by Rex Zhu · 8 years ago
  38. 040cd2d drm/amd/powerplay: Align with VBIOS to support AVFS parameters. by Rex Zhu · 8 years ago
  39. c5b053d drm/amd/powerplay: Add floor DCEF for DS on boot. by Rex Zhu · 8 years ago
  40. 90c1130 drm/amdgpu: use LRU mapping policy for SDMA engines by Andres Rodriguez · 8 years ago
  41. 6065343 drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3 by Andres Rodriguez · 8 years ago
  42. 795f281 drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4 by Andres Rodriguez · 8 years ago
  43. effd924 drm/amdgpu: untie user ring ids from kernel ring ids v6 by Andres Rodriguez · 8 years ago
  44. ecd910e drm/amdgpu: workaround tonga HW bug in HQD programming sequence by Andres Rodriguez · 8 years ago
  45. 894700f drm/amdgpu: condense mqd programming sequence by Andres Rodriguez · 8 years ago
  46. 0a281f5 drm/amdgpu: new queue policy, take first 2 queues of each pipe v2 by Andres Rodriguez · 8 years ago
  47. 7b2124a drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2 by Andres Rodriguez · 8 years ago
  48. de65513 drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES by Andres Rodriguez · 8 years ago
  49. e33fec4 drm/amdgpu: allocate queues horizontally across pipes by Andres Rodriguez · 8 years ago
  50. 5e70956 drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.c by Andres Rodriguez · 8 years ago
  51. d0b63bb3 drm/amdkfd: allow split HQD on per-queue granularity v5 by Andres Rodriguez · 8 years ago
  52. 763a47b drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3 by Andres Rodriguez · 8 years ago
  53. 78c1683 drm/amdgpu: allow split of queues with kfd at queue granularity v4 by Andres Rodriguez · 8 years ago
  54. 42794b2 drm/amdgpu: take ownership of per-pipe configuration v3 by Andres Rodriguez · 8 years ago
  55. d59095f drm/radeon: take ownership of pipe initialization by Andres Rodriguez · 8 years ago
  56. dc102c4 drm/amdgpu: rename rdev to adev by Andres Rodriguez · 8 years ago
  57. 8ae0d2b drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptr by Andres Rodriguez · 8 years ago
  58. 97bf47b drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2 by Andres Rodriguez · 8 years ago
  59. 486d807 drm/amdgpu: remove duplicate definition of cik_mqd by Andres Rodriguez · 8 years ago
  60. bf13ed6 drm/amdgpu: detect timeout error when deactivating hqd by Andres Rodriguez · 8 years ago
  61. 34130fb drm/amdgpu: refactor MQD/HQD initialization v3 by Andres Rodriguez · 8 years ago
  62. 268cb4c drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation by Andres Rodriguez · 8 years ago
  63. 75f0e32 drm/amd/powerplay: code clean up in vega10_hwmgr.c by Rex Zhu · 8 years ago
  64. 93480f8 Revert "drm/amd/powerplay: disable engine spread spectrum feature on Vega10." by Rex Zhu · 8 years ago
  65. df057e0 drm/amd/powerplay: enable deep sleep by default for vega10 by Rex Zhu · 8 years ago
  66. 4022e4f drm/amd/powerplay: enable ulv feature by default for vega10. by Rex Zhu · 8 years ago
  67. 301654a drm/amdgpu: stop joining VM PTE updates by Christian König · 8 years ago
  68. 53e2e91 drm/amdgpu: cache the complete pde by Christian König · 8 years ago
  69. bb37b67 drm/amdgpu: Remove two ! operations in an if condition by Alex Xie · 8 years ago
  70. dd684d3 drm/amdgpu: Optimize a function called by every IB sheduling by Alex Xie · 8 years ago
  71. 1410f64 drm/amdgpu: Program ring for vce instance 1 at its register space by Leo Liu · 8 years ago
  72. cc28c4e drm/amdgpu: Return EINVAL if no PT BO by Harish Kasiviswanathan · 8 years ago
  73. 92456b9 drm/amdgpu: add some extra VM error handling by Christian König · 8 years ago
  74. b116632 drm/amdgpu: cleanup adjust_mc_addr handling v4 by Christian König · 8 years ago
  75. e8835e0 drm/amdgpu: enable lbpw on raven by Hawking Zhang · 8 years ago
  76. ba7bb66 drm/amdgpu: init lbpw on raven by Hawking Zhang · 8 years ago
  77. 1d30b99 drm/amdgpu: update sdma 4.1 raven specific golden settings by Hawking Zhang · 8 years ago
  78. 7b6ba9e drm/amdgpu: update GC 9.1 raven specific golden settings by Hawking Zhang · 8 years ago
  79. 01b5cc3 drm/amdgpu: update GC 9.1 golden settings by Hawking Zhang · 8 years ago
  80. 1974a2a drm/amdgpu: remove unnecessary debug message by Hawking Zhang · 8 years ago
  81. 88eadc3 drm/amd/powerplay: fix set tools address for Vega10 by Eric Huang · 8 years ago
  82. 4edc8f7 drm/amd/powerplay: fix soft pptable size for Vega10 by Eric Huang · 8 years ago
  83. 2dc80b0 drm/amdgpu: optimize amdgpu driver load & resume time by Shirish S · 8 years ago
  84. 7e1544a drm/amdgpu: fix null point error when rmmod amdgpu. by Rex Zhu · 8 years ago
  85. 5001793 drm/amd/powerplay: set powerplay support cap on raven by Hawking Zhang · 8 years ago
  86. 9e23f19 drm/amd/powerplay: bypass pptable process on raven by Hawking Zhang · 8 years ago
  87. efb792c drm/amd/powerplay: add get_temperature interface for raven by Hawking Zhang · 8 years ago
  88. 5746f36 drm/amd/powerplay: update magic number for rv hw backend by Hawking Zhang · 8 years ago
  89. f0846b2 drm/amd/powerplay: using MinFClock/MaxFclock to report Min/Max memory clock limits by Hawking Zhang · 8 years ago
  90. 98990fa drm/radeon: Cleanup pageflipping IRQ handling for evergreen, si by Lyude · 8 years ago
  91. 5cc4e5f drm/radeon: Cleanup HDMI audio interrupt handling for evergreen by Lyude · 8 years ago
  92. 4cd096d drm/radeon: Cleanup display interrupt handling for evergreen, si by Lyude · 8 years ago
  93. e30a522 drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4) by Alex Deucher · 8 years ago
  94. ba0c19f drm/amdgpu/gfx9: fix resume of KIQ and KCQs (v2) by Alex Deucher · 8 years ago
  95. 0f1dfd5 drm/amdgpu/gfx9: move SET_RESOURCES into the same command stream by Alex Deucher · 8 years ago
  96. bd3402e drm/amdgpu/gfx9: wait once for all KCQs to be created by Alex Deucher · 8 years ago
  97. 898b789 drm/amdgpu: split gfx_v9_0_kiq_init_queue into two by Alex Deucher · 8 years ago
  98. b5ab16b drm/amdgpu: properly byteswap gpu_info firmware by Alex Deucher · 8 years ago
  99. cd70f3d drm/amd/powerplay: PP/DAL interface changes for dynamic clock switch by Rex Zhu · 8 years ago
  100. 8f55086 drm/amd/powerplay: add function set_clock_limit for Rv. by Rex Zhu · 8 years ago