1. 91d1425 drm/i915: Small display interrupt handlers tidy by Tvrtko Ursulin · 9 years ago
  2. 25aa1c3 drm/i915: Dump pipe config when intel_modeset_pipe_config fails. by Maarten Lankhorst · 9 years ago
  3. 7d99373 drm/i915: Simplify intel_mark_busy/idle by Tvrtko Ursulin · 9 years ago
  4. a0cbe6a drm/i915/lvds: separate border enable readout from panel fitter by Jani Nikula · 9 years ago
  5. b5d99ff drm/i915: Fix comments about GMBUSFREQ register by Ville Syrjälä · 9 years ago
  6. 7f1052a drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequency by Ville Syrjälä · 9 years ago
  7. 73db04c drm/i915: Move releasing of the GEM request from free to retire/cancel by Chris Wilson · 9 years ago
  8. fb4b8ce drm/i915/fbdev: Call intel_unpin_fb_obj() on release by Chris Wilson · 9 years ago
  9. fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 9 years ago
  10. 19ab4ed drm/i915: Update RAWCLK_FREQ register on VLV/CHV by Ville Syrjälä · 9 years ago
  11. d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 9 years ago
  12. 187a1c0 drm/i915: Fix oops in vlv_force_pll_on() by Ville Syrjälä · 9 years ago
  13. 8a8dae2 drm/i915: Replace nondescript 'WARN_ON(!lret)' with a sensible error message by Ville Syrjälä · 9 years ago
  14. acf4e84 drm/i915: Avoid stalling on pending flips for legacy cursor updates by Chris Wilson · 9 years ago
  15. 47eacba drm/i915: Compute DSI PLL parameters during .compute_config() by Ville Syrjälä · 9 years ago
  16. cd2d34d drm/i915: Setup DPLL/DPLLMD for DSI too on VLV/CHV by Ville Syrjälä · 9 years ago
  17. adc7f04 drm/i915/bxt: Add HW state verification for DDI PHY and CDCLK by Imre Deak · 9 years ago
  18. c2e001e drm/i915/bxt: Sanitize the DBUF HW state together with CDCLK by Imre Deak · 9 years ago
  19. d7d7c9e drm/i915/bxt: Don't toggle power well 1 on-demand by Imre Deak · 9 years ago
  20. c6c4696 drm/i915/bxt: Pass drm_i915_private to DDI PHY, CDCLK helpers by Imre Deak · 9 years ago
  21. 560ce1d drm/i915: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  22. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 9 years ago
  23. f4457ae drm/i915: Prevent leaking of -EIO from i915_wait_request() by Chris Wilson · 9 years ago
  24. f7e5838 drm/i915: Simplify reset_counter handling during atomic modesetting by Chris Wilson · 9 years ago
  25. 299259a drm/i915: Store the reset counter when constructing a request by Chris Wilson · 9 years ago
  26. 7f1847e drm/i915: Simplify checking of GPU reset_counter in display pageflips by Chris Wilson · 9 years ago
  27. c19ae98 drm/i915: Hide the atomic_read(reset_counter) behind a helper by Chris Wilson · 9 years ago
  28. b521973 drm/i915: Don't read out port_clock on CHV when DPLL is disabled by Ville Syrjälä · 9 years ago
  29. 7f7d8dd drm/i915: Dump pfit PGM_RATIOS as hex by Ville Syrjälä · 9 years ago
  30. b2c0593 drm/i915: Try to shut up more ILK underruns by Ville Syrjälä · 9 years ago
  31. c0ead70 drm/i915: Rename hw state checker to hw state verifier. by Maarten Lankhorst · 9 years ago
  32. f6d1973 drm/i915: Move modeset state verifier calls. by Maarten Lankhorst · 9 years ago
  33. e7c8454 drm/i915: Make modeset state verifier take crtc as argument. by Maarten Lankhorst · 9 years ago
  34. 2d1fe07 drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev) by Joonas Lahtinen · 9 years ago
  35. 281c114 drm/i915/bxt: Set max cdclk frequency properly by Matt Roper · 9 years ago
  36. c30fec6 drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHV by Ville Syrjälä · 9 years ago
  37. fca0ce2 drm/i915: Fix plane init failure paths by Ville Syrjälä · 9 years ago
  38. 5593946 drm/i915: Remove the "three times for luck" trick from vlv_enable_pll() by Ville Syrjälä · 9 years ago
  39. 7d1a83c drm/i915: assert_panel_unlocked() in chv_enable_pll() by Ville Syrjälä · 9 years ago
  40. 8bd3f30 drm/i915: Add a local pipe variable to vlv_enable_pll() by Ville Syrjälä · 9 years ago
  41. c231775 drm/i915: Implement WaPixelRepeatModeFixForC0:chv by Ville Syrjälä · 9 years ago
  42. 03ed5cbf drm/i915: Make {vlv,chv}_{disable,update}_pll() more similar by Ville Syrjälä · 9 years ago
  43. 27878ed drm/i915: Throw out BUGs from DPLL/PCH functions by Ville Syrjälä · 9 years ago
  44. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 9 years ago
  45. 20a34e7 drm/i915: Update color management during vblank evasion. by Maarten Lankhorst · 9 years ago
  46. b95c532 drm/i915: Pass crtc_state to color management functions. by Maarten Lankhorst · 9 years ago
  47. 55c561a drm/i915: Remove PIPE_CONF_CHECK_I_ALT by Daniel Vetter · 9 years ago
  48. db18b6a drm/i915/bxt: Fix DSI HW state readout by Imre Deak · 9 years ago
  49. 307e449 drm/i915: Remove vblank wait from hsw_enable_ips, v2. by Maarten Lankhorst · 9 years ago
  50. 70e8aa2 drm/i915: Split PNV version of crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  51. 19ec669 drm/i915: Split g4x_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  52. 81c97f5 drm/i915: Split i8xx_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  53. 65b3d6a drm/i915: Split CHV and VLV specific crtc_compute_clock() hooks by Ander Conselvan de Oliveira · 9 years ago
  54. 997c030 drm/i915: Merge ironlake_compute_clocks() and ironlake_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  55. b75ca6f drm/i915: Move fp divisor calculation into ironlake_compute_dpll() by Ander Conselvan de Oliveira · 9 years ago
  56. 364ee29 drm/i915: Pass crtc_state->dpll directly to ->find_dpll() by Ander Conselvan de Oliveira · 9 years ago
  57. ded220e drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP case by Ander Conselvan de Oliveira · 9 years ago
  58. fade85a drm/i915: Remove PCH type checks from ironlake_crtc_compute_clock() by Ander Conselvan de Oliveira · 9 years ago
  59. 7ed9f89 drm/i915: Don't calculate a new clock in ILK+ code if it is already set by Ander Conselvan de Oliveira · 9 years ago
  60. bfa0444 drm/i915: Simplify ironlake reduced clock logic a bit by Ander Conselvan de Oliveira · 9 years ago
  61. 2d7feac drm/i915: Call g4x_find_best_dpll() directly from ILK+ code by Ander Conselvan de Oliveira · 9 years ago
  62. 8f0d5b9 drm/i915: Fold intel_ironlake_limit() into clock computation function by Ander Conselvan de Oliveira · 9 years ago
  63. 26ce6d5 drm/i915: Merge ironlake_get_refclk() into its only caller by Ander Conselvan de Oliveira · 9 years ago
  64. ceb4100 drm/i915: Remove checks for cloned config with LVDS in dpll code by Ander Conselvan de Oliveira · 9 years ago
  65. 90e83e5 drm/i915: Wait for vblank in i9xx_disable_crtc() for gen 2 only by Ander Conselvan de Oliveira · 9 years ago
  66. c6c794a drm/i915/bxt: Initialize MIPI DSI for BXT by Shashank Sharma · 9 years ago
  67. 177246a drm/i915: Wait until after wm optimization to drop runtime PM reference by Matt Roper · 9 years ago
  68. 82cf435 drm/i915: Implement color management on bdw/skl/bxt/kbl by Lionel Landwerlin · 9 years ago
  69. 05dc698 drm/i915: Do not read GAMMA_MODE register by Lionel Landwerlin · 9 years ago
  70. 8563b1e drm/i915: Extract out gamma table and CSC to their own file by Lionel Landwerlin · 9 years ago
  71. 4d1de97 drm/i915/bxt: add dsi transcoders by Jani Nikula · 9 years ago
  72. cf30429 drm/i915: abstract get config for cpu transcoder by Jani Nikula · 9 years ago
  73. 391bf04 drm/i915: split set pipeconf to pipeconf, pipemisc, pipe_gamma by Jani Nikula · 9 years ago
  74. bc58be6 drm/i915: split get/set pipe timings to timings and src size by Jani Nikula · 9 years ago
  75. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 9 years ago
  76. 8821294 drm/i915: Move load time init of display/audio hooks earlier by Imre Deak · 9 years ago
  77. 15e7ec2 drm/i915: Move pll power state to crtc power domains. by Maarten Lankhorst · 9 years ago
  78. a1475e7 drm/i915: Perform dpll commit first, v2. by Maarten Lankhorst · 9 years ago
  79. 2dd66ebd drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2. by Maarten Lankhorst · 9 years ago
  80. da20563 drm/i915: make transcoder_name return a string by Jani Nikula · 9 years ago
  81. 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 9 years ago
  82. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 9 years ago
  83. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 9 years ago
  84. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 9 years ago
  85. 08250c4 drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs by Imre Deak · 9 years ago
  86. 31ae71f drm/i915: Nuke fbc members from intel_crtc->atomic, v4. by Maarten Lankhorst · 9 years ago
  87. cd202f6 drm/i915: Remove some post-commit members from intel_crtc->atomic, v3. by Maarten Lankhorst · 9 years ago
  88. 842e030 drm/i915: Update state before setting watermarks, v2. by Maarten Lankhorst · 9 years ago
  89. 29ceb0e drm/i915: s/crtc_state/old_crtc_state/ in intel_atomic_commit() by Ville Syrjälä · 9 years ago
  90. 2622a08 drm/i915: Wait for vblank after cxsr disable in pre_plane_update by Ville Syrjälä · 9 years ago
  91. caed361 drm/i915: Fix watermarks for VLV/CHV by Ville Syrjälä · 9 years ago
  92. a3c988e drm/i915: Make SKL/KBL DPLL0 managed by the shared dpll code by Ander Conselvan de Oliveira · 9 years ago
  93. 9d16da6 drm/i915: Manage HSW/BDW LCPLLs with the shared dpll interface by Ander Conselvan de Oliveira · 9 years ago
  94. daedf20 drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.c by Ander Conselvan de Oliveira · 9 years ago
  95. 2edd644 drm/i915: Use a table to initilize shared dplls by Ander Conselvan de Oliveira · 9 years ago
  96. 8106ddb drm/i915: Store a direct pointer to shared dpll in intel_crtc_state by Ander Conselvan de Oliveira · 9 years ago
  97. 7abd4b3 drm/i915: Move shared dpll code to a new file by Ander Conselvan de Oliveira · 9 years ago
  98. 35d38d1 drm/i915: Read out hrawclk from CCK on vlv/chv by Ville Syrjälä · 9 years ago
  99. e7dc33f drm/i915: Store rawclk_freq in dev_priv by Ville Syrjälä · 9 years ago
  100. 5ba0017 drm/i915: Do not wait atomically for display clocks by Tvrtko Ursulin · 9 years ago