1. a168c29 drm/i915: Print the hw context status is debugfs by Ben Widawsky · 12 years ago
  2. fdfa175 drm/i915: add missing \n to UTS_RELEASE in the error_state by Jani Nikula · 12 years ago
  3. 6dc1c49 Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next by Dave Airlie · 12 years ago
  4. 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
  5. f82855d drm/i915: Fix CAGF for HSW by Ben Widawsky · 12 years ago
  6. 4518f61 drm/i915: dump UTS_RELEASE into the error_state by Daniel Vetter · 12 years ago
  7. 735dc0d Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  8. 623f978 drm/i915: dump refcount into framebuffer debugfs file by Daniel Vetter · 12 years ago
  9. 4b096ac drm: revamp locking around fb creation/destruction by Daniel Vetter · 12 years ago
  10. 1f83fee drm/i915: clear up wedged transitions by Daniel Vetter · 12 years ago
  11. 33196de drm/i915: move wedged to the other gpu error handling stuff by Daniel Vetter · 12 years ago
  12. 99584db drm/i915: extract hangcheck/reset/error_state state into substruct by Daniel Vetter · 12 years ago
  13. 93d1879 drm/i915: Remove use of gtt_mappable_entries by Ben Widawsky · 12 years ago
  14. 5d4545a drm/i915: Create a gtt structure by Ben Widawsky · 12 years ago
  15. 00fc2c3 drm/i915: Remove gtt_mappable_total by Ben Widawsky · 12 years ago
  16. dd624af drm/i915: Add a debug interface to forcibly evict and shrink our object caches by Chris Wilson · 12 years ago
  17. b5cc6c0 Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  18. 0f3b684 drm/i915: Record DERRMR, FORCEWAKE and RING_CTL in error-state by Chris Wilson · 12 years ago
  19. e94fbaa drm/i915: Make next_seqno debugs entry to use i915_gem_set_seqno by Mika Kuoppala · 12 years ago
  20. 0915300 drm/i915: rework locking for intel_dpio|sbi_read|write by Daniel Vetter · 12 years ago
  21. e7d841c drm/i915: Close race between processing unpin task and queueing the flip by Chris Wilson · 12 years ago
  22. 43a7b92 drm/i915: Fix debugfs seqno info print to use uint by Mika Kuoppala · 12 years ago
  23. 4063321 drm/i915: Add debugfs entry to read/write next_seqno by Mika Kuoppala · 12 years ago
  24. 1a240d4 drm/i915: fixup sparse warnings by Daniel Vetter · 12 years ago
  25. c1ad11f drm/i915: Allow objects to be created with no backing pages, but stolen space by Chris Wilson · 12 years ago
  26. 04b97b3 drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domains by Chris Wilson · 12 years ago
  27. df2b23d drm/i915: Include the last semaphore sync point in the error-state by Chris Wilson · 12 years ago
  28. 44cbd33 drm/i915: Missed lock change with rps lock by Ben Widawsky · 12 years ago
  29. 4fc688c drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex by Jesse Barnes · 12 years ago
  30. 3e37394 drm/i915: move pwrctx/renderctx to the other ilk power state by Daniel Vetter · 12 years ago
  31. c2fb791 Merge tag 'v3.7-rc2' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  32. ecd8fae drm/i915: Add rc6vids to debugfs by Ben Widawsky · 12 years ago
  33. 42c0526 drm/i915: Extract PCU communication by Ben Widawsky · 12 years ago
  34. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  35. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  36. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  37. c8735b0 drm/i915: #define gpu freq multipler by Ben Widawsky · 12 years ago
  38. a2c7f6f drm/i915: Convert remaining debugfs iterators over rings to for_each_ring() by Chris Wilson · 12 years ago
  39. 050ee91 drm/i915: Use new INSTDONE registers (Gen7+) by Ben Widawsky · 12 years ago
  40. 71e172e drm/i915: Add ERR_INT to gen7 error state by Ben Widawsky · 12 years ago
  41. c110a6d drm/i915: Show pin count in debugfs by Chris Wilson · 12 years ago
  42. b7abb71 drm/i915: Show (count, size) of purgeable objects in i915_gem_objects by Chris Wilson · 12 years ago
  43. 6c085a7 drm/i915: Track unbound pages by Chris Wilson · 12 years ago
  44. 20d5a54 drm/i915: don't grab dev->struct_mutex for userspace forcewak by Daniel Vetter · 12 years ago
  45. b2eadbc drm/i915: Lazily apply the SNB+ seqno w/a by Chris Wilson · 12 years ago
  46. c6a828d drm/i915: move all rps state into dev_priv->rps by Daniel Vetter · 12 years ago
  47. 22bcfc6 drm/i915: use mutex_lock_interruptible for debugfs files by Daniel Vetter · 12 years ago
  48. 004777c drm/i915: fixup up debugfs rps state handling by Daniel Vetter · 12 years ago
  49. c96ea64 drm/i915: dump the device info by Daniel Vetter · 12 years ago
  50. 65ce302 drm/i915: Remove the defunct flushing list by Chris Wilson · 12 years ago
  51. 0201f1e drm/i915: Replace the pending_gpu_write flag with an explicit seqno by Chris Wilson · 12 years ago
  52. 12f5581 drm/i915: Add comments to explain the BSD tail write workaround by Chris Wilson · 12 years ago
  53. b9a3906 drm/i915: add ccid to error state by Ben Widawsky · 12 years ago
  54. 1523c31 drm/i915: add min freq control to debugfs by Jesse Barnes · 12 years ago
  55. 6bd459d drm/i915: fix module unload since error_state rework by Daniel Vetter · 12 years ago
  56. b451951 drm/i915: Introduce for_each_ring() macro by Chris Wilson · 12 years ago
  57. d544230 drm/i915: allow the existing error_state to be destroyed by Daniel Vetter · 12 years ago
  58. 742cbee drm/i915: rework dev->first_error locking by Daniel Vetter · 12 years ago
  59. e5eb3d6 drm/i915: add interface to simulate gpu hangs by Daniel Vetter · 12 years ago
  60. 582be6b drm/i915: Only enable IPS polling for gen5 by Chris Wilson · 12 years ago
  61. 6d171cb drm/i915: Remove unused ring->irq_seqno by Chris Wilson · 12 years ago
  62. 9574b3f drm/i915: kill waiting_seqno by Ben Widawsky · 12 years ago
  63. be998e2 drm/i915: move vbetool invoked ier stuff by Ben Widawsky · 12 years ago
  64. 1488fc0 drm/i915: Remove the deferred-free list by Chris Wilson · 12 years ago
  65. 1b50247 drm/i915: Remove the list of pinned inactive objects by Chris Wilson · 12 years ago
  66. 0d38f00 drm/i915: [sparse] __iomem fixes for debugfs by Daniel Vetter · 12 years ago
  67. 92d68ed drm/i915: Remove i915_gem_ringbuffer_(data|info) from debugfs by Chris Wilson · 12 years ago
  68. c43b563 drm/i915: [sparse] trivial sparse fixes by Ben Widawsky · 12 years ago
  69. cce66a2 drm/i915: add rc6 residency times to debugfs by Ben Widawsky · 12 years ago
  70. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  71. ec34a01 drm/i915: VCS is not the last ring by Ben Widawsky · 12 years ago
  72. 9d2f41f drm/i915: dump the DMA fetch addr register on pre-gen6 by Daniel Vetter · 12 years ago
  73. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  74. 7e231dbe drm/i915: ValleyView IRQ support by Jesse Barnes · 12 years ago
  75. 57f350b drm/i915: add DPIO support by Jesse Barnes · 12 years ago
  76. 1a8c55d drm/i915: [dinq] shut up six instances of -Warray-bounds by Ben Widawsky · 13 years ago
  77. ee4f42b drm/i915: Record the position of the request upon error by Chris Wilson · 13 years ago
  78. 52d39a2 drm/i915: Record the in-flight requests at the time of a hang by Chris Wilson · 13 years ago
  79. 9edd576 Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued by Daniel Vetter · 13 years ago
  80. 3cf17fc drm/i915: ppgtt debugfs info by Daniel Vetter · 13 years ago
  81. 7e3b873 drm/i915: dump even more into the error_state by Daniel Vetter · 13 years ago
  82. 3fa7d23 drm/i915: add gen6+ registers to i915_swizzle_info by Daniel Vetter · 13 years ago
  83. ea16a3c drm/i915: add debugfs file for swizzling information by Daniel Vetter · 13 years ago
  84. 33f3f51 drm/i915: add per-ring fault reg to error_state by Daniel Vetter · 13 years ago
  85. ff865f7 drm/i915: remove the i915_batchbuffer_info debugfs file by Daniel Vetter · 13 years ago
  86. 6a9c308 drm/i915: refactor debugfs create functions by Daniel Vetter · 13 years ago
  87. 08e14e8 drm/i915: refactor debugfs open function by Daniel Vetter · 13 years ago
  88. c1cd90e drm/i915: collect more per ring error state by Daniel Vetter · 13 years ago
  89. d27b1e0 drm/i915: refactor ring error state capture to use arrays by Daniel Vetter · 13 years ago
  90. 96154f2 drm/i915: switch ring->id to be a real id by Daniel Vetter · 13 years ago
  91. 93b525d drm/i915: fixup forcewake spinlock fallout in drpc debugfs function by Daniel Vetter · 13 years ago
  92. 48467a9 drm/i915: debugfs: show semaphore registers also on gen7 by Daniel Vetter · 13 years ago
  93. 075edca drm/i915: allow userspace forcewake references also on gen7 by Daniel Vetter · 13 years ago
  94. fff24e2 drm/i915: Correct debugfs printout for RC1e. by Eric Anholt · 13 years ago
  95. 9f1f46a drm/i915: protect force_wake_(get|put) with the gt_lock by Daniel Vetter · 13 years ago
  96. 3d29b84 drm/i915: add a LLC feature flag in device description by Eugeni Dodonov · 13 years ago
  97. a05a586 drm/i915: Print debugfs object list sizes in KiB instead of bytes. by Eric Anholt · 13 years ago
  98. 4d85529 drm/i915: drpc debugfs update for gen6 by Ben Widawsky · 13 years ago
  99. 03d00ac drm/i915: add PCH info to i915_capabilities by Paulo Zanoni · 13 years ago
  100. cdaeb57 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux into drm-fixes by Dave Airlie · 13 years ago