1. e87b0bbc drm/nouveau: Fix nv50_mstc->best_encoder() by Lyude Paul · 6 years ago
  2. b5d2984 drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectors by Lyude Paul · 6 years ago
  3. 41c43f9 drm/i915: Inject a failure point when registering a connector by Chris Wilson · 6 years ago
  4. 1c21348 drm/i915: move intel connector specific functions to intel_connector.c by Jani Nikula · 6 years ago
  5. 360fa66 drm/i915: rename intel_modes.c to intel_connector.c by Jani Nikula · 6 years ago
  6. aee7d9b drm/i915: nuke the intel_lvds_connector by Jani Nikula · 6 years ago
  7. 65404c8 drm/i915: Show the DPCD read error inline by Chris Wilson · 6 years ago
  8. 1e71253 drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit panel's native mode by Manasi Navare · 6 years ago
  9. d4b26e4 drm/i915: add a common connector type independent destroy hook by Jani Nikula · 6 years ago
  10. a9f9ca3 drm/i915: Fix intel_dp_mst_best_encoder() by Lyude Paul · 6 years ago
  11. f67207d drm/i915: Skip vcpi allocation for MSTB ports that are gone by Lyude Paul · 6 years ago
  12. 6ed5bb1 drm/i915: Don't unset intel_connector->mst_port by Lyude Paul · 6 years ago
  13. 4d80273 drm/atomic_helper: Disallow new modesets on unregistered connectors by Lyude Paul · 6 years ago
  14. bc3213c drm/i915: Drop the eDP check from intel_dp_connector_destroy() by Ville Syrjälä · 6 years ago
  15. 19dfe57 drm/i915: Do intel_panel_destroy_backlight() later by Ville Syrjälä · 6 years ago
  16. 71ffd49 drm/i915/icl:Add Wa_1606682166 by Anuj Phogat · 6 years ago
  17. 0c7d2ae drm/i915/icl: Add Wa_1406609255 by Radhakrishna Sripada · 6 years ago
  18. f53a70b drm/i915: Fixup kernel doc for param name changes by Chris Wilson · 6 years ago
  19. 881440a drm/i915: Rename variables in intel_primary_plane_create() by Ville Syrjälä · 6 years ago
  20. a86d259 drm/i915: s/intel_plane/plane/ in sprite init by Ville Syrjälä · 6 years ago
  21. b7c8060 drm/i915: Extract skl_universal_plane_init() by Ville Syrjälä · 6 years ago
  22. c539b57 drm/i915: Introduce intel_plane_alloc() by Ville Syrjälä · 6 years ago
  23. 2d72dc8 drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_state() by Ville Syrjälä · 6 years ago
  24. 97ee97b drm/i915: Add missing pixel formats for skl+ "sprites" by Ville Syrjälä · 6 years ago
  25. 37a411e drm/i915: Disallow plane scaling with specific pixel formats by Ville Syrjälä · 6 years ago
  26. 934882d drm/i915: Allow horizontal mirroring for cnl+ "sprite" planes by Ville Syrjälä · 6 years ago
  27. ee6e049 drm/i915: Don't populate plane->i9xx_plane for sprites by Ville Syrjälä · 6 years ago
  28. deb1968 drm/i915: Populate possible_crtcs for primary/cursor planes by Ville Syrjälä · 6 years ago
  29. 679bfe8 drm/i915: Constify all plane_funcs structs by Ville Syrjälä · 6 years ago
  30. 3a465b8 drm/i915/psr: Remove alpm from i915_psr by José Roberto de Souza · 6 years ago
  31. 66231d1 drm/i915/psr: Use WA to force HW tracking to exit PSR2 by José Roberto de Souza · 6 years ago
  32. 4755717 drm/i915/psr: Remove PSR2 TODO error handling by José Roberto de Souza · 6 years ago
  33. fc6ff9d drm/i915/psr: Make MASK_DISP_REG_WRITE reserved in PSR_MASK for ICL by José Roberto de Souza · 6 years ago
  34. bf80928 drm/i915/psr: Share PSR and PSR2 exit mask by José Roberto de Souza · 6 years ago
  35. 00e5d8b firmware/dmc/icl: Add missing MODULE_FIRMWARE() for Icelake. by Anusha Srivatsa · 6 years ago
  36. 443d5e3 drm/i915/icl: MBUS B credit change by Rodrigo Vivi · 6 years ago
  37. dfdaa56 drm/i915: Apply correct ddi translation table for AML device by Lee, Shawn C · 6 years ago
  38. ab2da3f8 drm/i915: Add new AML_ULX support list by Lee, Shawn C · 6 years ago
  39. c1c8f6f drm/i915: Redefine some Whiskey Lake SKUs by Rodrigo Vivi · 6 years ago
  40. 8e7a442 drm/i915: Fix ILK-IVB sprite enable delays by Ville Syrjälä · 6 years ago
  41. 6f40563 drm/i915: Get rid of intel_crtc->config in crtc_enable/disable functions, v2. by Maarten Lankhorst · 6 years ago
  42. 958bb45 drm/i915: Get rid of crtc->config in chv_data_lane_soft_reset by Maarten Lankhorst · 6 years ago
  43. f56f664 drm/i915: Get rid of crtc->config dereference in intel_dp_retrain_link by Maarten Lankhorst · 6 years ago
  44. 6e3d9dd drm/i915: Use crtc->state in intel_fbdev_init_bios by Maarten Lankhorst · 6 years ago
  45. 0e5fa64 drm/i915: Get rid of crtc->config from icl_pll_to_ddi_pll_sel by Maarten Lankhorst · 6 years ago
  46. 5e1cdf5 drm/i915: Make ironlake_pch_transcoder_set_timings take crtc_state by Maarten Lankhorst · 6 years ago
  47. 65c307f drm/i915: Make shared dpll functions take crtc_state, v3. by Maarten Lankhorst · 6 years ago
  48. b2354c7 drm/i915: Make pll functions take crtc_state, v2. by Maarten Lankhorst · 6 years ago
  49. 15cbe5d drm/i915: Make skl_detach_scalers take crtc_state by Maarten Lankhorst · 6 years ago
  50. 7efd90f drm/i915: Use crtc_state in ironlake_enable_pch_transcoder by Maarten Lankhorst · 6 years ago
  51. 44fe7f3 drm/i915: Make intel_set_pipe_timings/src_size take a pointer to crtc_state by Maarten Lankhorst · 6 years ago
  52. b256271 drm/i915: Make panel fitter functions take state by Maarten Lankhorst · 6 years ago
  53. fdf7351 drm/i915: Remove dereferences of crtc->config in set_pipeconf/misc functions, v2. by Maarten Lankhorst · 6 years ago
  54. 3337325 drm/i915: Remove the global cache shrink & rcu barrier on allocation failure by Chris Wilson · 6 years ago
  55. 88a83f3 drm/i915: Only reset seqno if actually idle by Chris Wilson · 6 years ago
  56. 7a4a2a4 drm/i915: Clean up early plane debugs by Ville Syrjälä · 6 years ago
  57. 62358aa drm/i915: Use the correct crtc when sanitizing plane mapping by Ville Syrjälä · 6 years ago
  58. 68bc30d drm/i915: Restore vblank interrupts earlier by Ville Syrjälä · 6 years ago
  59. 9dbf5a4 drm/i915: Provide more clues as to why MST is/is not used by Ville Syrjälä · 6 years ago
  60. 0fc645f drm/i915/guc: Don't clear the cookie on doorbell destroy by Daniele Ceraolo Spurio · 6 years ago
  61. 48b426a drm/i915/guc: init GuC descriptors after GuC load by Daniele Ceraolo Spurio · 6 years ago
  62. bc2477f drm/i915/execlists: Flush the CS events before unpinning by Chris Wilson · 6 years ago
  63. 8f5c6fe drm/i915: Clear the error PTE just once on finish by Chris Wilson · 6 years ago
  64. 83bc0f5 drm/i915: Handle incomplete Z_FINISH for compressed error states by Chris Wilson · 6 years ago
  65. 5ec244f drm/i915/selftests: Hold task_struct ref for smoking kthread by Chris Wilson · 6 years ago
  66. 598c6cf drm/i915/psr: Enable PSR1 on gen-9+ HW by Dhinakaran Pandiyan · 6 years ago
  67. 2ddcc98 drm/i915: fix wrong error number report by Andi Shyti · 6 years ago
  68. c0a6aa7 drm/i915: Show actual alongside requested frequency in debugfs/i915_rps_boost_info by Chris Wilson · 6 years ago
  69. 89d5efc drm/i915: Replace some open-coded i915_coherent_map_type() by Chris Wilson · 6 years ago
  70. b208152 drm/i915: Add plane alpha blending support, v2. by Maarten Lankhorst · 7 years ago
  71. 7569bf9 drm/i915/csr: Added ICL Stepping info by Jyoti Yadav · 7 years ago
  72. e9eaf82 drm/i915: Priority boost for waiting clients by Chris Wilson · 6 years ago
  73. e2f3496 drm/i915: Pull scheduling under standalone lock by Chris Wilson · 6 years ago
  74. b16c765 drm/i915: Priority boost for new clients by Chris Wilson · 6 years ago
  75. 790ea70 drm/i915: Pass intel_encoder to infoframe functions by Ville Syrjälä · 6 years ago
  76. 121f0ff drm/i915: Use memmove() for punching the hole into infoframes by Ville Syrjälä · 6 years ago
  77. 85f5e1f drm/i915: Combine multiple internal plists into the same i915_priolist bucket by Chris Wilson · 6 years ago
  78. 7651a44 drm/i915: Reserve some priority bits for internal use by Chris Wilson · 6 years ago
  79. 567a6057 drm/i915/selftests: Include arbitration points in preemption smoketest by Chris Wilson · 6 years ago
  80. 992d209 drm/i915/selftests: Split preemption smoke test into threads by Chris Wilson · 6 years ago
  81. 7769db5 drm/i915/dp: optimize eDP 1.4+ link config fast and narrow by Jani Nikula · 7 years ago
  82. 9844bc8 drm/i915/dp: Fix duplication of DEVICE_SERVICE_IRQ handling by Dhinakaran Pandiyan · 6 years ago
  83. cbfa8ac drm/i915/dp: Kill intel_dp->detect_done flag by Dhinakaran Pandiyan · 6 years ago
  84. 4765855 drm/i915/dp: Do not grab crtc modeset lock in intel_dp_detect() by Dhinakaran Pandiyan · 6 years ago
  85. d5acd97 drm/i915/dp: Use a local variable for intel_encoder * by Dhinakaran Pandiyan · 6 years ago
  86. f24f6eb drm/i915/dp: Restrict link retrain workaround to external monitors by Dhinakaran Pandiyan · 6 years ago
  87. 9ebd820 drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse() by Dhinakaran Pandiyan · 6 years ago
  88. a2bf92e drm/i915/execlists: Avoid kicking priority on the current context by Chris Wilson · 6 years ago
  89. 7fe7898 drm/i915/csr: restructure CSR firmware definition macros by Jani Nikula · 6 years ago
  90. 9531221 drm/i915: Check for panel orientation quirks on eDP panels by Hans de Goede · 7 years ago
  91. 4bdafb9 drm/i915: Remove i915.enable_ppgtt override by Chris Wilson · 6 years ago
  92. c5f6d57 drm/i915: Log HWS seqno consistently by Tvrtko Ursulin · 6 years ago
  93. f8e5786 drm/i915: Trim partial view sg lists by Tvrtko Ursulin · 6 years ago
  94. dee4a0f drm/i915/selftests: Smoketest preemption by Chris Wilson · 6 years ago
  95. e7351a8 drm/i915/csr: bypass firmware request on i915.dmc_firmware_path="" by Jani Nikula · 6 years ago
  96. d8a5b7d drm/i915/csr: keep max firmware size together with firmare name and version by Jani Nikula · 6 years ago
  97. 180e9d2 drm/i915/csr: keep firmware name and required version together by Jani Nikula · 6 years ago
  98. 029c33a drm/i915: Remove duplicated definition of intel_update_rawclk by José Roberto de Souza · 7 years ago
  99. c9b818d drm/i915: Move IPC WA #1141 to init_ipc() by José Roberto de Souza · 7 years ago
  100. 6323113 drm/i915: Move SKL IPC WA to HAS_IPC() by José Roberto de Souza · 7 years ago