1. 39b027d amdkfd: Implement the create/destroy/update queue IOCTLs by Oded Gabbay · 10 years ago
  2. b3f5e6b amdkfd: Add interrupt handling module by Andrew Lewycky · 10 years ago
  3. 64c7f8c amdkfd: Add device queue manager module by Ben Goz · 10 years ago
  4. 4510204 amdkfd: Add process queue manager module by Ben Goz · 10 years ago
  5. 241f24f amdkfd: Add packet manager module by Ben Goz · 10 years ago
  6. 31c21fe amdkfd: Add module parameter of scheduling policy by Ben Goz · 10 years ago
  7. ed6e6a3 amdkfd: Add kernel queue module by Ben Goz · 10 years ago
  8. 6e99df5 amdkfd: Add mqd_manager module by Ben Goz · 10 years ago
  9. ed8aab4 amdkfd: Add queue module by Ben Goz · 10 years ago
  10. b17f068 amdkfd: Add binding/unbinding calls to amd_iommu driver by Oded Gabbay · 10 years ago
  11. 19f6d2a amdkfd: Add basic modules to amdkfd by Oded Gabbay · 10 years ago
  12. 5b5c4e4 amdkfd: Add topology module to amdkfd by Evgeny Pinchuk · 10 years ago
  13. 4a488a7 amdkfd: Add amdkfd skeleton driver by Oded Gabbay · 10 years ago
  14. e28740e drm/radeon: Add radeon <--> amdkfd interface by Oded Gabbay · 10 years ago
  15. 1c0a462 drm/radeon: adding synchronization for GRBM GFX by Oded Gabbay · 10 years ago
  16. ebff845 drm/radeon: Report doorbell configuration to amdkfd by Oded Gabbay · 11 years ago
  17. 28b57b8 drm/radeon/cik: Don't touch int of pipes 1-7 by Oded Gabbay · 11 years ago
  18. 62a7b7f drm/radeon: reduce number of free VMIDs and pipes in KV by Oded Gabbay · 11 years ago
  19. c81b994 drm/radeon/si/ci: make u8 static arrays constant by Dave Airlie · 10 years ago
  20. b94b95e drm/radeon: set power control in ci dpm enable by Alex Deucher · 10 years ago
  21. 542b379 drm/radeon: powertune fixes for hawaii by Alex Deucher · 10 years ago
  22. 90b2fee drm/radeon: fix dpm mc init for certain hawaii boards by Alex Deucher · 10 years ago
  23. 4e21518 drm/radeon: set bootup pcie level to max for ci dpm by Alex Deucher · 10 years ago
  24. b6b41cf drm/radeon: fix default dpm state setup by Alex Deucher · 10 years ago
  25. 36654dd drm/radeon: workaround a hw bug in bonaire pcie dpm by Alex Deucher · 10 years ago
  26. 127e056 drm/radeon: fix mclk vddc configuration for cards for hawaii by Alex Deucher · 10 years ago
  27. 489ba72 drm/radeon: fix sclk DS enablement by Alex Deucher · 10 years ago
  28. d3052b8 drm/radeon: fix activity settings for sclk and mclk for CI by Alex Deucher · 10 years ago
  29. c0392f8 drm/radeon: improve mclk param calcuations for ci dpm by Alex Deucher · 10 years ago
  30. 21b8a36 drm/radeon: fix dram timing for certain hawaii boards by Alex Deucher · 10 years ago
  31. 1c52279 drm/radeon: switch force state commands for CI by Alex Deucher · 10 years ago
  32. 9feb3dd drm/radeon: fix for memory training on bonaire 0x6649 by Alex Deucher · 10 years ago
  33. 34fc0b5 drm/radeon/ci: handle gpio controlled dpm features properly by Alex Deucher · 10 years ago
  34. 727b3d2 drm/radeon: store the gpio shift as well by Alex Deucher · 10 years ago
  35. 09e619c drm/radeon: export radeon_atombios_lookup_gpio by Alex Deucher · 10 years ago
  36. 129acb7 drm/radeon: fix typo in CI dpm disable by Alex Deucher · 10 years ago
  37. 1955f10 drm/radeon: rework CI dpm thermal setup by Alex Deucher · 10 years ago
  38. 2271e2e drm/radeon: rework SI dpm thermal setup by Alex Deucher · 10 years ago
  39. 9b92d1e drm/radeon/dpm: grab fan info from vbios by Alex Deucher · 10 years ago
  40. 507d0ca drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN by Michel Dänzer · 10 years ago
  41. c165812 drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN by Michel Dänzer · 10 years ago
  42. a8b5ebe drm/radeon: Set TTM_PL_FLAG_TOPDOWN also for RADEON_GEM_CPU_ACCESS BOs by Michel Dänzer · 10 years ago
  43. 2a85aed drm/radeon: Try evicting from CPU accessible to inaccessible VRAM first by Michel Dänzer · 10 years ago
  44. c9da4a4 drm/radeon: Try placing NO_CPU_ACCESS BOs outside of CPU accessible VRAM by Michel Dänzer · 10 years ago
  45. fcf93f6 drm: More specific locking for get* ioctls by Daniel Vetter · 10 years ago
  46. 4d02e2d drm: Per-plane locking by Daniel Vetter · 10 years ago
  47. 5ee3229 drm: export atomic wait_for_vblanks helper (v2) by Rob Clark · 10 years ago
  48. 51b44eb Merge tag 'v3.18-rc4' into drm-next by Dave Airlie · 10 years ago
  49. cc7096f drm/mode: document path property and function to set it. (v1.1) by Dave Airlie · 10 years ago
  50. 122387a Merge tag 'topic/atomic-helpers-2014-11-09' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  51. 1f9e14b Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  52. 5fa2704 drm: drop README.drm, ancient scrolls by Dave Airlie · 10 years ago
  53. 321ebf0 drm/atomic: Refcounting for plane_state->fb by Daniel Vetter · 10 years ago
  54. 3150c7d drm: Docbook integration and over sections for all the new helpers by Daniel Vetter · 10 years ago
  55. d461701 drm/atomic-helpers: functions for state duplicate/destroy/reset by Daniel Vetter · 10 years ago
  56. 8bc0f31 drm/atomic-helper: implement ->page_flip by Daniel Vetter · 10 years ago
  57. e8c833a drm/atomic-helpers: document how to implement async commit by Daniel Vetter · 10 years ago
  58. e2330f0 drm/atomic: Integrate fence support by Daniel Vetter · 10 years ago
  59. 042652e drm/atomic-helper: implementatations for legacy interfaces by Daniel Vetter · 10 years ago
  60. 623369e drm: Atomic crtc/connector updates using crtc/plane helper interfaces by Daniel Vetter · 10 years ago
  61. 2f324b4 drm/crtc-helper: Transitional functions using atomic plane helpers by Daniel Vetter · 10 years ago
  62. acf24a3 drm/plane-helper: transitional atomic plane helpers by Daniel Vetter · 10 years ago
  63. c2fcd27 drm: Add atomic/plane helpers by Daniel Vetter · 10 years ago
  64. cc4ceb4 drm: Global atomic state handling by Daniel Vetter · 10 years ago
  65. e9cf619 drm/dp: Add counters in the drm_dp_aux struct for I2C NACKs and DEFERs by Todd Previte · 10 years ago
  66. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  67. b74c6c9 drm: Remove compiler BUG_ON() test by Peter Hurley · 10 years ago
  68. 2c4cc91 drm: Fix DRM_FORCE_ON_DIGITAL use by Peter Hurley · 10 years ago
  69. 041df35 Merge tag 'drm-intel-next-2014-10-24' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  70. 74cfe07 drm/exynos: correct connector->dpms field before resuming by Andrzej Hajda · 10 years ago
  71. d6948b2 drm/exynos: enable vblank after DPMS on by Andrzej Hajda · 10 years ago
  72. 3cb6830 drm/exynos: init kms poll at the end of initialization by Andrzej Hajda · 10 years ago
  73. 64f7aed drm/exynos: propagate plane initialization errors by Andrzej Hajda · 10 years ago
  74. 9887e2d drm/exynos: vidi: fix build warning by Inki Dae · 10 years ago
  75. d9aaf75 drm/exynos: remove explicit encoder/connector de-initialization by Andrzej Hajda · 10 years ago
  76. c52142e drm/exynos: init vblank with real number of crtcs by Andrzej Hajda · 10 years ago
  77. ba8ce31 drm/gma500: Don't destroy DRM properties in the driver by Damien Lespiau · 10 years ago
  78. 9d5fab40 drm/i915: Don't destroy DRM properties in the driver by Damien Lespiau · 10 years ago
  79. 3b5b993 drm: Add a note to drm_property_create() about property lifetime by Damien Lespiau · 10 years ago
  80. 9a72384 drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size. by Sinclair Yeh · 10 years ago
  81. 0468ab5 drm/vmwgfx: Fix hash key computation by Thomas Hellstrom · 10 years ago
  82. 21e8862 drm/vmwgfx: fix lock breakage by Rob Clark · 10 years ago
  83. d34d4d8 Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  84. 8d1806a Merge tag 'drm-intel-fixes-2014-10-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  85. 7809a61 drm/i915/dp: only use training pattern 3 on platforms that support it by Jani Nikula · 10 years ago
  86. 072c44b drm/radeon: remove some buggy dead code by Dan Carpenter · 10 years ago
  87. b2a9601 drm/i915: Ignore VBT backlight check on Macbook 2, 1 by jens stein · 10 years ago
  88. 72b3f91 drm/radeon: dpm fixes for asrock systems by Alex Deucher · 10 years ago
  89. c9cb57f radeon: clean up coding style differences in radeon_get_bios() by Wilfried Klaebe · 10 years ago
  90. e5a5fd4 drm/radeon: Use drm_malloc_ab instead of kmalloc_array by Michel Dänzer · 10 years ago
  91. 6fa4559 drm/radeon/dpm: disable ulv support on SI by Alex Deucher · 10 years ago
  92. bbf0ef0 Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  93. 30aad89 Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixes by Dave Airlie · 10 years ago
  94. 6be1e3d drm/i915: Fix GMBUSFREQ on vlv/chv by Ville Syrjälä · 10 years ago
  95. 7a7f84c drm/i915: Ignore long hpds on eDP ports by Ville Syrjälä · 10 years ago
  96. f6a1906 drm/i915: Do a dummy DPCD read before the actual read by Ville Syrjälä · 10 years ago
  97. 3eebaec drm/i915: Update DRIVER_DATE to 20141024 by Daniel Vetter · 10 years ago
  98. 5545dbb drm/i915: add comments on what stage a given PM handler is called by Imre Deak · 10 years ago
  99. fc49b3d drm/i915: unify switcheroo and legacy suspend/resume handlers by Imre Deak · 10 years ago
  100. da2bc1b drm/i915: add poweroff_late handler by Imre Deak · 10 years ago