1. 452420d drm/i915: Fuse per-context workaround handling with the common framework by Tvrtko Ursulin · 6 years ago
  2. 69bcdec drm/i915: Move register white-listing to the common workaround framework by Tvrtko Ursulin · 6 years ago
  3. 28d6ccc drm/i915/selftests: Add tests for GT and engine workaround verification by Tvrtko Ursulin · 6 years ago
  4. 094304b drm/i915: Verify GT workaround state after GPU init by Tvrtko Ursulin · 6 years ago
  5. 4a15c75c drm/i915: Introduce per-engine workarounds by Tvrtko Ursulin · 6 years ago
  6. 25d140f drm/i915: Record GT workarounds in a list by Tvrtko Ursulin · 6 years ago
  7. 635b3bc drm/i915: change i915_sw_fence license to MIT by Jonathan Gray · 6 years ago
  8. 3800960 drm/i915: Complete the fences as they are cancelled due to wedging by Chris Wilson · 6 years ago
  9. 0ce611c drm/i915/dp: Fix inconsistent indenting by Chris Wilson · 6 years ago
  10. d53db44 drm/i915: Move display device info capabilities to its own struct by José Roberto de Souza · 6 years ago
  11. e1bf094 drm/i915: Add HAS_DISPLAY() and use it by José Roberto de Souza · 6 years ago
  12. ae9e7ce drm/i915/dp: Fix link compute m_n calc for DSC by Manasi Navare · 6 years ago
  13. e1215de drm/i915/sysfs: make attrs arrays const by Jani Nikula · 6 years ago
  14. 4659289 drm/i915/vgpu: Disallow loading on old vGPU hosts by Chris Wilson · 6 years ago
  15. 26af893 drm/i915/breadcrumbs: Reduce missed-breadcrumb false positive rate by Chris Wilson · 6 years ago
  16. 949fc52 drm/i915/icl: add pll mapping for DSI by Jani Nikula · 6 years ago
  17. 1026bea drm/i915/icl: Ungate DSI clocks by Madhav Chauhan · 6 years ago
  18. 32250c8 drm/i915/icl: Gate clocks for DSI by Madhav Chauhan · 6 years ago
  19. 690c318 drm/i915/icl: add dummy DSI GPIO element execution function by Jani Nikula · 6 years ago
  20. 56b7b1a drm/i915/icl: Define display GPIO pins for DSI by Madhav Chauhan · 6 years ago
  21. f4ff212 drm/i915/icl: Define Panel power ctrl register by Madhav Chauhan · 6 years ago
  22. 05f2f03 drm/i915/icl: Define missing bitfield for shortplug reg by Madhav Chauhan · 6 years ago
  23. 2eae5d6 drm/i915/icl: Get pipe timings for DSI by Madhav Chauhan · 6 years ago
  24. 2ca711c drm/i915/icl: Consider DSI for getting transcoder state by Madhav Chauhan · 6 years ago
  25. 5a8507b drm/i915/icl: Configure DSI Dual link mode by Madhav Chauhan · 6 years ago
  26. d04afb1 drm/i915/icl: Add DSI encoder compute config hook by Madhav Chauhan · 6 years ago
  27. ab84114 drm/i915/icl: Get HW state for DSI encoder by Madhav Chauhan · 6 years ago
  28. 8327af2 drm/i915/icl: Add get config functionality for DSI by Vandita Kulkarni · 6 years ago
  29. c5f9c93 drm/i915/icl: Allocate DSI hosts and imlement host transfer by Madhav Chauhan · 6 years ago
  30. 972d607 drm/i915/icl: Fill DSI ports info by Madhav Chauhan · 6 years ago
  31. 95f2f4d drm/i915/icl: Use the same pll functions for dsi by Vandita Kulkarni · 6 years ago
  32. e275804 drm/i915/icl: Allocate DSI encoder/connector by Madhav Chauhan · 6 years ago
  33. 70a057b drm/i915/icl: Calculate DPLL params for DSI by Madhav Chauhan · 6 years ago
  34. 1dd07e5 drm/i915/icl: Sanitize DDI port clock gating for DSI ports by Imre Deak · 6 years ago
  35. 3b8c0d5 drm/i915/icl: push pll to port mapping/unmapping to ddi encoder hooks by Jani Nikula · 6 years ago
  36. f81ff31 drm/i915/selftests: Terminate hangcheck sanitycheck forcibly by Chris Wilson · 6 years ago
  37. f36c071 drm/i915/ringbuffer: Clear semaphore sync registers on ring init by Chris Wilson · 6 years ago
  38. f0ad62a drm/i915/psr: Get pipe id following atomic guidelines by José Roberto de Souza · 6 years ago
  39. b9f78d6 drm/i915/selftests: Fix live_workarounds to actually do resets by Tvrtko Ursulin · 6 years ago
  40. 8d2f6e2 drm/i915/selftests: Extract spinner code by Tvrtko Ursulin · 6 years ago
  41. f545425a drm/i915/icl: Remove Wa_1604302699 by Tvrtko Ursulin · 6 years ago
  42. a2538cb drm/i915: Remove whitelist application from ringbuffer backend by Tvrtko Ursulin · 6 years ago
  43. 5a756aa drm/i915: Fixup stub definitions for intel_opregion_suspend|resume by Chris Wilson · 6 years ago
  44. d6a09ce drm/i915/fec: Disable FEC state. by Anusha Srivatsa · 6 years ago
  45. 5c44b93 i915/dp/fec: Configure the Forward Error Correction bits. by Anusha Srivatsa · 6 years ago
  46. a322b97 drm/i915/fec: Set FEC_READY in FEC_CONFIGURATION by Anusha Srivatsa · 6 years ago
  47. 240999c i915/dp/fec: Add fec_enable to the crtc state. by Anusha Srivatsa · 6 years ago
  48. a24c62f drm/i915/dsc: Enable and disable appropriate power wells for VDSC by Manasi Navare · 6 years ago
  49. a600622 drm/i915/dp: Disable DSC in source by disabling DSS CTL bits by Manasi Navare · 6 years ago
  50. a311b0b drm/i915/dp: Configure Display stream splitter registers during DSC enable by Manasi Navare · 6 years ago
  51. 5b1ea77 drm/i915/dp: Populate DSC PPS SDP and send PPS infoframes by Manasi Navare · 6 years ago
  52. 4c61483 drm/i915/dp: Use the existing write_infoframe() for DSC PPS SDPs by Manasi Navare · 6 years ago
  53. 7182414 drm/i915/dp: Configure i915 Picture parameter Set registers during DSC enabling by Manasi Navare · 6 years ago
  54. 91ba2c8 drm/i915/dsc: Add a power domain for VDSC on eDP/MIPI DSI by Manasi Navare · 6 years ago
  55. 2279298 drm/i915/dp: Enable/Disable DSC in DP Sink by Gaurav K Singh · 6 years ago
  56. 2799863 drm/i915/dsc: Compute Rate Control parameters for DSC by Gaurav K Singh · 6 years ago
  57. 168243c drm/i915/dsc: Define & Compute VESA DSC params by Gaurav K Singh · 6 years ago
  58. 8228c42 drm/i915/dp: Do not enable PSR2 if DSC is enabled by Manasi Navare · 6 years ago
  59. a4a1577 drm/i915/dp: Compute DSC pipe config in atomic check by Manasi Navare · 6 years ago
  60. 7b610f1 drm/i915/dp: Add DSC params and DSC config to intel_crtc_state by Manasi Navare · 6 years ago
  61. b3cf5c0 drm/i915: Decouple SKL stride units from intel_fb_stride_alignment() by Ville Syrjälä · 6 years ago
  62. 70bbe53 drm/i915: Make sure fb gtt offsets stay within 32bits by Ville Syrjälä · 6 years ago
  63. 1fdee75 drm/i915: Pass the plane to icl_program_input_csc_coeff() by Ville Syrjälä · 6 years ago
  64. 45bee43 drm/i915: Rename the confusing 'plane_id' to 'color_plane' by Ville Syrjälä · 6 years ago
  65. 5f2e511 drm/i915: Commit skl+ planes in an order that avoids ddb overlaps by Ville Syrjälä · 6 years ago
  66. ff43bc3 drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+ by Ville Syrjälä · 6 years ago
  67. 51de9c6 drm/i915: Don't pass dev_priv around so much by Ville Syrjälä · 6 years ago
  68. 8315847 drm/i915: Clean up skl+ vs. icl+ watermark computation by Ville Syrjälä · 6 years ago
  69. 6a3c910b drm/i915: Pass the entire skl_plane_wm to skl_compute_transition_wm() by Ville Syrjälä · 6 years ago
  70. 14a4306 drm/i915: Remove some useless zeroing on skl+ wm calculations by Ville Syrjälä · 6 years ago
  71. ce110ec drm/i915: Fix latency==0 handling for level 0 watermark on skl+ by Ville Syrjälä · 6 years ago
  72. 0dd14be drm/i915: Pass the new crtc_state to ->disable_plane() by Ville Syrjälä · 6 years ago
  73. afbd8a7 drm/i915: Introduce crtc_state->update_planes bitmask by Ville Syrjälä · 6 years ago
  74. 019575a drm/i915: Move single buffered plane register writes to the end by Ville Syrjälä · 6 years ago
  75. 83234d1 drm/i915: Reorganize plane register writes to make them more atomic by Ville Syrjälä · 6 years ago
  76. 1aca96c drm/i915: Mark up early pre-production Kabylakes by Chris Wilson · 6 years ago
  77. 39e8493 drm/i915: Skip engine serialisation for no-op seqno reset by Chris Wilson · 6 years ago
  78. b7f2189 drm/i915/ringbuffer: 2-step restart by Chris Wilson · 6 years ago
  79. 0e39037 drm/i915: Cache the error string by Chris Wilson · 6 years ago
  80. 16c36c4 drm/i915/hsw: Drop the stereo 3D enabled check in psr_compute_config() by José Roberto de Souza · 6 years ago
  81. 888bf84 drm/i915: Keep PSR disabled after a driver reload after a PSR error by José Roberto de Souza · 6 years ago
  82. 183b8e6 drm/i915: Disable PSR when a PSR aux error happen by José Roberto de Souza · 6 years ago
  83. 50a12d8 drm/i915: Do not enable PSR in the next modeset after a error by José Roberto de Souza · 6 years ago
  84. 2f8e7ea drm/i915: Check PSR errors instead of retrain while PSR is enabled by José Roberto de Souza · 6 years ago
  85. 2bb0626 drm/i915: Avoid a full port detection in the first eDP short pulse by José Roberto de Souza · 6 years ago
  86. 6fc5d78 drm/i915: Synchronize hpd work in i915_hpd_storm_ctl_show() by Lyude Paul · 6 years ago
  87. 17e8fd1 drm/i915: Eliminate the horrendous format check code by Ville Syrjälä · 6 years ago
  88. b4bf44d drm/i915: Update DRIVER_DATE to 20181122 by Jani Nikula · 6 years ago
  89. 835cb5c drm/i915: Update DRIVER_DATE to 20181122 by Jani Nikula · 6 years ago
  90. 95fd94a drm/i915: avoid rebuilding i915_gpu_error.o on version string updates by Hans Holmberg · 6 years ago
  91. aa6a65d drm/i915: Show waiter's status on engine dump by Chris Wilson · 6 years ago
  92. f43348a drm/i915: Add rotation readout for plane initial config by Ville Syrjälä · 6 years ago
  93. fa6af514 drm/i915: Force a LUT update in intel_initial_commit() by Ville Syrjälä · 6 years ago
  94. 8f19b40 drm/i915: Make CHICKEN_TRANS reg not depend on enum value by Imre Deak · 6 years ago
  95. 8f78df9 drm/i915: Add code comment on assumption of pipe==transcoder by Imre Deak · 6 years ago
  96. c087180 drm/i915: Make EDP PSR flags not depend on enum values by Imre Deak · 6 years ago
  97. 931f549 drm/i915: Make pipe/transcoder offsets not depend on enum values by Imre Deak · 6 years ago
  98. 3c64ea8 drm/i915: fix spelling mistake "reserverd" -> "reserved" by Alexandre Belloni · 6 years ago
  99. 78abd9e drm/i915: Downgrade unknown CSR firmware warnings by Lucas De Marchi · 6 years ago
  100. 02c07b7 drm/i915: allow to load DMC firmware on next gen by Lucas De Marchi · 6 years ago