1. 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
  2. 735dc0d Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  3. a0e99e6 drm/i915: use drm_modeset_lock_all by Daniel Vetter · 12 years ago
  4. 5d4545a drm/i915: Create a gtt structure by Ben Widawsky · 12 years ago
  5. 8040513 drm/i915: Allocate overlay registers from stolen memory by Chris Wilson · 12 years ago
  6. a919398 drm/i915: fix overlay on i830M by Daniel Vetter · 12 years ago
  7. 3459f620 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  8. acb868d drm/i915: Disallow preallocation of requests by Chris Wilson · 12 years ago
  9. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  10. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  11. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  12. 86a1ee2 drm/i915: Only pwrite through the GTT if there is space in the aperture by Chris Wilson · 12 years ago
  13. 6306cb4 drm/i915: rip out the overlay pipe A workaround by Daniel Vetter · 12 years ago
  14. 199b2bc drm/i915: s/i915_wait_request/i915_wait_seqno/g by Ben Widawsky · 12 years ago
  15. f7bacf1 drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfo by Daniel Vetter · 12 years ago
  16. 6d90c95 drm/i915: remove LP_RING&friends from modeset code by Daniel Vetter · 12 years ago
  17. b2da9fe drm/i915: remove do_retire from i915_wait_request by Ben Widawsky · 12 years ago
  18. 1cff8f6 drm/i915: properly check for MODESET for kms driver ioctls by Daniel Vetter · 12 years ago
  19. 75020bc drm/i915: [sparse] __iomem fixes for overlay by Ben Widawsky · 12 years ago
  20. de67cba Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h" by Danny Kukawka · 13 years ago
  21. 75c1399 drm/i915: fixup overlay checks for interlaced modes by Daniel Vetter · 13 years ago
  22. ca9bfa7 drm/i915: fixup interlaced vertical timings confusion, part 1 by Daniel Vetter · 13 years ago
  23. b93f9cf drm/i915: argument to control retiring behavior by Ben Widawsky · 13 years ago
  24. 0206e35 Drivers: i915: Fix all space related issues. by Akshay Joshi · 13 years ago
  25. bee4d4a Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  26. 79d2427 drm/i915/overlay: Fix unpinning along init error paths by Chris Wilson · 13 years ago
  27. ecbec53 drm/i915: more struct_mutex locking by Hugh Dickins · 13 years ago
  28. 1e5216e drm/i915: more struct_mutex locking by Hugh Dickins · 13 years ago
  29. 2da3b9b drm/i915: Combine pinning with setting to the display plane by Chris Wilson · 13 years ago
  30. c411964 drm/i915: Mark the cursor and the overlay as being part of the display planes by Chris Wilson · 13 years ago
  31. ce453d8 drm/i915: Use a device flag for non-interruptible phases by Chris Wilson · 13 years ago
  32. c872522 drm/i915: Protect against drm_gem_object not being the first member by Chris Wilson · 14 years ago
  33. 9db4a9c drm/i915: cleanup per-pipe reg usage by Jesse Barnes · 14 years ago
  34. db53a30 drm/i915: Refine tracepoints by Chris Wilson · 14 years ago
  35. 1ec14ad drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB by Chris Wilson · 14 years ago
  36. d9e86c0 drm/i915: Pipelined fencing [infrastructure] by Chris Wilson · 14 years ago
  37. 05394f3 drm/i915: Use drm_i915_gem_object as the preferred type by Chris Wilson · 14 years ago
  38. 75e9e91 drm/i915: kill mappable/fenceable disdinction by Daniel Vetter · 14 years ago
  39. f2a630b Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  40. a00b10c drm/i915: Only enforce fence limits inside the GTT. by Chris Wilson · 14 years ago
  41. 920afa7 drm/i915: range-restricted bind_to_gtt by Daniel Vetter · 14 years ago
  42. 3cce469 drm/i915: Propagate error from failing to queue a request by Chris Wilson · 14 years ago
  43. e1f99ce drm/i915: Propagate errors from writing to ringbuffer by Chris Wilson · 14 years ago
  44. 8f28f54 i915: signedness bug in check_overlay_src() by Dan Carpenter · 14 years ago
  45. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  46. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  47. a6c45cf drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g by Chris Wilson · 14 years ago
  48. f7abfe8 drm/i915: Fix an overlay regression from 7e7d76c by Chris Wilson · 14 years ago
  49. e9e331a drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitter by Chris Wilson · 14 years ago
  50. 5eddb70 drm/i915: Use macros to switch between equivalent pipe registers by Chris Wilson · 14 years ago
  51. 3bd3c93 drm/i915: Compile out error state without DEBUG_FS by Chris Wilson · 14 years ago
  52. b303cf9 drm/i915/overlay: Use a continuation hook to finish work after a flip. by Chris Wilson · 14 years ago
  53. 23f09ce drm/i915/overlay: Make the overlay control struct opaque. by Chris Wilson · 14 years ago
  54. 5dcdbcb drm/i915/overlay: Pass interruptible to switch_off() by Chris Wilson · 14 years ago
  55. 106dada drm/i915/overlay: Workaround i830 overlay activation bug. by Chris Wilson · 14 years ago
  56. 5fe82c5 drm/i915/overlay: Make do_put_image() as static by Chris Wilson · 14 years ago
  57. 8dc5d14 drm/i915: Preallocate requests by Chris Wilson · 14 years ago
  58. 5cd68c9 drm/i915/overlay: Tidy release_old_vid() by Chris Wilson · 14 years ago
  59. 8dfbc34 drm/i915/overlay: Combine SWITCH_OFF into a single step by Chris Wilson · 14 years ago
  60. 9bb2ff7 drm/i915/overlay: Explicitly pass regs from map to unmap by Chris Wilson · 14 years ago
  61. b6c028e drm/i915/overlay: Refactor do_wait_request() by Chris Wilson · 14 years ago
  62. 9f7c3f4 drm/i915/overlay: Tidy check_overlay_dst() by Chris Wilson · 14 years ago
  63. 446d218 drm/i915/overlay: Tidy update_pfit_vscale_ratio() by Chris Wilson · 14 years ago
  64. 7340ea7 drm/i915/overlay: Remove duplicated definition of OFC_UPDATE by Chris Wilson · 14 years ago
  65. 62cf4e6 drm/i915/overlay: Destroy reg_bo on shutdown. by Chris Wilson · 14 years ago
  66. a293012 drm/i915/overlay: Use the recommended page alignment for physical regs by Chris Wilson · 14 years ago
  67. 60fc332 drm/i915/overlay: Tidy attribute checking. by Chris Wilson · 14 years ago
  68. 8d74f65 drm/i915/overlay: Use non-atomic mappings for the common case. by Chris Wilson · 14 years ago
  69. 31578148 drm/i915/overlay: Move capabilities bits to common info block. by Chris Wilson · 14 years ago
  70. 0ddc128 drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing. by Chris Wilson · 14 years ago
  71. 6ba3ddd drm/i915/overlay: Missing breaks between case statements for color depth by Chris Wilson · 14 years ago
  72. 722506f drm/i915/overlay: Whitespace by Chris Wilson · 14 years ago
  73. 8a1a49f drm/i915: move flushing list processing to i915_retire_commands by Daniel Vetter · 15 years ago
  74. e167976 drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h by Andrew Morton · 14 years ago
  75. 6eeefaf drm/i915: Apply i830 errata for cursor alignment by Chris Wilson · 14 years ago
  76. 6ef3d42 drm/i915: Capture the overlay status upon a GPU hang. by Chris Wilson · 14 years ago
  77. fca3ec0 drm,io-mapping: Specify slot to use for atomic mappings by Chris Wilson · 14 years ago
  78. d796136 drm/i915: Typo in (unused) register mask for overlay. by Chris Wilson · 14 years ago
  79. a1efd14 drm/i915: Check overlay stride errata for i830 and i845 by Chris Wilson · 14 years ago
  80. 852835f drm/i915: convert some gem structures to per-ring V2 by Zou Nan hai · 14 years ago
  81. 8187a2b drm/i915: introduce intel_ring_buffer structure (V2) by Zou Nan hai · 14 years ago
  82. a8089e8 drm/i915: drop pointer to drm_gem_object by Daniel Vetter · 14 years ago
  83. ac52bc5 drm/i915: introduce i915_gem_alloc_object by Daniel Vetter · 14 years ago
  84. 23010e4 drm/i915: introduce to_intel_bo helper by Daniel Vetter · 14 years ago
  85. 915a428 drm/i915: fix small leak on overlay error path by Dan Carpenter · 14 years ago
  86. bad720f drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge. by Eric Anholt · 15 years ago
  87. 30d6c72 Merge remote branch 'anholt/drm-intel-next' into drm-next-stage by Dave Airlie · 14 years ago
  88. 4f8a567 drm/i915: overlay: drop superflous gpu flushes by Daniel Vetter · 15 years ago
  89. 4667a4a drm/i915: overlay: nuke readback to flush wc caches by Daniel Vetter · 15 years ago
  90. bc9025b Use drm_gem_object_[handle_]unreference_unlocked where possible by Luca Barbieri · 15 years ago
  91. f2b115e drm/i915: Fix product names and #defines by Adam Jackson · 15 years ago
  92. 9bedb97 drm/i915: fixup interrupted overlay switch off calls by Daniel Vetter · 15 years ago
  93. 12ca45f drm/i915: overlay: extract some duplicated code by Daniel Vetter · in the future
  94. 5c5a435 drm/i915: overlay: kill one more unnecessary uninterruptible sleep by Daniel Vetter · 15 years ago
  95. 03f77ea drm/i915: implement interruptible sleeps in the overlay code by Daniel Vetter · 15 years ago
  96. 5a5a0c6 drm/i915: implement fastpath for overlay flip waiting by Daniel Vetter · 15 years ago
  97. 240a2d1 drm/i915: fully switch off overlay when not in use by Daniel Vetter · 15 years ago
  98. 02e792f drm/i915: implement drmmode overlay support v4 by Daniel Vetter · 15 years ago