1. 1d0f2eb drm/i915/perf: move perf types to their own header by Lionel Landwerlin · 5 years ago
  2. abc47ff drm/i915/gt: Restore dropped 'interruptible' flag by Chris Wilson · 5 years ago
  3. 9445ad1 drm/i915: Update DRIVER_DATE to 20191007 by Joonas Lahtinen · 5 years ago
  4. 9bfcf19 drm/i915: move gmbus setup down to intel_modeset_init() by Jani Nikula · 5 years ago
  5. 63bf830 drm/i915: split out i915_switcheroo.[ch] from i915_drv.c by Jani Nikula · 5 years ago
  6. 7fd2960 drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem() by Jani Nikula · 5 years ago
  7. 0e5493c drm/i915/stolen: make the object creation interface consistent by CQ Tang · 5 years ago
  8. 7d423af drm/i915: Implement a better i945gm vblank irq vs. C-states workaround by Ville Syrjälä · 5 years ago
  9. 7842793 drm/i915: Drop struct_mutex from around GEM initialisation by Chris Wilson · 5 years ago
  10. 2af4029 drm/i915/selftests: Drop vestigal struct_mutex guards by Chris Wilson · 5 years ago
  11. 3d88f76 drm/i915: Drop struct_mutex from suspend state save/restore by Chris Wilson · 5 years ago
  12. 6c3828a drm/i915: Remove struct_mutex guard for debugfs/opregion by Chris Wilson · 5 years ago
  13. ba198a10b drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info by Chris Wilson · 5 years ago
  14. cb5eb07 drm/i915/overlay: Drop struct_mutex guard by Chris Wilson · 5 years ago
  15. a4e7ccd drm/i915: Move context management under GEM by Chris Wilson · 5 years ago
  16. 2935ed5 drm/i915: Remove logical HW ID by Chris Wilson · 5 years ago
  17. a2b4dea drm/i915: Move global activity tracking from GEM to GT by Chris Wilson · 5 years ago
  18. 6610197 drm/i915: Move request runtime management onto gt by Chris Wilson · 5 years ago
  19. 789ed95 drm/i915/gem: Retire directly for mmap-offset shrinking by Chris Wilson · 5 years ago
  20. f33a8a5 drm/i915: Merge wait_for_timelines with retire_request by Chris Wilson · 5 years ago
  21. 33d8564 drm/i915: Remove the GEM idle worker by Chris Wilson · 5 years ago
  22. 7e80576 drm/i915: Drop struct_mutex from around i915_retire_requests() by Chris Wilson · 5 years ago
  23. b723484 drm/i915: Move idle barrier cleanup into engine-pm by Chris Wilson · 5 years ago
  24. b1e3177 drm/i915: Coordinate i915_active with its own mutex by Chris Wilson · 5 years ago
  25. 274cbf2 drm/i915: Push the i915_active.retire into a worker by Chris Wilson · 5 years ago
  26. 2850748 drm/i915: Pull i915_vma_pin under the vm->mutex by Chris Wilson · 5 years ago
  27. 1133112 drm/i915: Mark up address spaces that may need to allocate by Chris Wilson · 5 years ago
  28. 5e05345 drm/i915: Only track bound elements of the GTT by Chris Wilson · 5 years ago
  29. b290a78 drm/i915: Use helpers for drm_mm_node booleans by Chris Wilson · 5 years ago
  30. 261ea7e drm/i915: Restrict L3 remapping sysfs interface to dwords by Chris Wilson · 5 years ago
  31. f6ec948 drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms by Kai Vehmanen · 5 years ago
  32. 1580d3c drm/i915: Fix audio power up sequence for gen10+ display by Kai Vehmanen · 5 years ago
  33. 81cdeca drm/i915/dp: remove static variable for aux last status by Jani Nikula · 5 years ago
  34. 44d0a9c drm/i915/execlists: Skip redundant resubmission by Chris Wilson · 5 years ago
  35. 3032c0b drm/i915/tgl: Add the Thunderbolt PLL divider values by Imre Deak · 5 years ago
  36. 48c3815 drm/i915: use DRM_DEBUG_KMS() instead of drm_dbg(DRM_UT_KMS, ...) by Jani Nikula · 5 years ago
  37. 0d52cc7 drm/i915: use DRM_ERROR() instead of drm_err() by Jani Nikula · 5 years ago
  38. fcde8c7 drm/i915/selftests: Exercise potential false lite-restore by Chris Wilson · 5 years ago
  39. f21e8b8 drm/i915/mg: Use tc_port instead of port parameter to MG registers by José Roberto de Souza · 5 years ago
  40. 0fbae9d drm/i915: Clean up encoder->crtc_mask setup by Ville Syrjälä · 6 years ago
  41. ed500bf drm/i915: Populate possible_crtcs correctly by Ville Syrjälä · 6 years ago
  42. 3cbad5d drm/i915/gem: Refactor tests on obj->ops->flags by Chris Wilson · 5 years ago
  43. dfe324f drm/i915/selftests: Extract random_offset() for use with a prng by Chris Wilson · 5 years ago
  44. 006e570 drm/i915: Fix g4x sprite scaling stride check with GTT remapping by Ville Syrjälä · 5 years ago
  45. 15de088 drm/i915: Polish intel_tv_mode_valid() by Ville Syrjälä · 5 years ago
  46. 74f1d789 drm/i915: Limit MST modes based on plane size too by Ville Syrjälä · 5 years ago
  47. 4fb8783 drm/i915/display: abstract all vgaarb access to intel_vga.[ch] by Jani Nikula · 5 years ago
  48. a431174 drm/i915/userptr: Never allow userptr into the mappable GGTT by Chris Wilson · 5 years ago
  49. 99785b8 drm/i915/dp: Fix DP MST error after unplugging TypeC cable by Srinivasan S · 5 years ago
  50. f8db4d05 drm/i915: Initialise breadcrumb lists on the virtual engine by Chris Wilson · 5 years ago
  51. 1d6f1d1 drm/i915/gt: Only unwedge if we can reset first by Chris Wilson · 5 years ago
  52. 50d16d4 drm/i915/selftests: Exercise context switching in parallel by Chris Wilson · 5 years ago
  53. 4abc6e7 drm/i915/selftests: Provide a mock GPU reset routine by Chris Wilson · 5 years ago
  54. 4e18ca7 drm/i915/selftests: Distinguish mock device from no wakeref by Chris Wilson · 5 years ago
  55. 260e6b7 drm/i915: Pass intel_gt to has-reset? by Chris Wilson · 5 years ago
  56. 42b899f drm/i915/selftests: Do not try to sanitize mock HW by Chris Wilson · 5 years ago
  57. a3f356b drm/i915: simplify i915_gem_init_early by Matthew Auld · 5 years ago
  58. b178a3f drm/i915: check for kernel_context by Matthew Auld · 5 years ago
  59. f663769 drm/i915/tgl: initialize TC and TBT ports by Lucas De Marchi · 5 years ago
  60. a839136 drm/i915/tgl: Fix dkl link training by José Roberto de Souza · 5 years ago
  61. 978c3e5 drm/i915/tgl: Add dkl phy programming sequences by Clinton A Taylor · 5 years ago
  62. 3b51be4 drm/i915/tc: Update DP_MODE programming by Clinton A Taylor · 5 years ago
  63. 283a409 drm/i915/dmc: Update ICL DMC version to v1.09 by Anusha Srivatsa · 5 years ago
  64. 901045c drm/i915/huc: fix version parsing from CSS header by Daniele Ceraolo Spurio · 5 years ago
  65. 9cd6c33 drm/i915: Update DRIVER_DATE to 20190927 by Joonas Lahtinen · 5 years ago
  66. c113236 drm/i915: Extract GT render sleep (rc6) management by Andi Shyti · 5 years ago
  67. a3f56e7 drm/i915/selftests: Exercise concurrent submission to all engines by Chris Wilson · 5 years ago
  68. 74b2089 drm/i915: Add definitions for MI_MATH command by Michał Winiarski · 5 years ago
  69. 56316cb drm/i915/perf: Fix use of kernel-doc format in structure members by Anna Karas · 5 years ago
  70. e379223 drm/i915: Don't disable interrupts for intel_engine_breadcrumbs_irq() by Sebastian Andrzej Siewior · 5 years ago
  71. 132dfc7 drm/i915: Drop the IRQ-off asserts by Sebastian Andrzej Siewior · 5 years ago
  72. 7d5255e drm/i915: Adjust length of MI_LOAD_REGISTER_REG by Michał Winiarski · 5 years ago
  73. e123752 drm/i915/execlists: Use per-process HWSP as scratch by Michał Winiarski · 5 years ago
  74. 5311f51 drm/i915: Define explicit wedged on init reset state by Michał Winiarski · 5 years ago
  75. 45d3c5c drm/i915: Small joiner RAM buffer size is platform-specific by Matt Roper · 5 years ago
  76. c1f2b81 drm/i915/tgl: Add memory type decoding for bandwidth checking by James Ausmus · 5 years ago
  77. 6677c3b drm/i915/tgl: Return the mg/dkl pll as DDI clock for new TC ports by José Roberto de Souza · 5 years ago
  78. ee7de6a drm/i915/tgl: Add dkl phy pll calculations by José Roberto de Souza · 5 years ago
  79. 1a5c6aa drm/i915/tgl: re-indent code to prepare for DKL changes by Lucas De Marchi · 5 years ago
  80. e87b9b0 drm/i915/tgl: Add support for dkl pll write by Vandita Kulkarni · 5 years ago
  81. 1e225a2 drm/i915/tgl: Add initial dkl pll support by Lucas De Marchi · 5 years ago
  82. f9d4eae drm/i915/execlists: Simplify gen12_csb_parse by Chris Wilson · 5 years ago
  83. c750c22 drm/i915: Do not add all planes when checking scalers on glk+ by Maarten Lankhorst · 5 years ago
  84. c47b7dd drm/i915: Rename planar linked plane variables by Maarten Lankhorst · 5 years ago
  85. c22d62e drm/i915: Get rid of crtc_state->fb_changed by Maarten Lankhorst · 5 years ago
  86. 8aa940c drm/i915: Add hardware readout for FEC by Maarten Lankhorst · 5 years ago
  87. ed06efb drm/i915/dp: Fix dsc bpp calculations, v5. by Maarten Lankhorst · 5 years ago
  88. 1b85887 Revert "drm/i915/color: Extract icl_read_luts()" by Swati Sharma · 5 years ago
  89. b1da91c9 drm/i915/tgl: Swap engines for no rps (gpu reclocking) by Chris Wilson · 5 years ago
  90. 6ea3cee drm/i915: Add Pipe D cursor ctrl register for Gen12 by Ankit Nautiyal · 5 years ago
  91. 7dc56af drm/i915/selftests: Verify the LRC register layout between init and HW by Chris Wilson · 5 years ago
  92. 1b74d46 drm/i915: Add TigerLake bandwidth checking by Stanislav Lisovskiy · 5 years ago
  93. 5028851c drm/i915: Mark contents as dirty on a write fault by Chris Wilson · 5 years ago
  94. e214450 drm/i915: Prevent bonded requests from overtaking each other on preemption by Chris Wilson · 5 years ago
  95. cb2377a drm/i915: Fixup preempt-to-busy vs reset of a virtual request by Chris Wilson · 5 years ago
  96. b647c7d drm/i915: Fixup preempt-to-busy vs resubmission of a virtual request by Chris Wilson · 5 years ago
  97. 27ffe6e drm/i915/tgl: Check the UC health of tc controllers after power on by José Roberto de Souza · 5 years ago
  98. 8aaf5cb drm/i915/icl: Unify disable and enable phy clock gating functions by José Roberto de Souza · 5 years ago
  99. f15a4eb drm/i915/tgl: Add dkl phy registers by Vandita Kulkarni · 5 years ago
  100. 57bd179 drm/i915/tgl/pll: Set update_active_dpll by Clinton A Taylor · 5 years ago