1. ce833ba drm: Mark set/drop master ioctl as unlocked. by Daniel Vetter · 8 years ago
  2. 94e86f5 drm: Mark authmagic ioctls as unlocked by Daniel Vetter · 8 years ago
  3. d2b34ee drm: Protect authmagic with master_mutex by Daniel Vetter · 8 years ago
  4. a77316b drm: Move authmagic cleanup into drm_master_release by Daniel Vetter · 8 years ago
  5. 0de4cc9 drm: Only do the hw.lock cleanup in master_relase for !MODESET by Daniel Vetter · 8 years ago
  6. ccf4925 drm: rcar-du: error message is not needed for EPROBE_DEFER by Kuninori Morimoto · 8 years ago
  7. f32133a drm: rcar-du: error message is not needed for drm_vblank_init() by Kuninori Morimoto · 8 years ago
  8. fef1ac5 rcar-du: add/rename DEFR6 TCON bits by Sergei Shtylyov · 8 years ago
  9. e4245ea drm: Prevent NULL deref in drm_name_info() by Chris Wilson · 8 years ago
  10. c001da4 drm: fix send_vblank_event use-after-free error by Matthew Auld · 8 years ago
  11. bd3e220 dma-buf: remove dma_buf_debugfs_create_file() by Mathias Krause · 8 years ago
  12. b747999 dma-buf: remove dma_buf directory on bufinfo file creation errors by Mathias Krause · 8 years ago
  13. eb0b947 dma-buf: propagate errors from dma_buf_describe() on debugfs read by Mathias Krause · 8 years ago
  14. 6eae005 drm/i915: pwrite/pread do not require obj->base.filp, just pages by Chris Wilson · 8 years ago
  15. b9bcd14 drm/i915: Extract checking for backing struct pages to a helper by Chris Wilson · 8 years ago
  16. b7eaa9f drm/bridge: Add sii902x DT bindings doc by Boris Brezillon · 9 years ago
  17. 675605c drm/bridge: Add sii902x driver by Boris Brezillon · 9 years ago
  18. 9968188 drm/i915: Avoid use-after-free of intel_encoder in intel_dp_connector_destrpy by Chris Wilson · 8 years ago
  19. 91df09d drm/i915: Revert DisplayPort fast link training feature by Mika Kahola · 8 years ago
  20. a02b010 drm/i915: Update DRIVER_DATE to 20160620 by Daniel Vetter · 8 years ago
  21. e63d87c drm/i915: Move backlight unregistration to connector unregistration by Chris Wilson · 8 years ago
  22. c191eca drm/i915: Move intel_connector->unregister to connector->early_unregister by Chris Wilson · 8 years ago
  23. bee7fb1 drm: Protect drm_connector_register_all() under DRIVER_MODESET by Chris Wilson · 8 years ago
  24. c8c3579 drm/i915: Introduce GVT context creation API by Zhi Wang · 8 years ago
  25. 80a9a8d drm/i915: Support LRC context single submission by Zhi Wang · 8 years ago
  26. 3c7ba63 drm/i915: Introduce execlist context status change notification by Zhi Wang · 8 years ago
  27. c01fc53 drm/i915: Make addressing mode bits in context descriptor configurable by Zhi Wang · 8 years ago
  28. bcd794c drm/i915: Make ring buffer size of a LRC context configurable by Zhi Wang · 8 years ago
  29. 0ad35fe drm/i915: gvt: Introduce the basic architecture of GVT-g by Zhi Wang · 8 years ago
  30. b02d22a drm/i915: Fold vGPU active check into inner functions by Zhi Wang · 8 years ago
  31. b2a5d1e drm/i915: Use offsetof() to calculate the offset of members in PVINFO page by Zhi Wang · 8 years ago
  32. 87da603 drm/i915: Factor out i915_pvinfo.h by Zhi Wang · 8 years ago
  33. 9b8b013 drm: Deal with rotation in drm_plane_helper_check_update() by Ville Syrjälä · 8 years ago
  34. e28cd4d drm: Automatically register/unregister all connectors by Chris Wilson · 8 years ago
  35. acd8f41 drm: Minimally initialise drm_dp_aux by Chris Wilson · 8 years ago
  36. 0c2f6f1 drm: Pass the drm_dp_aux->hw_mutex to i2c for its locking by Chris Wilson · 8 years ago
  37. 1cee2a2 drm/sti: Don't call drm_helper_disable_unused_functions by Daniel Vetter · 8 years ago
  38. c37efb9 drm/i915: Serialise presentation with imported dmabufs by Chris Wilson · 8 years ago
  39. 80de346 drm: Automatically unregister the connector during cleanup by Chris Wilson · 8 years ago
  40. 40daac6 drm: Make drm_connector_register() safe against multiple calls by Chris Wilson · 8 years ago
  41. aaf285e drm: Add a callback from connector registering by Chris Wilson · 8 years ago
  42. b209aca drm: Export drm_dev_init() for subclassing by Chris Wilson · 8 years ago
  43. 9a449e0 dt-bindings: hdmi-connector: add DDC I2C bus phandle documentation by Philipp Zabel · 9 years ago
  44. 56ba355 drm/mediatek: enable hdmi output control bit by Jie Qiu · 9 years ago
  45. 8f83f26 drm/mediatek: Add HDMI support by Jie Qiu · 9 years ago
  46. 2a6ae85 drm: rockchip: select DRM_GEM_CMA_HELPER by Arnd Bergmann · 8 years ago
  47. ee042aa drm/i915: Use atomic commits for legacy page_flips by Daniel Vetter · 8 years ago
  48. 6c9c1b3 drm/i915: Move fb_bits updating later in atomic_commit by Daniel Vetter · 8 years ago
  49. 94f0502 drm/i915: nonblocking commit by Daniel Vetter · 8 years ago
  50. faf68d9 Reapply "drm/i915: Pass atomic states to fbc update, functions." by Maarten Lankhorst · 8 years ago
  51. ea0000f drm/i915: Roll out the helper nonblock tracking by Daniel Vetter · 8 years ago
  52. 1f7528c drm/i915: Signal drm events for atomic by Daniel Vetter · 8 years ago
  53. c199412 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  54. 14d71eb drm: Extract drm_master_relase by Daniel Vetter · 8 years ago
  55. 2cbae7e drm: Extract drm_master_open by Daniel Vetter · 8 years ago
  56. 6548f4e drm: Move master functions into drm_auth.c by Daniel Vetter · 8 years ago
  57. 34a839c drm: Link directly from drm_master to drm_device by Daniel Vetter · 8 years ago
  58. 1a75a22 drm: Hide hw.lock cleanup in filp->release better by Daniel Vetter · 8 years ago
  59. e1b1cf2 drm: Nuke legacy maps debugfs files by Daniel Vetter · 8 years ago
  60. 04d0405 Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next by Dave Airlie · 8 years ago
  61. a0877f5 Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  62. 59ba242 MAINTAINERS: Add entry for Mali-DP driver by Liviu Dudau · 8 years ago
  63. ad49f86 drm/arm: Add support for Mali Display Processors by Liviu Dudau · 8 years ago
  64. 7deef7f1 drm/atomic-helpers: Clear up cleanup_done a bit by Daniel Vetter · 8 years ago
  65. 723c3e5 drm/atomic-helpers: Stall on the right commit by Daniel Vetter · 8 years ago
  66. ee6ea99 dt/bindings: display: Add DT bindings for Mali Display Processors. by Liviu Dudau · 8 years ago
  67. 0e7c875 drm/vmwgfx: use *_32_bits() macros by Paul Bolle · 8 years ago
  68. 1c1a24d drm/i915/ilk: Don't disable SSC source if it's in use by Lyude · 8 years ago
  69. db5dfef Merge tag 'sphinx-4.8' of git://git.lwn.net/linux into topic/drm-misc by Daniel Vetter · 8 years ago
  70. 0d841ac drm/virtio: Don't reinvent a flipping wheel by Daniel Vetter · 8 years ago
  71. 4d75787 drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submission by Dave Gordon · 8 years ago
  72. f10d69a drm/i915/guc: replace assign_doorbell() with select_doorbell_register() by Dave Gordon · 8 years ago
  73. a667429 drm/i915/guc: refactor doorbell management code by Dave Gordon · 8 years ago
  74. 10d2c3e drm/i915/guc: move guc_ring_doorbell() nearer to callsite by Dave Gordon · 8 years ago
  75. dd16107 drm/i915/guc: remove writes to GEN8_DRBREG registers by Dave Gordon · 8 years ago
  76. 072a21c drm/i915/guc: prefer __set/clear_bit() to bitmap_set/clear() by Dave Gordon · 8 years ago
  77. 9636f6d drm/i915/guc: add doorbell map to debugfs/i915_guc_info by Dave Gordon · 8 years ago
  78. 780f0ae drm/i915/bxt: Add WaDisablePooledEuLoadBalancingFix by arun.siluvery@linux.intel.com · 8 years ago
  79. e015dd6 drm/i915/bxt: Add WaEnablePooledEuFor2x6 by arun.siluvery@linux.intel.com · 8 years ago
  80. 33e141e drm/i915:bxt: Enable Pooled EU support by arun.siluvery@linux.intel.com · 8 years ago
  81. b021248 drm/i915: Fix missing unlock on error in i915_ppgtt_info() by Wei Yongjun · 8 years ago
  82. 27287ab Merge branch 'topic-arcpgu-sim' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux into drm-next by Dave Airlie · 8 years ago
  83. c02726f drm/gma500: use drm_crtc_vblank_{on,off}() by Gustavo Padovan · 8 years ago
  84. 890938b drm/radeon: use crtc directly in drm_crtc_vblank_put() by Gustavo Padovan · 8 years ago
  85. 27377a1 drm/amdgpu: use crtc directly in drm_crtc_vblank_put() by Gustavo Padovan · 8 years ago
  86. 5c9ac11 drm/radeon: use drm_crtc_vblank_{on,off}() by Gustavo Padovan · 8 years ago
  87. 9a7841e drm/amdgpu: use drm_crtc_vblank_{on,off}() by Gustavo Padovan · 8 years ago
  88. ceb7415 drm: make drm_vblank_{get,put}() static by Gustavo Padovan · 8 years ago
  89. 93507d1 drm: remove legacy drm_arm_vblank_event() by Gustavo Padovan · 8 years ago
  90. db749b7 drm: remove legacy drm_send_vblank_event() by Gustavo Padovan · 8 years ago
  91. dc4ff11 drm/nouveau: replace legacy vblank helpers by Gustavo Padovan · 8 years ago
  92. beffa51 drm/i915/guc: prefer 'dev_priv' to 'dev' for intra-module functions by Dave Gordon · 8 years ago
  93. 0daf556 drm/i915/guc: prefer 'dev_priv' to 'dev' for static functions by Dave Gordon · 8 years ago
  94. e93da0a drm/i915/bxt: Sanitiy check the PHY lane power down status by Imre Deak · 8 years ago
  95. 324513c drm/i915/bxt: Rename broxton to bxt in PHY/CDCLK function prefixes by Imre Deak · 8 years ago
  96. 95a7a2a drm/i915/bxt: Set DDI PHY lane latency optimization during modeset by Imre Deak · 8 years ago
  97. 9c8d0b8 drm/i915/bxt: Move DDI PHY enabling/disabling to the power well code by Imre Deak · 8 years ago
  98. b409ca9 drm/i915: Factor out intel_power_well_get/put by Imre Deak · 8 years ago
  99. e4c49e0 drm/i915/bxt: Wait for PHY1 GRC calibration synchronously by Imre Deak · 8 years ago
  100. 830c657 ARC: [nsimosci] Enable ARC PGU on nSIM OSCI virtual platforms by Alexey Brodkin · 8 years ago