summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-01-05drm/i915/gt: Use to_gt() helper for GGTT accessesMichał Winiarski
2022-01-05drm/i915/gem: Use local pointer ttm for __i915_ttm_moveJasmine Newsome
2021-12-23drm/i915: Increment composite fence seqnoMatthew Brost
2021-12-23drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost
2021-12-23drm/i915/guc: Check for wedged before doing stuffJohn Harrison
2021-12-23drm/i915/execlists: Weak parallel submission support for execlistsMatthew Brost
2021-12-23drm/i915/guc: Report error on invalid reset notificationJohn Harrison
2021-12-23drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.Maarten Lankhorst
2021-12-22drm/i915: Require the vm mutex for i915_vma_bind()Thomas Hellström
2021-12-22drm/i915: Break out the i915_deps utilityThomas Hellström
2021-12-22drm/i915: remove questionable fence optimization during copyChristian König
2021-12-22drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström
2021-12-21drm/i915/guc: Request RP0 before loading firmwareVinay Belgaumkar
2021-12-21drm/i915: Add ww ctx to i915_gem_object_trylockMaarten Lankhorst
2021-12-21drm/i915: Require object lock when freeing pages during destructionMaarten Lankhorst
2021-12-21drm/i915: Trylock the object when shrinkingMaarten Lankhorst
2021-12-20drm/i915/guc: Flag an error if an engine reset failsJohn Harrison
2021-12-20drm/i915/guc: Increase GuC log size for CONFIG_DEBUG_GEMJohn Harrison
2021-12-20drm/i915/guc: Speed up GuC log dumpsJohn Harrison
2021-12-20drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.Maarten Lankhorst
2021-12-20drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.Maarten Lankhorst
2021-12-20drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww, v2.Maarten Lankhorst
2021-12-20drm/i915: Take object lock in i915_ggtt_pin if ww is not setMaarten Lankhorst
2021-12-20drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.Maarten Lankhorst
2021-12-20drm/i915: Change shrink ordering to use locking around unbinding.Maarten Lankhorst
2021-12-20drm/i915: Remove unused bits of i915_vma/active apiMaarten Lankhorst
2021-12-17drm/i915: Rename i915->gt to i915->gt0Andi Shyti
2021-12-17drm/i915: Use to_gt() helperMichał Winiarski
2021-12-17drm/i915/pxp: Use to_gt() helperAndi Shyti
2021-12-17drm/i915/selftests: Use to_gt() helperAndi Shyti
2021-12-17drm/i915/gvt: Use to_gt() helperMichał Winiarski
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski
2021-12-17drm/i915/gt: Use to_gt() helperMichał Winiarski
2021-12-17drm/i915/display: Use to_gt() helperMichał Winiarski
2021-12-17drm/i915: Introduce to_gt() helperMichał Winiarski
2021-12-17drm/i915: Store backpointer to GT in uncoreMichał Winiarski
2021-12-15drm/i915/guc: Selftest for stealing of guc idsMatthew Brost
2021-12-15drm/i915/guc: Kick G2H tasklet if no creditsMatthew Brost
2021-12-15drm/i915/guc: Add extra debug on CT deadlockMatthew Brost
2021-12-15drm/i915/guc: Don't hog IRQs when destroying contextsJohn Harrison
2021-12-15drm/i915/guc: Remove racey GEM_BUG_ONMatthew Brost
2021-12-15drm/i915/guc: Only assign guc_id.id when stealing guc_idMatthew Brost
2021-12-15drm/i915/guc: Use correct context lock when callig clr_context_registeredMatthew Brost
2021-12-14drm/i915: replace X86_FEATURE_PAT with pat_enabled()Lucas De Marchi
2021-12-14drm/i915/debugfs: add noreclaim annotationsMatthew Auld
2021-12-14drm/i915/ttm: fix large buffer population trucationRobert Beckett
2021-12-14drm/i915: Test all device memory on probingChris Wilson
2021-12-14drm/i915: Sanitycheck device iomem on probeChris Wilson
2021-12-14drm/i915: Exclude reserved stolen from driver useChris Wilson
2021-12-13drm/i915: Don't leak the capture list itemsThomas Hellström