1. 66a2d92 drm/i915: Make intel_adjust_tile_offset() work for linear buffers by Ville Syrjälä · 10 years ago
  2. b9b2403 drm/i915: Allow calling intel_adjust_tile_offset() multiple times by Ville Syrjälä · 10 years ago
  3. 60d5f2a drm/i915: Limit fb x offset due to fences by Ville Syrjälä · 10 years ago
  4. c2ff737 drm/i915: Adjust obj tiling vs. fb modifier rules by Ville Syrjälä · 10 years ago
  5. 72618eb drm/i915: Use fb modifiers for display tiling decisions by Ville Syrjälä · 10 years ago
  6. 2949056 drm/i915: Pass around plane_state instead of fb+rotation by Ville Syrjälä · 10 years ago
  7. d219677 drm/i915: Move SKL hw stride calculation into a helper by Ville Syrjälä · 10 years ago
  8. ef78ec9 drm/i915: Don't pass pitch to intel_compute_page_offset() by Ville Syrjälä · 10 years ago
  9. 6687c90 drm/i915: Rewrite fb rotation GTT handling by Ville Syrjälä · 10 years ago
  10. 8090ba8 drm/i915: Apply the PPS register unlock workaround more consistently by Imre Deak · 9 years ago
  11. 44cb734 drm/i915: Merge the PPS register definitions by Imre Deak · 9 years ago
  12. ae98104 drm/i915: Use the g4x+ approach on gen2 for handling display stuff around GPU reset by Ville Syrjälä · 9 years ago
  13. 4ac2ba2 drm/i915: Introduce gpu_reset_clobbers_display() by Ville Syrjälä · 9 years ago
  14. 522a63d drm/i915: Add a way to test the modeset done during gpu reset, v3. by Maarten Lankhorst · 9 years ago
  15. 7397489 drm/i915: Fix modeset handling during gpu reset, v5. by Maarten Lankhorst · 9 years ago
  16. a168f5b drm/i915: Don't mark PCH underrun reporting as disabled for transcoder B/C on LPT-H by Ville Syrjälä · 9 years ago
  17. 09fa8bb drm/i915: Add some curly braces by Ville Syrjälä · 9 years ago
  18. 3e510a8 drm/i915: Repack fence tiling mode and stride into a single integer by Chris Wilson · 9 years ago
  19. 5748b6a drm/i915: Use dev_priv consistently through the intel_frontbuffer interface by Chris Wilson · 9 years ago
  20. faf5bf0 drm/i915: Use atomics to manipulate obj->frontbuffer_bits by Chris Wilson · 9 years ago
  21. 5d723d7 drm/i915: Separate intel_frontbuffer into its own header by Chris Wilson · 9 years ago
  22. 477321e drm/i915: Reject mixing MST and SST/HDMI on the same digital port by Ville Syrjälä · 9 years ago
  23. 776f323 drm/i915: s/__i915_wait_request/i915_wait_request/ by Chris Wilson · 9 years ago
  24. d72d908 drm/i915: Mark up i915_gem_active for locking annotation by Chris Wilson · 9 years ago
  25. 27c01aa drm/i915: Prepare i915_gem_active for annotations by Chris Wilson · 9 years ago
  26. 381f371 drm/i915: Introduce i915_gem_active for request tracking by Chris Wilson · 9 years ago
  27. 8e63717 drm/i915: Simplify request_alloc by returning the allocated request by Chris Wilson · 9 years ago
  28. 7e37f88 drm/i915: Rename struct intel_ringbuffer to struct intel_ring by Chris Wilson · 9 years ago
  29. 1dae2df drm/i915: Rename request->ringbuf to request->ring by Chris Wilson · 9 years ago
  30. b5321f3 drm/i915: Unify intel_logical_ring_emit and intel_ring_emit by Chris Wilson · 9 years ago
  31. 8497825 drm/i915: cleanup_plane_fb: also drop reference to current state wait_req by Keith Packard · 9 years ago
  32. 848496e drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKL by Ville Syrjälä · 9 years ago
  33. 54b4f68 Revert "drm/i915: Enable RC6 immediately" by Chris Wilson · 9 years ago
  34. b12e0ee drm/i915: Enable RC6 immediately by Chris Wilson · 9 years ago
  35. 34911fd drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free by Chris Wilson · 9 years ago
  36. f8c417c drm/i915: Rename drm_gem_object_unreference in preparation for lockless free by Chris Wilson · 9 years ago
  37. 25dc556 drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get by Chris Wilson · 9 years ago
  38. 03ac064 drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup by Chris Wilson · 9 years ago
  39. e8a261e drm/i915: Rename request reference/unreference to get/put by Chris Wilson · 9 years ago
  40. 197be2a drm/i915: Disable waitboosting for mmioflips/semaphores by Chris Wilson · 9 years ago
  41. a878487 drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2) by Bob Paauwe · 9 years ago
  42. e7852a4 drm/i915: add missing condition for committing planes on crtc by Lionel Landwerlin · 9 years ago
  43. b7137e0 drm/i915: Defer enabling rc6 til after we submit the first batch/context by Chris Wilson · 9 years ago
  44. 48f112f drm/i915: Fill unused GGTT with scratch pages for VT-d by Chris Wilson · 9 years ago
  45. e25148d drm/i915: Check for invalid cloning earlier during modeset by Ville Syrjälä · 9 years ago
  46. d7edc4e drm/i915: Kill has_dsi_encoder by Ville Syrjälä · 9 years ago
  47. cca0502 drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/ by Ville Syrjälä · 9 years ago
  48. 2210ce7 drm/i915: Replace some open coded intel_crtc_has_dp_encoder()s by Ville Syrjälä · 9 years ago
  49. 37a5650 drm/i915: Kill has_dp_encoder from pipe_config by Ville Syrjälä · 9 years ago
  50. 3d6e9ee drm/i915: Replace manual lvds and sdvo/hdmi counting with intel_crtc_has_type() by Ville Syrjälä · 9 years ago
  51. 2d84d2b drm/i915: Unify intel_pipe_has_type() and intel_pipe_will_have_type() by Ville Syrjälä · 9 years ago
  52. 253c84c drm/i915: Add output_types bitmask into the crtc state by Ville Syrjälä · 9 years ago
  53. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 9 years ago
  54. f19ec8c drm/i915: convert a few more E->dev_private to to_i915(E) by Dave Gordon · 9 years ago
  55. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 9 years ago
  56. 67d97da drm/i915: Only start retire worker when idle by Chris Wilson · 9 years ago
  57. 8411499 drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes() by Chris Wilson · 9 years ago
  58. f69a02c drm/i915: Spin after waking up for an interrupt by Chris Wilson · 9 years ago
  59. 93220c0 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  60. 24d8441 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  61. 8ad32a0 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  62. e24ca05 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  63. e084e1b drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  64. 95cac28 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  65. b85c1ec drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  66. 2ec9ba3 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  67. dfdb474 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  68. a7d0466 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  69. d9f9624 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  70. 650fbd8 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  71. 370004d drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  72. 6b18826 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  73. 2c30b43 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  74. b8511f5 drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  75. 527b6ab Revert "drm/i915: Use atomic commits for legacy page_flips" by Chris Wilson · 9 years ago
  76. f53dd63 drm/i915/hsw: Avoid early timeout during LCPLL disable/restore by Imre Deak · 9 years ago
  77. cf3598c drm/i915/lpt: Avoid early timeout during FDI PHY reset by Imre Deak · 9 years ago
  78. 71240ed drm/i915: Remove user controllable DRM_ERROR for intel_get_pipe_from_crtc_id() by Chris Wilson · 9 years ago
  79. 2e5673e drm/i915: Remove redundant drm_connector_register_all() by Chris Wilson · 9 years ago
  80. 843152b drm/i915: Move connector registration to driver registration by Chris Wilson · 9 years ago
  81. 1ebaa0b drm/i915: Move backlight registration to connector registration by Chris Wilson · 9 years ago
  82. 10bb667 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  83. 9da1030 Merge tag 'drm-intel-next-2016-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  84. 97a824e1 drm/i915/ibx, cpt: Don't attempt to register eDP if LVDS was detected by Imre Deak · 9 years ago
  85. e63d87c drm/i915: Move backlight unregistration to connector unregistration by Chris Wilson · 9 years ago
  86. c191eca drm/i915: Move intel_connector->unregister to connector->early_unregister by Chris Wilson · 9 years ago
  87. 9b8b013 drm: Deal with rotation in drm_plane_helper_check_update() by Ville Syrjälä · 9 years ago
  88. c37efb9 drm/i915: Serialise presentation with imported dmabufs by Chris Wilson · 9 years ago
  89. ee042aa drm/i915: Use atomic commits for legacy page_flips by Daniel Vetter · 9 years ago
  90. 6c9c1b3 drm/i915: Move fb_bits updating later in atomic_commit by Daniel Vetter · 9 years ago
  91. 94f0502 drm/i915: nonblocking commit by Daniel Vetter · 9 years ago
  92. faf68d9 Reapply "drm/i915: Pass atomic states to fbc update, functions." by Maarten Lankhorst · 9 years ago
  93. ea0000f drm/i915: Roll out the helper nonblock tracking by Daniel Vetter · 9 years ago
  94. 1f7528c drm/i915: Signal drm events for atomic by Daniel Vetter · 9 years ago
  95. c199412 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  96. 1c1a24d drm/i915/ilk: Don't disable SSC source if it's in use by Lyude · 9 years ago
  97. 324513c drm/i915/bxt: Rename broxton to bxt in PHY/CDCLK function prefixes by Imre Deak · 9 years ago
  98. 95a7a2a drm/i915/bxt: Set DDI PHY lane latency optimization during modeset by Imre Deak · 9 years ago
  99. cc22a86 drm: i915: Rely on the default ->best_encoder() behavior where appropriate by Boris Brezillon · 9 years ago
  100. 5e84c26 drm/atomic-helper: Massage swap_state signature somewhat by Daniel Vetter · 9 years ago