1. 3b7a89f drm/i915: fix OOPS in lid_notify by Daniel Vetter · 13 years ago
  2. 6c4c86f drm/i915: correctly update crtc->x/y in set_base by Daniel Vetter · 13 years ago
  3. e04190e drm/fb helper: don't call drm_helper_connector_dpms directly by Daniel Vetter · 13 years ago
  4. a1ceb67 Merge the modeset-rework, basic conversion into drm-intel-next by Daniel Vetter · 13 years ago
  5. b980514 drm/i915: improve modeset state checking after dpms calls by Daniel Vetter · 13 years ago
  6. 8af6cf8 drm/i915: add tons of modeset state checks by Daniel Vetter · 13 years ago
  7. 9dc10f3 drm/i915: no longer call drm_helper_resume_force_mode by Daniel Vetter · 13 years ago
  8. a261b24 drm/i915: disable all crtcs at suspend time by Daniel Vetter · 13 years ago
  9. ea9d758 drm/i915: push commit_output_state past the crtc/encoder preparing by Daniel Vetter · 13 years ago
  10. fc30310 drm/i915: switch the load detect code to the staged modeset config by Daniel Vetter · 13 years ago
  11. 284637d drm/i915: WARN if the pipe won't turn off by Daniel Vetter · 13 years ago
  12. 1f70385 drm/i915: s/intel_encoder_disable/intel_encoder_noop by Daniel Vetter · 13 years ago
  13. 976f8a2 drm/i915: push commit_output_state past crtc disabling by Daniel Vetter · 13 years ago
  14. 25c5b26 drm/i915: implement new set_mode code flow by Daniel Vetter · 13 years ago
  15. e2e1ed4 drm/i915: compute masks of crtcs affected in set_mode by Daniel Vetter · 13 years ago
  16. e24c5c2 drm/i915: use staged outuput config in lvds->mode_fixup by Daniel Vetter · 13 years ago
  17. 6ed0f79 drm/i915: use staged outuput config in tv->mode_fixup by Daniel Vetter · 13 years ago
  18. 7758a11 drm/i915: extract adjusted mode computation by Daniel Vetter · 13 years ago
  19. 87f1faa6 drm/i915: move output commit and crtc disabling into set_mode by Daniel Vetter · 13 years ago
  20. ba1c28c drm/i915: remove crtc disabling special case by Daniel Vetter · 13 years ago
  21. 94352cf drm/i915: push crtc->fb update into pipe_set_base by Daniel Vetter · 13 years ago
  22. 9a93585 drm/i915: stage modeset output changes by Daniel Vetter · 13 years ago
  23. 1aa4b62 drm/i915: don't save all the encoder/crtc state in set_config by Daniel Vetter · 13 years ago
  24. 8d3e375 drm/i915: convert pointless error checks in set_config to BUGs by Daniel Vetter · 13 years ago
  25. 835c587 drm/i915: don't update the fb base if there is no fb by Daniel Vetter · 13 years ago
  26. 431e50f drm/i915: implement crtc helper semantics relied upon by the fb helper by Daniel Vetter · 13 years ago
  27. 2e43105 drm/i915: extract intel_set_config_update_output_state by Daniel Vetter · 13 years ago
  28. 5e2b584 drm/i915: extract intel_set_config_compute_mode_changes by Daniel Vetter · 13 years ago
  29. 85f9eb7 drm/i915: extract modeset config save/restore code by Daniel Vetter · 13 years ago
  30. d9e5560 drm/i915: introduce struct intel_set_config by Daniel Vetter · 13 years ago
  31. 7fad798 drm/i915: ensure the force pipe A quirk is actually followed by Daniel Vetter · 13 years ago
  32. 24e804b drm/i915: rip out intel_dp->dpms_mode by Daniel Vetter · 13 years ago
  33. 84bb65bd drm/i915: rip out intel_crtc->dpms_mode by Daniel Vetter · 13 years ago
  34. 0a91ca2 drm/i915: check connector hw/sw state by Daniel Vetter · 13 years ago
  35. 2492935 drm/i915: read out the modeset hw state at load and resume time by Daniel Vetter · 13 years ago
  36. 732ce74 drm/i915/dvo: implement get_hw_state by Daniel Vetter · 13 years ago
  37. 4ac41f4 drm/i915/sdvo: implement get_hw_state by Daniel Vetter · 13 years ago
  38. e403fc9 drm/i915/crt: implement get_hw_state by Daniel Vetter · 13 years ago
  39. b1dc332 drm/i915/lvds: implement get_hw_state by Daniel Vetter · 13 years ago
  40. 9a8ee98 drm/i915/tv: implement get_hw_state by Daniel Vetter · 13 years ago
  41. 85234cd drm/i915/hdmi: implement get_hw_state by Daniel Vetter · 13 years ago
  42. 19d8fe1 drm/i915/dp: implement get_hw_state by Daniel Vetter · 13 years ago
  43. f0947c3 drm/i915: Add interfaces to read out encoder/connector hw state by Daniel Vetter · 13 years ago
  44. 08a4846 drm/i915: WARN when trying to enabled an unused crtc by Daniel Vetter · 13 years ago
  45. dbf2b54e drm/i915: call crtc functions directly by Daniel Vetter · 13 years ago
  46. c9deac9 drm/i915: rip out encoder->prepare/commit by Daniel Vetter · 13 years ago
  47. 821112a drm/i915: simplify intel_crtc_prepare_encoders by Daniel Vetter · 13 years ago
  48. a6778b3 drm/i915: copy&paste drm_crtc_helper_set_mode by Daniel Vetter · 13 years ago
  49. 6d832d1 drm/i915: inline intel_best_encoder by Daniel Vetter · 13 years ago
  50. 4f660f4 drm/i915: call set_base directly by Daniel Vetter · 13 years ago
  51. 50f5611 drm/i915: copy&paste drm_crtc_helper_set_config by Daniel Vetter · 13 years ago
  52. 61b77dd drm/i915: clean up encoder_prepare/commit by Daniel Vetter · 13 years ago
  53. fa5c73b drm/i915: rip out encoder->disable/enable checks by Daniel Vetter · 13 years ago
  54. b2cabb0 drm/i915: convert dpms functions of dvo/sdvo/crt by Daniel Vetter · 13 years ago
  55. 19c63fa drm/i915/dvo: convert to encoder disable/enable by Daniel Vetter · 13 years ago
  56. ce22c32 drm/i915/sdvo: convert to encoder disable/enable by Daniel Vetter · 13 years ago
  57. 2124604 drm/i915/crt: convert to encoder disable/enable by Daniel Vetter · 13 years ago
  58. e8cb455 drm/i915/dp: convert to encoder disable/enable by Daniel Vetter · 13 years ago
  59. c22834e drm/i915/lvds: convert to encoder disable/enable by Daniel Vetter · 13 years ago
  60. 6b5756a drm/i915/tv: convert to encoder enable/disable by Daniel Vetter · 13 years ago
  61. 5ab432e drm/i915/hdmi: convert to encoder->disable/enable by Daniel Vetter · 13 years ago
  62. ef9c3ae drm/i915: add direct encoder disable/enable infrastructure by Daniel Vetter · 13 years ago
  63. eae307a drm/i915: rip out crtc prepare/commit indirection by Daniel Vetter · 13 years ago
  64. 76e5a89 drm/i915: add crtc->enable/disable vfuncs insted of dpms by Daniel Vetter · 13 years ago
  65. 8c3f929 drm/i915: Enable some sysfs stuff without CONFIG_PM by Ben Widawsky · 13 years ago
  66. 8dee3ee drm/i915: Never read FORCEWAKE by Ben Widawsky · 13 years ago
  67. 057d386 drm/i915: Change forcewake timeout to 2ms by Ben Widawsky · 13 years ago
  68. 0cc2764 drm/i915: use cpu_relax() in wait_for_atomic by Ben Widawsky · 13 years ago
  69. b67a437 drm/i915: Extract forcewake ack timeout by Ben Widawsky · 13 years ago
  70. 5fa7ac9 drm/i915: fix sdvo hotplug support check and activation by Jani Nikula · 13 years ago
  71. ff04b35 drm/i915: only enable sdvo hotplug irq if needed by Jani Nikula · 13 years ago
  72. a2c7f6f drm/i915: Convert remaining debugfs iterators over rings to for_each_ring() by Chris Wilson · 13 years ago
  73. 8a038fd drm/i915: differ error message between forcwake timeouts by Daniel Vetter · 13 years ago
  74. 5ab140a drm/i915: align vlv forcewake with common lore by Daniel Vetter · 13 years ago
  75. be2cde9 drm/i915: add a tracepoint for gpu frequency changes by Daniel Vetter · 13 years ago
  76. 20e4d40 drm/ips: move drps/ips/ilk related variables into dev_priv->ips by Daniel Vetter · 13 years ago
  77. f398763 drm/i915: add workarounds to gen7_render_ring_flush by Paulo Zanoni · 13 years ago
  78. b311150 drm/i915: add workarounds directly to gen6_render_ring_flush by Paulo Zanoni · 13 years ago
  79. 4772eae drm/i915: add gen7_render_ring_flush by Paulo Zanoni · 13 years ago
  80. 85f9e50 drm/i915: move i915_get_extra_insdone out of CONFIG_DEBUG_FS block by Daniel Vetter · 13 years ago
  81. 65983bd Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 13 years ago
  82. d7c3b937 drm/i915: Remove __GFP_NO_KSWAPD by Sedat Dilek · 13 years ago
  83. 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
  84. c182ae4 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  85. cd7988e drm/i915: disable rc6 on ilk when vt-d is enabled by Daniel Vetter · 13 years ago
  86. 89a897f Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 13 years ago
  87. 9acb172 Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  88. 2675608 Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  89. 4ae4614 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  90. 6ec9776 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  91. e1d33a5 Merge tag 'for-linus-v3.6-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  92. 2432cbe Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  93. 8497ae6 Merge branch 'for-3.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  94. a7e546f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  95. da31ce7 Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  96. d17d794 libata: Add a space to " 2GB ATA Flash Disk" DMA blacklist entry by Prarit Bhargava · 13 years ago
  97. 7788a76 drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbuffer by Chris Wilson · 13 years ago
  98. 050ee91 drm/i915: Use new INSTDONE registers (Gen7+) by Ben Widawsky · 13 years ago
  99. d53bd48 drm/i915: Add new INSTDONE registers by Ben Widawsky · 13 years ago
  100. bd9854f drm/i915: Extract reading INSTDONE by Ben Widawsky · 13 years ago