1. 47a8e3f drm/i915: Eliminate superfluous i915_ggtt_view_normal by Chris Wilson · 8 years ago
  2. ef426c1 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queued by Daniel Vetter · 8 years ago
  3. 4c5cfcc drm/i915: Kill the 830 MI_OVERLAY_OFF workaround by Ville Syrjälä · 8 years ago
  4. 8fdded8 drm/i915: Disable L2 cache clock gating on 830 when using the overlay by Ville Syrjälä · 8 years ago
  5. 39ccc04 drm/i915: Use primary plane->state for overlay ckey setup by Ville Syrjälä · 8 years ago
  6. 2daac46 drm/i915: Reorganize overlay filter coeffs into a nicer form by Ville Syrjälä · 8 years ago
  7. 7039a6dc drm/i915: Simplify SWIDTHSW calculation by Ville Syrjälä · 8 years ago
  8. 949d8cf drm/i915: Kill intel_panel_fitter_pipe() by Ville Syrjälä · 8 years ago
  9. 7369914 drm/i915: Use pipe_src_w in overlay code by Ville Syrjälä · 8 years ago
  10. 58d09eb drm/i915: Fix the overlay frontbuffer tracking by Ville Syrjälä · 8 years ago
  11. 4a15cdb drm/i915: Fix oops in overlay due to frontbuffer tracking by Ville Syrjälä · 8 years ago
  12. ecd9caa0 drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff by Ville Syrjälä · 8 years ago
  13. 330afdb drm/i915: Initialize overlay->last_flip properly by Ville Syrjälä · 8 years ago
  14. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 8 years ago
  15. 1967b34 drm/i915: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  16. 2a307c2 drm/i915: add some more "i" in platform names for consistency by Jani Nikula · 8 years ago
  17. 12d79d7 drm/i915: Make GEM object create and create from data take dev_priv by Tvrtko Ursulin · 8 years ago
  18. 187685c drm/i915: Make GEM object alloc/free and stolen created take dev_priv by Tvrtko Ursulin · 8 years ago
  19. f0cd518 drm/i915: Use lockless object free by Chris Wilson · 8 years ago
  20. 3b3f165 drm/i915: Allocate intel_engine_cs structure only for the enabled engines by Akash Goel · 8 years ago
  21. 98a2f41 drm/i915: Allow disabling error capture by Chris Wilson · 8 years ago
  22. f7bbe78 drm/i915: Embed the io-mapping struct inside drm_i915_private by Chris Wilson · 8 years ago
  23. 49ef529 drm/i915: Move fence tracking from object to vma by Chris Wilson · 8 years ago
  24. bde13eb drm/i915: Introduce i915_ggtt_offset() by Chris Wilson · 8 years ago
  25. 058d88c drm/i915: Track pinned VMA by Chris Wilson · 8 years ago
  26. 9b3b784 drm/i915/overlay: Use VMA as the primary tracker for images by Chris Wilson · 8 years ago
  27. 3e510a8 drm/i915: Repack fence tiling mode and stride into a single integer by Chris Wilson · 8 years ago
  28. 5748b6a drm/i915: Use dev_priv consistently through the intel_frontbuffer interface by Chris Wilson · 8 years ago
  29. 5d723d7 drm/i915: Separate intel_frontbuffer into its own header by Chris Wilson · 8 years ago
  30. de89508 drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin() by Chris Wilson · 8 years ago
  31. 0d9bdd8 drm/i915: Convert intel_overlay to request tracking by Chris Wilson · 8 years ago
  32. 8e63717 drm/i915: Simplify request_alloc by returning the allocated request by Chris Wilson · 8 years ago
  33. 7e37f88 drm/i915: Rename struct intel_ringbuffer to struct intel_ring by Chris Wilson · 8 years ago
  34. 1dae2df drm/i915: Rename request->ringbuf to request->ring by Chris Wilson · 8 years ago
  35. b5321f3 drm/i915: Unify intel_logical_ring_emit and intel_ring_emit by Chris Wilson · 8 years ago
  36. 13f17b2 drm/i915: use i915_gem_object_put_unlocked() after releasing mutex by Dave Gordon · 9 years ago
  37. 34911fd drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free by Chris Wilson · 9 years ago
  38. f8c417c drm/i915: Rename drm_gem_object_unreference in preparation for lockless free by Chris Wilson · 9 years ago
  39. 03ac064 drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup by Chris Wilson · 9 years ago
  40. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 9 years ago
  41. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 9 years ago
  42. 66fd7a6 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  43. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  44. 1ee8da6 drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers by Chris Wilson · 9 years ago
  45. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 9 years ago
  46. d8dab00 io-mapping: Specify mapping size for io_mapping_map_wc() by Chris Wilson · 9 years ago
  47. da6ca03 drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr by Chris Wilson · 9 years ago
  48. fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 9 years ago
  49. d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 9 years ago
  50. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 9 years ago
  51. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 9 years ago
  52. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 9 years ago
  53. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 9 years ago
  54. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 9 years ago
  55. 2682708 drm/i915: simplify allocation of driver-internal requests by Dave Gordon · 9 years ago
  56. 7580d77 drm/i915: Wait for object idle without locks in atomic_commit, v2. by Maarten Lankhorst · 9 years ago
  57. 5fb9de1 drm/i915: Update intel_ring_begin() to take a request structure by John Harrison · 10 years ago
  58. 7528987 drm/i915: Update add_request() to take a request structure by John Harrison · 10 years ago
  59. dad540c drm/i915: Update overlay code to do explicit request management by John Harrison · 10 years ago
  60. 91af127 drm/i915: Update i915_gem_object_sync() to take a request structure by John Harrison · 10 years ago
  61. bf7dc5b drm/i915: i915_add_request must not fail by John Harrison · 10 years ago
  62. b471618 drm/i915: Implement inter-engine read-read optimisations by Chris Wilson · 10 years ago
  63. ea9da4e drm/i915: Allow disabling the destination colorkey for overlay by Chris Wilson · 10 years ago
  64. 1c7c430 drm/i915: Mark the overlay active only if we got ring space by Ville Syrjälä · 10 years ago
  65. 209c2a5 drm/i915: Convert overlay->{active, pfit_active} to bools by Ville Syrjälä · 10 years ago
  66. 77589f5 drm/i915: Convert BUGs to WARNs in the video overlay code by Ville Syrjälä · 10 years ago
  67. e661733 drm/i915: Use GGTT view when (un)pinning objects to planes by Tvrtko Ursulin · 10 years ago
  68. 3f52c6e drm/i915: Remove DRIVER_MODESET checks from modeset code by Daniel Vetter · 10 years ago
  69. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  70. 1362b77 drm/i915: Deal with video overlay on GPU reset by Ville Syrjälä · 10 years ago
  71. 9400ae5 drm/i915: Remove obsolete seqno parameter from 'i915_add_request' by John Harrison · 10 years ago
  72. a4b3a57 drm/i915: Convert i915_wait_seqno to i915_wait_request by Daniel Vetter · 10 years ago
  73. 9bfc01a drm/i915: Convert 'last_flip_req' to be a request not a seqno by John Harrison · 10 years ago
  74. 7707e65 drm/i915: use helpers by Rob Clark · 11 years ago
  75. f99d706 drm/i915: Track frontbuffer invalidation/flushing by Daniel Vetter · 11 years ago
  76. a071fa0 drm/i915: Introduce accurate frontbuffer tracking by Daniel Vetter · 11 years ago
  77. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 11 years ago
  78. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  79. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 11 years ago
  80. 0073115 drm/i915: Fix dynamic allocation of physical handles by Chris Wilson · 11 years ago
  81. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 11 years ago
  82. 9f97ba8 Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  83. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  84. d5d45cc drm/i915/overlay: prefer struct drm_i915_private to drm_i915_private_t by Jani Nikula · 11 years ago
  85. 3b25b31 drm/i915: tune down user-triggerable dmesg noise in the cursor/overlay code by Daniel Vetter · 11 years ago
  86. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 11 years ago
  87. 0e5539b Merge branch 'topic/ppgtt' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  88. dc9e7dec drm/i915: No panel fitter on 830M or non-mobile gen2/3 platforms by Ville Syrjälä · 11 years ago
  89. d7f46fc drm/i915: Make pin count per VMA by Ben Widawsky · 11 years ago
  90. b14c567 drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern by Daniel Vetter · 11 years ago
  91. 4926cb7 drm/i915: Convert overlay double wide check over to pipe config by Ville Syrjälä · 11 years ago
  92. c37e220 drm/i915: Add VM to pin by Ben Widawsky · 11 years ago
  93. f63a484 drm/i915: disable stolen mem for OVERLAY_NEEDS_PHYSICAL by Daniel Vetter · 12 years ago
  94. 84734a0 drm/i915: move error state to own compilation unit by Mika Kuoppala · 12 years ago
  95. f343c5f drm/i915: Getter/setter for object attributes by Ben Widawsky · 12 years ago
  96. 0025c07 drm/i915: change i915_add_request to macro by Mika Kuoppala · 12 years ago
  97. edc3d88 drm/i915: avoid big kmallocs on reading error state by Mika Kuoppala · 12 years ago
  98. cd17ef4 Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  99. 735dc0d Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  100. a0e99e6 drm/i915: use drm_modeset_lock_all by Daniel Vetter · 12 years ago