summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-24drm/i915/gt: Increase suspend timeoutThomas Hellström1-1/+3
2021-09-24drm/i915/gem: Implement a function to process all gem objects of a regionThomas Hellström2-0/+107
2021-09-24drm/i915/ttm: Implement a function to copy the contents of two TTM-based objectsThomas Hellström2-9/+64
2021-09-24drm/i915/gem: Fix a lockdep warning the __i915_gem_is_lmem() functionThomas Hellström1-1/+1
2021-09-23drm/i915/guc, docs: Fix pdfdocs build error by removing nested gridAkira Yokosawa2-10/+10
2021-09-23drm/i915/uncore: fwtable read handlers are now used on all forcewake platformsMatt Roper1-9/+2
2021-09-22drm/i915/debugfs: Do not report currently active engine when describing objectsTvrtko Ursulin2-22/+0
2021-09-22drm/i915/dg2: Add DG2-specific shadow register tableMatt Roper2-1/+41
2021-09-22drm/i915/uncore: Drop gen11 mmio read handlersMatt Roper1-23/+17
2021-09-22drm/i915/uncore: Drop gen11/gen12 mmio write handlersMatt Roper1-39/+21
2021-09-22drm/i915/uncore: Replace gen8 write functions with general fwtableMatt Roper1-12/+1
2021-09-22drm/i915/uncore: Associate shadow table with uncoreMatt Roper2-14/+33
2021-09-22drm/i915/uncore: Convert gen6/gen7 read operations to fwtableMatt Roper1-13/+8
2021-09-21drm/i915: Check SFC fusing before recording/dumping SFC_DONEMatt Roper1-2/+4
2021-09-21drm/i915/xehp: Check new fuse bits for SFC availabilityMatt Roper4-10/+27
2021-09-20drm/i915: Take pinning into account in __i915_gem_object_is_lmemMatthew Brost1-3/+4
2021-09-20drm/i915/guc: Enable GuC submission by default on DG1Matthew Brost1-1/+1
2021-09-20drm/i915/guc: Add DG1 GuC / HuC firmware defsDaniele Ceraolo Spurio1-0/+1
2021-09-20drm/i915/guc: put all guc objects in lmem when availableDaniele Ceraolo Spurio6-13/+128
2021-09-20drm/i915: Do not define vma on stackVenkata Sandeep Dhanalakota2-9/+18
2021-09-20drm/i915/gt: Add "intel_" as prefix in set_mocs_index()Ayaz A Siddiqui3-3/+3
2021-09-20drm/i915: Make wa list per-gtVenkata Sandeep Dhanalakota8-75/+81
2021-09-20Merge remote-tracking branch 'tip/locking/wwmutex' into drm-intel-gt-nextJoonas Lahtinen8-38/+137
2021-09-19drm/i915: deduplicate frequency dump on debugfsLucas De Marchi3-284/+76
2021-09-19drm/i915: rename debugfs_gt_pm filesLucas De Marchi5-19/+19
2021-09-19drm/i915: rename debugfs_engines filesLucas De Marchi5-19/+19
2021-09-19drm/i915: rename debugfs_gt filesLucas De Marchi11-49/+49
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst8-38/+137
2021-09-16drm/i915: Move __i915_gem_free_object to ttm_bo_destroyMaarten Lankhorst1-4/+5
2021-09-15drm/i915: Mark GPU wedging on driver unregister unrecoverableJanusz Krzysztofik1-1/+1
2021-09-15drm/i915: Add mmap lock around vma_lookup() in the mman selftest.Maarten Lankhorst1-0/+2
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen10481-246797/+567167
2021-09-15drm/i915/dg2: Define MOCS table for DG2Matt Roper1-1/+36
2021-09-15drm/i915/xehpsdv: Define MOCS table for XeHP SDVLucas De Marchi1-1/+34
2021-09-14drm/i915: Enable -Wsometimes-uninitializedNathan Chancellor1-1/+0
2021-09-14drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lm...Nathan Chancellor1-0/+2
2021-09-14drm/i915/selftests: Do not use import_obj uninitializedNathan Chancellor1-3/+2
2021-09-13drm/i915/guc: Add GuC kernel docMatthew Brost5-60/+181
2021-09-13drm/i915/guc: Drop guc_active move everything into guc_stateMatthew Brost4-58/+49
2021-09-13drm/i915/guc: Move fields protected by guc->contexts_lock into sub structureMatthew Brost5-67/+69
2021-09-13drm/i915/guc: Move GuC priority fields in context under guc_activeMatthew Brost3-37/+46
2021-09-13drm/i915/guc: Drop pin count check trick between sched_disable and re-pinMatthew Brost2-21/+34
2021-09-13drm/i915/guc: Proper xarray usage for contexts_lookupMatthew Brost1-15/+87
2021-09-13drm/i915/guc: Rework and simplify lockingMatthew Brost3-120/+90
2021-09-13drm/i915/guc: Move guc_blocked fence to struct guc_stateMatthew Brost3-14/+14
2021-09-13drm/i915/guc: Release submit fence from an irq_workMatthew Brost2-3/+24
2021-09-13drm/i915/guc: Reset LRC descriptor if register returns -ENODEVMatthew Brost1-2/+4
2021-09-13drm/i915/guc: Don't touch guc_state.sched_state without a lockMatthew Brost1-5/+17
2021-09-13drm/i915/guc: Take context ref when cancelling requestMatthew Brost1-1/+4
2021-09-13drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2HMatthew Brost6-0/+185