1. 7ac7d19 drm/i915: Avoid stalling on pending flips for legacy cursor updates by Chris Wilson · 8 years ago
  2. 94669e6 drm/i915: Handle -EDEADLK in drm_atomic_commit from load-detect. by Maarten Lankhorst · 9 years ago
  3. 032b612 drm/i915: Remove update_sprite_watermarks. by Maarten Lankhorst · 9 years ago
  4. e886167 drm/i915: Kill off intel_crtc->atomic.wait_vblank, v6. by Maarten Lankhorst · 9 years ago
  5. 33c8df89 drm/i915: Unify power domain handling. by Maarten Lankhorst · 9 years ago
  6. 74bff5f drm/i915: Pass crtc state to modeset_get_crtc_power_domains. by Maarten Lankhorst · 9 years ago
  7. dd75619 drm/i915: Extract intel_encoder_has_connectors() by Ville Syrjälä · 9 years ago
  8. edde361 drm/i915: Use atomic state to obtain load detection crtc, v3. by Maarten Lankhorst · 9 years ago
  9. 4feed0e drm/i915: Ensure the HW is powered during HW access in assert_pipe by Imre Deak · 9 years ago
  10. 6392f84 drm/i915: Ensure the HW is powered when disabling VGA by Imre Deak · 9 years ago
  11. 12fda38 drm/i915/ibx: Ensure the HW is powered during PLL HW readout by Imre Deak · 9 years ago
  12. 1729050 drm/i915: Ensure the HW is powered during display pipe HW readout by Imre Deak · 9 years ago
  13. ea49c9a drm/i915: Lock mode_config.mutex in intel_display_resume. by Maarten Lankhorst · 9 years ago
  14. e8788cb drm/i915: Fix some minor issues with atomic cdclk. by Maarten Lankhorst · 9 years ago
  15. e2c8b87 drm/i915: Use atomic helpers for suspend, v2. by Maarten Lankhorst · 9 years ago
  16. ee50489 drm/i915: Fix struct mutex vs. RPS lock inversion by Tvrtko Ursulin · 9 years ago
  17. 12c83d9 drm/i915: GEM operations need to be done under the big lock by Tvrtko Ursulin · 9 years ago
  18. fb1a38a drm/i915: Clear shared dpll based on old state, v2. by Maarten Lankhorst · 9 years ago
  19. 05fd934 Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  20. af3997b drm/i915: Skip DDI PLL selection for DSI by Mika Kahola · 9 years ago
  21. e87a52b drm/atomic: Add encoder_mask to crtc_state, v3. by Maarten Lankhorst · 9 years ago
  22. 7811b12 drm/i915: Do not touch best_encoder for load detect. by Maarten Lankhorst · 9 years ago
  23. 316e376 Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  24. 2dfd178 drm/i915: Do not disable cxsr when crtc is disabled. by Maarten Lankhorst · 9 years ago
  25. 5c74cd7 drm/i915: Remove atomic.pre_disable_primary. by Maarten Lankhorst · 9 years ago
  26. db168f1 drm/i915: Remove intel_crtc->atomic.disable_ips. by Maarten Lankhorst · 9 years ago
  27. 00648f1 drm/i915: Nuke intel_modeset_preclose by Daniel Vetter · 9 years ago
  28. 3eb7c38 drm/i915: don't deactivate FBC at skylake_disable_primary_plane by Paulo Zanoni · 9 years ago
  29. e8216e5 drm/i915/fbc: call intel_fbc_pre_update earlier during page flips by Paulo Zanoni · 9 years ago
  30. 49227c4 drm/i915/fbc: make FBC work with fastboot by Paulo Zanoni · 9 years ago
  31. 58f9c0b drm/i915/fbc: move intel_fbc_{enable, disable} call one level up by Paulo Zanoni · 9 years ago
  32. f51be2e drm/i915/fbc: choose the new FBC CRTC during atomic check by Paulo Zanoni · 9 years ago
  33. dd8b3bd drm/i915: simplify struct drm_device access at intel_atomic_check() by Paulo Zanoni · 9 years ago
  34. 010cf73 drm/i915/fbc: rewrite the multiple_pipes_ok() code for locking by Paulo Zanoni · 9 years ago
  35. c937ab3e5 drm/i915/fbc: rename the FBC disable functions by Paulo Zanoni · 9 years ago
  36. 1eb5223 drm/i915/fbc: fix the FBC state checking code by Paulo Zanoni · 9 years ago
  37. fcf38d1 drm/i915/fbc: unconditionally update FBC during atomic commits by Paulo Zanoni · 9 years ago
  38. 0dd8154 drm/i915/fbc: don't use the frontbuffer tracking subsystem for flips by Paulo Zanoni · 9 years ago
  39. b16bb01 drm/i915: Fix intel_tile_width() parameters by Ville Syrjälä · 9 years ago
  40. ac48496 drm/i915: Standardize on 'cpp' for bytes per pixel by Ville Syrjälä · 9 years ago
  41. 54ea9da drm/i915: Make display gtt offsets u32 by Ville Syrjälä · 9 years ago
  42. 7723f47d drm/i915: Rename the rotated gtt view member to 'rotated' by Ville Syrjälä · 9 years ago
  43. 0aa498d Fix pointer tests in error-handling paths by Dave Gordon · 9 years ago
  44. 2682708 drm/i915: simplify allocation of driver-internal requests by Dave Gordon · 9 years ago
  45. e794129 drm/i915: Fix NULL plane->fb oops on SKL by Ville Syrjälä · 9 years ago
  46. 3f36b93 drm/i915: Do not put big intel_crtc_state on the stack by Tvrtko Ursulin · 9 years ago
  47. bf22045 Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)" by Matt Roper · 9 years ago
  48. fa5a797 drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number by Ville Syrjälä · 9 years ago
  49. 693bdc2 drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+ by Ville Syrjälä · 9 years ago
  50. 2da80b5 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  51. 1df59b8 Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  52. 28f0360 Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  53. 0b05e1e drm/i915: Don't leak framebuffer_references if drm_framebuffer_init() fails by Ville Syrjälä · 9 years ago
  54. 013dd9e drm/i915/dp: fall back to 18 bpp when sink capability is unknown by Jani Nikula · 9 years ago
  55. 87ad321 drm/i915: add onoff utility function by Jani Nikula · 9 years ago
  56. 603525d drm/i915: Refactor intel_surf_alignment() by Ville Syrjälä · 9 years ago
  57. ce1e5c1 drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/ by Ville Syrjälä · 9 years ago
  58. d843310 drm/i915: Use intel_tile_{size,width,height}() in intel_gen4_compute_page_offset() by Ville Syrjälä · 9 years ago
  59. d9b3288 drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size by Ville Syrjälä · 9 years ago
  60. 832be82 drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width() by Ville Syrjälä · 9 years ago
  61. 7b49f94 drm/i915: Factor out intel_tile_width() by Ville Syrjälä · 9 years ago
  62. b5c6533 drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset() by Ville Syrjälä · 9 years ago
  63. f594914 drm/i915: Init power domains early in driver load by Daniel Vetter · 9 years ago
  64. de05133 drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long. by Maarten Lankhorst · 9 years ago
  65. 0cd1262 drm/i915: Handle error paths during watermark sanitization properly (v3) by Matt Roper · 9 years ago
  66. b7792d8 drm/i915: Wait for pipe to start before sampling vblank timestamps on gen2 by Ville Syrjälä · 9 years ago
  67. 6a7e4f9 drm/i915: Kill intel_prepare_ddi() by Ville Syrjälä · 9 years ago
  68. bcf8be2 drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long. by Maarten Lankhorst · 9 years ago
  69. 7571494 drm/i915: Do one shot unclaimed mmio detection less frequently by Mika Kuoppala · 9 years ago
  70. a8d201a drm/i915: Use plane state for primary plane updates. by Maarten Lankhorst · 9 years ago
  71. 55a08b3f drm/i915: Use the plane state for cursor updates. by Maarten Lankhorst · 9 years ago
  72. f285802 drm/i915: Make disable_cursor_plane similar to commit_cursor_plane. by Maarten Lankhorst · 9 years ago
  73. edd6260 drm/i915: Remove some visibility checks from intel_crtc_update_cursor. by Maarten Lankhorst · 9 years ago
  74. 396e33a drm/i915: Add two-stage ILK-style watermark programming (v10) by Matt Roper · 9 years ago
  75. 2aa974c drm/i915: Update connector_mask during readout, v2. by Maarten Lankhorst · 9 years ago
  76. 31d10b5 drm/i915: Allow fuzzy matching in intel_compare_link_m_n by Maarten Lankhorst · 9 years ago
  77. d93c037 drm/i915: Sanitize watermarks after hardware state readout (v4) by Matt Roper · 9 years ago
  78. 0a8d8a8 drm/i915: Setup clipped src/dest coordinates during FB reconstruction (v2) by Matt Roper · 9 years ago
  79. 5350a03 drm/i915: Set connector_state->connector using the helper. by Maarten Lankhorst · 9 years ago
  80. 20f8e03 Backmerge drm-fixes merge into Linus's tree into drm-next. by Dave Airlie · 9 years ago
  81. ade1ba7 Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  82. 35c08f4 drm/i915: Calculate visibility in check_plane correctly regardless of dpms. by Maarten Lankhorst · 9 years ago
  83. 1a617b7 drm/i915: Keep track of the cdclk as if all crtc's were active. by Maarten Lankhorst · 9 years ago
  84. 565602d drm/i915: Do not acquire crtc state to check clock during modeset, v4. by Maarten Lankhorst · 9 years ago
  85. bf8a0af drm/i915/skl: Do not allow scaling when crtc is disabled. by Maarten Lankhorst · 9 years ago
  86. 0bff485 drm/i915: Unbreak check_digital_port_conflicts() by Ville Syrjälä · 9 years ago
  87. 57a2af6 drm/i915: Kill intel_crtc->cursor_bo by Ville Syrjälä · 9 years ago
  88. ef8dd37 drm/i915: Workaround CHV pipe C cursor fail by Ville Syrjälä · 9 years ago
  89. a59fac6 drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2) by Matt Roper · 9 years ago
  90. 615cb24 drm/i915: Drop the broken cursor base==0 special casing by Ville Syrjälä · 9 years ago
  91. b29ec92 drm/i915: Workaround CHV pipe C cursor fail by Ville Syrjälä · 9 years ago
  92. 200757f drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2) by Matt Roper · 9 years ago
  93. 19c8054 drm/i915: prefer for_each_intel_* macros for iteration by Jani Nikula · 9 years ago
  94. 51bce5b Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  95. 663f312 drm/i915: Drop the broken cursor base==0 special casing by Ville Syrjälä · 9 years ago
  96. 1264859 drm/i915: Kill intel_crtc->cursor_bo by Ville Syrjälä · 9 years ago
  97. 618100f Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued by Daniel Vetter · 9 years ago
  98. b0b3b79 drm: Pass 'name' to drm_universal_plane_init() by Ville Syrjälä · 9 years ago
  99. f988287 drm: Pass 'name' to drm_crtc_init_with_planes() by Ville Syrjälä · 9 years ago
  100. 634b3a4 drm/i915: Do a better job at disabling primary plane in the noatomic case. by Maarten Lankhorst · 9 years ago