1. dc6cd91 drm/i915/gt: Restore both GGTT bindings on resume by Chris Wilson · 4 years, 8 months ago
  2. b72f02d drm/i915/gt: Prevent timeslicing into unpreemptable requests by Chris Wilson · 4 years, 8 months ago
  3. cc649a9 drm/i915: work around false-positive maybe-uninitialized warning by Arnd Bergmann · 4 years, 8 months ago
  4. 6ec81b8 drm/i915/pmu: avoid an maybe-uninitialized warning by Arnd Bergmann · 4 years, 8 months ago
  5. 0109a16 drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resume by Chris Wilson · 4 years, 8 months ago
  6. 511b6d9 drm/i915/gt: Do not schedule normal requests immediately along virtual by Chris Wilson · 4 years, 8 months ago
  7. ffb0c60 drm/i915: Reorder await_execution before await_request by Chris Wilson · 4 years, 8 months ago
  8. 22da5d8 drm/i915/display: Only query DP state of a DDI encoder by Chris Wilson · 4 years, 8 months ago
  9. fc0e127 drm/i915: Improve execute_cb struct packing by Chris Wilson · 4 years, 8 months ago
  10. 9ae6c4e drm/i915/execlists: Shortcircuit queue_prio() for no internal levels by Chris Wilson · 4 years, 8 months ago
  11. 7c4541a drm/i915/gt: Force the GT reset on shutdown by Chris Wilson · 4 years, 8 months ago
  12. 6f081db drm/i915/display: Fix early deref of 'dsb' by Chris Wilson · 4 years, 8 months ago
  13. bf0840c drm/i915/gt: Stop cross-polluting PIN_GLOBAL with PIN_USER with no-ppgtt by Chris Wilson · 4 years, 8 months ago
  14. ea97c4c drm/i915/gem: Suppress some random warnings by Chris Wilson · 4 years, 8 months ago
  15. 1d93949 drm/i915/gt: Cancel the flush worker more thoroughly by Chris Wilson · 4 years, 8 months ago
  16. afeda4f drm/i915/dsb: Pre allocate and late cleanup of cmd buffer by Animesh Manna · 4 years, 8 months ago
  17. 957ad9a drm/i915/gem: Avoid iterating an empty list by Chris Wilson · 4 years, 8 months ago
  18. cac91e6 drm/i915: Fix includes and local vars order by Stanislav Lisovskiy · 4 years, 8 months ago
  19. b975abb agp/intel: Fix a memory leak on module initialisation failure by Qiushi Wu · 4 years, 8 months ago
  20. 2992b54 drm/i915/ehl: Extend w/a 14010685332 to JSP/MCC by Swathi Dhanavanthri · 4 years, 8 months ago
  21. 82ea174 drm/i915: Remove unneeded hack now for CDCLK by Stanislav Lisovskiy · 4 years, 8 months ago
  22. cd19154 drm/i915: Adjust CDCLK accordingly to our DBuf bw needs by Stanislav Lisovskiy · 4 years, 8 months ago
  23. 8435576b drm/i915: Introduce for_each_dbuf_slice_in_mask macro by Stanislav Lisovskiy · 4 years, 8 months ago
  24. cf12976 drm/i915: Plane configuration affects CDCLK in Gen11+ by Stanislav Lisovskiy · 4 years, 8 months ago
  25. 9877c37 drm/i915: Check plane configuration properly by Stanislav Lisovskiy · 4 years, 8 months ago
  26. 4f0b435 drm/i915: Extract cdclk requirements checking to separate function by Stanislav Lisovskiy · 4 years, 8 months ago
  27. c93b9b2 drm/i915: Decouple cdclk calculation from modeset checks by Stanislav Lisovskiy · 4 years, 8 months ago
  28. aedbe0a drm/i915: Remove PIN_UPDATE for i915_vma_pin by Chris Wilson · 4 years, 8 months ago
  29. 32a4605 drm/i915: Avoid using rq->engine after free during i915_fence_release by Chris Wilson · 4 years, 8 months ago
  30. 0eb670a drm/i915: Disable semaphore inter-engine sync without timeslicing by Chris Wilson · 4 years, 8 months ago
  31. 4f44afe drm/i915/selftests: Flush the submission, not cancel it! by Chris Wilson · 4 years, 8 months ago
  32. 1a539247 drm/i915/selftests: Measure CS_TIMESTAMP by Chris Wilson · 4 years, 8 months ago
  33. 537af0b drm/i915/ehl: Wa_22010271021 by Matt Atwood · 4 years, 8 months ago
  34. 01f953e drm/i915/rkl: RKL only uses PHY_MISC for PHY's A and B by Matt Roper · 4 years, 9 months ago
  35. 93e2323 drm/i915/rkl: Add power well support by Matt Roper · 4 years, 9 months ago
  36. 99e2d8b drm/i915/rkl: Limit number of universal planes to 5 by Matt Roper · 4 years, 9 months ago
  37. affd7bb drm/i915/rkl: Update memory bandwidth parameters by Matt Roper · 4 years, 9 months ago
  38. efbee02 x86/gpu: add RKL stolen memory support by Matt Roper · 4 years, 9 months ago
  39. f2c1061a drm/i915/gt: Remove errant assertion in __intel_context_do_pin by Chris Wilson · 4 years, 8 months ago
  40. a09e89e drm/i915/rkl: Add PCH support by Matt Roper · 4 years, 9 months ago
  41. 3a303a3 drm/i915/rkl: Load DMC firmware for Rocket Lake by Matt Roper · 4 years, 9 months ago
  42. d727e0b drm/i915/rkl: Re-use TGL GuC/HuC firmware by Matt Roper · 4 years, 9 months ago
  43. 123f62d drm/i915/rkl: Add RKL platform info and PCI ids by Matt Roper · 4 years, 9 months ago
  44. 6ad249b drm/i915/gt: Incorporate the virtual engine into timeslicing by Chris Wilson · 4 years, 8 months ago
  45. 1ee05f9 drm/i915/gt: Kick virtual siblings on timeslice out by Chris Wilson · 4 years, 8 months ago
  46. 4fe13f2 drm/i915/selftests: Add tests for timeslicing virtual engines by Chris Wilson · 4 years, 8 months ago
  47. f73fbb5 drm/i915/selftests: Check for an initial-breadcrumb in wait_for_submit() by Chris Wilson · 4 years, 8 months ago
  48. 3a230a5 drm/i915/selftests: Restore to default heartbeat by Chris Wilson · 4 years, 8 months ago
  49. ad65868 drm/i915/selftests: Change priority overflow detection by Chris Wilson · 4 years, 8 months ago
  50. b86fc6e5 drm/i915: Don't set queue-priority hint when supressing the reschedule by Chris Wilson · 4 years, 8 months ago
  51. 25c26f1 drm/i915/selftests: Measure dispatch latency by Chris Wilson · 4 years, 8 months ago
  52. 649c10f drm/i915/runtime_pm: Prefer drm_WARN* over WARN* by Pankaj Bharadiya · 4 years, 9 months ago
  53. 19edeb38 drm/i915/pm: Prefer drm_WARN_ON over WARN_ON by Pankaj Bharadiya · 4 years, 9 months ago
  54. bf07f6e drm/i915/pmu: Prefer drm_WARN_ON over WARN_ON by Pankaj Bharadiya · 4 years, 9 months ago
  55. 7bda100 drm/i915/i915_drv: Prefer drm_WARN_ON over WARN_ON by Pankaj Bharadiya · 4 years, 9 months ago
  56. 6db20e2 drm/i915/gem: Prefer drm_WARN* over WARN* by Pankaj Bharadiya · 4 years, 9 months ago
  57. ef3929b drm/i915/display/tc: Prefer drm_WARN_ON over WARN_ON by Pankaj Bharadiya · 4 years, 9 months ago
  58. cb7cbb4 drm/i915/display/sdvo: Prefer drm_WARN* over WARN* by Pankaj Bharadiya · 4 years, 9 months ago
  59. 4f36048 drm/i915/display/dp: Prefer drm_WARN* over WARN* by Pankaj Bharadiya · 4 years, 9 months ago
  60. 4c1ccdf drm/i915/display/display_power: Prefer drm_WARN_ON over WARN_ON by Pankaj Bharadiya · 4 years, 9 months ago
  61. ae9b6cf drm/i915: Fix AUX power domain toggling across TypeC mode resets by Imre Deak · 4 years, 8 months ago
  62. 488e017 drm/i915: Read out hrawclk on all gen3+ platforms by Ville Syrjälä · 4 years, 8 months ago
  63. 42ab330 drm/i915: Document our lackluster FSB frequency readout by Ville Syrjälä · 4 years, 8 months ago
  64. 6f62bda drm/i915: Fix 400 MHz FSB readout on elk by Ville Syrjälä · 4 years, 8 months ago
  65. cba597a drm/i915/display: Return error from dbuf allocation failure by Chris Wilson · 4 years, 8 months ago
  66. b6a13a3 drm/i915: Fix dbuf slice mask when turning off all the pipes by Ville Syrjälä · 4 years, 8 months ago
  67. f5f7e79 drm/i915/gt: Reuse the tasklet priority for virtual as their siblings by Chris Wilson · 4 years, 8 months ago
  68. 67a64e5 drm/i915/selftests: Refactor sibling selection by Chris Wilson · 4 years, 8 months ago
  69. 993fa32 drm/i915: Mark check_shadow_context_ppgtt as maybe unused by Nathan Chancellor · 4 years, 8 months ago
  70. 552e01f drm/i915/gem: Retry faulthandlers on ENOSPC by Chris Wilson · 4 years, 8 months ago
  71. 70b1a26 drm/i915: Clean up dbuf debugs during .atomic_check() by Ville Syrjälä · 5 years ago
  72. c7c0e7e drm/i915: Move the dbuf pre/post plane update by Ville Syrjälä · 5 years ago
  73. 0cde0e0 drm/i915: Nuke skl_ddb_get_hw_state() by Ville Syrjälä · 5 years ago
  74. 3cf43cd drm/i915: Introduce proper dbuf state by Ville Syrjälä · 5 years ago
  75. 56f48c1 drm/i915: Unify the low level dbuf code by Ville Syrjälä · 5 years ago
  76. b3f1ff5 drm/i915: Polish some dbuf debugs by Ville Syrjälä · 5 years ago
  77. 2f9078c drm/i915: Make skl_compute_dbuf_slices() behave consistently for all platforms by Ville Syrjälä · 5 years ago
  78. 794bdcf drm/i915: avoid unused scale_user_to_hw() warning by Arnd Bergmann · 4 years, 9 months ago
  79. 963f328 drm/i915: Protect overlay colorkey macro arguments by Ville Syrjälä · 5 years ago
  80. 7cd0f22 drm/i915: Enable pipe gamma for the overlay by Ville Syrjälä · 5 years ago
  81. e0b5d48 drm/i915: Configure overlay cc_out precision based on crtc gamma config by Ville Syrjälä · 5 years ago
  82. 0e12b4e drm/i915: Fix overlay colorkey for 30bpp and 8bpp by Ville Syrjälä · 5 years ago
  83. 5e9e0a3a drm/i915: Fix max cursor size for i915g/gm by Ville Syrjälä · 5 years ago
  84. 3a36aa2 drm/i915: Update DRIVER_DATE to 20200515 by Joonas Lahtinen · 4 years, 8 months ago
  85. ca69a3c drm/i915: Document locking guidelines by Joonas Lahtinen · 5 years ago
  86. 802a5820 drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}() by Ville Syrjälä · 4 years, 11 months ago
  87. 56f1b31 drm/i915: Store CS timestamp frequency in Hz by Ville Syrjälä · 4 years, 11 months ago
  88. 2e27015 drm/i915: Nuke pointless div by 64bit by Ville Syrjälä · 4 years, 11 months ago
  89. 8ca6d02 drm/i915: Enable SAGV support for Gen12 by Stanislav Lisovskiy · 4 years, 8 months ago
  90. 20f505f drm/i915: Restrict qgv points which don't have enough bandwidth. by Stanislav Lisovskiy · 4 years, 8 months ago
  91. 7241c57 drm/i915: Add TGL+ SAGV support by Stanislav Lisovskiy · 4 years, 8 months ago
  92. 1be8f34 Merge tag 'gvt-next-2020-05-12' of https://github.com/intel/gvt-linux into drm-intel-next-queued by Joonas Lahtinen · 4 years, 8 months ago
  93. 7a00e68 drm/i915/psr: Use new DP VSC SDP compute routine on PSR by Gwan-gyeong Mun · 4 years, 8 months ago
  94. cafac5a drm/i915/dp: Add compute routine for DP PSR VSC SDP by Gwan-gyeong Mun · 4 years, 8 months ago
  95. fa37a21 drm/i915: Stop sending DP SDPs on ddi disable by Gwan-gyeong Mun · 4 years, 8 months ago
  96. 76d45d0 drm/i915: Program DP SDPs on pipe updates by Gwan-gyeong Mun · 4 years, 8 months ago
  97. ce58867 drm/i915: Fix enabled infoframe states of lspcon by Gwan-gyeong Mun · 4 years, 8 months ago
  98. 2c3928e drm/i915: Add state readout for DP VSC SDP by Gwan-gyeong Mun · 4 years, 8 months ago
  99. dee66f3 drm/i915: Add state readout for DP HDR Metadata Infoframe SDP by Gwan-gyeong Mun · 4 years, 8 months ago
  100. 1bf3657 drm/i915: Program DP SDPs with computed configs by Gwan-gyeong Mun · 4 years, 8 months ago