1. 8e88a2b drm/i915: don't call modeset_init_hw in i915_reset by Daniel Vetter · 12 years ago
  2. 5fa8be6 drm/i915: return -ENODEV if hw context are not supported by Daniel Vetter · 12 years ago
  3. 73c273e drm/i915: simplify context_idr_cleanup by Daniel Vetter · 12 years ago
  4. 6f4c45c drm/i915/context: shut up compiler by Daniel Vetter · 12 years ago
  5. 0d32601 drm/i915: return -ENOENT if the context doesn't exist by Daniel Vetter · 12 years ago
  6. df12c6d drm/i915: initialize the context idr unconditionally by Daniel Vetter · 12 years ago
  7. 55a6662 drm/i915: fix module unload after context merge by Daniel Vetter · 12 years ago
  8. e3f33d4 drm/i915: add L3 bank clock gating disable on VLV by Jesse Barnes · 12 years ago
  9. 6edaa7f drm/i915: add TDL unit clock gating disable for VLV by Jesse Barnes · 12 years ago
  10. b4ae3f2 drm/i915: load boot context at driver init time by Jesse Barnes · 12 years ago
  11. 0f846f8 drm/i915: disable RCBP and VDS unit clock gating on SNB and VLV by Jesse Barnes · 12 years ago
  12. e080b91 drm/i915: fixup hangman rebase goof-up by Daniel Vetter · 12 years ago
  13. 2084822 drm/i915: set IDICOS to medium uncore resources by Ben Widawsky · 12 years ago
  14. e158c5a drm/i915: disable contexts on old HW by Ben Widawsky · 12 years ago
  15. 39fb50f drm/i915: properly wait for SBI status by Eugeni Dodonov · 12 years ago
  16. c4af5c4 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  17. d6f24d0 drm/i915: cache the EDID for eDP panels by Jesse Barnes · 12 years ago
  18. 6b4e0a9 Revert "drm/i915/dp: Use auxch precharge value of 5 everywhere" by Daniel Vetter · 12 years ago
  19. 351cfc3 drm/i915: eDP aux needs vdd by Daniel Vetter · 12 years ago
  20. b708a1d drm/i915: don't enumerate HDMID if an eDP panel is already active on the port by Jesse Barnes · 12 years ago
  21. 7c77bf2 drm/radeon: add support for STRMOUT_BASE_UPDATE on 7xx by Alex Deucher · 12 years ago
  22. b866d13 drm/radeon: add some additional 6xx/7xx/EG register init by Alex Deucher · 12 years ago
  23. aaa3773 drm/i915/crt: Do not rely upon the HPD presence pin by Daniel Vetter · 12 years ago
  24. 6b53a05 drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba) by Rafał Miłecki · 12 years ago
  25. 648ccc7 drm sis: initialize object_idr by Márton Németh · 12 years ago
  26. ce020ea drm via: initialize object_idr by Márton Németh · 12 years ago
  27. 489797d drm/radeon/prime: reserve/unreserve around pin by Dave Airlie · 12 years ago
  28. 0ec0612 drm/radeon: fix regression in dynpm due to multi-ring rework by Alex Deucher · 12 years ago
  29. e5a867a drm/udl: only bind to the video devices on the hub. by Dave Airlie · 12 years ago
  30. 8e96d9c drm/i915: reset the GPU on context fini by Ben Widawsky · 12 years ago
  31. 6e0a69d drm/i915/context: switch contexts with execbuf2 by Ben Widawsky · 12 years ago
  32. 8462481 drm/i915/context: create & destroy ioctls by Ben Widawsky · 12 years ago
  33. f2ef6eb drm/i915: switch to default context on idle by Ben Widawsky · 12 years ago
  34. b9a3906 drm/i915: add ccid to error state by Ben Widawsky · 12 years ago
  35. dfabbcb drm/i915: use the default context by Ben Widawsky · 12 years ago
  36. 12b0286 drm/i915: possibly invalidate TLB before context switch by Ben Widawsky · 12 years ago
  37. cc0f639 drm/i915: PIPE_CONTROL_TLB_INVALIDATE by Ben Widawsky · 12 years ago
  38. e37ec39 drm/i915: Ivybridge MI_ARB_ON_OFF context w/a by Ben Widawsky · 12 years ago
  39. 3af7b85 drm/i915: ensure context objects are bound to the global gtt by Daniel Vetter · 12 years ago
  40. e055684 drm/i915: context switch implementation by Ben Widawsky · 12 years ago
  41. 4052105 drm/i915: context basic create & destroy by Ben Widawsky · 12 years ago
  42. 254f965 drm/i915: preliminary context support by Ben Widawsky · 12 years ago
  43. fe1cc68 drm/i915: CXT_SIZE register offsets added by Ben Widawsky · 12 years ago
  44. b532ff2 Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  45. 14d94a3 drm/i915: ignore pipe select bit when checking for LVDS register initialization by Seth Forshee · 12 years ago
  46. 93314b5 drm/i915: Switch off FBC when disabling the primary plane when obscured by Chris Wilson · 12 years ago
  47. e188719 drm/i915: kick any firmware framebuffers before claiming the gtt by Daniel Vetter · 12 years ago
  48. 8ecd1a6 drm/i915: call intel_enable_gtt by Daniel Vetter · 12 years ago
  49. 14be93d drm/i915 + agp/intel-gtt: prep work for direct setup by Daniel Vetter · 12 years ago
  50. dd2757f drm/i915: stop using dev->agp->base by Daniel Vetter · 12 years ago
  51. 0b9f43a drm/i915: allow pipe A for lvds on gen4 by Daniel Vetter · 12 years ago
  52. 24ded20 drm/i915: properly enable the blc controller on the right pipe by Daniel Vetter · 12 years ago
  53. 7cf4160 drm/i915: clear up backlight #define confusion on gen4+ by Daniel Vetter · 12 years ago
  54. 534b5a5 drm/i915: pnv has a backlight polarity control bit, too by Daniel Vetter · 12 years ago
  55. afba018 drm/i915: ensure HDMI port is disabled inside set_infoframes by Daniel Vetter · 12 years ago
  56. a393c73 drm/ttm: Fix buffer object metadata accounting regression v2 by Thomas Hellstrom · 12 years ago
  57. d260987 drm/radeon: fix tiling and command stream checking on evergreen v3 by Jerome Glisse · 12 years ago
  58. c91c3fa vga_switcheroo: Enable/disable audio clients at the right time by Takashi Iwai · 12 years ago
  59. 8f53369 Revert "drm/i915/crt: Do not rely upon the HPD presence pin" by Linus Torvalds · 12 years ago
  60. c8e9cf7 vga_switcheroo: Add a helper function to get the client state by Takashi Iwai · 12 years ago
  61. 2d5c7cd Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes by Dave Airlie · 12 years ago
  62. 6cf98d6 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  63. 23e81d6 drm/i915: pch_irq_handler -> {ibx, cpt}_irq_handler by Adam Jackson · 12 years ago
  64. 172cf15 drm/i915: Add wait render timeout get param by Ben Widawsky · 12 years ago
  65. eac1f14 drm/i915: Inifite timeout for wait ioctl by Ben Widawsky · 12 years ago
  66. de9a35a drm/i915: assert that the IBX port transcoder select w/a is implemented by Daniel Vetter · 12 years ago
  67. 7a87c28 drm/i915: implement IBX hdmi transcoder select workaround by Daniel Vetter · 12 years ago
  68. cb05d8d drm/i915: fix up ivb plane 3 pageflips by Daniel Vetter · 12 years ago
  69. d430f7d drm/radeon/kms: add new Trinity PCI ids by Alex Deucher · 12 years ago
  70. bb40915 drm/radeon: fix vm deadlocks on cayman by Christian König · 12 years ago
  71. 1a8ca75 drm/radeon: fix gpu_init on si by Alex Deucher · 12 years ago
  72. 7838e05 drm/radeon/hdmi: don't set SEND_MAX_PACKETS bit by Rafał Miłecki · 12 years ago
  73. 0aecb5a drm/radeon/audio: don't hardcode CRTC id by Rafał Miłecki · 12 years ago
  74. d4e30ef drm/radeon: make audio_init consistent across asics by Alex Deucher · 12 years ago
  75. 5736603 drm/exynos: fixed blending for hdmi graphic layer by Seung-Woo Kim · 12 years ago
  76. f56fdce drm/exynos: Remove dummy encoder get_crtc operation implementation by Laurent Pinchart · 12 years ago
  77. 07b6835 drm/exynos: Keep a reference to frame buffer GEM objects by Laurent Pinchart · 12 years ago
  78. 6037baf drm/exynos: Don't cast GEM object to Exynos GEM object when not needed by Laurent Pinchart · 12 years ago
  79. 293a1c1 drm/exynos: DRIVER_BUS_PLATFORM is not a driver feature by Laurent Pinchart · 12 years ago
  80. 363b06a drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M} by Ville Syrjälä · 12 years ago
  81. 1523c31 drm/i915: add min freq control to debugfs by Jesse Barnes · 12 years ago
  82. cb1793c drm/i915: don't chnage the original mode in dp_mode_fixup by Daniel Vetter · 12 years ago
  83. 7124465 drm/i915: adjusted_mode->clock in the dp mode_fixup by Daniel Vetter · 12 years ago
  84. 94bf2ce drm/i915: compute the target_clock for edp directly by Daniel Vetter · 12 years ago
  85. b7884eb drm/i915: hold forcewake around ring hw init by Daniel Vetter · 12 years ago
  86. 3eef891 drm/i915: Mark the ringbuffers as being in the GTT domain by Chris Wilson · 12 years ago
  87. 30dfebf drm/i915: extract object active state flushing code by Daniel Vetter · 12 years ago
  88. 3ded7ac Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  89. 493a708 drm/i915: clarify IBX dp workaround by Daniel Vetter · 12 years ago
  90. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  91. 47819ba drm/edid: Make the header fixup threshold tunable by Adam Jackson · 12 years ago
  92. 9b00147 drm/radeon: fix regression in UMS CS ioctl by Alex Deucher · 12 years ago
  93. 0824db3 drm/vmwgfx: Fix nasty write past alloced memory area by Thomas Hellstrom · 12 years ago
  94. a8ff3ee drm/ttm: Fix spinlock imbalance by Thomas Hellstrom · 12 years ago
  95. 416a2bd drm/radeon: fixup tiling group size and backendmap on r6xx-r9xx (v4) by Alex Deucher · 12 years ago
  96. 95c4b23 drm/radeon: fix HD6790, HD6570 backend programming by Jerome Glisse · 12 years ago
  97. 0b8c30b drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlock by Alex Deucher · 12 years ago
  98. 29d6540 drm/radeon: fix bank information in tiling config by Alex Deucher · 12 years ago
  99. 08ef8e4 drm/mgag200: kick off conflicting framebuffers earlier. by Dave Airlie · 12 years ago
  100. dedc14e drm/cirrus: kick out conflicting framebuffers earlier by Dave Airlie · 12 years ago