summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/uc
AgeCommit message (Expand)Author
2021-12-20drm/i915/guc: Only assign guc_id.id when stealing guc_idMatthew Brost
2021-12-20drm/i915/guc: Use correct context lock when callig clr_context_registeredMatthew Brost
2021-11-17drm/i915/guc: fix NULL vs IS_ERR() checkingDan Carpenter
2021-10-27drm/i915/guc: Fix recursive lock in GuC submissionMatthew Brost
2021-10-15drm/i915/guc: Handle errors in multi-lrc requestsMatthew Brost
2021-10-15drm/i915: Multi-BB execbufMatthew Brost
2021-10-15drm/i915/guc: Implement no mid batch preemption for multi-lrcMatthew Brost
2021-10-15drm/i915/guc: Add basic GuC multi-lrc selftestMatthew Brost
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost
2021-10-15drm/i915/guc: Update debugfs for GuC multi-lrcMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc submissionMatthew Brost
2021-10-15drm/i915/guc: Implement parallel context pin / unpin functionsMatthew Brost
2021-10-15drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_idsMatthew Brost
2021-10-15drm/i915/guc: Ensure GuC schedule operations do not operate on child contextsMatthew Brost
2021-10-15drm/i915/guc: Add multi-lrc context registrationMatthew Brost
2021-10-15drm/i915: Add logical engine mappingMatthew Brost
2021-10-15drm/i915/guc: Take engine PM when a context is pinned with GuC submissionMatthew Brost
2021-10-15drm/i915/guc: Take GT PM ref when deregistering contextMatthew Brost
2021-10-15drm/i915/guc: Move GuC guc_id allocation under submission state sub-structMatthew Brost
2021-10-01drm/i915/guc: Move and improve error message for missed CTB replyMichal Wajdeczko
2021-10-01drm/i915/guc: Print error name on CTB send failureMichal Wajdeczko
2021-10-01drm/i915/guc: Print error name on CTB (de)registration failureMichal Wajdeczko
2021-10-01drm/i915/guc: Verify result from CTB (de)register actionMichal Wajdeczko
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström
2021-09-24drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström
2021-09-23drm/i915/guc, docs: Fix pdfdocs build error by removing nested gridAkira Yokosawa
2021-09-20drm/i915/guc: Enable GuC submission by default on DG1Matthew Brost
2021-09-20drm/i915/guc: Add DG1 GuC / HuC firmware defsDaniele Ceraolo Spurio
2021-09-20drm/i915/guc: put all guc objects in lmem when availableDaniele Ceraolo Spurio
2021-09-20drm/i915: Do not define vma on stackVenkata Sandeep Dhanalakota
2021-09-18drm/i915: rename debugfs_gt filesLucas De Marchi
2021-09-13drm/i915/guc: Add GuC kernel docMatthew Brost
2021-09-13drm/i915/guc: Drop guc_active move everything into guc_stateMatthew Brost
2021-09-13drm/i915/guc: Move fields protected by guc->contexts_lock into sub structureMatthew Brost
2021-09-13drm/i915/guc: Move GuC priority fields in context under guc_activeMatthew Brost
2021-09-13drm/i915/guc: Drop pin count check trick between sched_disable and re-pinMatthew Brost
2021-09-13drm/i915/guc: Proper xarray usage for contexts_lookupMatthew Brost
2021-09-13drm/i915/guc: Rework and simplify lockingMatthew Brost
2021-09-13drm/i915/guc: Move guc_blocked fence to struct guc_stateMatthew Brost
2021-09-13drm/i915/guc: Release submit fence from an irq_workMatthew Brost
2021-09-13drm/i915/guc: Reset LRC descriptor if register returns -ENODEVMatthew Brost
2021-09-13drm/i915/guc: Don't touch guc_state.sched_state without a lockMatthew Brost
2021-09-13drm/i915/guc: Take context ref when cancelling requestMatthew Brost
2021-09-13drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2HMatthew Brost
2021-09-13drm/i915/guc: Copy whole golden context, set engine state size of subsetMatthew Brost
2021-09-13drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, no...Matthew Brost
2021-09-13drm/i915/guc: Kick tasklet after queuing a requestMatthew Brost
2021-09-13drm/i915/guc: Workaround reset G2H is received after schedule done G2HMatthew Brost