1. a4945f9 drm/i915: Undo the PIPEA quirk for i845 by Chris Wilson · 11 years ago
  2. eda7964 drm/i915: Use the real cpu max frequency for ring scaling by Ben Widawsky · 11 years ago
  3. 0fc9f59 drm/i915: Flush primary plane changes in sprite code by Ville Syrjälä · 11 years ago
  4. 0037f71 drm/i915: WARN if primary plane state doesn't match expectations by Ville Syrjälä · 11 years ago
  5. d1de00e drm/i915: Rename intel_{enable, disable}_plane to intel_{enable, disable}_primary_plane by Ville Syrjälä · 11 years ago
  6. 1dba99f drm/i915: Rename intel_flush_display_plane to intel_flush_primary_plane by Ville Syrjälä · 11 years ago
  7. 20bc8673 drm/i915: Enable/disable IPS when primary is enabled/disabled by Ville Syrjälä · 11 years ago
  8. abae50e drm/i915: Do the fbc vs. primary plane enable/disable in the right order by Ville Syrjälä · 11 years ago
  9. 098ebd6 drm/i915: Save user requested plane coordinates only on success by Ville Syrjälä · 11 years ago
  10. 2afd9ef drm/i915: Do a bit of cleanup in the sprite code by Ville Syrjälä · 11 years ago
  11. 5f3fb46 drm/i915: Kill a goto from sprite disable code by Ville Syrjälä · 11 years ago
  12. 82284b6 drm/i915: Reduce the time we hold struct mutex in sprite update_plane code by Ville Syrjälä · 11 years ago
  13. 03c5b25 drm/i915: Allow sprites to be configured on a disabled pipe by Ville Syrjälä · 11 years ago
  14. 939c2fe drm/i915: Set primary_disabled in intel_{enable, disable}_plane by Ville Syrjälä · 11 years ago
  15. 3def84b drm/i915/dp: promote clock recovery failures to DRM_ERROR by Jani Nikula · 11 years ago
  16. e1553fa drm/i915: Fix VGA_DISP_DISABLE check by Ville Syrjälä · 11 years ago
  17. f01b796 drm/i915: Use intel_PLL_is_valid() in vlv_find_best_dpll() by Ville Syrjälä · 11 years ago
  18. 49e497e drm/i915: Don't lie about findind suitable PLL settings on VLV by Ville Syrjälä · 11 years ago
  19. dc73051 drm/i915: intel_limits_vlv_dac and intel_limits_vlv_hdmi are the same by Ville Syrjälä · 11 years ago
  20. 5fdc9c49 drm/i915: Remove unused dot_limit from VLV PLL limits by Ville Syrjälä · 11 years ago
  21. 4150404 drm/i915: Remove the unused p and m limits for VLV by Ville Syrjälä · 11 years ago
  22. 889059d drm/i915: Respect p2 divider minimum limit on VLV by Ville Syrjälä · 11 years ago
  23. b99ab66 drm/i915: Allow p1 divider 2 on VLV by Ville Syrjälä · 11 years ago
  24. 811bbf0 drm/i915: Clarify VLV PLL p1 limits by Ville Syrjälä · 11 years ago
  25. 27e639b drm/i915: Make sure we respect n.max on VLV by Ville Syrjälä · 11 years ago
  26. c1a9ae4 drm/i915: De-magic the VLV p2 divider step size by Ville Syrjälä · 11 years ago
  27. 6b4bf1c drm/i915: Rewrite vlv_find_best_dpll() by Ville Syrjälä · 11 years ago
  28. c686122 drm/i915: Don't underflow bestppm by Ville Syrjälä · 11 years ago
  29. 69e4f900 drm/i915: Make vlv_find_best_dpll() ppm calculation safe by Ville Syrjälä · 11 years ago
  30. 953d22e drm/i915/dp: use sizeof for memset instead of magic value by Jani Nikula · 11 years ago
  31. 389246f drm/i915: Remove yet another unused define by Damien Lespiau · 11 years ago
  32. d9973b4 drm/i915: Fix type mismatch and accounting in i915_gem_shrink by Chris Wilson · 11 years ago
  33. 5035c27 drm/i915: Call io_schedule() whilst whilsting for the GPU by Chris Wilson · 11 years ago
  34. 967ad7f Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  35. 6aba5b6 drm/i915/dp: get rid of intel_dp->link_configuration by Jani Nikula · 11 years ago
  36. 27f75dc6 drm/radeon/dp: use drm_dp_enhanced_frame_cap() by Jani Nikula · 11 years ago
  37. 0111be4 drm: Kill drm perf counter leftovers by Ville Syrjälä · 11 years ago
  38. ffbab09b drm: Remove pci_vendor and pci_device from struct drm_device by Ville Syrjälä · 11 years ago
  39. fc6ff19 drm: Kill ctx_count from struct drm_device by Ville Syrjälä · 11 years ago
  40. 4423843 drm: Make irq_enabled bool by Ville Syrjälä · 11 years ago
  41. 5380e92 drm: Collect per-crtc vblank stuff to a struct by Ville Syrjälä · 11 years ago
  42. bf507d90 drm: Make vblank_enabled bool by Ville Syrjälä · 11 years ago
  43. ba0bf12 drm: Make vblank_disable_allowed bool by Ville Syrjälä · 11 years ago
  44. 55e9ede drm/i915/dp: use drm_edid_duplicate by Jani Nikula · 11 years ago
  45. 1eee814 drm: Fix comment referring to the long gone ->probe() connector vfunc by Lespiau, Damien · 11 years ago
  46. 9066f83 drm: Try loading builtin EDIDs first by Chris Wilson · 11 years ago
  47. c3a4973 drm: move device unregistration into drm_dev_unregister() by David Herrmann · 11 years ago
  48. 0dc8fe5 drm: introduce drm_dev_free() to fix error paths by David Herrmann · 11 years ago
  49. 1c8887d drm: move drm_lastclose() to drm_fops.c by David Herrmann · 11 years ago
  50. c22f0ac drm: merge device setup into drm_dev_register() by David Herrmann · 11 years ago
  51. 1bb7253 drm: add drm_dev_alloc() helper by David Herrmann · 11 years ago
  52. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  53. 55fb74a drm/nouveau: embed gem object in nouveau_bo by David Herrmann · 11 years ago
  54. d7bf63f drm/i915: Use adjusted_mode in the fastboot hack to disable pfit by Damien Lespiau · 11 years ago
  55. bb2043d drm/i915: Add a more detailed comment about the set_base() fastboot hack by Damien Lespiau · 11 years ago
  56. 02f4c9e drm/i915/vlv: Turn off power gate for BIOS-less system. by Chon Ming Lee · 11 years ago
  57. 40e9cf6 drm/i915/vlv: reset DPIO on load and resume v2 by Jesse Barnes · 11 years ago
  58. a031d70 drm/i915: Simplify PSR debugfs by Rodrigo Vivi · 11 years ago
  59. dd75fdc drm/i915: Tweak RPS thresholds to more aggressively downclock by Chris Wilson · 11 years ago
  60. b29c19b drm/i915: Boost RPS frequency for CPU stalls by Chris Wilson · 11 years ago
  61. 094f9a5 drm/i915: Fix __wait_seqno to use true infinite timeouts by Chris Wilson · 11 years ago
  62. cbb47d1 drm/i915: Add some missing steps to i915_driver_load error path by Chris Wilson · 11 years ago
  63. f6aca45 drm/i915: Clean up the ring scaling calculations by Ben Widawsky · 11 years ago
  64. e41a56b drm/i915: Don't populate pipe_src_{w,h} multiple times by Ville Syrjälä · 11 years ago
  65. e491694 drm/i915: implement the Haswell mode set sequence workaround by Paulo Zanoni · 11 years ago
  66. dda9a66 drm/i915: Disable/enable planes as the first/last thing during modeset on HSW by Ville Syrjälä · 11 years ago
  67. f607116 i915/vlv: untangle integrated clock source handling v4 by Jesse Barnes · 11 years ago
  68. 492ab66 drm/i915: fix typo s/PatherPoint/PantherPoint/ by Jani Nikula · 11 years ago
  69. 5134099 drm/i915: Make intel_resume_power_well() static by Damien Lespiau · 11 years ago
  70. d9255d5 drm/i915: destroy connector sysfs files earlier by Paulo Zanoni · 11 years ago
  71. 70aff66 drm/i915/dp: do not write DP_TRAINING_PATTERN_SET all the time by Jani Nikula · 11 years ago
  72. 58c67ce drm/i915/dp: retry i2c-over-aux seven times on AUX DEFER by Jani Nikula · 11 years ago
  73. f7d85c1 drm/i915/vlv: reduce GT FIFO error info to a debug message by Jesse Barnes · 11 years ago
  74. 5848ad4 drm: Reject stereo modes with an unknown layout by Damien Lespiau · 11 years ago
  75. fc4833c drm: Revert "drm: Reject modes with more than 1 stereo flags set" by Damien Lespiau · 11 years ago
  76. f7e121b drm: Code stereo layouts as an enum rather than a bit field by Damien Lespiau · 11 years ago
  77. e454a05 drm/i915/vlv: use correct units for rc6 residency v2 by Jesse Barnes · 11 years ago
  78. 49798eb drm/i915/vlv: use lower precision RC6 counter by Jesse Barnes · 11 years ago
  79. 5de56df drm/i915: Use DIV_ROUND_CLOSEST() by Ville Syrjälä · 11 years ago
  80. 43b0ac5 drm/i915: Eliminate one indent leel from vlv_find_best_dpll by Ville Syrjälä · 11 years ago
  81. 24eb2d5 drm/i915: Program GMBUS Frequency based on the CDCLK for VLV. by Chon Ming Lee · 11 years ago
  82. afc85b9 drm/i915/vlv: hack to init backlight regs if BIOS fails to do so v2 by Jesse Barnes · 11 years ago
  83. 573e74a drm/i915: Allow stereo modes on HDMI by Damien Lespiau · 11 years ago
  84. 350a10c drm/i915: Prefer crtc_{h|v}display for pipe src dimensions by Damien Lespiau · 11 years ago
  85. 6ce70f5 drm/i915: Ask the DRM core do make stereo timings adjustements by Damien Lespiau · 11 years ago
  86. 241bfc3 drm/i915: Use crtc_clock with the adjusted mode by Damien Lespiau · 11 years ago
  87. 1342830 drm/i915: Use crtc_clock in intel_dump_crtc_timings() by Damien Lespiau · 11 years ago
  88. a0c1bbb drm: Check the fb size against the adjusted v/hdisplay for stereo modes by Damien Lespiau · 11 years ago
  89. c11e928 drm: Factor out common CRTC viewport checking code by Damien Lespiau · 11 years ago
  90. 448cce2 drm: Implement timings adjustments for frame packing by Damien Lespiau · 11 years ago
  91. bde2dcf drm: Introduce a crtc_clock for struct drm_display_mode by Damien Lespiau · 11 years ago
  92. 99b314a drm: Remove clock_index from struct drm_display_mode by Damien Lespiau · 11 years ago
  93. 560a067 drm: Make exposing stereo modes a per-connector opt-in by Damien Lespiau · 11 years ago
  94. 2713021 drm: Carry over the stereo flags when adding the alternate mode by Damien Lespiau · 11 years ago
  95. f2ecf2e3 drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes by Damien Lespiau · 11 years ago
  96. 4eed4a0 drm: Set the relevant infoframe field when scanning out a 3D mode by Damien Lespiau · 11 years ago
  97. a3ff6d5 drm: Reject modes with more than 1 stereo flags set by Damien Lespiau · 11 years ago
  98. 1deee8d drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes() by Damien Lespiau · 11 years ago
  99. c858cfc drm/edid: Expose mandatory stereo modes for HDMI sinks by Damien Lespiau · 11 years ago
  100. 61d8e32 drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago