aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-31drm/i915/guc: drop guc_communication_enabledDaniele Ceraolo Spurio1-8/+3
2021-08-27drm/i915: Actually delete gpu reloc selftestsDaniel Vetter1-190/+0
2021-08-26drm/i915: Ensure wa_init_finish() is called for ctx workaround listMatt Roper1-1/+2
2021-08-26drm/i915/pci: rename functions to have i915_pci prefixJani Nikula3-8/+12
2021-08-25drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström2-11/+11
2021-08-25drm/i915/ttm: Reorganize the ttm move code somewhatThomas Hellström1-33/+44
2021-08-24drm/i915/dg2: Add new LRI reg offsetsAkeem G Abodunrin1-2/+83
2021-08-24drm/i915/selftests: Increase timeout in i915_gem_contexts selftestsMatthew Brost1-1/+1
2021-08-25drm/i915: s/0/NULL/Ville Syrjälä1-1/+1
2021-08-24drm/i915/selftest: Fix use of err in igt_reset_{fail, nop}_engine()Nathan Chancellor1-2/+2
2021-08-20drm/i915/dg1: remove __maybe_unused leftoverLucas De Marchi1-1/+1
2021-08-20drm/i915/gt: Potential error pointer dereference in pinned_context()Dan Carpenter1-1/+1
2021-08-20drm/i915/debugfs: hook up ttm_resource_manager_debugMatthew Auld3-2/+18
2021-08-20drm/i915/buddy: add some pretty printingMatthew Auld3-1/+72
2021-08-20drm/i915: Ditch the i915_gem_ww_ctx loop memberThomas Hellström1-17/+8
2021-08-19drm/i915: Fix syncmap memory leakMatthew Brost1-0/+9
2021-08-18drm/i915/dg2: Maintain backward-compatible nested batch behaviorMatt Roper2-2/+38
2021-08-18drm/i915: Use designated initializers for init/exit tableKees Cook1-13/+24
2021-08-13drm/i915: Add pci ids and uapi for DG1Maarten Lankhorst3-6/+1
2021-08-12drm/i915/xehpsdv: Read correct RP_STATE_CAP registerMatt Roper2-1/+4
2021-08-12drm/i915/xehpsdv: factor out function to read RP_STATE_CAPLucas De Marchi4-15/+19
2021-08-12drm/i915: Use locked access to ctx->engines in set_priorityDaniel Vetter1-58/+14
2021-08-11drm/i915/xehpsdv: Add compute DSS typeStuart Summers3-17/+50
2021-08-11drm/i915/dg2: Report INSTDONE_GEOM values in error stateMatt Roper4-2/+19
2021-08-11drm/i915/xehp: Loop over all gslices for INSTDONE processingMatt Roper4-33/+66
2021-08-10drm/i915/xehp: Xe_HP shadowed registers are a strict superset of gen12Matt Roper2-40/+13
2021-08-10drm/i915/gen12: Update shadowed register tableMatt Roper1-9/+14
2021-08-10drm/i915/gen11: Update shadowed register tableMatt Roper1-8/+14
2021-08-10drm/i915: Make shadow tables range-basedMatt Roper4-103/+108
2021-08-10drm/i915: Re-use gen11 forcewake read functions on gen12Matt Roper1-5/+1
2021-08-10drm/i915: correct name of GT forcewake domain in error messagesMatt Roper1-1/+1
2021-08-06drm/i915: Disable bonding on gen12+ platformsMatthew Brost1-0/+7
2021-08-05drm/i915/dg2: Add SQIDI steeringMatt Roper2-5/+25
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 Spurio10-6/+163
2021-08-05drm/i915/userptr: Probe existence of backing struct pages upon creationChris Wilson2-1/+41
2021-08-05drm/i915: delete gpu reloc codeDaniel Vetter2-360/+1
2021-08-05drm/i915: Disable gpu relocationsDaniel Vetter1-25/+18
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 Auld3-6/+27
2021-08-03drm/i915/dg2: Add forcewake tableMatt Roper1-137/+168
2021-08-03drm/i915/guc/rc: Setup and enable GuCRC featureVinay Belgaumkar8-15/+155
2021-08-03drm/i915/guc/slpc: Add SLPC selftestVinay Belgaumkar3-0/+313
2021-08-03drm/i915/guc/slpc: Sysfs hooks for SLPCVinay Belgaumkar5-67/+207
2021-08-03drm/i915/guc/slpc: Cache platform frequency limitsVinay Belgaumkar3-0/+151
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