aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-23drm/i915/adlp: Add support for remapping CCS FBsImre Deak1-2/+27
2021-09-10Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-09-06drm/i915: use linux/stddef.h due to "isystem: trim/fixup stdarg.h and other headers"Stephen Rothwell1-1/+1
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds90-2437/+9846
2021-08-26drm/i915: Fix syncmap memory leakMatthew Brost1-0/+9
2021-08-24drm/i915/selftest: Fix use of err in igt_reset_{fail, nop}_engine()Nathan Chancellor1-2/+2
2021-08-24drm/i915/gt: Potential error pointer dereference in pinned_context()Dan Carpenter1-1/+1
2021-08-05drm/i915/dg2: Add SQIDI steeringMatt Roper1-5/+23
2021-08-05drm/i915/dg2: Update steering tablesMatt Roper1-1/+10
2021-08-05drm/i915/xehpsdv: Define steering tablesMatt Roper2-3/+27
2021-08-05drm/i915/xehp: handle new steering optionsDaniele Ceraolo Spurio6-6/+155
2021-08-03drm/i915/dg2: DG2 uses the same sseu limits as XeHP SDVMatt Roper1-1/+1
2021-08-03drm/i915/xehpsdv: Add maximum sseu limitsMatt Roper3-3/+6
2021-08-03drm/i915/xehp: Changes to ss/eu definitionsMatthew Auld1-4/+20
2021-08-03drm/i915/guc/rc: Setup and enable GuCRC featureVinay Belgaumkar7-15/+154
2021-08-03drm/i915/guc/slpc: Add SLPC selftestVinay Belgaumkar2-0/+312
2021-08-03drm/i915/guc/slpc: Sysfs hooks for SLPCVinay Belgaumkar2-0/+187
2021-08-03drm/i915/guc/slpc: Cache platform frequency limitsVinay Belgaumkar2-0/+148
2021-08-03drm/i915/guc/slpc: Enable ARAT timer interruptVinay Belgaumkar3-0/+27
2021-08-03drm/i915/guc/slpc: Add debugfs for SLPC infoVinay Belgaumkar3-0/+54
2021-08-03drm/i915/guc/slpc: Add get max/min freq hooksVinay Belgaumkar2-0/+78
2021-08-03drm/i915/guc/slpc: Add methods to set min/max frequencyVinay Belgaumkar2-0/+91
2021-08-03drm/i915/guc/slpc: Remove BUG_ON in guc_submission_disableVinay Belgaumkar1-4/+0
2021-08-03drm/i915/guc/slpc: Enable SLPC and add related H2G eventsVinay Belgaumkar3-0/+215
2021-08-03drm/i915/guc/slpc: Allocate, initialize and release SLPCVinay Belgaumkar3-1/+43
2021-08-03drm/i915/guc/slpc: Adding SLPC communication interfacesVinay Belgaumkar4-1/+245
2021-08-03drm/i915/guc/slpc: Gate Host RPS when SLPC is enabledVinay Belgaumkar2-1/+24
2021-08-03drm/i915/guc/slpc: Initial definitions for SLPCVinay Belgaumkar7-2/+104
2021-07-30drm/i915/xehp: Fix missing sentinel on mcr_ranges_xehpLucas De Marchi1-0/+1
2021-07-29drm/i915/gt: remove GRAPHICS_VER == 10Lucas De Marchi9-65/+22
2021-07-29drm/i915/gt: rename CNL references in intel_engine.hLucas De Marchi1-1/+1
2021-07-29drm/i915/gt: remove explicit CNL handling from intel_sseu.cLucas De Marchi2-80/+1
2021-07-29drm/i915/gt: remove explicit CNL handling from intel_mocs.cLucas De Marchi1-1/+1
2021-07-28drm/i915: Remove i915_globalsDaniel Vetter1-1/+0
2021-07-28drm/i915: move intel_context slab to direct module init/exitDaniel Vetter2-17/+11
2021-07-27drm/i915/guc: Unblock GuC submission on Gen11+Daniele Ceraolo Spurio4-7/+18
2021-07-27drm/i915/guc: Implement GuC priority managementMatthew Brost4-3/+225
2021-07-27drm/i915/selftest: Bump selftest timeouts for hangcheckJohn Harrison1-1/+1
2021-07-27drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison5-57/+203
2021-07-27drm/i915/selftest: Fix MOCS selftest for GuC submissionRahul Kumar Singh1-14/+35
2021-07-27drm/i915/selftest: Fix workarounds selftest for GuC submissionRahul Kumar Singh3-34/+100
2021-07-27drm/i915/selftest: Better error reporting from hangcheck selftestJohn Harrison1-18/+75
2021-07-27drm/i915/guc: Support request cancellationMatthew Brost6-1/+250
2021-07-27drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost6-36/+184
2021-07-27drm/i915/guc: Add golden context to GuC ADSJohn Harrison7-30/+202
2021-07-27drm/i915/guc: Include scheduling policies in the debugfs state dumpJohn Harrison3-0/+19
2021-07-27drm/i915/guc: Connect reset modparam updates to GuC policy flagsJohn Harrison1-1/+1
2021-07-27drm/i915/guc: Hook GuC scheduling policies upJohn Harrison3-5/+49
2021-07-27drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison7-47/+178
2021-07-27drm/i915/guc: Capture error state on context resetMatthew Brost6-22/+70