1. 29b74b7 drm/i915: dev_priv cleanup in i915_suspend.c by Tvrtko Ursulin · 8 years ago
  2. 5f56d5f drm/i915: dev_priv cleanup in i915_gpu_error.c by Tvrtko Ursulin · 8 years ago
  3. 3975797 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  4. 5eff503 drm/i915/gen9+: Kill off hw_ddb from intel_crtc. by Maarten Lankhorst · 8 years ago
  5. 512b552 drm/i915/gen9+: Preserve old allocation from crtc_state. by Maarten Lankhorst · 8 years ago
  6. e62929b drm/i915/gen9+: Program watermarks as a separate step during evasion, v3. by Maarten Lankhorst · 8 years ago
  7. ccf010f drm/i915: Add an atomic evasion step to watermark programming, v4. by Maarten Lankhorst · 8 years ago
  8. 9a15198 drm/i915: Add execution priority boosting for mmioflips by Chris Wilson · 8 years ago
  9. 6b5e90f drm/i915/scheduler: Boost priorities for flips by Chris Wilson · 8 years ago
  10. e3c566d drm/i915: Remove some duplicated plane swapping logic by Ville Syrjälä · 8 years ago
  11. 0037071 drm/i915: Kill dp_encoder_is_mst by Ville Syrjälä · 8 years ago
  12. 4ea7be2 drm/i915: Add horizontal mirroring support for CHV pipe B planes by Ville Syrjälä · 8 years ago
  13. df0cd45 drm/i915: Clean up rotation DSPCNTR/DVSCNTR/etc. setup by Ville Syrjälä · 8 years ago
  14. f22aa14 drm/i915: Use & instead if == to check for rotations by Ville Syrjälä · 8 years ago
  15. b3c11ac drm: move allocation out of drm_get_format_name() by Eric Engestrom · 8 years ago
  16. b7f05d4 drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen use by Tvrtko Ursulin · 8 years ago
  17. 56b857a drm/i915: More assorted dev_priv cleanups by Tvrtko Ursulin · 8 years ago
  18. 3e91168 Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  19. 677100c drm/i915: Pass atomic state to verify_connector_state by Maarten Lankhorst · 8 years ago
  20. c3b3265 drm/i915: Update atomic modeset state synchronously, v2. by Maarten Lankhorst · 8 years ago
  21. 1638d30 drm: add helpers to go from plane state to drm_rect by Rob Clark · 8 years ago
  22. bfb8104 drm/i915: Use intel_fb_gtt_offset() also for gen2/3 primary plane by Ville Syrjälä · 8 years ago
  23. d2b2cbc drm/i915: Fix error handling for cursor/sprite plane create failure by Ville Syrjälä · 8 years ago
  24. 9c75402 drm/i915/dp: Extend BDW DP audio workaround to GEN9 platforms by Dhinakaran Pandiyan · 8 years ago
  25. b30ce9e drm/i915/dp: BDW cdclk fix for DP audio by Dhinakaran Pandiyan · 8 years ago
  26. 62d75df drm/i915: Pass dev_priv to intel_init_pm() by Ville Syrjälä · 8 years ago
  27. 46f16e6 drm/i915: Pass dev_priv to init_clock_gating by Ville Syrjälä · 8 years ago
  28. 9b1e14f drm/i915: Pass dev_priv to IS_PINEVIEW() by Ville Syrjälä · 8 years ago
  29. 646d577 drm/i915: Pass dev_priv to IS_MOBILE() by Ville Syrjälä · 8 years ago
  30. 1353c4f drm/i915: Pass dev_priv to .get_display_clock_speed() by Ville Syrjälä · 8 years ago
  31. 4c75b94 drm/i915: Pass dev_priv to cdclk update funcs by Ville Syrjälä · 8 years ago
  32. 5ab0d85 drm/i915: Pass dev_priv to intel_crtc_init() by Ville Syrjälä · 8 years ago
  33. 9818783 drm/i915: Always use intel_get_crtc_for_pipe() by Ville Syrjälä · 8 years ago
  34. b91eb5c drm/i915: Pass dev_priv to intel_get_crtc_for_pipe() by Ville Syrjälä · 8 years ago
  35. 30ad981 drm/i915: Pass dev_priv to vlv force pll functions by Ville Syrjälä · 8 years ago
  36. 0f0f74b drm/i915: Pass dev_priv to intel_wait_for_vblank() by Ville Syrjälä · 8 years ago
  37. e2af48c drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[] by Ville Syrjälä · 8 years ago
  38. 432081b drm/i915: Pass intel_crtc to update_wm functions by Ville Syrjälä · 8 years ago
  39. 525b931 drm/i915: Pass intel_crtc to intel_crtc_active() by Ville Syrjälä · 8 years ago
  40. 65edccc drm/i915: Pass dev_priv to skl_init_scalers() by Ville Syrjälä · 8 years ago
  41. 580503c drm/i915: Pass dev_priv to plane constructors by Ville Syrjälä · 8 years ago
  42. 03af79e drm/i915/gen9+: Use the watermarks from crtc_state for everything, v2. by Maarten Lankhorst · 8 years ago
  43. b079bd17 drm/i915: Bail if plane/crtc init fails by Ville Syrjälä · 8 years ago
  44. a81d6fa drm/i915: Initialize planes in a reasonable order by Ville Syrjälä · 8 years ago
  45. c004a90 drm/i915: Restore nonblocking awaits for modesetting by Chris Wilson · 8 years ago
  46. d07f0e5 drm/i915: Move GEM activity tracking into a common struct reservation_object by Chris Wilson · 8 years ago
  47. f0cd518 drm/i915: Use lockless object free by Chris Wilson · 8 years ago
  48. e95433c drm/i915: Rearrange i915_wait_request() accounting with callers by Chris Wilson · 8 years ago
  49. 8b364b4 drm/i915: Rename for_each_plane -> for_each_universal_plane by Matt Roper · 8 years ago
  50. da064b4 drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computation by Ville Syrjälä · 8 years ago
  51. f9bf1d9 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  52. 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
  53. 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
  54. 2d2c5ad drm: i915: Wait for fences on new fb, not old by Daniel Stone · 8 years ago
  55. 93ca7e0 drm/i915: Use the per-plane rotation property by Ville Syrjälä · 8 years ago
  56. bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 8 years ago
  57. 7fb71c8 drm/i915: Handle early failure during intel_get_load_detect_pipe by Chris Wilson · 8 years ago
  58. faccd99 drm/i915/gen9: Don't wrap strings in verify_wm_state() by cpaul@redhat.com · 8 years ago
  59. 3de8a14 drm/i915/gen9: Actually verify WM levels in verify_wm_state() by cpaul@redhat.com · 8 years ago
  60. d8c0faf drm/i915/gen9: Get rid of redundant watermark values by cpaul@redhat.com · 8 years ago
  61. b9a1b71 i915: don't call drm_atomic_state_put on invalid pointer by Arnd Bergmann · 8 years ago
  62. 65f2130 drm/i915: Extract intel_crtc_pch_transcoder() by Ville Syrjälä · 8 years ago
  63. 0853695 drm: Add reference counting to drm_atomic_state by Chris Wilson · 8 years ago
  64. b707aa5 drm/i915/skl: Remove linetime from skl_wm_values by Lyude · 8 years ago
  65. ce0ba28 drm/i915/skl: Move per-pipe ddb allocations into crtc states by Lyude · 8 years ago
  66. 5db9401 drm/i915: Make IS_GEN macros only take dev_priv by Tvrtko Ursulin · 8 years ago
  67. 55b8f2a drm/i915: Make INTEL_GEN only take dev_priv by Tvrtko Ursulin · 8 years ago
  68. 11a914c drm/i915: Make IS_VALLEYVIEW only take dev_priv by Tvrtko Ursulin · 8 years ago
  69. 920a14b drm/i915: Make IS_CHERRYVIEW only take dev_priv by Tvrtko Ursulin · 8 years ago
  70. 9beb5fe drm/i915: Make IS_G4X only take dev_priv by Tvrtko Ursulin · 8 years ago
  71. e2d214a drm/i915: Make IS_BROXTON only take dev_priv by Tvrtko Ursulin · 8 years ago
  72. 0853723 drm/i915: Make IS_KABYLAKE only take dev_priv by Tvrtko Ursulin · 8 years ago
  73. 772c2a5 drm/i915: Make IS_HASWELL only take dev_priv by Tvrtko Ursulin · 8 years ago
  74. 8652744 drm/i915: Make IS_BROADWELL only take dev_priv by Tvrtko Ursulin · 8 years ago
  75. fd6b8f4 drm/i915: Make IS_IVYBRIDGE only take dev_priv by Tvrtko Ursulin · 8 years ago
  76. 50a0bc9 drm/i915: Make INTEL_DEVID only take dev_priv by Tvrtko Ursulin · 8 years ago
  77. 49cff96 drm/i915: Make HAS_GMCH_DISPLAY only take dev_priv by Tvrtko Ursulin · 8 years ago
  78. 6e26695 drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv by Tvrtko Ursulin · 8 years ago
  79. 4f8036a drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv by Tvrtko Ursulin · 8 years ago
  80. 3b3f165 drm/i915: Allocate intel_engine_cs structure only for the enabled engines by Akash Goel · 8 years ago
  81. 98a2f41 drm/i915: Allow disabling error capture by Chris Wilson · 8 years ago
  82. c0c8b9e Merge tag 'drm-for-v4.9' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  83. a3fd4c6 drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEED by Ville Syrjälä · 8 years ago
  84. 6e7fdb8 drm/i915: introduce intel_has_sagv() by Paulo Zanoni · 8 years ago
  85. 674f823 drm/i915: SAGV is not SKL-only, so rename a few things by Paulo Zanoni · 8 years ago
  86. 9700f8b drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+ by Paulo Zanoni · 8 years ago
  87. 11dec6a drm/i915: Unlock PPS registers after GPU reset by Imre Deak · 8 years ago
  88. d9c409d drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs together by Jani Nikula · 8 years ago
  89. 6a2a5c5 drm/i915: Replace a bunch of connector->base.display_info with a local variable by Ville Syrjälä · 8 years ago
  90. 7d7f863 drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEED by Ville Syrjälä · 8 years ago
  91. ca09fb9 Merge tag 'v4.8-rc8' into drm-next by Dave Airlie · 8 years ago
  92. 56feca9 drm/i915: introduce intel_has_sagv() by Paulo Zanoni · 8 years ago
  93. 16dcdc4 drm/i915: SAGV is not SKL-only, so rename a few things by Paulo Zanoni · 8 years ago
  94. 4c0b8a8 drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+ by Paulo Zanoni · 8 years ago
  95. 6277c8d drm/i915: Queue page flip work via a low latency, unbound workqueue by Imre Deak · 8 years ago
  96. 51f5920 drm/i915: Unlock PPS registers after GPU reset by Imre Deak · 8 years ago
  97. 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
  98. a2bc469 drm/i915: Prepare object synchronisation for asynchronicity by Chris Wilson · 8 years ago
  99. ea746f3 drm/i915: Expand bool interruptible to pass flags to i915_wait_request() by Chris Wilson · 8 years ago
  100. 8af29b0 drm/i915: Separate out reset flags from the reset counter by Chris Wilson · 8 years ago