1. ebe976a drm/i915: fix use-after-free in page_flip_completed() by Andrey Ryabinin · 7 years ago
  2. d7c3d7e drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic() by Ander Conselvan de Oliveira · 8 years ago
  3. 181478c drm/i915: Fix calculation of rotated x and y offsets for planar formats by Ander Conselvan de Oliveira · 8 years ago
  4. 4c741e2ad drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visible by Ville Syrjälä · 8 years ago
  5. 5bdb574 drm/i915: Move the min_pixclk[] handling to the end of readout by Ville Syrjälä · 8 years ago
  6. 3f41ee3 drm/i915/gen9: Fix PCODE polling during CDCLK change notification by Imre Deak · 8 years ago
  7. 6396411 drm/i915: Initialize dev_priv->atomic_cdclk_freq at init time by Ville Syrjälä · 8 years ago
  8. 159e2ea drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing things by Ville Syrjälä · 8 years ago
  9. e411072 drm/i915: drop the struct_mutex when wedged or trying to reset by Matthew Auld · 8 years ago
  10. 61e0c54 drm/i915/dp: Extend BDW DP audio workaround to GEN9 platforms by Dhinakaran Pandiyan · 8 years ago
  11. fbb21c5 drm/i915/dp: BDW cdclk fix for DP audio by Dhinakaran Pandiyan · 8 years ago
  12. c89d545 drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computation by Ville Syrjälä · 8 years ago
  13. 1fb3672 drm: i915: Wait for fences on new fb, not old by Daniel Stone · 8 years ago
  14. a3fd4c6 drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEED by Ville Syrjälä · 8 years ago
  15. 6e7fdb8 drm/i915: introduce intel_has_sagv() by Paulo Zanoni · 8 years ago
  16. 674f823 drm/i915: SAGV is not SKL-only, so rename a few things by Paulo Zanoni · 8 years ago
  17. 9700f8b drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+ by Paulo Zanoni · 8 years ago
  18. 11dec6a drm/i915: Unlock PPS registers after GPU reset by Imre Deak · 8 years ago
  19. 6a2a5c5 drm/i915: Replace a bunch of connector->base.display_info with a local variable by Ville Syrjälä · 8 years ago
  20. ca09fb9 Merge tag 'v4.8-rc8' into drm-next by Dave Airlie · 8 years ago
  21. b81a617 Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  22. a2bc469 drm/i915: Prepare object synchronisation for asynchronicity by Chris Wilson · 8 years ago
  23. ea746f3 drm/i915: Expand bool interruptible to pass flags to i915_wait_request() by Chris Wilson · 8 years ago
  24. 8af29b0 drm/i915: Separate out reset flags from the reset counter by Chris Wilson · 8 years ago
  25. c856052 drm/i915: Remove ddi_pll_sel from intel_crtc_state by Ander Conselvan de Oliveira · 8 years ago
  26. ccebc23 drm/i915/skl: Don't try to update plane watermarks if they haven't changed by Lyude · 8 years ago
  27. 6720ce1 drm/i915: remove leftover for_each_intel_crtc_masked by Jani Nikula · 8 years ago
  28. 2708249 drm/i915/skl: Update DDB values atomically with wms/plane attrs by Lyude · 8 years ago
  29. 896e5bb drm/i915: Move CRTC updating in atomic_commit into it's own hook by Lyude · 8 years ago
  30. 51d6120 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  31. 79cf219 drm/i915: Suppress DRM_ERROR for D_COMP write on Haswell by Chris Wilson · 8 years ago
  32. d1a3a03 drm/i915: free intel_fb by Matthew Auld · 8 years ago
  33. b707654 drm/i915: Cleanup crt disable sequence on hsw+ by Maarten Lankhorst · 8 years ago
  34. 496b0fc drm/i915: Create a intel_encoder_find_connector helper function. by Maarten Lankhorst · 8 years ago
  35. 62e0fb8 drm/i915/skl: Update plane watermarks atomically during plane updates by Lyude · 8 years ago
  36. 0a478c2 drm/i915: Make encoder->compute_config take the connector state by Maarten Lankhorst · 8 years ago
  37. fd6bbda drm/i915: Pass crtc_state and connector_state to encoder functions by Maarten Lankhorst · 8 years ago
  38. fb1c98b drm/i915: Walk over encoders in crtc enable/disable using atomic state. by Maarten Lankhorst · 8 years ago
  39. 4a80655 drm/i915: Pass atomic state to crtc enable/disable functions by Maarten Lankhorst · 8 years ago
  40. f403372 drm/i915/skl: Add support for the SAGV, fix underrun hangs by Lyude · 8 years ago
  41. 52a05c3 drm/i915: pdev cleanup by David Weinehall · 8 years ago
  42. 656d1b8 drm/i915/skl: Add support for the SAGV, fix underrun hangs by Lyude · 8 years ago
  43. 1f061316 drm/i915: Call intel_fbc_pre_update() after pinning the new pageflip by Paulo Zanoni · 8 years ago
  44. 1832040 drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb by Chris Wilson · 8 years ago
  45. 2c24ba2 Merge tag 'drm-intel-fixes-2016-08-15' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  46. 49ef529 drm/i915: Move fence tracking from object to vma by Chris Wilson · 8 years ago
  47. 05a20d0 drm/i915: Move map-and-fenceable tracking to the VMA by Chris Wilson · 8 years ago
  48. d382814 drm: remove `const` attribute to hint at caller that they now own the memory by Eric Engestrom · 8 years ago
  49. bde13eb drm/i915: Introduce i915_ggtt_offset() by Chris Wilson · 8 years ago
  50. 058d88c drm/i915: Track pinned VMA by Chris Wilson · 8 years ago
  51. 56c0f1a drm/i915: Use VMA for scratch page tracking by Chris Wilson · 8 years ago
  52. cc92638 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  53. 90844f0 drm: make drm_get_format_name thread-safe by Eric Engestrom · 8 years ago
  54. fc93ff6 Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  55. f8725ad Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  56. 8d97065 drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+ by Ville Syrjälä · 8 years ago
  57. b63a16f drm/i915: Compute display surface offset in the plane check hook for SKL+ by Ville Syrjälä · 8 years ago
  58. 66a2d92 drm/i915: Make intel_adjust_tile_offset() work for linear buffers by Ville Syrjälä · 8 years ago
  59. b9b2403 drm/i915: Allow calling intel_adjust_tile_offset() multiple times by Ville Syrjälä · 8 years ago
  60. 60d5f2a drm/i915: Limit fb x offset due to fences by Ville Syrjälä · 9 years ago
  61. c2ff737 drm/i915: Adjust obj tiling vs. fb modifier rules by Ville Syrjälä · 8 years ago
  62. 72618eb drm/i915: Use fb modifiers for display tiling decisions by Ville Syrjälä · 8 years ago
  63. 2949056 drm/i915: Pass around plane_state instead of fb+rotation by Ville Syrjälä · 9 years ago
  64. d219677 drm/i915: Move SKL hw stride calculation into a helper by Ville Syrjälä · 8 years ago
  65. ef78ec9 drm/i915: Don't pass pitch to intel_compute_page_offset() by Ville Syrjälä · 9 years ago
  66. 6687c90 drm/i915: Rewrite fb rotation GTT handling by Ville Syrjälä · 9 years ago
  67. dfa2997 drm/i915: Fix modeset handling during gpu reset, v5. by Maarten Lankhorst · 8 years ago
  68. 8090ba8 drm/i915: Apply the PPS register unlock workaround more consistently by Imre Deak · 8 years ago
  69. 44cb734 drm/i915: Merge the PPS register definitions by Imre Deak · 8 years ago
  70. 196f954 drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is unknown" by Mario Kleiner · 8 years ago
  71. f8856a4 drm/i915: Use drm_plane_helper_check_state() by Ville Syrjälä · 8 years ago
  72. 936e71e drm/i915: Use drm_plane_state.{src,dst,visible} by Ville Syrjälä · 8 years ago
  73. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  74. e8285ce Merge tag 'drm-intel-next-fixes-2016-08-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  75. ae98104 drm/i915: Use the g4x+ approach on gen2 for handling display stuff around GPU reset by Ville Syrjälä · 8 years ago
  76. 4ac2ba2 drm/i915: Introduce gpu_reset_clobbers_display() by Ville Syrjälä · 8 years ago
  77. 522a63d drm/i915: Add a way to test the modeset done during gpu reset, v3. by Maarten Lankhorst · 8 years ago
  78. 7397489 drm/i915: Fix modeset handling during gpu reset, v5. by Maarten Lankhorst · 8 years ago
  79. a168f5b drm/i915: Don't mark PCH underrun reporting as disabled for transcoder B/C on LPT-H by Ville Syrjälä · 8 years ago
  80. 09fa8bb drm/i915: Add some curly braces by Ville Syrjälä · 8 years ago
  81. 3e510a8 drm/i915: Repack fence tiling mode and stride into a single integer by Chris Wilson · 8 years ago
  82. 5748b6a drm/i915: Use dev_priv consistently through the intel_frontbuffer interface by Chris Wilson · 8 years ago
  83. faf5bf0 drm/i915: Use atomics to manipulate obj->frontbuffer_bits by Chris Wilson · 8 years ago
  84. 5d723d7 drm/i915: Separate intel_frontbuffer into its own header by Chris Wilson · 8 years ago
  85. 477321e drm/i915: Reject mixing MST and SST/HDMI on the same digital port by Ville Syrjälä · 8 years ago
  86. 776f323 drm/i915: s/__i915_wait_request/i915_wait_request/ by Chris Wilson · 8 years ago
  87. d72d908 drm/i915: Mark up i915_gem_active for locking annotation by Chris Wilson · 8 years ago
  88. 27c01aa drm/i915: Prepare i915_gem_active for annotations by Chris Wilson · 8 years ago
  89. 381f371 drm/i915: Introduce i915_gem_active for request tracking by Chris Wilson · 8 years ago
  90. 8e63717 drm/i915: Simplify request_alloc by returning the allocated request by Chris Wilson · 8 years ago
  91. 7e37f88 drm/i915: Rename struct intel_ringbuffer to struct intel_ring by Chris Wilson · 8 years ago
  92. 1dae2df drm/i915: Rename request->ringbuf to request->ring by Chris Wilson · 8 years ago
  93. b5321f3 drm/i915: Unify intel_logical_ring_emit and intel_ring_emit by Chris Wilson · 8 years ago
  94. 8497825 drm/i915: cleanup_plane_fb: also drop reference to current state wait_req by Keith Packard · 8 years ago
  95. 3b2c171 drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKL by Ville Syrjälä · 8 years ago
  96. 848496e drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKL by Ville Syrjälä · 8 years ago
  97. 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
  98. 5e58052 Backmerge tag 'v4.7' into drm-next by Dave Airlie · 8 years ago
  99. 54b4f68 Revert "drm/i915: Enable RC6 immediately" by Chris Wilson · 8 years ago
  100. b12e0ee drm/i915: Enable RC6 immediately by Chris Wilson · 8 years ago