aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/uc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-03drm/i915/guc/rc: Setup and enable GuCRC featureVinay Belgaumkar6-0/+122
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: Initial definitions for SLPCVinay Belgaumkar7-2/+104
2021-07-27drm/i915/guc: Unblock GuC submission on Gen11+Daniele Ceraolo Spurio4-7/+18
2021-07-27drm/i915/guc: Implement GuC priority managementMatthew Brost1-2/+210
2021-07-27drm/i915/selftest: Fix workarounds selftest for GuC submissionRahul Kumar Singh1-0/+3
2021-07-27drm/i915/guc: Support request cancellationMatthew Brost1-0/+188
2021-07-27drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost2-12/+141
2021-07-27drm/i915/guc: Add golden context to GuC ADSJohn Harrison6-30/+200
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 Harrison3-0/+72
2021-07-27drm/i915/guc: Capture error state on context resetMatthew Brost1-19/+16
2021-07-27drm/i915/guc: Enable GuC engine resetJohn Harrison1-2/+1
2021-07-27drm/i915/guc: Don't complain about reset racesJohn Harrison3-1/+10
2021-07-27drm/i915/guc: Provide mmio list to be saved/restored on engine resetJohn Harrison2-4/+196
2021-07-27drm/i915/guc: Handle engine reset failure notificationMatthew Brost3-0/+48
2021-07-27drm/i915/guc: Handle context reset notificationMatthew Brost3-0/+41
2021-07-27drm/i915/guc: Suspend/resume implementation for new interfaceMatthew Brost5-51/+54
2021-07-27drm/i915/guc: Add disable interrupts to guc sanitizeMatthew Brost2-18/+19
2021-07-27drm/i915: Reset GPU immediately if submission is disabledMatthew Brost1-0/+9
2021-07-27drm/i915/guc: Reset implementation for new GuC interfaceMatthew Brost5-124/+500
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost1-0/+33
2021-07-27drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbsMatthew Brost1-5/+62
2021-07-27drm/i915/guc: Make hangcheck work with GuC virtual enginesJohn Harrison1-0/+10
2021-07-27drm/i915/guc: GuC virtual enginesMatthew Brost2-10/+234
2021-07-22drm/i915: Add intel_context tracingMatthew Brost1-0/+14
2021-07-22drm/i915/guc: Add trace point for GuC submitMatthew Brost1-0/+3
2021-07-22drm/i915/guc: Update GuC debugfs to support new GuCMatthew Brost5-1/+107
2021-07-22drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew Brost5-5/+97
2021-07-22drm/i915/guc: Ensure G2H response has space in bufferMatthew Brost5-26/+104
2021-07-22drm/i915/guc: Extend deregistration fence to schedule disableMatthew Brost1-7/+33
2021-07-22drm/i915/guc: Defer context unpin until scheduling is disabledMatthew Brost3-1/+150
2021-07-22drm/i915/guc: Insert fence on context when deregisteringMatthew Brost1-2/+49
2021-07-22drm/i915/guc: Implement GuC context operations for new intefaceMatthew Brost3-51/+670
2021-07-22drm/i915/guc: Add bypass tasklet submission path to GuCMatthew Brost1-8/+29
2021-07-22drm/i915/guc: Implement GuC submission taskletMatthew Brost2-117/+118
2021-07-22drm/i915/guc: Add LRC descriptor context lookup arrayMatthew Brost2-2/+35
2021-07-22drm/i915/guc: Remove GuC stage descriptor, add LRC descriptorMatthew Brost3-116/+25
2021-07-22drm/i915/guc: Add new GuC interface defines and structuresMatthew Brost2-0/+56
2021-07-13drm/i915/guc: Module load failure test for CT buffer creationJohn Harrison1-0/+8