1. f60d7f0 drm/i915: Pin backing pages for pread by Chris Wilson · 12 years ago
  2. 755d221 drm/i915: Pin backing pages for pwrite by Chris Wilson · 12 years ago
  3. a557017 drm/i915: Pin backing pages whilst exporting through a dmabuf vmap by Chris Wilson · 12 years ago
  4. 37e680a drm/i915: Introduce drm_i915_gem_object_ops by Chris Wilson · 13 years ago
  5. 3b7a89f drm/i915: fix OOPS in lid_notify by Daniel Vetter · 12 years ago
  6. 6c4c86f drm/i915: correctly update crtc->x/y in set_base by Daniel Vetter · 12 years ago
  7. a1ceb67 Merge the modeset-rework, basic conversion into drm-intel-next by Daniel Vetter · 12 years ago
  8. b980514 drm/i915: improve modeset state checking after dpms calls by Daniel Vetter · 12 years ago
  9. 8af6cf8 drm/i915: add tons of modeset state checks by Daniel Vetter · 12 years ago
  10. 9dc10f3 drm/i915: no longer call drm_helper_resume_force_mode by Daniel Vetter · 12 years ago
  11. a261b24 drm/i915: disable all crtcs at suspend time by Daniel Vetter · 12 years ago
  12. ea9d758 drm/i915: push commit_output_state past the crtc/encoder preparing by Daniel Vetter · 12 years ago
  13. fc30310 drm/i915: switch the load detect code to the staged modeset config by Daniel Vetter · 12 years ago
  14. 284637d drm/i915: WARN if the pipe won't turn off by Daniel Vetter · 12 years ago
  15. 1f70385 drm/i915: s/intel_encoder_disable/intel_encoder_noop by Daniel Vetter · 12 years ago
  16. 976f8a2 drm/i915: push commit_output_state past crtc disabling by Daniel Vetter · 12 years ago
  17. 25c5b26 drm/i915: implement new set_mode code flow by Daniel Vetter · 12 years ago
  18. e2e1ed4 drm/i915: compute masks of crtcs affected in set_mode by Daniel Vetter · 12 years ago
  19. e24c5c2 drm/i915: use staged outuput config in lvds->mode_fixup by Daniel Vetter · 12 years ago
  20. 6ed0f79 drm/i915: use staged outuput config in tv->mode_fixup by Daniel Vetter · 12 years ago
  21. 7758a11 drm/i915: extract adjusted mode computation by Daniel Vetter · 12 years ago
  22. 87f1faa drm/i915: move output commit and crtc disabling into set_mode by Daniel Vetter · 12 years ago
  23. ba1c28c drm/i915: remove crtc disabling special case by Daniel Vetter · 12 years ago
  24. 94352cf drm/i915: push crtc->fb update into pipe_set_base by Daniel Vetter · 12 years ago
  25. 9a93585 drm/i915: stage modeset output changes by Daniel Vetter · 12 years ago
  26. 1aa4b62 drm/i915: don't save all the encoder/crtc state in set_config by Daniel Vetter · 12 years ago
  27. 8d3e375 drm/i915: convert pointless error checks in set_config to BUGs by Daniel Vetter · 12 years ago
  28. 835c587 drm/i915: don't update the fb base if there is no fb by Daniel Vetter · 12 years ago
  29. 431e50f drm/i915: implement crtc helper semantics relied upon by the fb helper by Daniel Vetter · 12 years ago
  30. 2e43105 drm/i915: extract intel_set_config_update_output_state by Daniel Vetter · 12 years ago
  31. 5e2b584 drm/i915: extract intel_set_config_compute_mode_changes by Daniel Vetter · 12 years ago
  32. 85f9eb7 drm/i915: extract modeset config save/restore code by Daniel Vetter · 12 years ago
  33. d9e5560 drm/i915: introduce struct intel_set_config by Daniel Vetter · 12 years ago
  34. 7fad798 drm/i915: ensure the force pipe A quirk is actually followed by Daniel Vetter · 12 years ago
  35. 24e804b drm/i915: rip out intel_dp->dpms_mode by Daniel Vetter · 12 years ago
  36. 84bb65bd drm/i915: rip out intel_crtc->dpms_mode by Daniel Vetter · 12 years ago
  37. 0a91ca2 drm/i915: check connector hw/sw state by Daniel Vetter · 12 years ago
  38. 2492935 drm/i915: read out the modeset hw state at load and resume time by Daniel Vetter · 12 years ago
  39. 732ce74 drm/i915/dvo: implement get_hw_state by Daniel Vetter · 12 years ago
  40. 4ac41f4 drm/i915/sdvo: implement get_hw_state by Daniel Vetter · 12 years ago
  41. e403fc9 drm/i915/crt: implement get_hw_state by Daniel Vetter · 12 years ago
  42. b1dc332 drm/i915/lvds: implement get_hw_state by Daniel Vetter · 12 years ago
  43. 9a8ee98 drm/i915/tv: implement get_hw_state by Daniel Vetter · 12 years ago
  44. 85234cd drm/i915/hdmi: implement get_hw_state by Daniel Vetter · 12 years ago
  45. 19d8fe1 drm/i915/dp: implement get_hw_state by Daniel Vetter · 12 years ago
  46. f0947c3 drm/i915: Add interfaces to read out encoder/connector hw state by Daniel Vetter · 12 years ago
  47. 08a4846 drm/i915: WARN when trying to enabled an unused crtc by Daniel Vetter · 12 years ago
  48. dbf2b54e drm/i915: call crtc functions directly by Daniel Vetter · 12 years ago
  49. c9deac9 drm/i915: rip out encoder->prepare/commit by Daniel Vetter · 12 years ago
  50. 821112a drm/i915: simplify intel_crtc_prepare_encoders by Daniel Vetter · 12 years ago
  51. a6778b3 drm/i915: copy&paste drm_crtc_helper_set_mode by Daniel Vetter · 12 years ago
  52. 6d832d1 drm/i915: inline intel_best_encoder by Daniel Vetter · 12 years ago
  53. 4f660f4 drm/i915: call set_base directly by Daniel Vetter · 12 years ago
  54. 50f5611 drm/i915: copy&paste drm_crtc_helper_set_config by Daniel Vetter · 12 years ago
  55. 61b77dd drm/i915: clean up encoder_prepare/commit by Daniel Vetter · 12 years ago
  56. fa5c73b drm/i915: rip out encoder->disable/enable checks by Daniel Vetter · 12 years ago
  57. b2cabb0 drm/i915: convert dpms functions of dvo/sdvo/crt by Daniel Vetter · 12 years ago
  58. 19c63fa drm/i915/dvo: convert to encoder disable/enable by Daniel Vetter · 12 years ago
  59. ce22c32 drm/i915/sdvo: convert to encoder disable/enable by Daniel Vetter · 12 years ago
  60. 2124604 drm/i915/crt: convert to encoder disable/enable by Daniel Vetter · 12 years ago
  61. e8cb455 drm/i915/dp: convert to encoder disable/enable by Daniel Vetter · 12 years ago
  62. c22834e drm/i915/lvds: convert to encoder disable/enable by Daniel Vetter · 12 years ago
  63. 6b5756a drm/i915/tv: convert to encoder enable/disable by Daniel Vetter · 12 years ago
  64. 5ab432e drm/i915/hdmi: convert to encoder->disable/enable by Daniel Vetter · 12 years ago
  65. ef9c3ae drm/i915: add direct encoder disable/enable infrastructure by Daniel Vetter · 12 years ago
  66. eae307a drm/i915: rip out crtc prepare/commit indirection by Daniel Vetter · 12 years ago
  67. 76e5a89 drm/i915: add crtc->enable/disable vfuncs insted of dpms by Daniel Vetter · 12 years ago
  68. 8c3f929 drm/i915: Enable some sysfs stuff without CONFIG_PM by Ben Widawsky · 12 years ago
  69. 8dee3ee drm/i915: Never read FORCEWAKE by Ben Widawsky · 12 years ago
  70. 057d386 drm/i915: Change forcewake timeout to 2ms by Ben Widawsky · 12 years ago
  71. 0cc2764 drm/i915: use cpu_relax() in wait_for_atomic by Ben Widawsky · 12 years ago
  72. b67a437 drm/i915: Extract forcewake ack timeout by Ben Widawsky · 12 years ago
  73. 5fa7ac9 drm/i915: fix sdvo hotplug support check and activation by Jani Nikula · 12 years ago
  74. ff04b35 drm/i915: only enable sdvo hotplug irq if needed by Jani Nikula · 12 years ago
  75. a2c7f6f drm/i915: Convert remaining debugfs iterators over rings to for_each_ring() by Chris Wilson · 12 years ago
  76. 8a038fd drm/i915: differ error message between forcwake timeouts by Daniel Vetter · 12 years ago
  77. 5ab140a drm/i915: align vlv forcewake with common lore by Daniel Vetter · 12 years ago
  78. be2cde9 drm/i915: add a tracepoint for gpu frequency changes by Daniel Vetter · 12 years ago
  79. 20e4d40 drm/ips: move drps/ips/ilk related variables into dev_priv->ips by Daniel Vetter · 12 years ago
  80. f398763 drm/i915: add workarounds to gen7_render_ring_flush by Paulo Zanoni · 12 years ago
  81. b311150 drm/i915: add workarounds directly to gen6_render_ring_flush by Paulo Zanoni · 12 years ago
  82. 4772eae drm/i915: add gen7_render_ring_flush by Paulo Zanoni · 12 years ago
  83. 85f9e50 drm/i915: move i915_get_extra_insdone out of CONFIG_DEBUG_FS block by Daniel Vetter · 12 years ago
  84. 65983bd Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  85. d7c3b93 drm/i915: Remove __GFP_NO_KSWAPD by Sedat Dilek · 12 years ago
  86. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 12 years ago
  87. cd7988e drm/i915: disable rc6 on ilk when vt-d is enabled by Daniel Vetter · 12 years ago
  88. 7788a76 drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbuffer by Chris Wilson · 12 years ago
  89. 050ee91 drm/i915: Use new INSTDONE registers (Gen7+) by Ben Widawsky · 12 years ago
  90. d53bd48 drm/i915: Add new INSTDONE registers by Ben Widawsky · 12 years ago
  91. bd9854f drm/i915: Extract reading INSTDONE by Ben Widawsky · 12 years ago
  92. 3236f57 drm/i915: Use a non-blocking wait for set-to-domain ioctl by Chris Wilson · 12 years ago
  93. b361237 drm/i915: Juggle code order to ease flow of the next patch by Chris Wilson · 12 years ago
  94. 504c726 drm/i915: Use cpu relocations if the object is in the GTT but not mappable by Chris Wilson · 12 years ago
  95. 0327d6b drm/i915: Extract general object init routine by Chris Wilson · 12 years ago
  96. 4d6294bf drm/i915: Protect private gem objects from truncate (such as imported dmabuf) by Chris Wilson · 12 years ago
  97. 86a1ee2 drm/i915: Only pwrite through the GTT if there is space in the aperture by Chris Wilson · 12 years ago
  98. 451023d drm: remove the raw_edid field from struct drm_display_info by Jani Nikula · 12 years ago
  99. bcd7235 drm/i915: fix EDID memory leak in SDVO by Jani Nikula · 12 years ago
  100. 5362186 i915: use alloc_ordered_workqueue() instead of explicit UNBOUND w/ max_active = 1 by Tejun Heo · 12 years ago