1. 538f1ef drivers/amdgpu: Remove redundant itermediate return val by Edward O'Callaghan · 8 years ago
  2. 4ba27f9 drivers/amdgpu: Use canonical boolean form in various predicates by Edward O'Callaghan · 8 years ago
  3. 5969a8c drivers/amdgpu: Remove redundant casts on kzalloc() calls by Edward O'Callaghan · 8 years ago
  4. a698e41 drivers/amdgpu: Remove redundant NULL check before kfree() by Edward O'Callaghan · 8 years ago
  5. 004e29c drivers/amdgpu: Use canonical form in branch predicates by Edward O'Callaghan · 8 years ago
  6. ed5121a drivers/amdgpu: Use 'true/false' for bool typed variables by Edward O'Callaghan · 8 years ago
  7. 9c3578a drivers/amdgpu: Remove spurious semicolons by Edward O'Callaghan · 8 years ago
  8. 36e6b91 drm/amd/powerplay: enable DiDt feature for polaris10/11. by Rex Zhu · 8 years ago
  9. c0bcc4e drm/amd/powerplay: populate SMC ACPI minimum voltage using VBIOS boot SCLK and MCLK by Rex Zhu · 8 years ago
  10. 649663c drm/amdgpu/powerplay: partial revert of endian fixes by Alex Deucher · 8 years ago
  11. fc94d32 drm/radeon: drop confusing message about backlight control by Alex Deucher · 8 years ago
  12. ecb2caa drm/radeon/ci add comment to document intentionally unreachable code by Nicholas Mc Guire · 8 years ago
  13. 23a1a9e drm/amdgpu: Disable RPM helpers while reprobing connectors on resume by Lyude · 8 years ago
  14. 69ee974 drm/radeon: init atpx at switcheroo register time v2 by Alex Deucher · 8 years ago
  15. 6b1095e drm/amdgpu: init atpx at switcheroo register time (v2) by Alex Deucher · 8 years ago
  16. a8a04c9 drm/amdgpu: fix firmware info version checks by Alex Deucher · 8 years ago
  17. 3edc38a drm/radeon: fix firmware info version checks by Alex Deucher · 8 years ago
  18. 162b20d Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  19. c3f8d86 Merge tag 'drm-intel-next-fixes-2016-07-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  20. 9af07af9 Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  21. 5e58052 Backmerge tag 'v4.7' into drm-next by Dave Airlie · 8 years ago
  22. f15f6ca drm/i915/gen9: Add WaInPlaceDecompressionHang by Mika Kuoppala · 8 years ago
  23. c5f87f0 drm/i915/guc: Revert "drm/i915/guc: enable GuC loading & submission by default" by Rodrigo Vivi · 8 years ago
  24. 1542f5d drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config by Imre Deak · 8 years ago
  25. 6005085 drm/i915/gen9: Clean up MOCS table definitions by Imre Deak · 8 years ago
  26. c11dea5 Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next by Dave Airlie · 8 years ago
  27. c8c2123 Merge branch 'drm-rockchip-next-fixes-2016-07-19' of https://github.com/markyzq/kernel-drm-rockchip into drm-next by Dave Airlie · 8 years ago
  28. e8d3ef0 GPU-DRM-Exynos: Delete an unnecessary check before the function call "vunmap" by Markus Elfring · 8 years ago
  29. 29d79ed GPU-DRM-sun4i: Delete an unnecessary check before drm_fbdev_cma_hotplug_event() by Markus Elfring · 8 years ago
  30. f35cbe6 drm/atomic: Delete an unnecessary check before drm_property_unreference_blob() by Markus Elfring · 8 years ago
  31. 3694c5c drm/rockchip: analogix_dp: add missing clk_disable_unprepare() on error by Wei Yongjun · 8 years ago
  32. 6942559 drm: drm_connector->s/connector_id/index/ for consistency by Daniel Vetter · 8 years ago
  33. a985311 drm/virtio: Fix non static symbol warning by Wei Yongjun · 8 years ago
  34. 7725936 drm/arc: Remove redundant dev_err call in arcpgu_load() by Wei Yongjun · 8 years ago
  35. ee29a9e drm/arc: Fix some sparse warnings by Wei Yongjun · 8 years ago
  36. 3c003d5 drm/vgem: Fix non static symbol warning by Wei Yongjun · 8 years ago
  37. 132d49d drm/dp-mst: Missing kernel doc by Daniel Vetter · 8 years ago
  38. cb021a3 drm/dp-mst: Remove tx_down_in_progress by Daniel Vetter · 8 years ago
  39. 34a67dd drm: Extract&Document drm_irq.h by Daniel Vetter · 8 years ago
  40. 6100598 drm: Unexport drm_connector_unregister_all() by Chris Wilson · 8 years ago
  41. dc96fe4 drm/sun4i: Remove redundant call to drm_connector_unregister_all() by Chris Wilson · 8 years ago
  42. cad7d8d Merge tag 'topic/kbl-4.7-fixes-2016-07-18' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  43. 0cf0903 Merge branch 'drm_bridge_for_4.8' of https://github.com/boddob/linux into drm-next by Dave Airlie · 8 years ago
  44. 2383050 Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 8 years ago
  45. fa95986 drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2) by Bob Paauwe · 8 years ago
  46. 84c8e09 drm/i915: Enable polling when we don't have hpd by Lyude · 8 years ago
  47. 21842ea drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug() by Lyude · 8 years ago
  48. 4c732e6 drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init() by Lyude · 8 years ago
  49. 4570d83 drm/i915/vlv: Make intel_crt_reset() per-encoder by Lyude · 8 years ago
  50. a1bf09e drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy" by Markus Elfring · 8 years ago
  51. bf09017 drm/vgem: Remember to offset relative timeouts to mod_timer() by jiffies by Chris Wilson · 8 years ago
  52. 84ade45 Merge tag 'drm-intel-fixes-2016-07-18' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  53. dc0b408 drm/rockchip: allocate correct crtc state structure on reset by John Keeping · 8 years ago
  54. f5e193a drm/rockchip: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  55. 15da780 drm/rockchip: fix a couple off by one bugs by Dan Carpenter · 8 years ago
  56. 4495820 drm/rockchip: vop: correct rk3036 register define by Mark Yao · 8 years ago
  57. ee8662f drm/rockchip: vop: correct the source size of uv scale factor setting by Mark Yao · 8 years ago
  58. 7a1ff36 drm/rockchip: vop: add uv_vir register field for RK3036 VOP by Yakir Yang · 8 years ago
  59. 8ff490a drm/rockchip: fix "should it be static?" warnings by John Keeping · 8 years ago
  60. a7e03fb drm/rockchip: fb: add missing header by John Keeping · 8 years ago
  61. a386569 drm/rockchip: dw_hdmi: remove unused #include by John Keeping · 8 years ago
  62. a4a027a drm/i915/kbl: Introduce the first official DMC for Kabylake. by Rodrigo Vivi · 8 years ago
  63. ed2eebb drm/i915: add missing condition for committing planes on crtc by Lionel Landwerlin · 8 years ago
  64. c71d4d5 drm/i915: Treat eDP as always connected, again by Ville Syrjälä · 8 years ago
  65. f39c909 drm/arm: make fbdev support really optional by Tobias Jakobi · 8 years ago
  66. 339b19e drm/ast: make fbdev support really optional by Tobias Jakobi · 8 years ago
  67. 0b6320d drm/virtio: make fbdev support really optional by Tobias Jakobi · 8 years ago
  68. c0f0c177 drm/udl: make fbdev support really optional by Tobias Jakobi · 8 years ago
  69. 3aa9a8e drm/bochs: make fbdev support really optional by Tobias Jakobi · 8 years ago
  70. e27962a drm/fsl-dcu: make fbdev support really optional by Tobias Jakobi · 8 years ago
  71. 1103ea4 drm/tilcdc: make fbdev support really optional by Tobias Jakobi · 8 years ago
  72. c85b1ad drm/gma500: make fbdev support really optional by Tobias Jakobi · 8 years ago
  73. 505a2fc drm/shmobile: make fbdev support really optional by Tobias Jakobi · 8 years ago
  74. 400cc2d drm/imx: make fbdev support really optional by Tobias Jakobi · 8 years ago
  75. f0a3e1e drm/qxl: make fbdev support really optional by Tobias Jakobi · 8 years ago
  76. b6a2a4f drm/cirrus: make fbdev support really optional by Tobias Jakobi · 8 years ago
  77. 198edaf drm/mgag200: make fbdev support really optional by Tobias Jakobi · 8 years ago
  78. 9bcba8c drm/omap: make fbdev support really optional by Tobias Jakobi · 8 years ago
  79. 0095ed4 drm/armada: make fbdev support really optional by Tobias Jakobi · 8 years ago
  80. c89f813 drm/arc: make fbdev support really optional by Tobias Jakobi · 8 years ago
  81. f7813aa drm/ast: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  82. 536cea6 drm/hdlcd: Delete an unnecessary check before drm_fbdev_cma_hotplug_event() by Markus Elfring · 8 years ago
  83. 63ecf57 drm/cirrus: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  84. a63caf1 drm/tegra: Delete an unnecessary check before the function call "vunmap" by Markus Elfring · 8 years ago
  85. 5345a5a drm/virtgpu: Delete unnecessary checks before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  86. f15a8e9 drm/arcpgu: Delete an unnecessary check before drm_fbdev_cma_hotplug_event() by Markus Elfring · 8 years ago
  87. 63fe9bb drm/vc4: Delete unnecessary checks before two function calls by Markus Elfring · 8 years ago
  88. d37e2a1 drm/rockchip: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  89. d3ae255 drm/bochs: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  90. 4077798 drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl) by Chris Wilson · 8 years ago
  91. 1d92611 drm: rcar-du: Remove i2c slave encoder interface for hdmi encoder by Archit Taneja · 8 years ago
  92. 7caff0f drm/bridge: tc358767: Add DPI to eDP bridge driver by Andrey Gusakov · 8 years ago
  93. 0a67712 drm/msm: Delete an unnecessary check before drm_gem_object_unreference() by Markus Elfring · 8 years ago
  94. e73a856 drm/msm: Delete unnecessary checks before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  95. 851dd75 drm/msm/hdmi: Delete an unnecessary check before the function call "kfree" by Markus Elfring · 8 years ago
  96. 5745d21 drm/msm: return -EFAULT instead of bytes remaining by Dan Carpenter · 8 years ago
  97. 06f3217 drm/msm/hdmi: use PTR_ERR_OR_ZERO() to simplify the code by Wei Yongjun · 8 years ago
  98. 2ca41c17 drm/msm: add missing of_node_put after calling of_parse_phandle by Peter Chen · 8 years ago
  99. d13b33f drm/msm: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp() by Laurent Pinchart · 8 years ago
  100. 2abe1f2 drm/msm/dsi: Fix return value check in msm_dsi_host_set_display_mode() by Wei Yongjun · 8 years ago