1. 52791ee dma-buf: rename reservation_object to dma_resv by Christian König · 5 years ago
  2. dd7a7d1 drm/i915: use new reservation_object_fences helper by Christian König · 5 years ago
  3. 4c2488c drm/i915: stop using seqcount for fence pruning by Christian König · 5 years ago
  4. a41e71f drm/i915: update the hdcp state with uevent by Ramalingam C · 5 years ago
  5. d456512 drm/i915: Attach content type property by Ramalingam C · 5 years ago
  6. 7672dbb drm: Add Content protection type property by Ramalingam C · 5 years ago
  7. d808097 drm/i915: Fix up broken merge by Daniel Vetter · 5 years ago
  8. 03b0f2c Merge v5.3-rc1 into drm-misc-next by Maxime Ripard · 5 years ago
  9. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  10. fb4da21 Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  11. be8454a Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  12. 39ceda5 Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  13. 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 6 years ago
  14. c84c902 drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context by Chris Wilson · 6 years ago
  15. b4023756 drm/i915: remove irrelevant DRM_UNLOCKED flag by Emil Velikov · 6 years ago
  16. e4fa845 drm/prime: Align gem_prime_export with obj_funcs.export by Daniel Vetter · 6 years ago
  17. 0424fda drm/prime: Actually remove DRIVER_PRIME everywhere by Daniel Vetter · 6 years ago
  18. 417f254 Merge tag 'drm-intel-next-2019-06-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 6 years ago
  19. 475df5d drm/i915: Don't clobber M/N values during fastset check by Ville Syrjälä · 6 years ago
  20. 1ee008f drm/i915: Update DRIVER_DATE to 20190619 by Jani Nikula · 6 years ago
  21. 2f53094 drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait() by Chris Wilson · 6 years ago
  22. 7359134 drm/i915/execlists: Detect cross-contamination with GuC by Chris Wilson · 6 years ago
  23. 44d8940 drm/i915: Make the semaphore saturation mask global by Chris Wilson · 6 years ago
  24. 52d2d44 Merge v5.2-rc5 into drm-next by Daniel Vetter · 6 years ago
  25. f5633ef Merge tag 'gvt-fixes-2019-06-19' of https://github.com/intel/gvt-linux into drm-intel-fixes by Jani Nikula · 6 years ago
  26. 381f8a2 drm/i915/psr: Force manual PSR exit in older gens by José Roberto de Souza · 6 years ago
  27. eca1536 drm/i915: Don't dereference request if it may have been retired when printing by Chris Wilson · 6 years ago
  28. 1422768 drm/i915/selftests: Flush live_evict by Chris Wilson · 6 years ago
  29. 0bd6cb6 drm/i915: Skip shrinking already freed pages by Chris Wilson · 6 years ago
  30. 767662b drm/i915: Update workarounds selftest for read only regs by Robert M. Fosha · 6 years ago
  31. 7b3d406 drm/i915: Add whitelist workarounds for ICL by John Harrison · 6 years ago
  32. ebd2de4 drm/i915: Support whitelist workarounds on all engines by John Harrison · 6 years ago
  33. 5380d0b drm/i915: Support flags in whitlist WAs by John Harrison · 6 years ago
  34. 7afc7f8 drm/i915: Drop the _INCOMPLETE for has_infoframe by Ville Syrjälä · 6 years ago
  35. dde8483 drm/i915: Make pipe_config_err() vs. fastset less confusing by Ville Syrjälä · 6 years ago
  36. b124ea4 drm/i915: Constify intel_pipe_config_compare() by Ville Syrjälä · 6 years ago
  37. f052155 drm/i915: Don't clobber M/N values during fastset check by Ville Syrjälä · 6 years ago
  38. ef78f7b drm/i915: Use drm_gem_object.resv by Chris Wilson · 6 years ago
  39. 7009db1 drm/i915: Keep engine alive as we retire the context by Chris Wilson · 6 years ago
  40. 4951dc0 drm/i915/guc: Reduce verbosity on log overflows by Chris Wilson · 6 years ago
  41. c6f7acb drm/i915/ehl: Introduce Mule Creek Canyon PCH by Matt Roper · 6 years ago
  42. 32a1963 drm/i915/gtt: Serialise both updates to PDE and our shadow by Chris Wilson · 6 years ago
  43. e938211 drm/i915/dmc: protect against loading wrong firmware by Lucas De Marchi · 6 years ago
  44. 8132b8d drm/i915/dmc: remove redundant return in parse_csr_fw() by Lucas De Marchi · 6 years ago
  45. 0703a53 drm/i915/dmc: add support to load dmc_header version 3 by Lucas De Marchi · 6 years ago
  46. 08f8984 drm/i915/dmc: extract function to parse dmc_header by Lucas De Marchi · 6 years ago
  47. 32fd773 drm/i915/dmc: extract function to parse package_header by Lucas De Marchi · 6 years ago
  48. 46fcbe4 drm/i915/dmc: extract function to parse css header by Lucas De Marchi · 6 years ago
  49. 0bba849 drm/i915/dmc: add support for package_header with version 2 by Lucas De Marchi · 6 years ago
  50. 56b206b drm/i915/dmc: extract fw_info and table walk from intel_package_header by Lucas De Marchi · 6 years ago
  51. 8a6f9d5 drm/i915/dmc: use kernel types by Lucas De Marchi · 6 years ago
  52. 9ee7250 drm/i915/gtt: Generalize alloc_pd by Mika Kuoppala · 6 years ago
  53. 56ab674 drm/i915/gtt: Introduce init_pd by Mika Kuoppala · 6 years ago
  54. 4fba876 drm/i915/gtt: Introduce init_pd_with_page by Mika Kuoppala · 6 years ago
  55. b5b7bef drm/i915/gtt: Use a common type for page directories by Mika Kuoppala · 6 years ago
  56. 7d82cc3 drm/i915/gtt: No need to zero the table for page dirs by Mika Kuoppala · 6 years ago
  57. 0780f3b drm/i915: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  58. df0566a drm/i915: move modesetting core code under display/ by Jani Nikula · 6 years ago
  59. 02ae8ba drm/i915/icl: Add Multi-segmented gamma support by Shashank Sharma · 6 years ago
  60. eec0778 drm/i915: Rename ivb_load_lut_10_max by Shashank Sharma · 6 years ago
  61. 377c70e drm/i915/icl: Add register definitions for Multi Segmented gamma by Uma Shankar · 6 years ago
  62. 89a7230 drm/i915: Change gamma/degamma_lut_size data type to u32 by Shashank Sharma · 6 years ago
  63. 83766cd drm/i915: Nuke atomic set/get prop plane stubs by Maarten Lankhorst · 6 years ago
  64. 379bc10 drm/i915: move modesetting output/encoder code under display/ by Jani Nikula · 6 years ago
  65. ca851ba drm/i915: make intel_sdvo_regs.h self-contained by Jani Nikula · 6 years ago
  66. 971afec drm/i915/gvt: ignore unexpected pvinfo write by Weinan Li · 6 years ago
  67. f407199 drm/i915/ehl: Update MOCS table for EHL by Matt Roper · 6 years ago
  68. e846f0d kbuild: add support for ensuring headers are self-contained by Jani Nikula · 6 years ago
  69. dfdeaff2 drm/i915: Avoid tainting i915_gem_park() with wakeref.lock by Chris Wilson · 6 years ago
  70. 151f4e2 docs: power: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  71. 422d7df drm/i915: Replace engine->timeline with a plain list by Chris Wilson · 6 years ago
  72. 9db0c5c drm/i915: Stop retiring along engine by Chris Wilson · 6 years ago
  73. ce476c8 drm/i915: Keep contexts pinned until after the next kernel context switch by Chris Wilson · 6 years ago
  74. 58a111f drm/i915: make intel_wakeref work on the rpm struct by Daniele Ceraolo Spurio · 6 years ago
  75. c447ff7 drm/i915: update with_intel_runtime_pm to use the rpm structure by Daniele Ceraolo Spurio · 6 years ago
  76. d858d56 drm/i915: update rpm_get/put to use the rpm structure by Daniele Ceraolo Spurio · 6 years ago
  77. 69c6635 drm/i915: move a few more functions to accept the rpm structure by Daniele Ceraolo Spurio · 6 years ago
  78. 1bf676c drm/i915: move and rename i915_runtime_pm by Daniele Ceraolo Spurio · 6 years ago
  79. 9102650 drm/i915: make enable/disable rpm assert function use the rpm structure by Daniele Ceraolo Spurio · 6 years ago
  80. 87b391b drm/i915: Remove rpm asserts that use i915 by Daniele Ceraolo Spurio · 6 years ago
  81. d5b6c27 drm/i915: prefer i915_runtime_pm in intel_runtime function by Daniele Ceraolo Spurio · 6 years ago
  82. cc49abc drm/i915: Add Wa_1409120013:icl,ehl by Matt Roper · 6 years ago
  83. 84383d2 drm/i915: Refine i915_reset.lock_map by Chris Wilson · 6 years ago
  84. 6e4e970 drm/i915: Execute signal callbacks from no-op i915_request_wait by Chris Wilson · 6 years ago
  85. a095076 drm/i915: Discard some redundant cache domain flushes by Chris Wilson · 6 years ago
  86. 5e3fb2a drm/i915: Enable refcount debugging for default debug levels by Chris Wilson · 6 years ago
  87. 6f3b627 drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state by Sean Paul · 6 years ago
  88. 0cf289b drm/i915: Move fence register tracking from i915->mm to ggtt by Chris Wilson · 6 years ago
  89. 70972f5 drm/i915: kerneldoc warnings squelched by Chris Wilson · 6 years ago
  90. 4f5fd91 drm/i915: Remove I915_READ16 and I915_WRITE16 by Tvrtko Ursulin · 6 years ago
  91. 5a31d30 drm/i915: Remove I915_READ_NOTRACE by Tvrtko Ursulin · 6 years ago
  92. 54ac647 drm/i915: Remove I915_WRITE_NOTRACE by Tvrtko Ursulin · 6 years ago
  93. e44d62d drm/i915: Remove POSTING_READ16 by Tvrtko Ursulin · 6 years ago
  94. e33a4be drm/i915: Remove I915_POSTING_READ_FW by Tvrtko Ursulin · 6 years ago
  95. c54f0ba drm/i915: Remove I915_READ8 by Tvrtko Ursulin · 6 years ago
  96. ecab9be drm/i915: Combine unbound/bound list tracking for objects by Chris Wilson · 6 years ago
  97. 6ce1c33 drm/i915: Kill INTEL_SUBPLATFORM_AML by Ville Syrjälä · 6 years ago
  98. c3ad8d2 drm/i915: Add missing commas to the end of the subplatform ID arrays by Ville Syrjälä · 6 years ago
  99. 8676178 drm/i915: Improve WRPLL reference clock readout on HSW/BDW by Ville Syrjälä · 6 years ago
  100. d1707a9 drm/i915: Assert that HSW/BDW LCPLL is using the non-SSC reference by Ville Syrjälä · 6 years ago