1. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 14 years ago
  2. 99d9acd drm/i915: Do not set "Enable Panel Fitter" on SNB pageflips by Chris Wilson · 14 years ago
  3. c291be9 drm/i915: Hold mode_config lock whilst changing mode for lastclose() by Chris Wilson · 14 years ago
  4. f9bef08 drm/i915: don't clobber the special upscaling lvds timings by Daniel Vetter · 14 years ago
  5. 15a13bb drm/i915: clear fencing tracking state when retiring requests by Daniel Vetter · 14 years ago
  6. f57f9c1 drm/i915: make rc6 module parameter read-only by Jesse Barnes · 14 years ago
  7. 80e829f drm/i915: implement ColorBlt w/a by Daniel Vetter · 14 years ago
  8. 27c1cbd drm/i915/ringbuffer: Exclude last 2 cachlines of ring on 845g by Chris Wilson · 14 years ago
  9. 6a562e3 Revert "drm/i915: reenable gmbus on gen3+ again" by Daniel Vetter · 14 years ago
  10. c486793 drm/i915: properly compute dp dithering for user-created modes by Daniel Vetter · 14 years ago
  11. 14667a4 drm/i915: Finish any pending operations on the framebuffer before disabling by Chris Wilson · 14 years ago
  12. b2a7164 drm/i915: Removed IVB forced enable of sprite dest key. by acreese · 14 years ago
  13. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 14 years ago
  14. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 14 years ago
  15. b4db1e3 drm/i915: treat src w & h as fixed point in sprite handling code by Jesse Barnes · 14 years ago
  16. 97effad drm/i915: no-lvds quirk on MSI DC500 by Anisse Astier · 14 years ago
  17. 927a2f1 drm/i915: Add lock on drm_helper_resume_force_mode by Sean Paul · 14 years ago
  18. e02f14c drm/i915: don't leak struct_mutex lock on ppgtt init failures by Daniel Vetter · 14 years ago
  19. 650dc07 drm/i915: disable ppgtt on snb when dmar is enabled by Daniel Vetter · 14 years ago
  20. cc22a93 drm/i915: add Ivy Bridge GT2 Server entries by Eugeni Dodonov · 14 years ago
  21. e77166b drm/i915: properly clear SSC1 bit in the pch refclock init code by Daniel Vetter · 14 years ago
  22. 1c7eaac drm/i915: apply CS reg readback trick against missed IRQ on snb by Daniel Vetter · 14 years ago
  23. 25e341c drm/i915: quirk away broken OpRegion VBT by Daniel Vetter · 14 years ago
  24. aa46419 drm/i915: enable plain RC6 on Sandy Bridge by default by Eugeni Dodonov · 14 years ago
  25. 83b7f9a drm/i915: allow to select rc6 modes via kernel parameter by Eugeni Dodonov · 14 years ago
  26. 7dd4906 drm/i915: Mark untiled BLT commands as fenced on gen2/3 by Chris Wilson · 14 years ago
  27. 55a254a drm/i915: properly restore the ppgtt page directory on resume by Daniel Vetter · 14 years ago
  28. f47166d drm/i915: Sanitize BIOS debugging bits from PIPECONF by Chris Wilson · 14 years ago
  29. 3fa016a drm/i915: suspend fbdev device around suspend/hibernate by Dave Airlie · 14 years ago
  30. be53bfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 14 years ago
  31. 5466c7b drm/i915: use DDC_ADDR instead of hard-coding it by Matt Turner · 15 years ago
  32. de49442 Merge tag 'drm-intel-next-2012-03-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 14 years ago
  33. 8229c88 drm: Merge tag 'v3.3-rc7' into drm-core-next by Dave Airlie · 14 years ago
  34. b250da7 drm/i915: support 32 bit BGR formats in sprite planes by Jesse Barnes · 14 years ago
  35. ab2f9df drm/i915: fix color order for BGR formats on SNB by Jesse Barnes · 14 years ago
  36. c501ae7 drm/i915: Only clear the GPU domains upon a successful finish by Chris Wilson · 14 years ago
  37. c3dfefa drm/i915: reenable gmbus on gen3+ again by Daniel Vetter · 14 years ago
  38. f6f808c drm/i915: i2c: unconditionally set up gpio fallback by Daniel Vetter · 14 years ago
  39. c167a6f drm/i915: merge gmbus and gpio i2c adpater into one by Daniel Vetter · 14 years ago
  40. 36c785f drm/i915: merge struct intel_gpio into struct intel_gmbus by Daniel Vetter · 14 years ago
  41. c2b9152 drm/i915: add dev_priv to intel_gmbus by Daniel Vetter · 14 years ago
  42. caae745 drm/i915: Fix single msg gmbus_xfers writes by Benson Leung · 14 years ago
  43. 5d1333f drm/i915: error_buffer->ring should be signed by Daniel Vetter · 14 years ago
  44. eadb29a drm/i915: Silence the error message from i915_wait_request() by Chris Wilson · 14 years ago
  45. 5d031e5 drm/i915: Remove use of the autoreported ringbuffer HEAD position by Chris Wilson · 14 years ago
  46. c3e5f67 drm/i915: use the new hdmi_force_audio enum more by Daniel Vetter · 14 years ago
  47. 7042497 drm/i915: No need to search again after retiring requests by Chris Wilson · 14 years ago
  48. b670824 drm/i915: Only bump refcnt on objects scheduled for eviction by Chris Wilson · 14 years ago
  49. bd45545 drm/i915/bios: Downgrade the "signature missing" DRM_ERROR to debug by Chris Wilson · 14 years ago
  50. f5b8a7e drm/i915: Ignore LVDS on hp t5745 and hp st5747 thin client by Marc Gariepy · 14 years ago
  51. d12d045 drm/i915: Fixes distorted external screen image on HP 2730p by Philipp Grete · 14 years ago
  52. aed3f09 drm/i915: Prevent a machine hang by checking crtc->active before loading lut by Alban Browaeys · 14 years ago
  53. c0e2ee1 drm/i915: fix operator precedence when enabling RC6p by Eugeni Dodonov · 14 years ago
  54. 4e9bb47 drm/i915: fix a sprite watermark computation to avoid divide by zero if xpos<0 by Hai Lan · 14 years ago
  55. 5ca0c34 drm/i915: fix mode set on load pipe. (v2) by Dave Airlie · 14 years ago
  56. ff5f4b0 Merge remote-tracking branch 'airlied/drm-next' into for-airlied by Daniel Vetter · 14 years ago
  57. bb757a7 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/drm-intel into drm-fixes by Dave Airlie · 14 years ago
  58. 019d96c drm: add some caps for userspace to discover more info for dumb KMS driver (v2) by Dave Airlie · 15 years ago
  59. 466e69b drm: move pci bus master enable into driver. by Dave Airlie · 14 years ago
  60. de67cba Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h" by Danny Kukawka · 14 years ago
  61. 1c8ecf8 drm/i915: do not enable RC6p on Sandy Bridge by Eugeni Dodonov · 14 years ago
  62. f3cfcba drm/i915/lvds: Always use the presence pin for LVDS on PCH by Chris Wilson · 14 years ago
  63. ee4f42b drm/i915: Record the position of the request upon error by Chris Wilson · 14 years ago
  64. 52d39a2 drm/i915: Record the in-flight requests at the time of a hang by Chris Wilson · 14 years ago
  65. a71d8d9 drm/i915: Record the tail at each request and use it to estimate the head by Chris Wilson · 14 years ago
  66. 7c26e5c drm/i915: add missing SDVO bits for interlaced modes on ILK by Paulo Zanoni · 14 years ago
  67. cdbe8b5 Merge tag 'drm-intel-next-2012-02-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 14 years ago
  68. 8a8ed1f drm/i915: Fix race condition in accessing GMBUS by Yufeng Shen · 14 years ago
  69. b1d7e4b drm/i915: add a "force-dvi" HDMI audio mode by Wu Fengguang · 14 years ago
  70. 8ac5a6d drm/i915: Don't lock panel registers when downclocking by Sean Paul · 14 years ago
  71. 51a59ac drm: Fix kcalloc parameters swapped by Axel Lin · 14 years ago
  72. d3ae081 drm/i915: fix up locking inconsistency around gem_do_init by Daniel Vetter · 14 years ago
  73. 99ffa16 drm/i915: enable forcewake voodoo also for gen6 by Daniel Vetter · 14 years ago
  74. 53d227f drm/i915: fixup seqno allocation logic for lazy_request by Daniel Vetter · 14 years ago
  75. 5391d0c drm/i915: outstanding_lazy_request is a u32 by Daniel Vetter · 14 years ago
  76. 67a3744 drm/i915: check gtfifodbg after possibly failed writes by Ben Widawsky · 14 years ago
  77. ee64cbd drm/i915: catch gtfifo errors on forcewake_put by Ben Widawsky · 14 years ago
  78. dd202c6 drm/i915: use gtfifodbg by Ben Widawsky · 14 years ago
  79. d71de14 drm/i915: gen7: Disable the RHWO optimization as it can cause GPU hangs. by Kenneth Graunke · 14 years ago
  80. db099c8 drm/i915: gen7: work around a system hang on IVB by Eugeni Dodonov · 14 years ago
  81. e4e0c05 drm/i915: gen7: Implement an L3 caching workaround. by Eugeni Dodonov · 14 years ago
  82. eae66b5 drm/i915: gen7: implement rczunit workaround by Eugeni Dodonov · 14 years ago
  83. 5f7f726 drm/i915: set interlaced bits for TRANSCONF by Paulo Zanoni · 14 years ago
  84. 75c1399 drm/i915: fixup overlay checks for interlaced modes by Daniel Vetter · 14 years ago
  85. c3febcc drm/i915: allow interlaced mode output on the HDMI connector by Peter Ross · 14 years ago
  86. 8f4839e drm/i915: allow interlaced mode output on the SDVO connector by Peter Ross · 14 years ago
  87. 0529a0d drm/i915: correctly program the VSYNCSHIFT register by Daniel Vetter · 14 years ago
  88. dbb0257 drm/i915: don't allow interlaced pipeconf on gen2 by Daniel Vetter · 14 years ago
  89. 5def474 drm/i915: fixup interlaced support on ilk+ by Daniel Vetter · 14 years ago
  90. 99fca60 drm/i915: fixup interlaced vertical timings confusion, part 2 by Daniel Vetter · 14 years ago
  91. ca9bfa7 drm/i915: fixup interlaced vertical timings confusion, part 1 by Daniel Vetter · 14 years ago
  92. d442ae1 drm/i915: clean up interlaced pipeconf bit definitions by Daniel Vetter · 14 years ago
  93. 9edd576 Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued by Daniel Vetter · 14 years ago
  94. e21af88 drm/i915: enable ppgtt by Daniel Vetter · 14 years ago
  95. 3cf17fc drm/i915: ppgtt debugfs info by Daniel Vetter · 14 years ago
  96. 5eb719c drm/i915: ppgtt register definitions by Daniel Vetter · 14 years ago
  97. 7bddb01 drm/i915: ppgtt binding/unbinding support by Daniel Vetter · 14 years ago
  98. 1d2a314 drm/i915: initialization/teardown for the aliasing ppgtt by Daniel Vetter · 14 years ago
  99. 7e3b873 drm/i915: dump even more into the error_state by Daniel Vetter · 14 years ago
  100. fb2a99e drm: do not set fb_info->pixmap fields by Sascha Hauer · 14 years ago