aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/uc
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Move and improve error message for missed CTB replyMichal Wajdeczko2021-10-011-4/+4
* drm/i915/guc: Print error name on CTB send failureMichal Wajdeczko2021-10-011-2/+2
* drm/i915/guc: Print error name on CTB (de)registration failureMichal Wajdeczko2021-10-011-4/+4
* drm/i915/guc: Verify result from CTB (de)register actionMichal Wajdeczko2021-10-011-2/+8
* drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström2021-09-242-3/+7
* drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström2021-09-241-3/+9
* drm/i915/guc, docs: Fix pdfdocs build error by removing nested gridAkira Yokosawa2021-09-232-10/+10
* drm/i915/guc: Enable GuC submission by default on DG1Matthew Brost2021-09-201-1/+1
* drm/i915/guc: Add DG1 GuC / HuC firmware defsDaniele Ceraolo Spurio2021-09-201-0/+1
* drm/i915/guc: put all guc objects in lmem when availableDaniele Ceraolo Spurio2021-09-204-13/+98
* drm/i915: Do not define vma on stackVenkata Sandeep Dhanalakota2021-09-202-9/+18
* drm/i915: rename debugfs_gt filesLucas De Marchi2021-09-184-19/+19
* drm/i915/guc: Add GuC kernel docMatthew Brost2021-09-132-36/+139
* drm/i915/guc: Drop guc_active move everything into guc_stateMatthew Brost2021-09-131-45/+43
* drm/i915/guc: Move fields protected by guc->contexts_lock into sub structureMatthew Brost2021-09-131-52/+52
* drm/i915/guc: Move GuC priority fields in context under guc_activeMatthew Brost2021-09-131-30/+39
* drm/i915/guc: Drop pin count check trick between sched_disable and re-pinMatthew Brost2021-09-131-21/+32
* drm/i915/guc: Proper xarray usage for contexts_lookupMatthew Brost2021-09-131-15/+87
* drm/i915/guc: Rework and simplify lockingMatthew Brost2021-09-131-111/+88
* drm/i915/guc: Move guc_blocked fence to struct guc_stateMatthew Brost2021-09-131-9/+9
* drm/i915/guc: Release submit fence from an irq_workMatthew Brost2021-09-131-3/+19
* drm/i915/guc: Reset LRC descriptor if register returns -ENODEVMatthew Brost2021-09-131-2/+4
* drm/i915/guc: Don't touch guc_state.sched_state without a lockMatthew Brost2021-09-131-5/+17
* drm/i915/guc: Take context ref when cancelling requestMatthew Brost2021-09-131-1/+4
* drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2HMatthew Brost2021-09-132-0/+152
* drm/i915/guc: Copy whole golden context, set engine state size of subsetMatthew Brost2021-09-131-9/+17
* drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, no...Matthew Brost2021-09-131-3/+19
* drm/i915/guc: Kick tasklet after queuing a requestMatthew Brost2021-09-131-0/+1
* drm/i915/guc: Workaround reset G2H is received after schedule done G2HMatthew Brost2021-09-131-6/+35
* drm/i915/guc: Process all G2H message at once in work queueMatthew Brost2021-09-131-3/+3
* drm/i915/guc: Don't drop ce->guc_active.lock when unwinding contextMatthew Brost2021-09-131-4/+0
* drm/i915/guc: Unwind context requests in reverse orderMatthew Brost2021-09-131-4/+4
* drm/i915/guc: Fix outstanding G2H accountingMatthew Brost2021-09-131-42/+37
* drm/i915/guc: Fix blocked context accountingMatthew Brost2021-09-131-1/+1
* drm/i915/guc: drop guc_communication_enabledDaniele Ceraolo Spurio2021-08-311-8/+3
* drm/i915/guc/rc: Setup and enable GuCRC featureVinay Belgaumkar2021-08-036-0/+122
* 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: Initial definitions for SLPCVinay Belgaumkar2021-08-037-2/+104
* drm/i915/guc: Unblock GuC submission on Gen11+Daniele Ceraolo Spurio2021-07-274-7/+18
* drm/i915/guc: Implement GuC priority managementMatthew Brost2021-07-271-2/+210
* drm/i915/selftest: Fix workarounds selftest for GuC submissionRahul Kumar Singh2021-07-271-0/+3
* drm/i915/guc: Support request cancellationMatthew Brost2021-07-271-0/+188