aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915/pxp: Use to_gt() helperAndi Shyti2021-12-171-1/+3
* drm/i915/selftests: Use to_gt() helperAndi Shyti2021-12-1714-40/+40
* drm/i915/gvt: Use to_gt() helperMichał Winiarski2021-12-172-2/+2
* drm/i915/gem: Use to_gt() helperMichał Winiarski2021-12-1715-50/+55
* drm/i915/gt: Use to_gt() helperMichał Winiarski2021-12-1723-46/+46
* drm/i915/display: Use to_gt() helperMichał Winiarski2021-12-174-14/+14
* drm/i915: Introduce to_gt() helperMichał Winiarski2021-12-172-6/+6
* drm/i915: Store backpointer to GT in uncoreMichał Winiarski2021-12-177-14/+21
* drm/i915/guc: Selftest for stealing of guc idsMatthew Brost2021-12-153-5/+196
* drm/i915/guc: Kick G2H tasklet if no creditsMatthew Brost2021-12-151-1/+8
* drm/i915/guc: Add extra debug on CT deadlockMatthew Brost2021-12-151-0/+9
* drm/i915/guc: Don't hog IRQs when destroying contextsJohn Harrison2021-12-151-17/+28
* drm/i915/guc: Remove racey GEM_BUG_ONMatthew Brost2021-12-151-2/+0
* drm/i915/guc: Only assign guc_id.id when stealing guc_idMatthew Brost2021-12-151-1/+1
* drm/i915/guc: Use correct context lock when callig clr_context_registeredMatthew Brost2021-12-151-2/+2
* drm/i915: replace X86_FEATURE_PAT with pat_enabled()Lucas De Marchi2021-12-142-6/+5
* drm/i915/debugfs: add noreclaim annotationsMatthew Auld2021-12-141-0/+3
* drm/i915/ttm: fix large buffer population trucationRobert Beckett2021-12-141-1/+1
* drm/i915: Test all device memory on probingChris Wilson2021-12-143-12/+28
* drm/i915: Sanitycheck device iomem on probeChris Wilson2021-12-141-0/+116
* drm/i915: Exclude reserved stolen from driver useChris Wilson2021-12-141-0/+3
* drm/i915: Don't leak the capture list itemsThomas Hellström2021-12-131-0/+1
* drm/i915/guc: support bigger RSA keysDaniele Ceraolo Spurio2021-12-135-79/+114
* drm/i915/uc: Prepare for different firmware key sizesMichal Wajdeczko2021-12-131-7/+0
* drm/i915/uc: correctly track uc_fw init failureDaniele Ceraolo Spurio2021-12-134-10/+15
* drm/i915: Fix coredump of perma-pinned vmasThomas Hellström2021-12-131-6/+3
* drm/i915: Don't disable interrupts and pretend a lock as been acquired in __t...Sebastian Andrzej Siewior2021-12-134-38/+7
* drm/i915/guc: Don't go bang in GuC log if no GuCJohn Harrison2021-12-101-2/+2
* drm/i915/uc: Allow platforms to have GuC but not HuCJohn Harrison2021-12-101-30/+63
* drm/i915/pmu: Fix wakeref leak in PMU busyness during resetUmesh Nerlige Ramappa2021-12-091-1/+1
* drm/i915/pmu: Wait longer for busyness data to be available from GuCUmesh Nerlige Ramappa2021-12-091-1/+1
* drm/i915: enforce min page size for scratchMatthew Auld2021-12-091-0/+12
* drm/i915/gtt/xehpsdv: move scratch page to system memoryMatthew Auld2021-12-096-3/+30
* drm/i915/xehpsdv: set min page-size to 64KMatthew Auld2021-12-092-2/+9
* drm/i915: Add has_64k_pages flagStuart Summers2021-12-093-0/+11
* drm/i915/gt: Use hw_engine_masks as reset_domainsTejas Upadhyay2021-12-083-27/+35
* drm/i915/selftests: handle object roundingMatthew Auld2021-12-081-0/+1
* drm/i915/migrate: fix length calculationMatthew Auld2021-12-081-1/+1
* drm/i915/migrate: fix offset calculationMatthew Auld2021-12-081-1/+1
* drm/i915/migrate: don't check the scratch pageMatthew Auld2021-12-081-3/+1
* drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang2021-12-071-1/+1
* drm/i915: Introduce new macros for i915 PTEMichael Cheng2021-12-064-10/+13
* drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter2021-12-031-0/+1
* drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()Raviteja Goud Talla2021-12-031-9/+9
* drm/i915/dg2: Add Wa_16013000631Ramalingam C2021-12-021-0/+5
* drm/i915/dg2: Add Wa_16011777198Matt Roper2021-12-021-4/+11
* drm/i915: Add workaround numbers to GEN7_COMMON_SLICE_CHICKEN1 whitelistingJosé Roberto de Souza2021-12-011-1/+5
* Revert "drm/i915: Implement Wa_1508744258"José Roberto de Souza2021-12-011-7/+0
* drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström2021-12-018-95/+554
* drm/i915/gem: Fix a NULL pointer dereference in igt_request_rewind()Zhou Qingyang2021-12-011-0/+10