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