1. dd3cd74 drm/i915: Don't overwrite (e)DP PLL selection on SKL by Ander Conselvan de Oliveira · 10 years ago
  2. 0ec463d drm/i915: Output scaler related pipe config debug in a single line by Tvrtko Ursulin · 10 years ago
  3. c34ce3d drm/i915/skl: Remove unnecessary local variables in skl_plane_ctl*() by Damien Lespiau · 10 years ago
  4. 568db4f drm/i915: Don't use the intel_ prefix for gen-specific data by Damien Lespiau · 10 years ago
  5. d161cf7 drm/i915/skl: Support the advertized index format by Damien Lespiau · 10 years ago
  6. 4249eee drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format() by Damien Lespiau · 10 years ago
  7. 65438bc drm/i915/skl: Rename a local variable to fit in 80 chars by Damien Lespiau · 10 years ago
  8. 8cfcba4 drm/i915/skl: Add a new line before return by Damien Lespiau · 10 years ago
  9. b250a4c drm/i915/skl: Leave a new line between variable declarations and code by Damien Lespiau · 10 years ago
  10. af99ceda drm/i915: Make scaler_id check in check_crtc_state work for all gens by Chandra Konduru · 10 years ago
  11. b2cfe0a drm/i915: Fix race on unreferencing the wrong mmio-flip-request by Chris Wilson · 10 years ago
  12. d94b503 drm/i915: Ensure cache flushes prior to doing CS flips by Chris Wilson · 10 years ago
  13. 2e2f351 drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu() by Chris Wilson · 10 years ago
  14. 2614f17 drm/i915: call intel_tile_height with correct parameter by Chandra Konduru · 10 years ago
  15. 49d6fa2 drm/i915: Always keep crtc_state->active in sync with enable by Maarten Lankhorst · 10 years ago
  16. bdcddf9 Backmerge v4.1-rc4 into into drm-next by Dave Airlie · 10 years ago
  17. 9b6de0a drm/i915: Only wait for required lanes in vlv_wait_port_ready() by Ville Syrjälä · 10 years ago
  18. 90d4690 drm/i915: Set crtc_state->active to false when CRTC is disabled (v2) by Matt Roper · 10 years ago
  19. 550acef drm/i915: Get rid of intel_crtc_set_state() by Ander Conselvan de Oliveira · 10 years ago
  20. a821fc4 drm/i915: Swap atomic state in legacy modeset by Ander Conselvan de Oliveira · 10 years ago
  21. d4afb8c drm/i915: Don't use plane update helper in legacy mode set by Ander Conselvan de Oliveira · 10 years ago
  22. 4978cc9 drm/i915: Preserve shared DPLL information in new pipe_config by Ander Conselvan de Oliveira · 10 years ago
  23. 2bfb462 drm/i915: Take ownership of atomic state on success in intel_set_mode() by Ander Conselvan de Oliveira · 10 years ago
  24. 8c7b5cc drm/i915: Use atomic helpers for computing changed flags by Ander Conselvan de Oliveira · 10 years ago
  25. 0f63cca drm/i915: Update crtc state active flag based on DPMS by Ander Conselvan de Oliveira · 10 years ago
  26. 7cbf41d drm/i915: Remove save/restore logic from intel_crtc_set_config() by Ander Conselvan de Oliveira · 10 years ago
  27. d5432a9d drm/i915: Stage new modeset state straight into atomic state by Ander Conselvan de Oliveira · 10 years ago
  28. b788526 drm/i915: Simplify intel_set_config_compute_mode_changes() a bit by Ander Conselvan de Oliveira · 10 years ago
  29. bb54662 drm/i915: Unify modeset and flip paths of intel_crtc_set_config() by Ander Conselvan de Oliveira · 10 years ago
  30. 41227c8 drm/i915: Don't use staged config to calculate mode_changed flags by Ander Conselvan de Oliveira · 10 years ago
  31. 8d8c9b5 drm/i915: Don't use struct intel_set_config *_changed flags by Ander Conselvan de Oliveira · 10 years ago
  32. cf6d0d7 drm/i915: Delete fb, x and y parameters from mode set functions by Ander Conselvan de Oliveira · 10 years ago
  33. d3a40d1 drm/i915: Add primary plane to atomic state in legacy modeset by Ander Conselvan de Oliveira · 10 years ago
  34. 561c8bd drm/i915: Don't modeset with old mode when set_crtc fails by Ander Conselvan de Oliveira · 10 years ago
  35. 9eb45f2 drm/i915: Simplify error handling in __intel_set_mode() by Ander Conselvan de Oliveira · 10 years ago
  36. 054518d drm/i915: Move compute part of __intel_set_mode() to separate function by Ander Conselvan de Oliveira · 10 years ago
  37. e13be66 drm/i915: Remove saved_mode from __intel_set_mode() by Ander Conselvan de Oliveira · 10 years ago
  38. 0a9ab30 drm/i915: Remove all *_pipes flags from modeset by Ander Conselvan de Oliveira · 10 years ago
  39. 4fed33f drm/i915: Calculate a new pipe_config based on new enabled state by Ander Conselvan de Oliveira · 10 years ago
  40. 548ee15 drm/i915: Don't pretend we can calculate multiple pipe_configs by Ander Conselvan de Oliveira · 10 years ago
  41. 4be0731 drm/i915: Add crtc states before calling compute_config() by Ander Conselvan de Oliveira · 10 years ago
  42. 462a425 drm/i915: Extract mode_changed computation out of stage_output_config() by Ander Conselvan de Oliveira · 10 years ago
  43. da3ced298 drm/i915: Use for_each_connector_in_state helper macro by Ander Conselvan de Oliveira · 10 years ago
  44. e5d958e drm/i915: Don't check for NULL before freeing state by Ander Conselvan de Oliveira · 10 years ago
  45. ce22dba drm/i915: Move toggling planes out of crtc enable/disable. by Maarten Lankhorst · 10 years ago
  46. 7cac945 drm/i915: Rename intel_crtc_dpms_overlay. by Maarten Lankhorst · 10 years ago
  47. 87d4300 drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, and use it there. by Maarten Lankhorst · 10 years ago
  48. b70709a drm/i915: get rid of primary_enabled and use atomic state by Maarten Lankhorst · 10 years ago
  49. 27321ae drm/i915: Use the disable callback for disabling planes. by Maarten Lankhorst · 10 years ago
  50. a8ad0d8 drm/i915: Add a way to disable planes without updating state by Maarten Lankhorst · 10 years ago
  51. 22e02c0 drm/i915: Add missing POSTING_READ()s to BXT dbuf enable sequence by Ville Syrjälä · 10 years ago
  52. 71cd842 drm/i915/skl: Fix the CTRL typo in the DPLL_CRTL1 defines by Damien Lespiau · 10 years ago
  53. 65b38e0 drm/i915: make drm_crtc_helper_funcs const data by Jani Nikula · 10 years ago
  54. 6156a45 drm/i915: skylake primary plane scaling using shared scalers by Chandra Konduru · 10 years ago
  55. e1dee19 Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  56. 736a69c drm/i915: Drop PIPE-A quirk for 945GSE HP Mini by Chris Wilson · 10 years ago
  57. 2ebef63 drm/i915/skl: Support Y tiling in MMIO flips by Tvrtko Ursulin · 10 years ago
  58. 5036040 drm/i915: suppress false PLL state warnings on non-GMCH platforms by Imre Deak · 10 years ago
  59. 3760b59 drm/i915/bxt: Determine PLL attached to pipe by Satheeshakrishna M · 10 years ago
  60. bcddf610 drm/i915/bxt: Assign PLL for pipe by Satheeshakrishna M · 10 years ago
  61. 5ab7b0b drm/i915/bxt: add bxt_find_best_dpll by Imre Deak · 10 years ago
  62. ff6d9f5 drm/i915/bxt: fix panel fitter setup in crtc disable/enable by Jesse Barnes · 10 years ago
  63. 8805aa7 drm/i915: Drop unecessary fb arguments from function signatures by Daniel Vetter · 10 years ago
  64. d328c9d drm/i915: Select starting pipe bpp irrespective or the primary plane by Daniel Vetter · 10 years ago
  65. f8437dd1 drm/i915/bxt: add display initialize/uninitialize sequence (CDCLK) by Vandana Kannan · 10 years ago
  66. 164dfd2 drm/i915: Rename vlv_cdclk_freq to cdclk_freq by Vandana Kannan · 10 years ago
  67. e0d6149 drm/i915: Move drm_framebuffer_unreference out of struct_mutex for takeover by Tvrtko Ursulin · 10 years ago
  68. c5fe557 Merge branch 'topic/bxt-stage1' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  69. c776eb2 drm/i915/bxt: don't use unsupported port detection by Vandana Kannan · 10 years ago
  70. 08d9bc9 drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  71. a1b2278 drm/i915: skylake panel fitting using shared scalers by Chandra Konduru · 10 years ago
  72. d03c93d drm/i915: setup scalers for crtc_compute_config by Chandra Konduru · 10 years ago
  73. 663a364 drm/i915: Preserve scaler state when clearing crtc_state by Chandra Konduru · 10 years ago
  74. 6a60cd8 drm/i915: Dump scaler_state too as part of dumping crtc_state by Chandra Konduru · 10 years ago
  75. 549e2bf drm/i915: Initialize skylake scalers by Chandra Konduru · 10 years ago
  76. 08e221f drm/i915: Initialize plane colorkey to NONE by Chandra Konduru · 10 years ago
  77. 9bdbd0b drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  78. 3b7a511 drm/i915/skl: Support for 90/270 rotation by Sonika Jindal · 10 years ago
  79. d810636 drm/i915/skl: Allow universal planes to position by Sonika Jindal · 10 years ago
  80. 8d90926 drm/i915: Remove stale comment from __intel_set_mode() by Ander Conselvan de Oliveira · 10 years ago
  81. 70a101f drm/i915: Switch to full atomic helpers for plane updates/disable, take two by Matt Roper · 10 years ago
  82. 6ad790c drm/i915: Boost GPU frequency if we detect outstanding pageflips by Chris Wilson · 10 years ago
  83. cf5d8a4 drm/i915: Fix the flip synchronisation to consider mmioflips by Chris Wilson · 10 years ago
  84. 98a221d drm/i915: Don't use staged config in check_encoder_cloning() by Ander Conselvan de Oliveira · 10 years ago
  85. 5448a00 drm/i915: Don't use staged config in check_digital_port_conflicts() by Ander Conselvan de Oliveira · 10 years ago
  86. d69ba09 drm/i915: Remove intel_crtc->new_config by Ander Conselvan de Oliveira · 10 years ago
  87. 225da59 drm/i915: Don't use intel_crtc->new_config in pll calculation code by Ander Conselvan de Oliveira · 10 years ago
  88. 304603f drm/i915: Don't use staged config for VLV cdclk calculations by Ander Conselvan de Oliveira · 10 years ago
  89. f61cccf drm/i915: Set best_encoder field of connector_state also when disabling by Ander Conselvan de Oliveira · 10 years ago
  90. 1652d19 drm/i915: Convert the ddi cdclk code to get_display_clock_speed by Ville Syrjälä · 10 years ago
  91. a7c66cd drm/i915: Assume 400MHz cdclk for the rest of gen4-7 by Ville Syrjälä · 10 years ago
  92. b37a643 drm/i915: ILK cdclk seems to be 450MHz by Ville Syrjälä · 10 years ago
  93. e907f17 drm/i915: Return more precise cdclk for gen2/3 by Ville Syrjälä · 10 years ago
  94. 6d29398 drm/i915: Check lane sharing between pipes B & C using atomic state by Ander Conselvan de Oliveira · 10 years ago
  95. 9d918c1 drm/i915: Handle error to get connector state when staging config by Ander Conselvan de Oliveira · 10 years ago
  96. 9abc464 drm/i915: Compare GGTT view structs instead of types by Joonas Lahtinen · 10 years ago
  97. 55bb999 drm/i915: Remove usage of encoder->new_crtc from clock computations by Ander Conselvan de Oliveira · 10 years ago
  98. a93e255 drm/i915: Convert intel_pipe_will_have_type() to using atomic state by Ander Conselvan de Oliveira · 10 years ago
  99. 679dacd drm/i915: Pass an atomic state to modeset_global_resources() functions by Ander Conselvan de Oliveira · 10 years ago
  100. 1486017 drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp() by Ander Conselvan de Oliveira · 10 years ago