1. b2ce723 drm/amd/powerplay: fix force dpm level failed on CZ by Rex Zhu · 8 years ago
  2. 97407b6 drm/amdgpu: use 256 bit buffers for all wb allocations (v2) by Alex Deucher · 8 years ago
  3. b7cecbe drm/amdgpu: Make amdgpu_atif_handler static by Jean Delvare · 8 years ago
  4. afe2068 drm/radeon: Make radeon_atif_handler static by Jean Delvare · 8 years ago
  5. 98c6510 drm/amdgpu: Fix amdgpu_pm_acpi_event_handler warning by Jean Delvare · 8 years ago
  6. e4c1d1a drm/amdgpu: Fix dce_v6_0_disable_dce warning by Jean Delvare · 8 years ago
  7. 2db93be drm/amdgpu: Fix undue fallthroughs in golden registers initialization by Jean Delvare · 8 years ago
  8. 68c3c67 drm/amdgpu/sdma4: move wptr polling setup by Alex Deucher · 8 years ago
  9. 34c3a82 drm/amdgpu/sdma4: drop allocation of poll_mem_offs by Alex Deucher · 8 years ago
  10. a670944 drm/amdgpu/sdma4: drop hdp flush from wptr shadow update by Alex Deucher · 8 years ago
  11. 575a07d drm/amdgpu/sdma4: set wptr shadow atomically (v2) by Alex Deucher · 8 years ago
  12. 5c33f21 drm/amdgpu: Fix KFD initialization for multi-GPU systems by Felix Kuehling · 8 years ago
  13. b59eb89 drm/amd/powerplay: add vclk/dclkSoftMin support for raven by Junwei Zhang · 8 years ago
  14. 5060baa drm/amdgpu/sdma4: drop unused register header by Alex Deucher · 8 years ago
  15. b6d2d08 drm/amdgpu: drop old ip definitions for gfxhub and mmhub by Alex Deucher · 8 years ago
  16. eacf3e1 drm/amdgpu: make wb 256bit function names consistent by Alex Deucher · 8 years ago
  17. 51ac7ee drm/amdgpu: Support IOMMU on Raven by Yong Zhao · 8 years ago
  18. 2046d46 drm/amdgpu: Add a parameter to amdgpu_bo_create() by Yong Zhao · 8 years ago
  19. 078af1a drm/amdgpu: use amdgpu_bo_free_kernel more often by Christian König · 8 years ago
  20. a4a0277 drm/amdgpu: use amdgpu_bo_create_kernel more often by Christian König · 8 years ago
  21. 9d903cb drm/amdgpu: add amdgpu_bo_create_reserved by Christian König · 8 years ago
  22. 53766e5 drm/amdgpu: improve amdgpu_bo_create_kernel by Christian König · 8 years ago
  23. ed5b89c drm/amdgpu: shadow and mn list are mutually exclusive by Christian König · 8 years ago
  24. 9124a39 drm/amdgpu: move some defines around by Christian König · 8 years ago
  25. 7ecc245 drm/amdgpu: consistent use u64_to_user_ptr by Christian König · 8 years ago
  26. f5e1c74 drm/amdgpu: cleanup kptr handling by Christian König · 8 years ago
  27. 4dbc990 drm/amd/powerplay: update didt configs by Evan Quan · 8 years ago
  28. de3be0f drm/amd/powerplay: updated vega10 fan control by Evan Quan · 8 years ago
  29. ba219b3 drm/amdgpu: update vega10 golden setting by Evan Quan · 8 years ago
  30. e55687e drm/amd/powerplay: delete PCC error message in smu7_hwmgr.c by Rex Zhu · 8 years ago
  31. 51668b0 drm/amdgpu/sdma4: Enable sdma poll mem addr on vega10 for SRIOV by Frank Min · 8 years ago
  32. 81fe3f3 drm/amdgpu/uvd7: optimize uvd initialization sequence for SRIOV by Frank Min · 8 years ago
  33. a1aacc9 drm/amdgpu/vce4: optimize vce 4.0 init table sequence for SRIOV by Frank Min · 8 years ago
  34. 4ed11d7 drm/amdgpu: According hardware design revert vce and uvd doorbell assignment by Frank Min · 8 years ago
  35. a1b9022 drm/amdgpu: Skip uvd and vce ring test for SRIOV by Frank Min · 8 years ago
  36. 088c69a drm/amdgpu/vce4: Remove vce interrupt enable related code for sriov by Frank Min · 8 years ago
  37. 257deb8 drm/amdgpu: Enable uvd and vce gpu re-init for SRIOV gpu reset by Frank Min · 8 years ago
  38. ab2b2e4 drm/amdgpu: Clear vce&uvd ring wptr for SRIOV by Frank Min · 8 years ago
  39. 330df03 drm/amdgpu: Add support for filling a buffer with 64 bit value by Yong Zhao · 8 years ago
  40. aef060e drm/amdgpu: disable vcn power control for now by Leo Liu · 8 years ago
  41. 4a70af4 drm/amdgpu/dce_virtual: remove error message for vega10 by Xiangliang.Yu · 8 years ago
  42. 09ef237 Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  43. 16fece0 drm: Nuke drm_atomic_legacy_backoff by Daniel Vetter · 8 years ago
  44. 7d902c0 drm: Nuke drm_atomic_helper_connector_dpms by Daniel Vetter · 8 years ago
  45. 482b0e3 drm: Nuke drm_atomic_helper_connector_set_property by Daniel Vetter · 8 years ago
  46. e90271b drm: Nuke drm_atomic_helper_plane_set_property by Daniel Vetter · 8 years ago
  47. b671557 drm: Nuke drm_atomic_helper_crtc_set_property by Daniel Vetter · 8 years ago
  48. 144a799 drm: Handle properties in the core for atomic drivers by Daniel Vetter · 8 years ago
  49. 4a97a3d drm: Don't update property values for atomic drivers by Daniel Vetter · 8 years ago
  50. 3dfeb63 drm/omap: Rework the rotation-on-crtc hack by Maarten Lankhorst · 8 years ago
  51. 481e162 drm/radeon: Use the drm_driver.dumb_destroy default by Noralf Trønnes · 8 years ago
  52. 5a7e6a3 drm/i915: Use the drm_driver.dumb_destroy default by Noralf Trønnes · 8 years ago
  53. cb3f3cb drm/sti: Use .dumb_map_offset and .dumb_destroy defaults by Noralf Trønnes · 8 years ago
  54. c93f609 drm: bridge: synopsys/dw-hdmi: Provide default configuration function for HDMI 2.0 PHY by Jose Abreu · 8 years ago
  55. 991a399 drm/fb-helper: pass physical dimensions to fbdev by David Lechner · 8 years ago
  56. adb8a5a uapi drm/armada_drm.h: use __u32 and __u64 instead of uint32_t and uint64_t by Mikko Rapeli · 8 years ago
  57. 2356c57 drm/bridge: dw-hdmi: remove CEC engine register definitions by Russell King · 8 years ago
  58. a616e63 drm/bridge: dw-hdmi: add cec driver by Russell King · 8 years ago
  59. e383bf8 drm/bridge: dw-hdmi: add missing cec_notifier_put by Hans Verkuil · 8 years ago
  60. 2cd575a drm: remove unused and redundant callbacks by Peter Rosin · 8 years ago
  61. 1c4a5d3 staging: vboxvideo: remove dead gamma lut code by Peter Rosin · 8 years ago
  62. 81aa368 drm: dw-hdmi-i2s: add missing company name on Copyright by Kuninori Morimoto · 8 years ago
  63. 7cc4ab2 drm/bridge: dw-hdmi: add better clock disable control by Russell King · 8 years ago
  64. e84b8d7 drm/bridge: dw-hdmi: add cec notifier support by Russell King · 8 years ago
  65. ace9881 drm/tinydrm: remove call to mipi_dbi_init() from mipi_dbi_spi_init() by David Lechner · 8 years ago
  66. 077d92b drm/fsl-dcu: Use .dumb_map_offset and .dumb_destroy defaults by Noralf Trønnes · 8 years ago
  67. 65c6680 drm: stm: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  68. 4258539 drm: radeon: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  69. 804ea3e drm: nouveau: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  70. 9ed85e1 drm: mgag200: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  71. 7490831 drm: i915: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  72. 9e084a5 drm: gma500: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  73. 484512d drm: cirrus: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  74. 3bffd96 drm: ast: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  75. 3bec23b drm: armada: remove dead empty functions by Peter Rosin · 8 years ago
  76. 76dd3cd drm: amd: remove dead code and pointless local lut storage by Peter Rosin · 8 years ago
  77. 8415ab5 drm/rockchip: fix race with kms hotplug and fbdev by Mark yao · 8 years ago
  78. d415fb8 drm/rockchip: vop: report error when check resource error by Mark yao · 8 years ago
  79. da709a7 drm/rockchip: vop: round_up pitches to word align by Mark yao · 8 years ago
  80. 0b12e9c drm/rockchip: vop: fix NV12 video display error by Mark yao · 8 years ago
  81. 64d7756 drm/rockchip: vop: fix iommu page fault when resume by Mark yao · 8 years ago
  82. b5015e9 drm/rockchip: vop: no need wait vblank on crtc enable by Mark yao · 8 years ago
  83. d720661 agp: nvidia: constify pci_device_id. by Arvind Yadav · 8 years ago
  84. 75383dd agp: amd64: constify pci_device_id. by Arvind Yadav · 8 years ago
  85. f2149f0 agp: sis: constify pci_device_id. by Arvind Yadav · 8 years ago
  86. 0fa02c6 agp: efficeon: constify pci_device_id. by Arvind Yadav · 8 years ago
  87. 11cdae9 agp: ati: constify pci_device_id. by Arvind Yadav · 8 years ago
  88. e4e2291 agp: ali: constify pci_device_id. by Arvind Yadav · 8 years ago
  89. 84a6bf7 agp: intel: constify pci_device_id. by Arvind Yadav · 8 years ago
  90. b8ca53f agp: amd-k7: constify pci_device_id. by Arvind Yadav · 8 years ago
  91. ba67a31 agp: uninorth: constify pci_device_id. by Arvind Yadav · 8 years ago
  92. c27668b Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux into drm-next by Dave Airlie · 8 years ago
  93. 9f589b2 Merge tag 'drm-next-du-20170803' of git://linuxtv.org/pinchartl/media into drm-next by Dave Airlie · 8 years ago
  94. f461bd2 drm/fb-helper: add new drm_setup_crtcs_fb() function by David Lechner · 8 years ago
  95. f3a7354 drm/atmel-hlcdc: switch to drm_*{get,put} helpers by Cihangir Akturk · 8 years ago
  96. d95a8e7 drm/atmel-hlcdc : constify drm_plane_helper_funcs and drm_plane_funcs. by Arvind Yadav · 8 years ago
  97. a01ce66 drm: rcar-du: Use new iterator macros by Maarten Lankhorst · 8 years ago
  98. 5e0594f drm: rcar-du: Repair vblank for DRM page flips using the VSP by Kieran Bingham · 8 years ago
  99. 641307d drm: rcar-du: Fix race condition when disabling planes at CRTC stop by Laurent Pinchart · 8 years ago
  100. d616024 drm: rcar-du: Wait for flip completion instead of vblank in commit tail by Laurent Pinchart · 8 years ago