1. 30ad981 drm/i915: Pass dev_priv to vlv force pll functions by Ville Syrjälä · 8 years ago
  2. 0f0f74b drm/i915: Pass dev_priv to intel_wait_for_vblank() by Ville Syrjälä · 8 years ago
  3. e2af48c drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[] by Ville Syrjälä · 8 years ago
  4. 432081b drm/i915: Pass intel_crtc to update_wm functions by Ville Syrjälä · 8 years ago
  5. 525b931 drm/i915: Pass intel_crtc to intel_crtc_active() by Ville Syrjälä · 8 years ago
  6. 580503c drm/i915: Pass dev_priv to plane constructors by Ville Syrjälä · 8 years ago
  7. 03af79e drm/i915/gen9+: Use the watermarks from crtc_state for everything, v2. by Maarten Lankhorst · 8 years ago
  8. fefdd81 drm/i915/skl+: Remove minimum block allocation from crtc state. by Maarten Lankhorst · 8 years ago
  9. 1e6ee54 drm/i915/skl+: Remove data_rate from watermark struct, v2. by Maarten Lankhorst · 8 years ago
  10. b079bd17 drm/i915: Bail if plane/crtc init fails by Ville Syrjälä · 8 years ago
  11. c004a90 drm/i915: Restore nonblocking awaits for modesetting by Chris Wilson · 8 years ago
  12. d07f0e5 drm/i915: Move GEM activity tracking into a common struct reservation_object by Chris Wilson · 8 years ago
  13. 2c4b49a drm/i915: Use macro in place of open-coded for_each_universal_plane loop by Matt Roper · 8 years ago
  14. 47a6bc6 drm/i915: Move broxton phy code to intel_dpio_phy.c by Ander Conselvan de Oliveira · 8 years ago
  15. 489375c drm/i915/lspcon: Add workaround for resuming in PCON mode by Imre Deak · 8 years ago
  16. a5d94b83 drm/i915/lspcon: Get DDC adapter via container_of() instead of cached ptr by Imre Deak · 8 years ago
  17. 12a47a42 drm/i915/dp: Read DP descriptor for eDP and LSPCON too by Imre Deak · 8 years ago
  18. 24e807e drm/i915/lspcon: Fail LSPCON probe if the start of DPCD can't be read by Imre Deak · 8 years ago
  19. 7b3fc17 drm/i915/dp: Print full branch/sink descriptor by Imre Deak · 8 years ago
  20. 26705e2 drm/i915: Support for GuC interrupts by Sagar Arun Kamble · 8 years ago
  21. f4e9af4 drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register set by Akash Goel · 8 years ago
  22. f9bf1d9 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  23. 5481e27 Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  24. 61d0a04 Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  25. 2eedfc7 drm/i915: Remove RPM sequence checking by Chris Wilson · 8 years ago
  26. 93ca7e0 drm/i915: Use the per-plane rotation property by Ville Syrjälä · 8 years ago
  27. bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 8 years ago
  28. 45ece23 drm/i915/gen9: Add skl_wm_level_equals() by cpaul@redhat.com · 8 years ago
  29. bf9d99a drm/i915/gen9: Make skl_pipe_wm_get_hw_state() reusable by cpaul@redhat.com · 8 years ago
  30. d8c0faf drm/i915/gen9: Get rid of redundant watermark values by cpaul@redhat.com · 8 years ago
  31. 910530c drm/i915: Add lspcon resume function by Shashank Sharma · 8 years ago
  32. dbe9e61 drm/i915: Add lspcon support for I915 driver by Shashank Sharma · 8 years ago
  33. 65f2130 drm/i915: Extract intel_crtc_pch_transcoder() by Ville Syrjälä · 8 years ago
  34. a62163e drm/i915/gen9: Make skl_wm_level per-plane by Lyude · 8 years ago
  35. ce0ba28 drm/i915/skl: Move per-pipe ddb allocations into crtc states by Lyude · 8 years ago
  36. c13fb77 drm/i915: Fix cxsr_latency_table reorg by Tvrtko Ursulin · 8 years ago
  37. 5db9401 drm/i915: Make IS_GEN macros only take dev_priv by Tvrtko Ursulin · 8 years ago
  38. ae9400c drm/i915: Shrink per-platform watermark configuration by Tvrtko Ursulin · 8 years ago
  39. 44a655c drm/i915: Shrink cxsr_latency_table by Tvrtko Ursulin · 8 years ago
  40. c0c8b9e Merge tag 'drm-for-v4.9' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  41. 674f823 drm/i915: SAGV is not SKL-only, so rename a few things by Paulo Zanoni · 8 years ago
  42. 16e1203 drm/i915/backlight: setup and cache pwm alternate increment value by Jani Nikula · 8 years ago
  43. d9c409d drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs together by Jani Nikula · 8 years ago
  44. be754b1 Revert "drm/i915: start adding dp mst audio" by Dhinakaran Pandiyan · 8 years ago
  45. 16dcdc4 drm/i915: SAGV is not SKL-only, so rename a few things by Paulo Zanoni · 8 years ago
  46. 61a585d drm/i915/fbc: disable FBC on FIFO underruns by Paulo Zanoni · 8 years ago
  47. 3708d5e drm/i915: start adding dp mst audio by Libin Yang · 8 years ago
  48. f1a3ace drm/i915: Move audio_connector to intel_encoder by Pandiyan, Dhinakaran · 8 years ago
  49. 03cdc1d drm/i915: Store port enum in intel_encoder by Pandiyan, Dhinakaran · 8 years ago
  50. 32b421e drm/i915/backlight: setup and cache pwm alternate increment value by Jani Nikula · 8 years ago
  51. b81a617 Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  52. b0876af drm/i915: Only expand COND once in wait_for() by Dave Gordon · 8 years ago
  53. c92bd2f drm/i915: Make DP link training channel equalization DP 1.2 Spec compliant by Navare, Manasi D · 8 years ago
  54. f169660 drm/i915/dp: Add a standalone function to obtain shared dpll for HSW/BDW/SKL/BXT by Jim Bride · 8 years ago
  55. 8af29b0 drm/i915: Separate out reset flags from the reset counter by Chris Wilson · 8 years ago
  56. c856052 drm/i915: Remove ddi_pll_sel from intel_crtc_state by Ander Conselvan de Oliveira · 8 years ago
  57. dfa1048 drm/i915: Don't pass crtc_state to intel_dp_set_link_params() by Ander Conselvan de Oliveira · 8 years ago
  58. 23f889b Revert "drm/i915: Check live status before reading edid" by David Weinehall · 8 years ago
  59. 2708249 drm/i915/skl: Update DDB values atomically with wms/plane attrs by Lyude · 8 years ago
  60. 51d6120 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  61. b707654 drm/i915: Cleanup crt disable sequence on hsw+ by Maarten Lankhorst · 8 years ago
  62. 62e0fb8 drm/i915/skl: Update plane watermarks atomically during plane updates by Lyude · 8 years ago
  63. 85cb48a drm/i915: Convert intel_dp to use atomic state by Maarten Lankhorst · 8 years ago
  64. 0a478c2 drm/i915: Make encoder->compute_config take the connector state by Maarten Lankhorst · 8 years ago
  65. fd6bbda drm/i915: Pass crtc_state and connector_state to encoder functions by Maarten Lankhorst · 8 years ago
  66. c376399 drm/i915: Remove unused mode_set hook from encoder by Maarten Lankhorst · 8 years ago
  67. 656d1b8 drm/i915/skl: Add support for the SAGV, fix underrun hangs by Lyude · 8 years ago
  68. 1832040 drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb by Chris Wilson · 8 years ago
  69. 058d88c drm/i915: Track pinned VMA by Chris Wilson · 8 years ago
  70. cc92638 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  71. fc93ff6 Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  72. 8d97065 drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+ by Ville Syrjälä · 9 years ago
  73. b63a16f drm/i915: Compute display surface offset in the plane check hook for SKL+ by Ville Syrjälä · 9 years ago
  74. 2949056 drm/i915: Pass around plane_state instead of fb+rotation by Ville Syrjälä · 9 years ago
  75. d219677 drm/i915: Move SKL hw stride calculation into a helper by Ville Syrjälä · 9 years ago
  76. ef78ec9 drm/i915: Don't pass pitch to intel_compute_page_offset() by Ville Syrjälä · 9 years ago
  77. 6687c90 drm/i915: Rewrite fb rotation GTT handling by Ville Syrjälä · 9 years ago
  78. 8090ba8 drm/i915: Apply the PPS register unlock workaround more consistently by Imre Deak · 8 years ago
  79. 936e71e drm/i915: Use drm_plane_state.{src,dst,visible} by Ville Syrjälä · 8 years ago
  80. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  81. 19e0b4c Revert "drm/i915: Track active streams also for DP SST" by Ville Syrjälä · 8 years ago
  82. 5748b6a drm/i915: Use dev_priv consistently through the intel_frontbuffer interface by Chris Wilson · 8 years ago
  83. 5d723d7 drm/i915: Separate intel_frontbuffer into its own header by Chris Wilson · 8 years ago
  84. f64425a drm/i915: Track active streams also for DP SST by Ville Syrjälä · 8 years ago
  85. 64ee2fd drm/i915: Avoid mixing up SST and MST in DDI setup by Ville Syrjälä · 8 years ago
  86. dfd2e9a drm/i915: Check PSR setup time vs. vblank length by Ville Syrjälä · 9 years ago
  87. 32bdc40 drm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer programming apart by Ville Syrjälä · 9 years ago
  88. 54b4f68 Revert "drm/i915: Enable RC6 immediately" by Chris Wilson · 8 years ago
  89. b12e0ee drm/i915: Enable RC6 immediately by Chris Wilson · 8 years ago
  90. 84c8e09 drm/i915: Enable polling when we don't have hpd by Lyude · 9 years ago
  91. 4c732e6 drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init() by Lyude · 9 years ago
  92. 19625e8 drm/i915: Enable polling when we don't have hpd by Lyude · 9 years ago
  93. 9504a89 drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init() by Lyude · 9 years ago
  94. fb7404e drm/i915: Hide gen6_update_ring_freq() by Chris Wilson · 9 years ago
  95. b7137e0 drm/i915: Defer enabling rc6 til after we submit the first batch/context by Chris Wilson · 9 years ago
  96. 1b290f9 drm/i915: Remove temporary RPM wakeref assert disables by Chris Wilson · 9 years ago
  97. d7edc4e drm/i915: Kill has_dsi_encoder by Ville Syrjälä · 9 years ago
  98. cca0502 drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/ by Ville Syrjälä · 9 years ago
  99. 37a5650 drm/i915: Kill has_dp_encoder from pipe_config by Ville Syrjälä · 9 years ago
  100. 2d84d2b drm/i915: Unify intel_pipe_has_type() and intel_pipe_will_have_type() by Ville Syrjälä · 9 years ago