1. 31acc7f drm/i915: support page flipping on ValleyView by Jesse Barnes · 13 years ago
  2. 9355360 drm/i915: don't enable PPGTT on VLV yet by Jesse Barnes · 13 years ago
  3. e597dad agp/intel: use correct GTT offset on VLV by Jesse Barnes · 13 years ago
  4. e87c469 agp/intel: allow cacheable and GDFT PTEs on ValleyView by Jesse Barnes · 13 years ago
  5. bd9e841 drm/i915: VLV VGA port only handles on & off, like PCH VGA by Jesse Barnes · 13 years ago
  6. f7dff0c drm/i915: access VLV regs through read/write switch by Jesse Barnes · 13 years ago
  7. 4a87d65 drm/i915: add HDMI and DP port enumeration on ValleyView by Jesse Barnes · 13 years ago
  8. 7d2c24e drm/i915: add ValleyView specific CRT detect function by Jesse Barnes · 13 years ago
  9. 9836437 drm/i915: Enable DP panel power sequencing for ValleyView by Shobhit Kumar · 13 years ago
  10. a0c4da24 drm/i915: ValleyView mode setting limits and PLL functions by Jesse Barnes · 13 years ago
  11. cc889e0 drm/i915: disable flushing_list/gpu_write_list by Daniel Vetter · 13 years ago
  12. 8e88a2b drm/i915: don't call modeset_init_hw in i915_reset by Daniel Vetter · 13 years ago
  13. 5fa8be6 drm/i915: return -ENODEV if hw context are not supported by Daniel Vetter · 13 years ago
  14. 73c273e drm/i915: simplify context_idr_cleanup by Daniel Vetter · 13 years ago
  15. 6f4c45c drm/i915/context: shut up compiler by Daniel Vetter · 13 years ago
  16. 0d32601 drm/i915: return -ENOENT if the context doesn't exist by Daniel Vetter · 13 years ago
  17. df12c6d drm/i915: initialize the context idr unconditionally by Daniel Vetter · 13 years ago
  18. 55a6662 drm/i915: fix module unload after context merge by Daniel Vetter · 13 years ago
  19. e3f33d4 drm/i915: add L3 bank clock gating disable on VLV by Jesse Barnes · 13 years ago
  20. 6edaa7f drm/i915: add TDL unit clock gating disable for VLV by Jesse Barnes · 13 years ago
  21. b4ae3f2 drm/i915: load boot context at driver init time by Jesse Barnes · 13 years ago
  22. 0f846f8 drm/i915: disable RCBP and VDS unit clock gating on SNB and VLV by Jesse Barnes · 13 years ago
  23. e080b91 drm/i915: fixup hangman rebase goof-up by Daniel Vetter · 13 years ago
  24. 2084822 drm/i915: set IDICOS to medium uncore resources by Ben Widawsky · 13 years ago
  25. e158c5a drm/i915: disable contexts on old HW by Ben Widawsky · 13 years ago
  26. 39fb50f drm/i915: properly wait for SBI status by Eugeni Dodonov · 13 years ago
  27. aaa3773 drm/i915/crt: Do not rely upon the HPD presence pin by Daniel Vetter · 13 years ago
  28. 8e96d9c drm/i915: reset the GPU on context fini by Ben Widawsky · 13 years ago
  29. 6e0a69d drm/i915/context: switch contexts with execbuf2 by Ben Widawsky · 13 years ago
  30. 8462481 drm/i915/context: create & destroy ioctls by Ben Widawsky · 13 years ago
  31. f2ef6eb drm/i915: switch to default context on idle by Ben Widawsky · 13 years ago
  32. b9a3906 drm/i915: add ccid to error state by Ben Widawsky · 13 years ago
  33. dfabbcb drm/i915: use the default context by Ben Widawsky · 13 years ago
  34. 12b0286 drm/i915: possibly invalidate TLB before context switch by Ben Widawsky · 13 years ago
  35. cc0f639 drm/i915: PIPE_CONTROL_TLB_INVALIDATE by Ben Widawsky · 13 years ago
  36. e37ec39 drm/i915: Ivybridge MI_ARB_ON_OFF context w/a by Ben Widawsky · 13 years ago
  37. 3af7b85 drm/i915: ensure context objects are bound to the global gtt by Daniel Vetter · 13 years ago
  38. e055684 drm/i915: context switch implementation by Ben Widawsky · 13 years ago
  39. 4052105 drm/i915: context basic create & destroy by Ben Widawsky · 13 years ago
  40. 254f965 drm/i915: preliminary context support by Ben Widawsky · 13 years ago
  41. fe1cc68 drm/i915: CXT_SIZE register offsets added by Ben Widawsky · 13 years ago
  42. 14d94a3 drm/i915: ignore pipe select bit when checking for LVDS register initialization by Seth Forshee · 13 years ago
  43. 93314b5 drm/i915: Switch off FBC when disabling the primary plane when obscured by Chris Wilson · 13 years ago
  44. e188719 drm/i915: kick any firmware framebuffers before claiming the gtt by Daniel Vetter · 13 years ago
  45. 8ecd1a6 drm/i915: call intel_enable_gtt by Daniel Vetter · 13 years ago
  46. 32e3cd6 agp/intel-gtt: move gart base addres setup by Daniel Vetter · 13 years ago
  47. 14be93d drm/i915 + agp/intel-gtt: prep work for direct setup by Daniel Vetter · 13 years ago
  48. 7e8f630 agp/intel-gtt: don't require the agp bridge on setup by Daniel Vetter · 13 years ago
  49. dd2757f drm/i915: stop using dev->agp->base by Daniel Vetter · 13 years ago
  50. 9b990de agp/intel-gtt: remove dead code by Daniel Vetter · 13 years ago
  51. 0b9f43a drm/i915: allow pipe A for lvds on gen4 by Daniel Vetter · 13 years ago
  52. 24ded20 drm/i915: properly enable the blc controller on the right pipe by Daniel Vetter · 13 years ago
  53. 7cf4160 drm/i915: clear up backlight #define confusion on gen4+ by Daniel Vetter · 13 years ago
  54. 534b5a5 drm/i915: pnv has a backlight polarity control bit, too by Daniel Vetter · 13 years ago
  55. afba018 drm/i915: ensure HDMI port is disabled inside set_infoframes by Daniel Vetter · 13 years ago
  56. 172cf15 drm/i915: Add wait render timeout get param by Ben Widawsky · 13 years ago
  57. eac1f14 drm/i915: Inifite timeout for wait ioctl by Ben Widawsky · 13 years ago
  58. de9a35a drm/i915: assert that the IBX port transcoder select w/a is implemented by Daniel Vetter · 13 years ago
  59. 7a87c28 drm/i915: implement IBX hdmi transcoder select workaround by Daniel Vetter · 13 years ago
  60. 1523c31 drm/i915: add min freq control to debugfs by Jesse Barnes · 13 years ago
  61. cb1793c drm/i915: don't chnage the original mode in dp_mode_fixup by Daniel Vetter · 13 years ago
  62. 7124465 drm/i915: adjusted_mode->clock in the dp mode_fixup by Daniel Vetter · 13 years ago
  63. 94bf2ce drm/i915: compute the target_clock for edp directly by Daniel Vetter · 13 years ago
  64. 30dfebf drm/i915: extract object active state flushing code by Daniel Vetter · 13 years ago
  65. 493a708 drm/i915: clarify IBX dp workaround by Daniel Vetter · 13 years ago
  66. e269f90 Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queued by Daniel Vetter · 13 years ago
  67. 112abd2 drm/i915: simplify sysfs setup code by Daniel Vetter · 13 years ago
  68. 98fd81c drm/i915: initialize the parity work only once by Daniel Vetter · 13 years ago
  69. d2ba847 drm/i915: ivybridge_handle_parity_error should be static by Daniel Vetter · 13 years ago
  70. 63bc620 radeon: add radeon prime vmap support. by Dave Airlie · 13 years ago
  71. 35916ac nouveau: add vmap support to nouveau prime support by Dave Airlie · 13 years ago
  72. e8aa1d1 udl: support vmapping imported dma-bufs by Dave Airlie · 13 years ago
  73. 9a70cc2 i915: add dma-buf vmap support for exporting vmapped buffer by Dave Airlie · 13 years ago
  74. 946c749 radeon: add stub dma-buf mmap functionality by Dave Airlie · 13 years ago
  75. e1bbc4b nouveau: add stub dma-buf mmap functionality. by Dave Airlie · 13 years ago
  76. 2dad9d4 i915: add stub dma-buf mmap callback. by Dave Airlie · 13 years ago
  77. 84bc758 drm/i915: l3 parity sysfs interface by Ben Widawsky · 13 years ago
  78. b9524a1 drm/i915: remap l3 on hw init by Ben Widawsky · 13 years ago
  79. 15b9f80 drm/i915: enable parity error interrupts by Ben Widawsky · 13 years ago
  80. e368919 drm/i915: Dynamic Parity Detection handling by Ben Widawsky · 13 years ago
  81. 6c98237 drm/i915: s/mdelay/msleep/ in the sdvo detect function by Daniel Vetter · 13 years ago
  82. 61e9653 drm/i915: reuse the sdvo tv clock adjustment in ilk mode_set by Daniel Vetter · 13 years ago
  83. e5153dc drm/i915: there's no cxsr on ilk by Daniel Vetter · 13 years ago
  84. 9d9740f drm/i915: add some barriers when changing DIPs by Paulo Zanoni · 13 years ago
  85. c30b611 drm/i915: remove comment about HSW HDMI DIPs by Paulo Zanoni · 13 years ago
  86. b659c3d drm/i915: don't set SDVO_BORDER_ENABLE when we're HDMI by Paulo Zanoni · 13 years ago
  87. 9d32d16 drm/i915: don't write 0 to DIP control at HDMI init by Paulo Zanoni · 13 years ago
  88. 72b78c9 drm/i915: disable DIP while changing the port by Paulo Zanoni · 13 years ago
  89. 0dd87d2 drm/i915: explicitly disable the DIPs we're not using by Paulo Zanoni · 13 years ago
  90. 5cde2a6 drm/i915: don't wait for vblank while writing InfoFrames by Paulo Zanoni · 13 years ago
  91. 822974a drm/i915: enable DIP before enabling each InfoFrame by Paulo Zanoni · 13 years ago
  92. f278d97 drm/i915: only set the HDMI port on the DIP once by Paulo Zanoni · 13 years ago
  93. 0c14c7f drm/i915: properly alternate between DVI and HDMI by Paulo Zanoni · 13 years ago
  94. 687f4d0 drm/i915: add set_infoframes to struct intel_hdmi by Paulo Zanoni · 13 years ago
  95. af56e0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  96. 65a50c9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  97. 42fe55c Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  98. 19ce0a9 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  99. 6bb340c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  100. a70f35a Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago