summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13Revert "drm/i915/gt: Propagate change in error status to children on unhold"Matthew Brost
2021-09-13drm/i915/guc: Workaround reset G2H is received after schedule done G2HMatthew Brost
2021-09-13drm/i915/guc: Process all G2H message at once in work queueMatthew Brost
2021-09-13drm/i915/guc: Don't drop ce->guc_active.lock when unwinding contextMatthew Brost
2021-09-13drm/i915/guc: Unwind context requests in reverse orderMatthew Brost
2021-09-13drm/i915/guc: Fix outstanding G2H accountingMatthew Brost
2021-09-13drm/i915/guc: Fix blocked context accountingMatthew Brost
2021-09-10drm/i915: Get PM ref before accessing HW registerVinay Belgaumkar
2021-09-10drm/i915: Use Transparent Hugepages when IOMMU is enabledTvrtko Ursulin
2021-09-08drm/i915: clean up inconsistent indentingColin Ian King
2021-09-08drm/i915/selftests: fixup igt_shrink_thpMatthew Auld
2021-09-08drm/i915/gtt: add some flushing for the 64K GTT pathMatthew Auld
2021-09-07drm/i915/gt: Add separate MOCS table for Gen12 devices other than TGL/RKLAyaz A Siddiqui
2021-09-07drm/i915/adl_s: Remove require_force_probe protectionravitejax
2021-09-06drm/i915: Stop rcu support for i915_address_spaceDaniel Vetter
2021-09-06drm/i915: use xa_lock/unlock for fpriv->vm_xa lookupsDaniel Vetter
2021-09-06drm/i915: Drop __rcu from gem_context->vmDaniel Vetter
2021-09-06drm/i915: Use i915_gem_context_get_eb_vm in intel_context_set_gemDaniel Vetter
2021-09-06drm/i915: Add i915_gem_context_is_full_ppgttDaniel Vetter
2021-09-06drm/i915: Use i915_gem_context_get_eb_vm in ctx_getparamDaniel Vetter
2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter
2021-09-06drm/i915: Drop code to handle set-vm races from execbufDaniel Vetter
2021-09-06drm/i915: Keep gem ctx->vm alive until the final putDaniel Vetter
2021-09-06drm/i915: Release ctx->syncobj on final put, not on ctx closeDaniel Vetter
2021-09-06drm/i915: Release i915_gem_context from a workerDaniel Vetter
2021-09-03drm/i915/gt: Initialize L3CC table in mocs initSreedhar Telukuntla
2021-09-03drm/i915/gt: Initialize unused MOCS entries with device specific valuesAyaz A Siddiqui
2021-09-03drm/i915/gt: Set BLIT_CCTL reg to un-cachedAyaz A Siddiqui
2021-09-03drm/i915/gt: Set CMD_CCTL to UC for Gen12 OnwardAyaz A Siddiqui
2021-09-03drm/i915/gt: Add support of mocs propagationAyaz A Siddiqui
2021-09-02drm/i915/gem: Fix the mman selftestThomas Hellström
2021-08-31drm/i915/guc: drop guc_communication_enabledDaniele Ceraolo Spurio
2021-08-27drm/i915: Actually delete gpu reloc selftestsDaniel Vetter
2021-08-26drm/i915: Ensure wa_init_finish() is called for ctx workaround listMatt Roper
2021-08-26drm/i915/pci: rename functions to have i915_pci prefixJani Nikula