1. d174bd6 drm/i915: extract copy helpers from shmem_pread|pwrite by Daniel Vetter · 13 years ago
  2. 117babc drm/i915: use uncached writes in pwrite by Daniel Vetter · 13 years ago
  3. ffc6297 drm/i915: fall back to shmem pwrite when the buffer is not accessible by Daniel Vetter · 13 years ago
  4. 5864288 drm/i915: implement inline clflush for pwrite by Daniel Vetter · 13 years ago
  5. 96d79b5 drm/i915: don't clobber userspace memory before commiting to the pread by Daniel Vetter · 13 years ago
  6. 935aaa6 drm/i915: drop gtt slowpath by Daniel Vetter · 13 years ago
  7. 692a576 drm/i915: don't call shmem_read_mapping unnecessarily by Daniel Vetter · 13 years ago
  8. 3ae5378 drm/i915: don't use gtt_pwrite on LLC cached objects by Daniel Vetter · 13 years ago
  9. a0356fc drm/i915: kill ranged cpu read domain support by Daniel Vetter · 13 years ago
  10. 8489731 drm/i915: move clflushing into shmem_pread by Daniel Vetter · 13 years ago
  11. 6d5cd9c drm: add helper to clflush a virtual address range by Daniel Vetter · 13 years ago
  12. dbf7bff drm/i915: merge shmem_pread slow&fast-path by Daniel Vetter · 13 years ago
  13. e244a44 drm/i915: merge shmem_pwrite slow&fast-path by Daniel Vetter · 13 years ago
  14. dabdfe0 drm/i915: Avoid using mappable space for relocation processing through the CPU by Chris Wilson · 13 years ago
  15. d1dd20a drm/i915: clear the entire gtt when using gem by Daniel Vetter · 13 years ago
  16. 9021f28 drm/i915: the intel gtt is _not_ an agp bridge! by Daniel Vetter · 13 years ago
  17. 644ec02 drm/i915: s/i915_gem_do_init/i915_gem_init_global_gtt by Daniel Vetter · 13 years ago
  18. d42c9e2 drm/i915: reinstate GM45 TV detection fix by Daniel Vetter · 13 years ago
  19. 1d83f44 drm/i915: Batch copy_from_user for relocation processing by Chris Wilson · 13 years ago
  20. 0fb3f96 drm/i915: enable gmbus on gen2 by Daniel Vetter · 13 years ago
  21. 110447fc drm/i915: add an explict mmio base for gpio/gmbus io by Daniel Vetter · 13 years ago
  22. eef4eac drm/i915/sdov: switch IS_SDVOB to a flag by Daniel Vetter · 13 years ago
  23. 7eea1dd drm/i915: re-order GT IIR bit definitions by Jesse Barnes · 13 years ago
  24. b7d8409 drm/i915: move NEEDS_FORCE_WAKE to i915_drv.c by Jesse Barnes · 13 years ago
  25. a14917e drm/i915: Release the mmap offset when purging a buffer by Chris Wilson · 13 years ago
  26. 121d527 drm/i915: Add lvds_channel module option by Takashi Iwai · 13 years ago
  27. b035438 drm/i915: Check VBIOS value for determining LVDS dual channel mode, too by Takashi Iwai · 13 years ago
  28. 1a8c55d drm/i915: [dinq] shut up six instances of -Warray-bounds by Ben Widawsky · 13 years ago
  29. eb2c0c8 drm/i915: [dinq] shut up two instances -Wunitialized by Ben Widawsky · 13 years ago
  30. 777ee96 drm/i915: add HAS_ALIASING_PPGTT parameter for userspace by Daniel Vetter · 13 years ago
  31. 0ebb982 drm/i915: enable lazy global-gtt binding by Daniel Vetter · 13 years ago
  32. 149c840 drm/i915: implement SNB workaround for lazy global gtt by Daniel Vetter · 13 years ago
  33. 74898d7 drm/i915: bind objects to the global gtt only when needed by Daniel Vetter · 13 years ago
  34. 7416390 drm/i915: split out dma mapping from global gtt bind/unbind functions by Daniel Vetter · 13 years ago
  35. a70491c i915: Add and use pr_fmt and pr_<level> by Joe Perches · 13 years ago
  36. 5a15ab5 drm/i915: panel: invert brightness acer aspire 5734z by Carsten Emde · 13 years ago
  37. 4dca20e drm/i915: panel: invert brightness via quirk by Carsten Emde · 13 years ago
  38. 7bd9090 drm/i915: panel: invert brightness via parameter by Carsten Emde · 13 years ago
  39. f01db98 drm/i915: Add wait_for in init_ring_common by Sean Paul · 13 years ago
  40. 9e984bc1 drm/i915: Don't do MTRR setup if PAT is enabled by Adam Jackson · 13 years ago
  41. e2b665c drm/i915: Pull MTRR setup to its own function by Adam Jackson · 13 years ago
  42. fa37d39 drm/i915: Retry reading the PCH FDI receiver ISR by Sean Paul · 13 years ago
  43. b2dbf31 drm/i915: remove ACPI related DRM_ERRORs by Jesse Barnes · 13 years ago
  44. c10e408 i915: Add option to bypass vbt table. by Mathias Fröhlich · 13 years ago
  45. c501ae7 drm/i915: Only clear the GPU domains upon a successful finish by Chris Wilson · 13 years ago
  46. c3dfefa drm/i915: reenable gmbus on gen3+ again by Daniel Vetter · 13 years ago
  47. f6f808c drm/i915: i2c: unconditionally set up gpio fallback by Daniel Vetter · 13 years ago
  48. c167a6f drm/i915: merge gmbus and gpio i2c adpater into one by Daniel Vetter · 13 years ago
  49. 36c785f drm/i915: merge struct intel_gpio into struct intel_gmbus by Daniel Vetter · 13 years ago
  50. 1298330 drm/nouveau: do a better job at hiding the NIH i2c bit-banging algo by Daniel Vetter · 13 years ago
  51. c2b9152 drm/i915: add dev_priv to intel_gmbus by Daniel Vetter · 13 years ago
  52. caae745 drm/i915: Fix single msg gmbus_xfers writes by Benson Leung · 13 years ago
  53. 5d1333f drm/i915: error_buffer->ring should be signed by Daniel Vetter · 13 years ago
  54. eadb29a drm/i915: Silence the error message from i915_wait_request() by Chris Wilson · 13 years ago
  55. c3e5f67 drm/i915: use the new hdmi_force_audio enum more by Daniel Vetter · 13 years ago
  56. 7042497 drm/i915: No need to search again after retiring requests by Chris Wilson · 13 years ago
  57. b670824 drm/i915: Only bump refcnt on objects scheduled for eviction by Chris Wilson · 13 years ago
  58. bd45545 drm/i915/bios: Downgrade the "signature missing" DRM_ERROR to debug by Chris Wilson · 13 years ago
  59. f5b8a7e drm/i915: Ignore LVDS on hp t5745 and hp st5747 thin client by Marc Gariepy · 13 years ago
  60. d12d045 drm/i915: Fixes distorted external screen image on HP 2730p by Philipp Grete · 13 years ago
  61. ff5f4b0 Merge remote-tracking branch 'airlied/drm-next' into for-airlied by Daniel Vetter · 13 years ago
  62. 019d96c drm: add some caps for userspace to discover more info for dumb KMS driver (v2) by Dave Airlie · 13 years ago
  63. 466e69b drm: move pci bus master enable into driver. by Dave Airlie · 13 years ago
  64. de67cba Revert "drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h" by Danny Kukawka · 13 years ago
  65. 42b923b drm/radeon/evergreen: make texdw[] array larger by Dan Carpenter · 13 years ago
  66. f3cfcba drm/i915/lvds: Always use the presence pin for LVDS on PCH by Chris Wilson · 13 years ago
  67. ee4f42b drm/i915: Record the position of the request upon error by Chris Wilson · 13 years ago
  68. 52d39a2 drm/i915: Record the in-flight requests at the time of a hang by Chris Wilson · 13 years ago
  69. a71d8d9 drm/i915: Record the tail at each request and use it to estimate the head by Chris Wilson · 13 years ago
  70. 7c26e5c drm/i915: add missing SDVO bits for interlaced modes on ILK by Paulo Zanoni · 13 years ago
  71. cdbe8b5 Merge tag 'drm-intel-next-2012-02-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 13 years ago
  72. 8a8ed1f drm/i915: Fix race condition in accessing GMBUS by Yufeng Shen · 13 years ago
  73. b1d7e4b drm/i915: add a "force-dvi" HDMI audio mode by Wu Fengguang · 13 years ago
  74. 8ac5a6d drm/i915: Don't lock panel registers when downclocking by Sean Paul · 13 years ago
  75. 285484e drm/radeon: add support for evergreen/ni tiling informations v11 by Jerome Glisse · 13 years ago
  76. dd220a0 drm/radeon/kms: add support for streamout v7 by Marek Olšák · 13 years ago
  77. 51a59ac drm: Fix kcalloc parameters swapped by Axel Lin · 13 years ago
  78. 0a240ec drm/vmwgfx: Bump driver minor by Thomas Hellstrom · 13 years ago
  79. f9cd8ec vmwgfx: Move function declaration to correct header by Thomas Hellstrom · 13 years ago
  80. 67d4a87 drm/vmwgfx: Treat out-of-range initial width and height as host errors by Thomas Hellstrom · 13 years ago
  81. eb4f923 vmwgfx: Pick up the initial size from the width and height regs by Jakob Bornecrantz · 13 years ago
  82. b5ec427 vmwgfx: Add page flip support by Jakob Bornecrantz · 13 years ago
  83. bd49ae4 vmwgfx: Pipe fence out of screen object dirty functions by Jakob Bornecrantz · 13 years ago
  84. bb1bd2f vmwgfx: Make it possible to get fence from execbuf by Jakob Bornecrantz · 13 years ago
  85. 6b82ef5 vmwgfx: Clean up pending event references to struct drm_file objects on close by Thomas Hellstrom · 13 years ago
  86. 8b7de6a vmwgfx: Rework fence event action by Jakob Bornecrantz · 13 years ago
  87. 8bf4222 drm/modes: do not enforce an odd vtotal for interlaced modes by Daniel Vetter · 13 years ago
  88. d3ae081 drm/i915: fix up locking inconsistency around gem_do_init by Daniel Vetter · 13 years ago
  89. 99ffa16 drm/i915: enable forcewake voodoo also for gen6 by Daniel Vetter · 13 years ago
  90. 53d227f drm/i915: fixup seqno allocation logic for lazy_request by Daniel Vetter · 13 years ago
  91. 5391d0c drm/i915: outstanding_lazy_request is a u32 by Daniel Vetter · 13 years ago
  92. 67a3744 drm/i915: check gtfifodbg after possibly failed writes by Ben Widawsky · 13 years ago
  93. ee64cbd drm/i915: catch gtfifo errors on forcewake_put by Ben Widawsky · 13 years ago
  94. dd202c6 drm/i915: use gtfifodbg by Ben Widawsky · 13 years ago
  95. 5f7f726 drm/i915: set interlaced bits for TRANSCONF by Paulo Zanoni · 13 years ago
  96. 75c1399 drm/i915: fixup overlay checks for interlaced modes by Daniel Vetter · 13 years ago
  97. c3febcc drm/i915: allow interlaced mode output on the HDMI connector by Peter Ross · 13 years ago
  98. 8f4839e drm/i915: allow interlaced mode output on the SDVO connector by Peter Ross · 13 years ago
  99. 0529a0d drm/i915: correctly program the VSYNCSHIFT register by Daniel Vetter · 13 years ago
  100. dbb0257 drm/i915: don't allow interlaced pipeconf on gen2 by Daniel Vetter · 13 years ago