1. 817cc079 drm/i915: Handle RC6 counter wrap by Tvrtko Ursulin · 7 years ago
  2. 62b5ed1 drm/i915: Fix i915_gem_context.h header by Tvrtko Ursulin · 7 years ago
  3. 8171750 drm/i915: introduce INTEL_PCH_ID() and use it by Jani Nikula · 7 years ago
  4. 40ace64 drm/i915: have virtual PCH detection return a PCH id by Jani Nikula · 7 years ago
  5. 435ad2c drm/i915: abstract virtual PCH id detection by Jani Nikula · 7 years ago
  6. da6c10c2 drm/i915: abstract PCH type detection from PCH id by Jani Nikula · 7 years ago
  7. 015df4f drm/i915/selftests: Report setup errors for igt_partial_tiling by Chris Wilson · 7 years ago
  8. c3cc39c drm/i915/icl: program mbus during pipe enable by Mahesh Kumar · 7 years ago
  9. 4cb4585 drm/i915/icl: initialize MBus during display init by Mahesh Kumar · 7 years ago
  10. 746edf8 drm/i915/icl: Enable both DBuf slices during init by Mahesh Kumar · 7 years ago
  11. ad186f3 drm/i915/icl: implement the display init/uninit sequences by Paulo Zanoni · 7 years ago
  12. 186a277 drm/i915/icl: add the main CDCLK functions by Paulo Zanoni · 7 years ago
  13. 62d4a5e drm/i915/icl: add ICL support to cnl_set_procmon_ref_values by Paulo Zanoni · 7 years ago
  14. 3758d96 drm/i915: Fix incorrect comment by David Weinehall · 7 years ago
  15. e53792f drm/i915: Replace open-coded memset_p() by Chris Wilson · 7 years ago
  16. 51cc9ad drm/i915: Don't query PCODE RC6VIDS on platforms not supporting it by Imre Deak · 7 years ago
  17. 3ceda3a drm/i915: Hold rpm wakeref for printing the engine's register state by Chris Wilson · 7 years ago
  18. 74d00d2 drm/i915: Don't wake the device up to check if the engine is asleep by Chris Wilson · 7 years ago
  19. ad51690 drm/i915: Move the final intel_gpu_reset() to after declaring wedged by Chris Wilson · 7 years ago
  20. 0f550a2 drm/i915: Replace some negative Gen checks by Tvrtko Ursulin · 7 years ago
  21. c56b89f drm/i915: Use INTEL_GEN everywhere by Tvrtko Ursulin · 7 years ago
  22. 6a20fe7 drm/i915: Give all ioctl functions an _ioctl suffix by Ville Syrjälä · 7 years ago
  23. 89746e7 drm/i915: Reject undefined colorkey flags by Ville Syrjälä · 7 years ago
  24. 928f0cd drm/i915/snb+: Remove incorrect forcewake check in debugfs/i915_drpc_info by Imre Deak · 7 years ago
  25. 8e47b4b drm/i915: Remove redundant check on execlists interrupt by Chris Wilson · 7 years ago
  26. 2927e42 drm/i915/crt: Silence compiler warning for uninitialised status by Chris Wilson · 7 years ago
  27. f0fa739 drm/i915: Avoid leaking lpe audio platdev.data by Chris Wilson · 7 years ago
  28. 6a05d29 drm/i915: Disable unused-but-set compiler warning by Chris Wilson · 7 years ago
  29. 40f4609 drm/i915: Fix kerneldoc warnings for i915_gem_internal by Chris Wilson · 7 years ago
  30. 204bcfe drm/i915: Fix kerneldoc warnings in i915_gem_execbuffer by Chris Wilson · 7 years ago
  31. eb8269b drm/i915: Fix kerneldoc parameter markup by Chris Wilson · 7 years ago
  32. 34e07e4 drm/i915: Add missing kerneldoc for 'ent' in i915_driver_init_early by Chris Wilson · 7 years ago
  33. 3d4b7ca drm/i915: Remove lost comment from i915_gem_context by Chris Wilson · 7 years ago
  34. d880212 drm/i915: Fix kerneldoc warnings for i915_gem_request by Chris Wilson · 7 years ago
  35. a5a5ae2 drm/i915: Fix kerneldoc warnings for i915_gem_userptr by Chris Wilson · 7 years ago
  36. 179f402 drm/i915: Fix kerneldoc warnings for intel_ringbuffer by Chris Wilson · 7 years ago
  37. d03133a drm/i915: Fix kerneldoc warnings for i915_gpu_error by Chris Wilson · 7 years ago
  38. a1ab7dc drm/i915: Wait for gen3 reset status to be asserted by Chris Wilson · 7 years ago
  39. bc8f2f5 drm/i915: Be paranoid and post the writes to stop the rings by Chris Wilson · 7 years ago
  40. 0d73e7a drm/i915: Mark the device as wedged from the beginning of set-wedged by Chris Wilson · 7 years ago
  41. 11a18f6 drm/i915: Avoid truncation before clamping userspace's priority value by Chris Wilson · 7 years ago
  42. 253a281 drm/i915: Remove superfluous worker wakeups when RPS is already boosted by Chris Wilson · 7 years ago
  43. 020580f drm/i915/perf: Fix compiler warning for string truncation by Chris Wilson · 7 years ago
  44. 43df81d drm/i915/perf: Fix compiler warning for string truncation by Chris Wilson · 7 years ago
  45. ce1599a drm/i915: do not stop engines on sanitize if i915.reset=0 by Daniele Ceraolo Spurio · 7 years ago
  46. d637637 drm/i915: Only allocate preempt context when required by Chris Wilson · 7 years ago
  47. 3fed180 drm/i915: Move the scheduler feature bits into the purview of the engines by Chris Wilson · 7 years ago
  48. e78c917 drm/i915/guc: Allow preempt-client to be NULL by Chris Wilson · 7 years ago
  49. 05273c9 drm/i915/pmu: Fix building without CONFIG_PM by Chris Wilson · 7 years ago
  50. 1fe699e drm/i915/pmu: Fix sleep under atomic in RC6 readout by Tvrtko Ursulin · 7 years ago
  51. 8177e11 drm/i915: Tidy up some error messages around reset failure by Chris Wilson · 7 years ago
  52. c22b355 drm/i915: Trim the retired request queue after submitting by Chris Wilson · 7 years ago
  53. 8ac71d1 drm/i915: Skip request serialisation if the timeline is already complete by Chris Wilson · 7 years ago
  54. 31dade7 drm/i915: Ignore minimum lines for level 0 in skl_compute_plane_wm, v2. by Maarten Lankhorst · 7 years ago
  55. fd10e2c drm/i915/breadcrumbs: Ignore unsubmitted signalers by Chris Wilson · 7 years ago
  56. 2f2f2db drm/i915: Update DRIVER_DATE to 20180207 by Joonas Lahtinen · 7 years ago
  57. b2f78cd drm/i915/pmu: Fix PMU enable vs execlists tasklet race by Tvrtko Ursulin · 7 years ago
  58. 4b6ce68 drm/i915/cnl: WaPipeControlBefore3DStateSamplePattern by Rafael Antognolli · 7 years ago
  59. 3aec7f8 drm/i915/cmdparser: Do not check past the cmd length. by Michal Srb · 7 years ago
  60. 2f265fa drm/i915/cmdparser: Check reg_table_count before derefencing. by Michal Srb · 7 years ago
  61. 6ec5bd3 drm/i915: Deprecate I915_SET_COLORKEY_NONE by Ville Syrjälä · 7 years ago
  62. 01b8fdc drm/i915: Skip post-reset request emission if the engine is not idle by Chris Wilson · 7 years ago
  63. e840130 drm/i915/execlists: Move the reset bits to a more natural home by Chris Wilson · 7 years ago
  64. 8ec21a7 drm/i915/selftests: Use a sacrificial context for hang testing by Chris Wilson · 7 years ago
  65. a8b66f2 drm/i915/selftests: Flush old resets between engines by Chris Wilson · 7 years ago
  66. b7a3f33 drm/i915/breadcrumbs: Drop request reference for the signaler thread by Chris Wilson · 7 years ago
  67. 24eae08 drm/i915: Remove unbannable context spam from reset by Chris Wilson · 7 years ago
  68. 073988d drm/i915/execlists: Remove the startup spam by Chris Wilson · 7 years ago
  69. 559e040 drm/i915: Show the GPU state when declaring wedged by Chris Wilson · 7 years ago
  70. 4a3d1e0 drm/i915: Always update the no_fbc_reason when disabling by Chris Wilson · 7 years ago
  71. 9e519bc drm/i915: Add some newlines to intel_engine_dump() headers by Chris Wilson · 7 years ago
  72. 302e55d drm/i915: Report if an unbannable context is involved in a GPU hang by Chris Wilson · 7 years ago
  73. 55ef72f drm/i915: Remove spurious DRM_ERROR for cancelled interrupts by Chris Wilson · 7 years ago
  74. 274de87 drm/i915/execlists: Flush GTIIR on clearing CS interrupts during reset by Chris Wilson · 7 years ago
  75. d67c0ac drm/i915: reduce indent in pch detection by Jani Nikula · 7 years ago
  76. fae919f drm/i915: Enable inject_load_failure only in DEBUG config by Michal Wajdeczko · 7 years ago
  77. 99b91bd drm/i915/dp: limit DP link rate based on VBT on CNL+ by Jani Nikula · 7 years ago
  78. 4ba285d drm/i915/dp: clean up source rate limiting for cnl by Jani Nikula · 7 years ago
  79. 10ebb73 drm/i915/dp: abstract rate array length limiting by Jani Nikula · 7 years ago
  80. 006bb4c drm/i915/bxt, glk: Avoid long atomic poll during CDCLK change by Imre Deak · 7 years ago
  81. e76019a drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changing by Imre Deak · 7 years ago
  82. 28647b5 drm/i915/guc: Don't try to create log runtime if there is no log by Michal Wajdeczko · 7 years ago
  83. bf67ce6 drm/i915/guc: Don't forget to free GuC error log by Michal Wajdeczko · 7 years ago
  84. fe215c8 drm/i915/selftests: add missing gtt shrinker test by Matthew Auld · 7 years ago
  85. b715a2f drm/i915/ppgtt: Pin page directories before allocation by Chris Wilson · 7 years ago
  86. 164daaf drm/i915/icl: allow the reg_read ioctl to read the RCS TIMESTAMP register by Paulo Zanoni · 7 years ago
  87. 225701f drm/i915/icl: Set graphics mode register for gen11 by Kelvin Gardiner · 7 years ago
  88. b597277 drm/i915/icl: Handle expanded PLANE_CTL_FORMAT field by James Ausmus · 7 years ago
  89. 4357ce0 drm/i915/gen11: fix the SAGV block time for gen11 by Paulo Zanoni · 7 years ago
  90. 7800549 drm/i915/icl: Introduce MBus related registers by Mahesh Kumar · 7 years ago
  91. 234059d drm/i915/icl: NV12 y-plane ddb is not in same plane by Mahesh Kumar · 7 years ago
  92. 5b695af drm/i915/icl: Fail flip if ddb allocated are less than min display buffer needed by Mahesh Kumar · 7 years ago
  93. df8ee19 drm/i915/icl: Do not fix dbuf block size to 512 by Mahesh Kumar · 7 years ago
  94. 9a9e3dfd drm/i915/icl: Don't allocate fixed bypass path blocks for ICL by Mahesh Kumar · 7 years ago
  95. 5b364be drm/i915: Flush ggtt writes through the old fenced vma before changing fences by Chris Wilson · 7 years ago
  96. b1852d3 drm/i915/guc: Fix return from guc_log_relay_file_create by Sagar Arun Kamble · 7 years ago
  97. 8892304 drm/i915: Always run hangcheck while the GPU is busy by Chris Wilson · 7 years ago
  98. 53ddb3c drm/i915/cnl: Fix DP max rate for Cannonlake with port F. by Rodrigo Vivi · 7 years ago
  99. 9787e83 drm/i915/cnl: Enable DDI-F on Cannonlake. by Rodrigo Vivi · 7 years ago
  100. cf53902 drm/i915/cnl: Add HPD support for Port F. by Rodrigo Vivi · 7 years ago