summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-101-1/+1
|\
| * drm/i915: use linux/stddef.h due to "isystem: trim/fixup stdarg.h and other h...Stephen Rothwell2021-09-061-1/+1
* | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-0190-2437/+9846
|\|
| * drm/i915/selftest: Fix use of err in igt_reset_{fail, nop}_engine()Nathan Chancellor2021-08-241-2/+2
| * drm/i915/gt: Potential error pointer dereference in pinned_context()Dan Carpenter2021-08-241-1/+1
| * drm/i915/dg2: Add SQIDI steeringMatt Roper2021-08-051-5/+23
| * drm/i915/dg2: Update steering tablesMatt Roper2021-08-051-1/+10
| * drm/i915/xehpsdv: Define steering tablesMatt Roper2021-08-052-3/+27
| * drm/i915/xehp: handle new steering optionsDaniele Ceraolo Spurio2021-08-056-6/+155
| * drm/i915/dg2: DG2 uses the same sseu limits as XeHP SDVMatt Roper2021-08-031-1/+1
| * drm/i915/xehpsdv: Add maximum sseu limitsMatt Roper2021-08-033-3/+6
| * drm/i915/xehp: Changes to ss/eu definitionsMatthew Auld2021-08-031-4/+20
| * drm/i915/guc/rc: Setup and enable GuCRC featureVinay Belgaumkar2021-08-037-15/+154
| * drm/i915/guc/slpc: Add SLPC selftestVinay Belgaumkar2021-08-032-0/+312
| * drm/i915/guc/slpc: Sysfs hooks for SLPCVinay Belgaumkar2021-08-032-0/+187
| * drm/i915/guc/slpc: Cache platform frequency limitsVinay Belgaumkar2021-08-032-0/+148
| * drm/i915/guc/slpc: Enable ARAT timer interruptVinay Belgaumkar2021-08-033-0/+27
| * drm/i915/guc/slpc: Add debugfs for SLPC infoVinay Belgaumkar2021-08-033-0/+54
| * drm/i915/guc/slpc: Add get max/min freq hooksVinay Belgaumkar2021-08-032-0/+78
| * drm/i915/guc/slpc: Add methods to set min/max frequencyVinay Belgaumkar2021-08-032-0/+91
| * drm/i915/guc/slpc: Remove BUG_ON in guc_submission_disableVinay Belgaumkar2021-08-031-4/+0
| * drm/i915/guc/slpc: Enable SLPC and add related H2G eventsVinay Belgaumkar2021-08-033-0/+215
| * drm/i915/guc/slpc: Allocate, initialize and release SLPCVinay Belgaumkar2021-08-033-1/+43
| * drm/i915/guc/slpc: Adding SLPC communication interfacesVinay Belgaumkar2021-08-034-1/+245
| * drm/i915/guc/slpc: Gate Host RPS when SLPC is enabledVinay Belgaumkar2021-08-032-1/+24
| * drm/i915/guc/slpc: Initial definitions for SLPCVinay Belgaumkar2021-08-037-2/+104
| * drm/i915/xehp: Fix missing sentinel on mcr_ranges_xehpLucas De Marchi2021-07-301-0/+1
| * drm/i915/gt: remove GRAPHICS_VER == 10Lucas De Marchi2021-07-299-65/+22
| * drm/i915/gt: rename CNL references in intel_engine.hLucas De Marchi2021-07-291-1/+1
| * drm/i915/gt: remove explicit CNL handling from intel_sseu.cLucas De Marchi2021-07-292-80/+1
| * drm/i915/gt: remove explicit CNL handling from intel_mocs.cLucas De Marchi2021-07-291-1/+1
| * drm/i915: Remove i915_globalsDaniel Vetter2021-07-281-1/+0
| * drm/i915: move intel_context slab to direct module init/exitDaniel Vetter2021-07-282-17/+11
| * drm/i915/guc: Unblock GuC submission on Gen11+Daniele Ceraolo Spurio2021-07-274-7/+18
| * drm/i915/guc: Implement GuC priority managementMatthew Brost2021-07-274-3/+225
| * drm/i915/selftest: Bump selftest timeouts for hangcheckJohn Harrison2021-07-271-1/+1
| * drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison2021-07-275-57/+203
| * drm/i915/selftest: Fix MOCS selftest for GuC submissionRahul Kumar Singh2021-07-271-14/+35
| * drm/i915/selftest: Fix workarounds selftest for GuC submissionRahul Kumar Singh2021-07-273-34/+100
| * drm/i915/selftest: Better error reporting from hangcheck selftestJohn Harrison2021-07-271-18/+75
| * drm/i915/guc: Support request cancellationMatthew Brost2021-07-276-1/+250
| * drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost2021-07-276-36/+184
| * drm/i915/guc: Add golden context to GuC ADSJohn Harrison2021-07-277-30/+202
| * drm/i915/guc: Include scheduling policies in the debugfs state dumpJohn Harrison2021-07-273-0/+19
| * drm/i915/guc: Connect reset modparam updates to GuC policy flagsJohn Harrison2021-07-271-1/+1
| * drm/i915/guc: Hook GuC scheduling policies upJohn Harrison2021-07-273-5/+49
| * drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison2021-07-277-47/+178
| * drm/i915/guc: Capture error state on context resetMatthew Brost2021-07-276-22/+70
| * drm/i915/guc: Enable GuC engine resetJohn Harrison2021-07-271-2/+1
| * drm/i915/guc: Don't complain about reset racesJohn Harrison2021-07-273-1/+10