1. 069efc1 drm/i915: Clear fence registers on GPU reset by Chris Wilson · 14 years ago
  2. 73aa808 drm: Move the GTT accounting to i915 by Chris Wilson · 14 years ago
  3. 5cdf588 drm/i915: Make get/put pages static by Chris Wilson · 14 years ago
  4. 23bc598 drm/i915/debug: Convert i915_verify_active() to scan all lists by Chris Wilson · 14 years ago
  5. 3d2a812 drm/i915/debug: Remove default WATCH_BUF by Chris Wilson · 14 years ago
  6. 97d1eba drm/i915/debug: Remove defunct WATCH_LRU by Chris Wilson · 14 years ago
  7. b8232e9 drm/i915: Disable LVDS i2c probing when using GPIO bit banging by Chris Wilson · 14 years ago
  8. e957d77 drm/i915/sdvo: Fix GMBUSification by Chris Wilson · 14 years ago
  9. 1c25595 drm/i915: Convert the file mutex into a spinlock by Chris Wilson · 14 years ago
  10. 30dbf0c drm/i915: Adjust hangcheck EIO semantics by Chris Wilson · 14 years ago
  11. f787a5f drm/i915: Only hold a process-local lock whilst throttling. by Chris Wilson · 14 years ago
  12. 5ceb0f9 drm/i915: Parse the eDP link configuration from the vBIOS by Chris Wilson · 14 years ago
  13. e6c3a2a drm/i915: Use an uninterruptible wait for page-flips during modeset by Chris Wilson · 14 years ago
  14. d3849ed drm/i915: Remove unused dev_priv->panel_wants_dither by Chris Wilson · 14 years ago
  15. 20f0cd5 drm/i915: Remove the broken flush_ring from page-flip by Chris Wilson · 14 years ago
  16. dfaae39 drm/i915: Clear the gpu_write_list on resetting write_domain upon hang by Chris Wilson · 14 years ago
  17. f13d3f7 drm/i915: Track pinned objects by Chris Wilson · 14 years ago
  18. 265db95 drm/i915: Drain any pending flips on the fb prior to unpinning by Chris Wilson · 14 years ago
  19. c78ec30 drm/i915: Merge ring flushing and lazy requests by Chris Wilson · 14 years ago
  20. 53640e1 drm/i915: Track gpu fence usage by Chris Wilson · 14 years ago
  21. c7f9f9a drm/i915: Use ring->flush() instead of MI_FLUSH by Chris Wilson · 14 years ago
  22. 92f49d9 drm/i915: fix HAS_BSD with a device info flag by Xiang, Haihao · 14 years ago
  23. f803aa5 drm/i915: Clean up bo lists on all hung gpus by Chris Wilson · 14 years ago
  24. 77f0123 drm/i915: Clear GPU read domains on reset by Chris Wilson · 14 years ago
  25. 9375e44 drm/i915: Clear flushing lists on GPU reset by Chris Wilson · 14 years ago
  26. 9220434 drm/i915: Only emit a flush request on the active ring. by Chris Wilson · 14 years ago
  27. a6c45cf drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g by Chris Wilson · 14 years ago
  28. f899fc6 drm/i915: use GMBUS to manage i2c links by Chris Wilson · 14 years ago
  29. 2cf34d7 drm/i915: Allow get_fence_reg() to be uninterruptible by Chris Wilson · 14 years ago
  30. 48b956c drm/i915: Push pipelining of display plane flushes to the caller by Chris Wilson · 14 years ago
  31. 7213342 drm/i915: Consolidate flushing the display plane by Chris Wilson · 14 years ago
  32. b3b079d drm/i915: Reduce hangcheck frequency by Chris Wilson · 14 years ago
  33. 788319d drm/i915/lvds: Move private data to the connector from the device. by Chris Wilson · 14 years ago
  34. bed4a67 drm/i915: Fix updating FBC by Chris Wilson · 14 years ago
  35. 1996675 drm/i915: die, i915_probe_agp, die by Daniel Vetter · 14 years ago
  36. 0ade638 intel-gtt: introduce drm/intel-gtt.h by Daniel Vetter · 14 years ago
  37. a957355 drm/i915: Refactor panel backlight controls by Chris Wilson · 14 years ago
  38. de227ef drm/i915: Kill the active list spinlock by Chris Wilson · 14 years ago
  39. 3bd3c93 drm/i915: Compile out error state without DEBUG_FS by Chris Wilson · 14 years ago
  40. 8dc5d14 drm/i915: Preallocate requests by Chris Wilson · 14 years ago
  41. 31578148 drm/i915/overlay: Move capabilities bits to common info block. by Chris Wilson · 14 years ago
  42. 8a1a49f drm/i915: move flushing list processing to i915_retire_commands by Daniel Vetter · 15 years ago
  43. a691043 drm/i915: only one interrupt per batchbuffer is not enough! by Daniel Vetter · 15 years ago
  44. be282fd drm/i915: add MMIO debug output by Jesse Barnes · 14 years ago
  45. 44834a6 drm/i915: Use the VBT from OpRegion when available (v3) by Chris Wilson · 14 years ago
  46. 3b61796 drm/i915: Rename i915_opregion.c to intel_opregion.c by Chris Wilson · 14 years ago
  47. 75ef9da drm/i915: unload: fix retire_work races by Daniel Vetter · 14 years ago
  48. c96c3a8 drm/i915: Include a generation number in the device info by Chris Wilson · 14 years ago
  49. aa40d6b drm/i915: Set up a render context on Ironlake by Zou Nan hai · 14 years ago
  50. 6eeefaf drm/i915: Apply i830 errata for cursor alignment by Chris Wilson · 14 years ago
  51. 1d8e1c7 drm/i915: Enable aspect/centering panel fitting for Ironlake. by Chris Wilson · 14 years ago
  52. cd377ea drm/i915: Implement fair lru eviction across both rings. (v2) by Chris Wilson · 14 years ago
  53. b47eb4a drm/i915: Move the eviction logic to its own file. by Chris Wilson · 14 years ago
  54. 6f392d5 drm/i915: Use a common seqno for all rings. by Chris Wilson · 14 years ago
  55. 6ef3d42 drm/i915: Capture the overlay status upon a GPU hang. by Chris Wilson · 14 years ago
  56. dbd7ac9 drm/i915: Use an uncommon name for the local dev_priv in macros by Chris Wilson · 14 years ago
  57. 88f356b drm/i915: Only emit flushes on active rings. by Chris Wilson · 14 years ago
  58. be72615 drm/i915: Repeat unbinding during free if interrupted (v6) by Chris Wilson · 14 years ago
  59. b09a1fe drm/i915: Refactor i915_gem_retire_requests() by Chris Wilson · 14 years ago
  60. 2bd34f6 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 14 years ago
  61. 534843d drm/i915: Use 128k alignment for untiled display surface on i965 (v2) by Chris Wilson · 14 years ago
  62. cbb465e drm/i915: Include instdone[1] in hangcheck by Chris Wilson · 14 years ago
  63. d312ec2 drm/i915: Sparse warns about the incorrect sign for storing bit17 by Chris Wilson · 14 years ago
  64. 11824e8 drm/i915: Silence sparse complaints over insufficient bitfield int types. by Chris Wilson · 14 years ago
  65. 2dafb1e drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain() by Chris Wilson · 14 years ago
  66. b52eb4d drm/i915: Add frame buffer compression support on Ironlake mobile by Zhao Yakui · 14 years ago
  67. fa14321 drm/i915: Fix watermark calculation in self-refresh mode by Zhao Yakui · 14 years ago
  68. b690e96 drm/i915: add pipe A force quirks to i915 driver by Jesse Barnes · 14 years ago
  69. 9c928d1 drm/i915: disable FBC when more than one pipe is active by Jesse Barnes · 14 years ago
  70. 97e0214 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  71. 1afe3e9 drm/i915: gen3 page flipping fixes by Jesse Barnes · 15 years ago
  72. be26a10 drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer. by Zou Nan hai · 14 years ago
  73. a3524f1 drm/i915: fix oops on single crtc devices. by Dave Airlie · 14 years ago
  74. e20f9c6 drm/i915: Clean up leftover bits from hws move to ring structure. by Eric Anholt · 15 years ago
  75. 9553426 drm/i915: Add CxSR support on Pineview DDR3 by Li Peng · 15 years ago
  76. 778c354 drm/i915: combine all small integers into one single bitfield by Daniel Vetter · 15 years ago
  77. 7648fa9 drm/i915: add power monitoring support by Jesse Barnes · 15 years ago
  78. d1b851f drm/i915: implement BSD ring buffer V2 by Zou Nan hai · 15 years ago
  79. 852835f drm/i915: convert some gem structures to per-ring V2 by Zou Nan hai · 15 years ago
  80. 8187a2b drm/i915: introduce intel_ring_buffer structure (V2) by Zou Nan hai · 15 years ago
  81. d3301d8 drm/i915: Rename dev_priv->ring to dev_priv->render_ring. by Eric Anholt · 15 years ago
  82. 62fdfea drm/i915: Move ringbuffer-related code to intel_ringbuffer.c. by Eric Anholt · 15 years ago
  83. 007cc8a drm/i915: move fence lru to struct drm_i915_fence_reg by Daniel Vetter · 15 years ago
  84. b108333 drm/i915: Fix DDC bus selection for multifunction SDVO by Adam Jackson · 15 years ago
  85. 34dc4d4 Merge remote branch 'origin/master' into drm-intel-next by Eric Anholt · 15 years ago
  86. ee5382a drm/i915: Make fbc control wrapper functions by Adam Jackson · 15 years ago
  87. e552eb7 drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge by Jesse Barnes · 15 years ago
  88. 20bf377 drm/i915: cleanup FBC buffers at unload time by Jesse Barnes · 15 years ago
  89. a8089e8 drm/i915: drop pointer to drm_gem_object by Daniel Vetter · 15 years ago
  90. 62b8b21 drm/i915: don't use ->driver_private anymore by Daniel Vetter · 15 years ago
  91. c397b90 drm/i915: embed the gem object into drm_i915_gem_object by Daniel Vetter · 15 years ago
  92. ac52bc5 drm/i915: introduce i915_gem_alloc_object by Daniel Vetter · 15 years ago
  93. 7fff400 Merge branch 'drm-fbdev-cleanup' into drm-core-next by Dave Airlie · 15 years ago
  94. 5ce8ba7 drm/i915: Fix 82854 PCI ID, and treat it like other 85X by Adam Jackson · 15 years ago
  95. e3421a1 drm/i915: enable DP/eDP for Sandybridge/Cougarpoint by Zhenyu Wang · 15 years ago
  96. 3bad078 drm/i915: Probe for PCH chipset type by Zhenyu Wang · 15 years ago
  97. 7da9f6c drm/i915: Sandybridge has no integrated TV by Zhenyu Wang · 15 years ago
  98. bfac4d6 drm/i915: Ignore LVDS EDID when it is unavailabe or invalid by Zhao Yakui · 15 years ago
  99. 8be48d9 drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list by Dave Airlie · 15 years ago
  100. 3865167 drm/fb: fix fbdev object model + cleanup properly. by Dave Airlie · 15 years ago