1. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 13 years ago
  2. 451023d drm: remove the raw_edid field from struct drm_display_info by Jani Nikula · 13 years ago
  3. bcd7235 drm/i915: fix EDID memory leak in SDVO by Jani Nikula · 13 years ago
  4. 1ee9ae3 drm/i915: use hsw rps tuning values everywhere on gen6+ by Daniel Vetter · 13 years ago
  5. f1a2f5b drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads by Jani Nikula · 13 years ago
  6. 4eab813 drm/i915: extract connector update from intel_ddc_get_modes() for reuse by Jani Nikula · 13 years ago
  7. a843af1 drm/i915: fix hsw uncached pte by Daniel Vetter · 13 years ago
  8. b6c7488 drm/i915/contexts: fix list corruption by Ben Widawsky · 13 years ago
  9. 38ab8a2 drm/i915: fix EDID memory leak in SDVO by Jani Nikula · 13 years ago
  10. a22ddff Merge tag 'v3.6-rc2' into drm-intel-next by Daniel Vetter · 13 years ago
  11. 7d54a90 drm/i915: Apply post-sync write for pipe control invalidates by Chris Wilson · 13 years ago
  12. 35a3855 drm/i915: reorder edp disabling to fix ivb MacBook Air by Daniel Vetter · 13 years ago
  13. cee2516 drm/i915: ensure i2c adapter is all set before adding it by Jani Nikula · 13 years ago
  14. 20d5a54 drm/i915: don't grab dev->struct_mutex for userspace forcewak by Daniel Vetter · 13 years ago
  15. 4344b81 drm/i915: ignore eDP bpc settings from vbt by Daniel Vetter · 13 years ago
  16. 770c123 drm/i915: Fix blank panel at reopening lid by Takashi Iwai · 13 years ago
  17. 126e9be drm/i915: try harder to find WR PLL clock settings by Paulo Zanoni · 13 years ago
  18. 228d3e3 drm/i915: use the correct encoder type when comparing by Paulo Zanoni · 13 years ago
  19. b2eadbc drm/i915: Lazily apply the SNB+ seqno w/a by Chris Wilson · 13 years ago
  20. 456470e drm/i915: enable rc6 on ilk again by Daniel Vetter · 13 years ago
  21. 9270388 drm/i915: fix up ilk drps/ips locking by Daniel Vetter · 13 years ago
  22. 73edd18f drm/i915: DE_PCU_EVENT irq is ilk-only by Daniel Vetter · 13 years ago
  23. 35eb732 drm/i915: kill dev_priv->mchdev_lock by Daniel Vetter · 13 years ago
  24. c6a828d drm/i915: move all rps state into dev_priv->rps by Daniel Vetter · 13 years ago
  25. 22bcfc6 drm/i915: use mutex_lock_interruptible for debugfs files by Daniel Vetter · 13 years ago
  26. 004777c drm/i915: fixup up debugfs rps state handling by Daniel Vetter · 13 years ago
  27. 02d7195 drm/i915: properly guard ilk ips state by Daniel Vetter · 13 years ago
  28. 745ca3b drm/i915: add parentheses around PIXCLK_GATE definitions by Paulo Zanoni · 13 years ago
  29. 5e49cea drm/i915: reindent Haswell register definitions by Paulo Zanoni · 13 years ago
  30. 602c43d drm/i915: completely reset the value of DDI_FUNC_CTL by Paulo Zanoni · 13 years ago
  31. dfcef25 drm/i915: correctly set the DDI_FUNC_CTL bpc field by Paulo Zanoni · 13 years ago
  32. f63eb7c drm/i915: set the DDI sync polarity bits by Paulo Zanoni · 13 years ago
  33. 3f7c447 drm/i915: fix pipe DDI mode select by Paulo Zanoni · 13 years ago
  34. c96ea64 drm/i915: dump the device info by Daniel Vetter · 13 years ago
  35. 41494cb Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 13 years ago
  36. 65bccb5 drm/i915: fixup desired rps frequency computation by Daniel Vetter · 13 years ago
  37. 2fedbff drm/i915: Add I915_GEM_PARAM_HAS_SEMAPHORES by Chris Wilson · 13 years ago
  38. 0d8957c drm/i915: correctly order the ring init sequence by Daniel Vetter · 13 years ago
  39. 6c6cf5a drm/i915: Only apply the SNB pipe control w/a to gen6 by Chris Wilson · 13 years ago
  40. da612d8 drm/i915: add more Haswell PCI IDs by Paulo Zanoni · 13 years ago
  41. 5ab3633 drm/i915: make rc6 in sysfs functions conditional by Hunt Xu · 13 years ago
  42. bcf9dcc drm/i915: Workaround hang with BSD and forcewake on SandyBridge by Chris Wilson · 13 years ago
  43. faea35d drm/i915: Make intel_panel_get_backlight static. by Stéphane Marchesin · 13 years ago
  44. f00f979 i915: don't map imported dma-bufs for dmar. by Dave Airlie · 13 years ago
  45. e47e9ad drm/i915: remove unused variable by Devendra Naga · 13 years ago
  46. e844b99 drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround. by Eric Anholt · 13 years ago
  47. 6af2d18 drm/i915: fix forcewake related hangs on snb by Daniel Vetter · 13 years ago
  48. ab3951e drm/i915: prevent possible pin leak on error path by Eugeni Dodonov · 13 years ago
  49. acbe947 drm/i915: rip out sanitize_pm again by Daniel Vetter · 13 years ago
  50. 20b46e5 drm/i915: Only set the down rps limit when at the loweset frequency by Daniel Vetter · 13 years ago
  51. e6994ae drm/i915: Export ability of changing cache levels to userspace by Chris Wilson · 13 years ago
  52. 42d6ab4 drm/i915: Segregate memory domains in the GTT using coloring by Chris Wilson · 13 years ago
  53. 9978cf5 i915: Remove silly test by Alan Cox · 13 years ago
  54. 0274df3 i915: fix error path leak in intel_sdvo_write_cmd by Alan Cox · 13 years ago
  55. af447bd vlv: it might be wise if we initialised the flag value... by Alan Cox · 13 years ago
  56. 98c7b42 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 13 years ago
  57. f27b926 drm/i915: Expand DPF support to Haswell by Ben Widawsky · 13 years ago
  58. e1ef7cc drm/i915: Macro to determine DPF support by Ben Widawsky · 13 years ago
  59. 2e4291e drm/i915: Add contexts for HSW by Ben Widawsky · 13 years ago
  60. f047e39 drm/i915: Avoid concurrent access when marking the device as idle/busy by Chris Wilson · 13 years ago
  61. a7b9761 drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs by Chris Wilson · 13 years ago
  62. 016fd0c drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbuffer by Chris Wilson · 13 years ago
  63. 6ac42f4 drm/i915: Replace the complex flushing logic with simple invalidate/flush all by Daniel Vetter · 13 years ago
  64. 26b9c4a drm/i915: Remove the explicit flush of the GPU write domain by Chris Wilson · 13 years ago
  65. 86d5bc3 drm/i915: Remove explicit flush from i915_gem_object_flush_fence() by Chris Wilson · 13 years ago
  66. 69c2fc8 drm/i915: Remove the per-ring write list by Chris Wilson · 13 years ago
  67. 65ce302 drm/i915: Remove the defunct flushing list by Chris Wilson · 13 years ago
  68. 0201f1e drm/i915: Replace the pending_gpu_write flag with an explicit seqno by Chris Wilson · 13 years ago
  69. e5f1d96 drm/i915: Remove assertion over write domain after i915_gem_object_sync() by Chris Wilson · 13 years ago
  70. 3bb73ab drm/i915: Allow late allocation of request for i915_add_request() by Chris Wilson · 13 years ago
  71. 540a895 drm/i915: add inte_crt->adpa_reg by Daniel Vetter · 13 years ago
  72. a7e806d drm/i915: create VLV_DSIPLAY_BASE #define by Daniel Vetter · 13 years ago
  73. e9808ed drm/i915: Return a mask of the active rings in the high word of busy_ioctl by Chris Wilson · 13 years ago
  74. c0c7bab drm/i915: add register read IOCTL by Ben Widawsky · 13 years ago
  75. 7434a25 drm/i915: Support for ns2501-DVO by Thomas Richter · 13 years ago
  76. ab9d7c3 drm/i915: add port field to struct intel_dp and use it by Paulo Zanoni · 13 years ago
  77. 47ea754 drm/i915: move common code to intel_dp_set_link_train by Paulo Zanoni · 13 years ago
  78. 08d644a drm/i915: add port parameter to intel_hdmi_init by Daniel Vetter · 13 years ago
  79. 66a9278 drm/i915: simplify possible_clones computation by Daniel Vetter · 13 years ago
  80. ebc0fd8 drm/i915: group ADPA #defines together by Daniel Vetter · 13 years ago
  81. 9a3b530 drm/i915: Cleanup context switching through do_switch() by Chris Wilson · 13 years ago
  82. 54d63ca drm/i915: Move DP structs to shared location by Shobhit Kumar · 13 years ago
  83. e8aeaee drm/i915: unbreak lastclose for failed driver init by Daniel Vetter · 13 years ago
  84. 0da5cec drm/i915: Set the context before setting up regs for the context. by Eric Anholt · 13 years ago
  85. 35313cd drm/i915: constify mode in crtc_mode_fixup by Daniel Vetter · 13 years ago
  86. 520c41c drm/i915/lvds: ditch ->prepare special case by Daniel Vetter · 13 years ago
  87. be63638 drm/i915: dereferencing an error pointer by Dan Carpenter · 13 years ago
  88. b259b31 drm/i915: fix invalid reference handling of the default ctx obj by Chris Wilson · 13 years ago
  89. eeef9b3 drm/i915: Add -EIO to the list of known errors for __wait_seqno by Chris Wilson · 13 years ago
  90. d3373a2 drm/i915: Flush the context object from the CPU caches upon switching by Chris Wilson · 13 years ago
  91. 7915810 drm/i915: Make the lock for pageflips interruptible by Chris Wilson · 13 years ago
  92. a4f32fc drm/i915: don't forget the PCH backlight registers by Paulo Zanoni · 13 years ago
  93. 09cf7c9 drm/i915: Insert a flush between batches if the breadcrumb was dropped by Chris Wilson · 13 years ago
  94. 2e6c21e drm/i915: missing error case in init status page by Ben Widawsky · 13 years ago
  95. 7962652 drm/i915: mask tiled bit when updating ILK sprites by Ander Conselvan de Oliveira · 13 years ago
  96. 0d71068 drm/i915: try to train DP even harder by Paulo Zanoni · 13 years ago
  97. 4d678e1 drm/i915: kill intel_ddc_probe by Daniel Vetter · 13 years ago
  98. a2bd1f5 drm/i915: check whether we actually received an edid in detect_ddc by Daniel Vetter · 13 years ago
  99. 4b4147c drm/i915: fix up PCH backlight #define mixup by Daniel Vetter · 13 years ago
  100. 12f5581 drm/i915: Add comments to explain the BSD tail write workaround by Chris Wilson · 13 years ago