1. fe4fc2d drm/i915: Initialize overlay->last_flip properly by Ville Syrjälä · 8 years ago
  2. 73d4256 drm/i915: Fix oops in overlay due to frontbuffer tracking by Ville Syrjälä · 8 years ago
  3. 5652dd3 drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff by Ville Syrjälä · 8 years ago
  4. f7bbe78 drm/i915: Embed the io-mapping struct inside drm_i915_private by Chris Wilson · 8 years ago
  5. 49ef529 drm/i915: Move fence tracking from object to vma by Chris Wilson · 8 years ago
  6. bde13eb drm/i915: Introduce i915_ggtt_offset() by Chris Wilson · 8 years ago
  7. 058d88c drm/i915: Track pinned VMA by Chris Wilson · 8 years ago
  8. 9b3b784 drm/i915/overlay: Use VMA as the primary tracker for images by Chris Wilson · 8 years ago
  9. 3e510a8 drm/i915: Repack fence tiling mode and stride into a single integer by Chris Wilson · 8 years ago
  10. 5748b6a drm/i915: Use dev_priv consistently through the intel_frontbuffer interface by Chris Wilson · 8 years ago
  11. 5d723d7 drm/i915: Separate intel_frontbuffer into its own header by Chris Wilson · 8 years ago
  12. de89508 drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin() by Chris Wilson · 8 years ago
  13. 0d9bdd8 drm/i915: Convert intel_overlay to request tracking by Chris Wilson · 8 years ago
  14. 8e63717 drm/i915: Simplify request_alloc by returning the allocated request by Chris Wilson · 8 years ago
  15. 7e37f88 drm/i915: Rename struct intel_ringbuffer to struct intel_ring by Chris Wilson · 8 years ago
  16. 1dae2df drm/i915: Rename request->ringbuf to request->ring by Chris Wilson · 8 years ago
  17. b5321f3 drm/i915: Unify intel_logical_ring_emit and intel_ring_emit by Chris Wilson · 8 years ago
  18. 13f17b2 drm/i915: use i915_gem_object_put_unlocked() after releasing mutex by Dave Gordon · 8 years ago
  19. 34911fd drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free by Chris Wilson · 8 years ago
  20. f8c417c drm/i915: Rename drm_gem_object_unreference in preparation for lockless free by Chris Wilson · 8 years ago
  21. 03ac064 drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup by Chris Wilson · 8 years ago
  22. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 8 years ago
  23. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 8 years ago
  24. 66fd7a6 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  25. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 8 years ago
  26. 1ee8da6 drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers by Chris Wilson · 8 years ago
  27. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 8 years ago
  28. d8dab00 io-mapping: Specify mapping size for io_mapping_map_wc() by Chris Wilson · 8 years ago
  29. da6ca03 drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr by Chris Wilson · 8 years ago
  30. fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 8 years ago
  31. d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 8 years ago
  32. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 8 years ago
  33. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 8 years ago
  34. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 8 years ago
  35. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 8 years ago
  36. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 8 years ago
  37. 2682708 drm/i915: simplify allocation of driver-internal requests by Dave Gordon · 9 years ago
  38. 7580d77 drm/i915: Wait for object idle without locks in atomic_commit, v2. by Maarten Lankhorst · 9 years ago
  39. 5fb9de1 drm/i915: Update intel_ring_begin() to take a request structure by John Harrison · 9 years ago
  40. 7528987 drm/i915: Update add_request() to take a request structure by John Harrison · 9 years ago
  41. dad540c drm/i915: Update overlay code to do explicit request management by John Harrison · 9 years ago
  42. 91af127 drm/i915: Update i915_gem_object_sync() to take a request structure by John Harrison · 9 years ago
  43. bf7dc5b drm/i915: i915_add_request must not fail by John Harrison · 9 years ago
  44. b471618 drm/i915: Implement inter-engine read-read optimisations by Chris Wilson · 9 years ago
  45. ea9da4e drm/i915: Allow disabling the destination colorkey for overlay by Chris Wilson · 9 years ago
  46. 1c7c430 drm/i915: Mark the overlay active only if we got ring space by Ville Syrjälä · 9 years ago
  47. 209c2a5 drm/i915: Convert overlay->{active, pfit_active} to bools by Ville Syrjälä · 9 years ago
  48. 77589f5 drm/i915: Convert BUGs to WARNs in the video overlay code by Ville Syrjälä · 9 years ago
  49. e661733 drm/i915: Use GGTT view when (un)pinning objects to planes by Tvrtko Ursulin · 9 years ago
  50. 3f52c6e drm/i915: Remove DRIVER_MODESET checks from modeset code by Daniel Vetter · 9 years ago
  51. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  52. 1362b77 drm/i915: Deal with video overlay on GPU reset by Ville Syrjälä · 10 years ago
  53. 9400ae5 drm/i915: Remove obsolete seqno parameter from 'i915_add_request' by John Harrison · 10 years ago
  54. a4b3a57 drm/i915: Convert i915_wait_seqno to i915_wait_request by Daniel Vetter · 10 years ago
  55. 9bfc01a drm/i915: Convert 'last_flip_req' to be a request not a seqno by John Harrison · 10 years ago
  56. 7707e65 drm/i915: use helpers by Rob Clark · 10 years ago
  57. f99d706 drm/i915: Track frontbuffer invalidation/flushing by Daniel Vetter · 10 years ago
  58. a071fa0 drm/i915: Introduce accurate frontbuffer tracking by Daniel Vetter · 10 years ago
  59. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 10 years ago
  60. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  61. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 10 years ago
  62. 0073115 drm/i915: Fix dynamic allocation of physical handles by Chris Wilson · 10 years ago
  63. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 10 years ago
  64. 9f97ba8 Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  65. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  66. d5d45cc drm/i915/overlay: prefer struct drm_i915_private to drm_i915_private_t by Jani Nikula · 10 years ago
  67. 3b25b31 drm/i915: tune down user-triggerable dmesg noise in the cursor/overlay code by Daniel Vetter · 10 years ago
  68. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 10 years ago
  69. 0e5539b Merge branch 'topic/ppgtt' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  70. dc9e7dec drm/i915: No panel fitter on 830M or non-mobile gen2/3 platforms by Ville Syrjälä · 11 years ago
  71. d7f46fc drm/i915: Make pin count per VMA by Ben Widawsky · 11 years ago
  72. b14c567 drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern by Daniel Vetter · 11 years ago
  73. 4926cb7 drm/i915: Convert overlay double wide check over to pipe config by Ville Syrjälä · 11 years ago
  74. c37e220 drm/i915: Add VM to pin by Ben Widawsky · 11 years ago
  75. f63a484 drm/i915: disable stolen mem for OVERLAY_NEEDS_PHYSICAL by Daniel Vetter · 11 years ago
  76. 84734a0 drm/i915: move error state to own compilation unit by Mika Kuoppala · 11 years ago
  77. f343c5f drm/i915: Getter/setter for object attributes by Ben Widawsky · 11 years ago
  78. 0025c07 drm/i915: change i915_add_request to macro by Mika Kuoppala · 11 years ago
  79. edc3d88 drm/i915: avoid big kmallocs on reading error state by Mika Kuoppala · 11 years ago
  80. cd17ef4 Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  81. 735dc0d Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  82. a0e99e6 drm/i915: use drm_modeset_lock_all by Daniel Vetter · 12 years ago
  83. 5d4545a drm/i915: Create a gtt structure by Ben Widawsky · 12 years ago
  84. 8040513 drm/i915: Allocate overlay registers from stolen memory by Chris Wilson · 12 years ago
  85. a919398 drm/i915: fix overlay on i830M by Daniel Vetter · 12 years ago
  86. 3459f620 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  87. acb868d drm/i915: Disallow preallocation of requests by Chris Wilson · 12 years ago
  88. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  89. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  90. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  91. 86a1ee2 drm/i915: Only pwrite through the GTT if there is space in the aperture by Chris Wilson · 12 years ago
  92. 6306cb4 drm/i915: rip out the overlay pipe A workaround by Daniel Vetter · 12 years ago
  93. 199b2bc drm/i915: s/i915_wait_request/i915_wait_seqno/g by Ben Widawsky · 12 years ago
  94. f7bacf1 drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfo by Daniel Vetter · 12 years ago
  95. 6d90c95 drm/i915: remove LP_RING&friends from modeset code by Daniel Vetter · 12 years ago
  96. b2da9fe drm/i915: remove do_retire from i915_wait_request by Ben Widawsky · 12 years ago
  97. 1cff8f6 drm/i915: properly check for MODESET for kms driver ioctls by Daniel Vetter · 12 years ago
  98. 75020bc drm/i915: [sparse] __iomem fixes for overlay by Ben Widawsky · 12 years ago
  99. de67cba Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h" by Danny Kukawka · 12 years ago
  100. 75c1399 drm/i915: fixup overlay checks for interlaced modes by Daniel Vetter · 12 years ago