1. 5068368 drm/i915/bxt: Mark Wa4x4STCOptimizationDisable as for Broxton also. by Nick Hoath · 9 years ago
  2. b62adbd drm/i915/bxt: Move WaForceEnableNonCoherent to Skylake only by Nick Hoath · 9 years ago
  3. 27a1b68 drm/i915/bxt: Enable WaEnableYV12BugFixInHalfSliceChicken7 for Broxton by Nick Hoath · 9 years ago
  4. a13d215 drm/i915/bxt: Enable WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken for Broxton by Nick Hoath · 9 years ago
  5. d2a31db drm/i915/bxt: Enable WaDisableDgMirrorFixInHalfSliceChicken5 for Broxton by Nick Hoath · 9 years ago
  6. a119a6e drm/i915/bxt: Mark workaround as for Skylake & Broxton by Nick Hoath · 9 years ago
  7. b0e6f6d drm/i915/bxt: Mark WaDisablePartialInstShootdown as for Broxton also. by Nick Hoath · 9 years ago
  8. 432be69 drm/i915: Remove locking for get-caching query by Chris Wilson · 9 years ago
  9. 637a9c6 drm/i915: Rename dp rates array as per platform by Sonika Jindal · 9 years ago
  10. 550acef drm/i915: Get rid of intel_crtc_set_state() by Ander Conselvan de Oliveira · 9 years ago
  11. a821fc4 drm/i915: Swap atomic state in legacy modeset by Ander Conselvan de Oliveira · 9 years ago
  12. d4afb8c drm/i915: Don't use plane update helper in legacy mode set by Ander Conselvan de Oliveira · 9 years ago
  13. 4978cc9 drm/i915: Preserve shared DPLL information in new pipe_config by Ander Conselvan de Oliveira · 9 years ago
  14. 2bfb462 drm/i915: Take ownership of atomic state on success in intel_set_mode() by Ander Conselvan de Oliveira · 9 years ago
  15. 8c7b5cc drm/i915: Use atomic helpers for computing changed flags by Ander Conselvan de Oliveira · 9 years ago
  16. 840bfe9 drm/atomic: Make mode_fixup() optional for check_modeset() by Ander Conselvan de Oliveira · 9 years ago
  17. 0f63cca drm/i915: Update crtc state active flag based on DPMS by Ander Conselvan de Oliveira · 9 years ago
  18. 7cbf41d drm/i915: Remove save/restore logic from intel_crtc_set_config() by Ander Conselvan de Oliveira · 9 years ago
  19. d5432a9d drm/i915: Stage new modeset state straight into atomic state by Ander Conselvan de Oliveira · 9 years ago
  20. b788526 drm/i915: Simplify intel_set_config_compute_mode_changes() a bit by Ander Conselvan de Oliveira · 9 years ago
  21. bb54662 drm/i915: Unify modeset and flip paths of intel_crtc_set_config() by Ander Conselvan de Oliveira · 9 years ago
  22. 41227c8 drm/i915: Don't use staged config to calculate mode_changed flags by Ander Conselvan de Oliveira · 9 years ago
  23. 8d8c9b5 drm/i915: Don't use struct intel_set_config *_changed flags by Ander Conselvan de Oliveira · 9 years ago
  24. cf6d0d7 drm/i915: Delete fb, x and y parameters from mode set functions by Ander Conselvan de Oliveira · 9 years ago
  25. d3a40d1 drm/i915: Add primary plane to atomic state in legacy modeset by Ander Conselvan de Oliveira · 9 years ago
  26. 561c8bd drm/i915: Don't modeset with old mode when set_crtc fails by Ander Conselvan de Oliveira · 9 years ago
  27. 9eb45f2 drm/i915: Simplify error handling in __intel_set_mode() by Ander Conselvan de Oliveira · 9 years ago
  28. 054518d drm/i915: Move compute part of __intel_set_mode() to separate function by Ander Conselvan de Oliveira · 9 years ago
  29. e13be66 drm/i915: Remove saved_mode from __intel_set_mode() by Ander Conselvan de Oliveira · 9 years ago
  30. 0a9ab30 drm/i915: Remove all *_pipes flags from modeset by Ander Conselvan de Oliveira · 9 years ago
  31. 4fed33f drm/i915: Calculate a new pipe_config based on new enabled state by Ander Conselvan de Oliveira · 9 years ago
  32. 548ee15 drm/i915: Don't pretend we can calculate multiple pipe_configs by Ander Conselvan de Oliveira · 9 years ago
  33. 4be0731 drm/i915: Add crtc states before calling compute_config() by Ander Conselvan de Oliveira · 9 years ago
  34. 462a425 drm/i915: Extract mode_changed computation out of stage_output_config() by Ander Conselvan de Oliveira · 9 years ago
  35. da3ced2 drm/i915: Use for_each_connector_in_state helper macro by Ander Conselvan de Oliveira · 9 years ago
  36. f0c6057 drm/i915: Call drm helpers when duplicating crtc and plane states by Ander Conselvan de Oliveira · 9 years ago
  37. e5d958e drm/i915: Don't check for NULL before freeing state by Ander Conselvan de Oliveira · 9 years ago
  38. ce22dba drm/i915: Move toggling planes out of crtc enable/disable. by Maarten Lankhorst · 9 years ago
  39. 7cac945 drm/i915: Rename intel_crtc_dpms_overlay. by Maarten Lankhorst · 9 years ago
  40. 87d4300 drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, and use it there. by Maarten Lankhorst · 9 years ago
  41. b70709a drm/i915: get rid of primary_enabled and use atomic state by Maarten Lankhorst · 9 years ago
  42. 27321ae drm/i915: Use the disable callback for disabling planes. by Maarten Lankhorst · 9 years ago
  43. a8ad0d8 drm/i915: Add a way to disable planes without updating state by Maarten Lankhorst · 9 years ago
  44. ecce87e drm/i915: Remove implicitly disabling primary plane for now by Maarten Lankhorst · 9 years ago
  45. eb3394fa drm/i915: Add debugfs test control files for Displayport compliance testing by Todd Previte · 9 years ago
  46. 559be30 drm/i915: Implement the intel_dp_autotest_edid function for DP EDID complaince tests by Todd Previte · 9 years ago
  47. 6ba2bd3 drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6 by Todd Previte · 9 years ago
  48. 83a2497 drm/i915/bxt: Add WaForceContextSaveRestoreNonCoherent by Nick Hoath · 9 years ago
  49. f1d3d34 drm/i915/skl: Fix WaDisableChickenBitTSGBarrierAckForFFSliceCS by Damien Lespiau · 9 years ago
  50. 22e02c0 drm/i915: Add missing POSTING_READ()s to BXT dbuf enable sequence by Ville Syrjälä · 9 years ago
  51. 813b5e6 drm/i915: s/9/intel_freq_opcode(450)/ by Ville Syrjälä · 9 years ago
  52. 9e45803 drm/i915/skl: Add module parameter to select edp vswing table by Sonika Jindal · 9 years ago
  53. 983b4b9 drm/i915/bxt: Add WaDisableSbeCacheDispatchPortSharing by Nick Hoath · 9 years ago
  54. abab631 drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox() by Ville Syrjälä · 9 years ago
  55. 0fb890c drm/i915/bxt: BLC implementation by Vandana Kannan · 9 years ago
  56. b3da4a6 drm/i915: Free wa_batchbuffer when freeing error state by Mika Kuoppala · 9 years ago
  57. d3902c3 drm/i915/audio: do not mess with audio registers if port is invalid by Jani Nikula · 9 years ago
  58. 6222709 drm/i915/skl: Make the Misc I/O power well part of the PLLS domain by Damien Lespiau · 9 years ago
  59. 57520bc drm/i915: Merge the GEN9 memory latency PCU opcode with its friends by Damien Lespiau · 9 years ago
  60. 9043ae0 drm/i915: Re-order the PCU opcodes by Damien Lespiau · 9 years ago
  61. 71cd842 drm/i915/skl: Fix the CTRL typo in the DPLL_CRTL1 defines by Damien Lespiau · 9 years ago
  62. aeaa212 drm/i915/skl: Add the INIT power domain to the MISC I/O power well by Damien Lespiau · 9 years ago
  63. 4dd738e drm/i915: Fix 32b overflow check in gen8_ppgtt_alloc_page_directories by Michel Thierry · 9 years ago
  64. 5e562f1 drm/i915: Clear vma->bound on unbinding by Mika Kuoppala · 9 years ago
  65. 65b38e0 drm/i915: make drm_crtc_helper_funcs const data by Jani Nikula · 9 years ago
  66. 5fa836a drm/i915: DP link training optimization by Mika Kahola · 9 years ago
  67. 4e96c97 drm/i915: eDP link training optimization by Mika Kahola · 9 years ago
  68. 3ef6234 drm/i915: Setup static bias for GPU by Deepak S · 9 years ago
  69. 3126a66 drm/i915: checking IS_ERR() instead of NULL by Dan Carpenter · 9 years ago
  70. d4dc5e9 drm/i915: Remove incorrect restriction on 32bit offsets in ppGTT backend by Chris Wilson · 9 years ago
  71. d86ed34 drm/i915: Add RPS thresholds to debugfs/i915_frequency_info by Chris Wilson · 9 years ago
  72. 0b6cc18 drm/i915: use ERR_CAST instead of ERR_PTR/PTR_ERR by Fabian Frederick · 9 years ago
  73. 06615ee drm/i915: Do not clear mappings beyond VMA size by Joonas Lahtinen · 9 years ago
  74. 09b1eb1 drm/i915: Move Displayport test request and sink IRQ logic to intel_dp_detect() by Todd Previte · 9 years ago
  75. 0077651 drm/i915/skl: Enable runtime PM by Suketu Shah · 9 years ago
  76. 93c7cb6 drm/i915/skl: Assert the requirements to enter or exit DC6. by Suketu Shah · 9 years ago
  77. 74b4f37 Implement enable/disable for Display C6 state by A.Sunil Kamath · 9 years ago
  78. f75a198 drm/i915/skl: Add DC6 Trigger sequence. by Suketu Shah · 9 years ago
  79. 5aefb23 drm/i915/skl: Assert the requirements to enter or exit DC5. by Suketu Shah · 9 years ago
  80. 6b457d3 drm/i915/skl: Implement enable/disable for Display C5 state. by A.Sunil Kamath · 9 years ago
  81. dc17430 drm/i915/skl: Add DC5 Trigger Sequence by Suketu Shah · 9 years ago
  82. eb80562 drm/i915/skl: Add support to load SKL CSR firmware. by Daniel Vetter · 9 years ago
  83. c6b8a4b drm/i915: Simplify cmd-parser DISPATCH_SECURE check by Daniel Vetter · 9 years ago
  84. dfb601e drm/i915/bxt: Add WaDisableThreadStallDopClockGating by Nick Hoath · 9 years ago
  85. c331879 drm/i915: skylake sprite plane scaling using shared scalers by Chandra Konduru · 9 years ago
  86. 6156a45 drm/i915: skylake primary plane scaling using shared scalers by Chandra Konduru · 9 years ago
  87. e1dee19 Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  88. c0fe07a drm/qxl: rewrite framebuffer support by Gerd Hoffmann · 9 years ago
  89. 49f8976 Merge tag 'topic/drm-misc-2015-05-06' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  90. 4a324d3 drm: simplify master cleanup by David Herrmann · 9 years ago
  91. 32e7b94 drm: simplify authentication management by David Herrmann · 9 years ago
  92. acab18b drm: drop unused 'magicfree' list by David Herrmann · 9 years ago
  93. ed18170 drm: fix a memleak on mutex failure path by Oleg Drokin · 9 years ago
  94. 3671c58 drm/atomic-helper: Really recover pre-atomic plane/cursor behavior by Daniel Vetter · 9 years ago
  95. 337eb43 drm/qxl: Fix qxl_noop_get_vblank_counter() by Mario Kleiner · 9 years ago
  96. d66a1e3 drm: Zero out invalid vblank timestamp in drm_update_vblank_count. (v2) by Mario Kleiner · 9 years ago
  97. 5a8b21b drm: Prevent invalid use of vblank_disable_immediate. (v2) by Mario Kleiner · 9 years ago
  98. 99264a6 drm/vblank: Fixup and document timestamp update/read barriers by Daniel Vetter · 9 years ago
  99. 93a96c6 Merge commit '75d04a3773ecee617847de963ae4195d6aa74c28' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  100. 5ebe6afa Linux 4.1-rc2 by Linus Torvalds · 9 years ago