aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17drm/i915: Use to_gt() helperMichał Winiarski14-103/+103
2021-12-17drm/i915/pxp: Use to_gt() helperAndi Shyti1-1/+3
2021-12-17drm/i915/selftests: Use to_gt() helperAndi Shyti14-40/+40
2021-12-17drm/i915/gvt: Use to_gt() helperMichał Winiarski2-2/+2
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski15-50/+55
2021-12-17drm/i915/gt: Use to_gt() helperMichał Winiarski23-46/+46
2021-12-17drm/i915/display: Use to_gt() helperMichał Winiarski4-14/+14
2021-12-17drm/i915: Introduce to_gt() helperMichał Winiarski2-6/+6
2021-12-17drm/i915: Store backpointer to GT in uncoreMichał Winiarski7-14/+21
2021-12-15drm/i915/guc: Selftest for stealing of guc idsMatthew Brost3-5/+196
2021-12-15drm/i915/guc: Kick G2H tasklet if no creditsMatthew Brost1-1/+8
2021-12-15drm/i915/guc: Add extra debug on CT deadlockMatthew Brost1-0/+9
2021-12-15drm/i915/guc: Don't hog IRQs when destroying contextsJohn Harrison1-17/+28
2021-12-15drm/i915/guc: Remove racey GEM_BUG_ONMatthew Brost1-2/+0
2021-12-15drm/i915/guc: Only assign guc_id.id when stealing guc_idMatthew Brost1-1/+1
2021-12-15drm/i915/guc: Use correct context lock when callig clr_context_registeredMatthew Brost1-2/+2
2021-12-14drm/i915: replace X86_FEATURE_PAT with pat_enabled()Lucas De Marchi2-6/+5
2021-12-14drm/i915/debugfs: add noreclaim annotationsMatthew Auld1-0/+3
2021-12-14drm/i915/ttm: fix large buffer population trucationRobert Beckett1-1/+1
2021-12-14drm/i915: Test all device memory on probingChris Wilson3-12/+28
2021-12-14drm/i915: Sanitycheck device iomem on probeChris Wilson1-0/+116
2021-12-14drm/i915: Exclude reserved stolen from driver useChris Wilson1-0/+3
2021-12-13drm/i915: Don't leak the capture list itemsThomas Hellström1-0/+1
2021-12-13drm/i915/guc: support bigger RSA keysDaniele Ceraolo Spurio5-79/+114
2021-12-13drm/i915/uc: Prepare for different firmware key sizesMichal Wajdeczko1-7/+0
2021-12-13drm/i915/uc: correctly track uc_fw init failureDaniele Ceraolo Spurio4-10/+15
2021-12-13drm/i915: Fix coredump of perma-pinned vmasThomas Hellström1-6/+3
2021-12-13drm/i915: Don't disable interrupts and pretend a lock as been acquired in __timeline_mark_lock().Sebastian Andrzej Siewior4-38/+7
2021-12-10drm/i915/guc: Don't go bang in GuC log if no GuCJohn Harrison1-2/+2
2021-12-10drm/i915/uc: Allow platforms to have GuC but not HuCJohn Harrison1-30/+63
2021-12-09drm/i915/pmu: Fix wakeref leak in PMU busyness during resetUmesh Nerlige Ramappa1-1/+1
2021-12-09drm/i915/pmu: Wait longer for busyness data to be available from GuCUmesh Nerlige Ramappa1-1/+1
2021-12-09drm/i915: enforce min page size for scratchMatthew Auld1-0/+12
2021-12-09drm/i915/gtt/xehpsdv: move scratch page to system memoryMatthew Auld6-3/+30
2021-12-09drm/i915/xehpsdv: set min page-size to 64KMatthew Auld2-2/+9
2021-12-09drm/i915: Add has_64k_pages flagStuart Summers3-0/+11
2021-12-08drm/i915/gt: Use hw_engine_masks as reset_domainsTejas Upadhyay3-27/+35
2021-12-08drm/i915/selftests: handle object roundingMatthew Auld1-0/+1
2021-12-08drm/i915/migrate: fix length calculationMatthew Auld1-1/+1
2021-12-08drm/i915/migrate: fix offset calculationMatthew Auld1-1/+1
2021-12-08drm/i915/migrate: don't check the scratch pageMatthew Auld1-3/+1
2021-12-07drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang1-1/+1
2021-12-06drm/i915: Introduce new macros for i915 PTEMichael Cheng4-10/+13
2021-12-03drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter1-0/+1
2021-12-03drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()Raviteja Goud Talla1-9/+9
2021-12-02drm/i915/dg2: Add Wa_16013000631Ramalingam C1-0/+5
2021-12-02drm/i915/dg2: Add Wa_16011777198Matt Roper1-4/+11
2021-12-01drm/i915: Add workaround numbers to GEN7_COMMON_SLICE_CHICKEN1 whitelistingJosé Roberto de Souza1-1/+5
2021-12-01Revert "drm/i915: Implement Wa_1508744258"José Roberto de Souza1-7/+0
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström8-95/+554