1. 1b1d271 drm/i915: Fix i855 get_display_clock_speed by Ville Syrjälä · 10 years ago
  2. 54433e9 drm/i915: Adjust sideband locking a bit for CHV/VLV by Ville Syrjälä · 10 years ago
  3. a580516 drm/i915: s/dpio_lock/sb_lock/ by Ville Syrjälä · 10 years ago
  4. b12ce1d drm/i915: Kill intel_flush_primary_plane() by Ville Syrjälä · 10 years ago
  5. 225c228 drm/i915/skl: don't fail colorkey + scaler request by Chandra Konduru · 10 years ago
  6. 5a74f70 drm/i915: Disable FDI RX/TX before the ports by Ville Syrjälä · 10 years ago
  7. e3ef447 drm/i915: Fix DP enhanced framing for CPT by Ville Syrjälä · 10 years ago
  8. 5d96d8a drm/i915/skl: Deinit/init the display at suspend/resume by Damien Lespiau · 10 years ago
  9. bcafc4e drm/i915: Limit mmio flip RPS boosts by Chris Wilson · 10 years ago
  10. b471618 drm/i915: Implement inter-engine read-read optimisations by Chris Wilson · 10 years ago
  11. eed29a5 drm/i915: s/\<rq\>/req/g by Daniel Vetter · 10 years ago
  12. 1e8df16 drm/i915/skl: Swapping 90 and 270 to be compliant with Xrandr by Sonika Jindal · 10 years ago
  13. 7546a38 drm/i915: Update comment in clear_intel_crtc_state() by Ander Conselvan de Oliveira · 10 years ago
  14. 6c0fd45 drm/i915: Tighten the exposure ARGB/ABGR 8888 formats by Damien Lespiau · 10 years ago
  15. 54f0cee drm/i915: Don't expose ARGB1555 on gen2/3 by Damien Lespiau · 10 years ago
  16. 7531208 drm/i915: Remove ARBG/ABGR 2101010 on platform not supporting those formats by Damien Lespiau · 10 years ago
  17. 67fe7dc drm/i915: Remove the COMMON_PRIMARY_FORMATS defines by Damien Lespiau · 10 years ago
  18. 8504c74 drm/i915: Preserve ddi_pll_sel when allocating new pipe_config by Ander Conselvan de Oliveira · 10 years ago
  19. 415ff0f drm/i915: Dump some DPLL fields in pipe config debug by Tvrtko Ursulin · 10 years ago
  20. dd3cd74 drm/i915: Don't overwrite (e)DP PLL selection on SKL by Ander Conselvan de Oliveira · 10 years ago
  21. 0ec463d drm/i915: Output scaler related pipe config debug in a single line by Tvrtko Ursulin · 10 years ago
  22. c34ce3d drm/i915/skl: Remove unnecessary local variables in skl_plane_ctl*() by Damien Lespiau · 10 years ago
  23. 568db4f drm/i915: Don't use the intel_ prefix for gen-specific data by Damien Lespiau · 10 years ago
  24. d161cf7 drm/i915/skl: Support the advertized index format by Damien Lespiau · 10 years ago
  25. 4249eee drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format() by Damien Lespiau · 10 years ago
  26. 65438bc drm/i915/skl: Rename a local variable to fit in 80 chars by Damien Lespiau · 10 years ago
  27. 8cfcba4 drm/i915/skl: Add a new line before return by Damien Lespiau · 10 years ago
  28. b250a4c drm/i915/skl: Leave a new line between variable declarations and code by Damien Lespiau · 10 years ago
  29. af99ced drm/i915: Make scaler_id check in check_crtc_state work for all gens by Chandra Konduru · 10 years ago
  30. b2cfe0a drm/i915: Fix race on unreferencing the wrong mmio-flip-request by Chris Wilson · 10 years ago
  31. d94b503 drm/i915: Ensure cache flushes prior to doing CS flips by Chris Wilson · 10 years ago
  32. 2e2f351 drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu() by Chris Wilson · 10 years ago
  33. 2614f17 drm/i915: call intel_tile_height with correct parameter by Chandra Konduru · 10 years ago
  34. 49d6fa2 drm/i915: Always keep crtc_state->active in sync with enable by Maarten Lankhorst · 10 years ago
  35. bdcddf9 Backmerge v4.1-rc4 into into drm-next by Dave Airlie · 10 years ago
  36. 9b6de0a drm/i915: Only wait for required lanes in vlv_wait_port_ready() by Ville Syrjälä · 10 years ago
  37. 90d4690 drm/i915: Set crtc_state->active to false when CRTC is disabled (v2) by Matt Roper · 10 years ago
  38. 550acef drm/i915: Get rid of intel_crtc_set_state() by Ander Conselvan de Oliveira · 10 years ago
  39. a821fc4 drm/i915: Swap atomic state in legacy modeset by Ander Conselvan de Oliveira · 10 years ago
  40. d4afb8c drm/i915: Don't use plane update helper in legacy mode set by Ander Conselvan de Oliveira · 10 years ago
  41. 4978cc9 drm/i915: Preserve shared DPLL information in new pipe_config by Ander Conselvan de Oliveira · 10 years ago
  42. 2bfb462 drm/i915: Take ownership of atomic state on success in intel_set_mode() by Ander Conselvan de Oliveira · 10 years ago
  43. 8c7b5cc drm/i915: Use atomic helpers for computing changed flags by Ander Conselvan de Oliveira · 10 years ago
  44. 0f63cca drm/i915: Update crtc state active flag based on DPMS by Ander Conselvan de Oliveira · 10 years ago
  45. 7cbf41d drm/i915: Remove save/restore logic from intel_crtc_set_config() by Ander Conselvan de Oliveira · 10 years ago
  46. d5432a9d drm/i915: Stage new modeset state straight into atomic state by Ander Conselvan de Oliveira · 10 years ago
  47. b788526 drm/i915: Simplify intel_set_config_compute_mode_changes() a bit by Ander Conselvan de Oliveira · 10 years ago
  48. bb54662 drm/i915: Unify modeset and flip paths of intel_crtc_set_config() by Ander Conselvan de Oliveira · 10 years ago
  49. 41227c8 drm/i915: Don't use staged config to calculate mode_changed flags by Ander Conselvan de Oliveira · 10 years ago
  50. 8d8c9b5 drm/i915: Don't use struct intel_set_config *_changed flags by Ander Conselvan de Oliveira · 10 years ago
  51. cf6d0d7 drm/i915: Delete fb, x and y parameters from mode set functions by Ander Conselvan de Oliveira · 10 years ago
  52. d3a40d1 drm/i915: Add primary plane to atomic state in legacy modeset by Ander Conselvan de Oliveira · 10 years ago
  53. 561c8bd drm/i915: Don't modeset with old mode when set_crtc fails by Ander Conselvan de Oliveira · 10 years ago
  54. 9eb45f2 drm/i915: Simplify error handling in __intel_set_mode() by Ander Conselvan de Oliveira · 10 years ago
  55. 054518d drm/i915: Move compute part of __intel_set_mode() to separate function by Ander Conselvan de Oliveira · 10 years ago
  56. e13be66 drm/i915: Remove saved_mode from __intel_set_mode() by Ander Conselvan de Oliveira · 10 years ago
  57. 0a9ab30 drm/i915: Remove all *_pipes flags from modeset by Ander Conselvan de Oliveira · 10 years ago
  58. 4fed33f drm/i915: Calculate a new pipe_config based on new enabled state by Ander Conselvan de Oliveira · 10 years ago
  59. 548ee15 drm/i915: Don't pretend we can calculate multiple pipe_configs by Ander Conselvan de Oliveira · 10 years ago
  60. 4be0731 drm/i915: Add crtc states before calling compute_config() by Ander Conselvan de Oliveira · 10 years ago
  61. 462a425 drm/i915: Extract mode_changed computation out of stage_output_config() by Ander Conselvan de Oliveira · 10 years ago
  62. da3ced298 drm/i915: Use for_each_connector_in_state helper macro by Ander Conselvan de Oliveira · 10 years ago
  63. e5d958e drm/i915: Don't check for NULL before freeing state by Ander Conselvan de Oliveira · 10 years ago
  64. ce22dba drm/i915: Move toggling planes out of crtc enable/disable. by Maarten Lankhorst · 10 years ago
  65. 7cac945 drm/i915: Rename intel_crtc_dpms_overlay. by Maarten Lankhorst · 10 years ago
  66. 87d4300 drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, and use it there. by Maarten Lankhorst · 10 years ago
  67. b70709a drm/i915: get rid of primary_enabled and use atomic state by Maarten Lankhorst · 10 years ago
  68. 27321ae drm/i915: Use the disable callback for disabling planes. by Maarten Lankhorst · 10 years ago
  69. a8ad0d8 drm/i915: Add a way to disable planes without updating state by Maarten Lankhorst · 10 years ago
  70. 22e02c0 drm/i915: Add missing POSTING_READ()s to BXT dbuf enable sequence by Ville Syrjälä · 10 years ago
  71. 71cd842 drm/i915/skl: Fix the CTRL typo in the DPLL_CRTL1 defines by Damien Lespiau · 10 years ago
  72. 65b38e0 drm/i915: make drm_crtc_helper_funcs const data by Jani Nikula · 10 years ago
  73. 6156a45 drm/i915: skylake primary plane scaling using shared scalers by Chandra Konduru · 10 years ago
  74. 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
  75. 736a69c drm/i915: Drop PIPE-A quirk for 945GSE HP Mini by Chris Wilson · 10 years ago
  76. 2ebef63 drm/i915/skl: Support Y tiling in MMIO flips by Tvrtko Ursulin · 10 years ago
  77. 5036040 drm/i915: suppress false PLL state warnings on non-GMCH platforms by Imre Deak · 10 years ago
  78. 3760b59 drm/i915/bxt: Determine PLL attached to pipe by Satheeshakrishna M · 10 years ago
  79. bcddf610 drm/i915/bxt: Assign PLL for pipe by Satheeshakrishna M · 10 years ago
  80. 5ab7b0b drm/i915/bxt: add bxt_find_best_dpll by Imre Deak · 10 years ago
  81. ff6d9f5 drm/i915/bxt: fix panel fitter setup in crtc disable/enable by Jesse Barnes · 10 years ago
  82. 8805aa7 drm/i915: Drop unecessary fb arguments from function signatures by Daniel Vetter · 10 years ago
  83. d328c9d drm/i915: Select starting pipe bpp irrespective or the primary plane by Daniel Vetter · 10 years ago
  84. f8437dd1 drm/i915/bxt: add display initialize/uninitialize sequence (CDCLK) by Vandana Kannan · 10 years ago
  85. 164dfd2 drm/i915: Rename vlv_cdclk_freq to cdclk_freq by Vandana Kannan · 10 years ago
  86. e0d6149 drm/i915: Move drm_framebuffer_unreference out of struct_mutex for takeover by Tvrtko Ursulin · 10 years ago
  87. c5fe557 Merge branch 'topic/bxt-stage1' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  88. c776eb2 drm/i915/bxt: don't use unsupported port detection by Vandana Kannan · 10 years ago
  89. 08d9bc9 drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  90. a1b2278 drm/i915: skylake panel fitting using shared scalers by Chandra Konduru · 10 years ago
  91. d03c93d drm/i915: setup scalers for crtc_compute_config by Chandra Konduru · 10 years ago
  92. 663a364 drm/i915: Preserve scaler state when clearing crtc_state by Chandra Konduru · 10 years ago
  93. 6a60cd8 drm/i915: Dump scaler_state too as part of dumping crtc_state by Chandra Konduru · 10 years ago
  94. 549e2bf drm/i915: Initialize skylake scalers by Chandra Konduru · 10 years ago
  95. 08e221f drm/i915: Initialize plane colorkey to NONE by Chandra Konduru · 10 years ago
  96. 9bdbd0b drm/i915: Allocate connector state together with the connectors by Ander Conselvan de Oliveira · 10 years ago
  97. 3b7a511 drm/i915/skl: Support for 90/270 rotation by Sonika Jindal · 10 years ago
  98. d810636 drm/i915/skl: Allow universal planes to position by Sonika Jindal · 10 years ago
  99. 8d90926 drm/i915: Remove stale comment from __intel_set_mode() by Ander Conselvan de Oliveira · 10 years ago
  100. 70a101f drm/i915: Switch to full atomic helpers for plane updates/disable, take two by Matt Roper · 10 years ago