1. 261a27d drm/i915: Partial revert of atomic watermark series by Matt Roper · 9 years ago
  2. 2493f21 drm/i915: Rename DP link training functions by Ander Conselvan de Oliveira · 9 years ago
  3. 022e4e5 drm/i915/bxt: Modify BXT BLC according to VBT changes by Sunil Kamath · 9 years ago
  4. 76305b1 drm/i915: Calculate watermark configuration during atomic check (v2) by Matt Roper · 9 years ago
  5. de4a9f8 drm/i915: Calculate pipe watermarks into CRTC state (v3) by Matt Roper · 9 years ago
  6. 47c9943 drm/i915: Drop intel_update_sprite_watermarks by Matt Roper · 9 years ago
  7. 7809e5a drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic check by Matt Roper · 9 years ago
  8. 5507fae drm/i915: make backlight hooks connector specific by Jani Nikula · 9 years ago
  9. 7949dd4 drm/i915: Add HDMI aspect ratio property for SDVO by Ville Syrjälä · 9 years ago
  10. 7c5f93b drm/i915: Constify adjusted_mode by Ville Syrjälä · 9 years ago
  11. 44cc6c0 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 9 years ago
  12. 66f59c5 drm/i915: Fix vblank count variable types by Ville Syrjälä · 9 years ago
  13. dedf278 drm/i915: Enable querying offset of UV plane with intel_plane_obj_offset by Tvrtko Ursulin · 9 years ago
  14. fe47ea0 drm/i915: Support planar formats in tile height calculations by Tvrtko Ursulin · 9 years ago
  15. 2db3366 drm/i915: fix FBC for cases where crtc->base.y is non-zero by Paulo Zanoni · 9 years ago
  16. 237ed86 drm/i915: Check live status before reading edid by Sonika Jindal · 9 years ago
  17. eb120ef drm/i915: add more debug info for when atomic updates fail v3 by Jesse Barnes · 9 years ago
  18. bfd16b2 drm/i915: Make updating pipe without modeset atomic. by Maarten Lankhorst · 9 years ago
  19. d8b4c43 drm/i915: add attached connector to hdmi container by Shashank Sharma · 9 years ago
  20. 844f911 drm/atomic: Make prepare_fb/cleanup_fb only take state, v3. by Maarten Lankhorst · 9 years ago
  21. bc5133d drm/i915/dp: move TPS3 logic to where it's used by Jani Nikula · 9 years ago
  22. e93c28f Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  23. 85a62bf drm/i915: Also record time difference if vblank evasion fails, v2. by Maarten Lankhorst · 9 years ago
  24. 34e0adb drm/i915: Remove start frame argument to pipe_update_begin/end. by Maarten Lankhorst · 9 years ago
  25. 79e50a4 drm/i915: move intel_hrawclk() to intel_display.c by Jani Nikula · 9 years ago
  26. 6fa2d19 i915: Set ddi_pll_sel in DP MST path by Ander Conselvan de Oliveira · 9 years ago
  27. b0b3384 drm/i915: Trick CL2 into life on CHV when using pipe B with port B by Ville Syrjälä · 9 years ago
  28. e0fce78 drm/i915: Implement PHY lane power gating for CHV by Ville Syrjälä · 9 years ago
  29. b93433c drm/i915: move ibx_digital_port_connected to intel_dp.c by Jani Nikula · 9 years ago
  30. 65d64cc drm/i915: Add vlv_dport_to_phy() by Ville Syrjälä · 9 years ago
  31. d6db995 drm/i915: Add encoder->post_pll_disable() hooks and move CHV clock buffer disables there by Ville Syrjälä · 9 years ago
  32. 901c2da drm/i915: Put back lane_count into intel_dp and add link_rate too by Ville Syrjälä · 9 years ago
  33. d3638ac Merge tag 'drm-intel-next-fixes-2015-08-16' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  34. 04a60f9 drm/i915: Kill intel_dp->{link_bw, rate_select} by Ville Syrjälä · 9 years ago
  35. 90a6b7b drm/i915: Move intel_dp->lane_count into pipe_config by Ville Syrjälä · 9 years ago
  36. 0f2a2a7 drm/i915: Clean up DP/HDMI limited color range handling by Ville Syrjälä · 9 years ago
  37. 621d4c7 drm/i915: Save latest known sink CRC to compensate delayed counter reset. by Rodrigo Vivi · 9 years ago
  38. e5a1cab drm/i915: Force sink crc stop before start. by Rodrigo Vivi · 9 years ago
  39. 2d406bb drm/i915: Remove connectors_active. by Maarten Lankhorst · 9 years ago
  40. 4d688a2 drm/i915: Get rid of dpms handling. by Maarten Lankhorst · 9 years ago
  41. ee165b1 drm/i915: Validate the state after an atomic modeset only, and pass the state. by Maarten Lankhorst · 9 years ago
  42. 0695726 drm/i915: Use CONFIG_DRM_FBDEV_EMULATION by Daniel Vetter · 9 years ago
  43. 06059d5 Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  44. 6f4551f drm/i915: fix FBC frontbuffer tracking flushing code by Paulo Zanoni · 9 years ago
  45. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  46. ce4c464 Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  47. b029e66 drm/i915: Backlight control using CRC PMIC based PWM driver by Shobhit Kumar · 9 years ago
  48. 1ed51de drm/i915: Clarify logic for initial modeset by Daniel Vetter · 9 years ago
  49. 8f539a8 drm/i915: always disable irqs in intel_pipe_update_start by Maarten Lankhorst · 9 years ago
  50. 74c090b drm/i915: Use full atomic modeset. by Maarten Lankhorst · 9 years ago
  51. 70e0bd7 drm/i915: Make intel_display_suspend atomic, try 2. by Maarten Lankhorst · 9 years ago
  52. ad3c558 drm/i915: Get rid of unused transitional members. by Maarten Lankhorst · 9 years ago
  53. 4cf0ebb drm/i915: Rework plane readout. by Maarten Lankhorst · 9 years ago
  54. eeebeac drm/i915: Remove plane_config from struct intel_crtc, v2. by Maarten Lankhorst · 9 years ago
  55. e435d6e drm/i915: Do not update pfit state when toggling crtc enabled. by Maarten Lankhorst · 9 years ago
  56. b6c2aa5 drm/i915: intel_frontbuffer_flush can now be static by Paulo Zanoni · 9 years ago
  57. 169de13 drm/i915: PSR: Flush means invalidate + flush by Rodrigo Vivi · 9 years ago
  58. de152b6 drm/i915: Add origin to frontbuffer tracking flush by Rodrigo Vivi · 9 years ago
  59. 7733b49 drm/i915: use dev_priv for the FBC functions by Paulo Zanoni · 9 years ago
  60. 25ad93f drm/i915: add the FBC mutex by Paulo Zanoni · 9 years ago
  61. fc78672 drm/i915: move FBC code out of i915_gem_stolen.c by Paulo Zanoni · 9 years ago
  62. dccbea3 drm/i915: calculate the port clock rate along with other PLL params by Imre Deak · 9 years ago
  63. f8896f5 drm/i915/skl: Buffer translation improvements by David Weinehall · 9 years ago
  64. 852eb00 drm/i915: Try to make sure cxsr is disabled around plane enable/disable by Ville Syrjälä · 9 years ago
  65. 262cd2e drm/i915: CHV DDR DVFS support and another watermark rewrite by Ville Syrjälä · 9 years ago
  66. 6eb1a68 drm/i915: Read wm values from hardware at init on CHV by Ville Syrjälä · 9 years ago
  67. f015c55 drm/i915: Split atomic wm update to pre and post variants by Ville Syrjälä · 9 years ago
  68. 066cf55 drm/i915: Fix IPS related flicker by Rodrigo Vivi · 9 years ago
  69. ac88cd7 drm/i915: Fix IPS related flicker by Rodrigo Vivi · 9 years ago
  70. a9ff871 drm/i915: Store frontbuffer_bits in the plane by Ville Syrjälä · 9 years ago
  71. 20c8838 drm/i915/psr: Restrict single-shot updates to the PSR pipe by Daniel Vetter · 9 years ago
  72. fdbff92 drm/i915: Clear fb_tracking.busy_bits also for synchronous flips by Daniel Vetter · 9 years ago
  73. 91af127 drm/i915: Update i915_gem_object_sync() to take a request structure by John Harrison · 9 years ago
  74. 77a0d1c drm/i915: Remove unused ring argument from frontbuffer invalidate and busy functions. by Rodrigo Vivi · 9 years ago
  75. 27c329e drm/i915: Make cdclk part of the atomic state. by Maarten Lankhorst · 9 years ago
  76. 818ed96 drm/i915: Make setting color key atomic. by Maarten Lankhorst · 9 years ago
  77. d032ffa drm/i915: Handle disabling planes better, v2. by Maarten Lankhorst · 9 years ago
  78. 0583236 drm/i915: move detaching scalers to begin_crtc_commit, v2. by Maarten Lankhorst · 9 years ago
  79. 7fabf5e drm/i915: remove force argument from disable_plane by Maarten Lankhorst · 9 years ago
  80. 061e4b8 drm/i915: clean up atomic plane check functions, v2. by Maarten Lankhorst · 9 years ago
  81. da20eab drm/i915: Split plane updates of crtc->atomic into a helper, v2. by Maarten Lankhorst · 9 years ago
  82. 86adf9d drm/i915: Split skl_update_scaler, v4. by Maarten Lankhorst · 9 years ago
  83. 133b0d1 drm/i915: Clean up intel_atomic_setup_scalers slightly. by Maarten Lankhorst · 9 years ago
  84. 2e8144a drm/i915: unify no_fbc_reason message printing by Paulo Zanoni · 9 years ago
  85. 4e9a86b drm/i915: Actually respect DSPSURF alignment restrictions by Ville Syrjälä · 9 years ago
  86. f721790 Revert "drm/i915: Read hw state into an atomic state struct, v2." by Maarten Lankhorst · 9 years ago
  87. 9716c69 Revert "drm/i915: Make intel_display_suspend atomic, v2." by Maarten Lankhorst · 9 years ago
  88. 99d736a drm/i915: Calculate haswell plane workaround, v5. by Maarten Lankhorst · 9 years ago
  89. 06ea0b0 drm/i915: Make intel_display_suspend atomic, v2. by Maarten Lankhorst · 9 years ago
  90. 5da76e9 drm/i915: Implement intel_crtc_control using atomic state, v4 by Maarten Lankhorst · 9 years ago
  91. 37ade41 drm/i915: Read hw state into an atomic state struct, v2. by Ander Conselvan de Oliveira · 9 years ago
  92. de419ab drm/i915: Use global atomic state for staged pll, config, v3. by Maarten Lankhorst · 9 years ago
  93. 1b50925 drm/i915: use intel_crtc_control everywhere, v3. by Maarten Lankhorst · 9 years ago
  94. 6b72d48 drm/i915: add intel_display_suspend, v2 by Maarten Lankhorst · 9 years ago
  95. 41da1f5 drm/i915: get rid of put_shared_dpll by Maarten Lankhorst · 9 years ago
  96. 70d0c57 drm/i915: Make broxton_set_cdclk() static by Damien Lespiau · 9 years ago
  97. 8cfb340 drm/i915: Don't enable IPS when pixel rate exceeds 95% by Ville Syrjälä · 9 years ago
  98. b12ce1d drm/i915: Kill intel_flush_primary_plane() by Ville Syrjälä · 9 years ago
  99. 5d96d8a drm/i915/skl: Deinit/init the display at suspend/resume by Damien Lespiau · 9 years ago
  100. e61b995 drm/i915: Free RPS boosts for all laggards by Chris Wilson · 9 years ago