aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-19drm/i915: Create a dummy object for gen6 ppgttMaarten Lankhorst4-72/+100
2021-11-19drm/i915: move the pre_pin earlierMatthew Auld1-6/+6
2021-11-16drm/i915/guc: fix NULL vs IS_ERR() checkingDan Carpenter1-2/+2
2021-11-16drm/i915: Skip error capture when wedged on initTvrtko Ursulin2-0/+4
2021-11-15drm/i915: Don't read query SSEU for non-existent slice 0 on old platformsMatt Roper1-2/+9
2021-11-12drm/i915/guc/slpc: Check GuC status before freq boostVinay Belgaumkar1-0/+4
2021-11-11drm/i915/dg2: Program recommended HW settingsMatt Roper2-1/+34
2021-11-11drm/i915/dg2: Add initial gt/ctx/engine workaroundsMatt Roper3-21/+372
2021-11-11drm/i915/xehpsdv: Add initial workaroundsStuart Summers3-13/+146
2021-11-11drm/i915/ttm: Fix illegal addition to shrinker listThomas Hellström1-10/+21
2021-11-10drm/i915: split general MMIO setup from per-GT uncore initDaniele Ceraolo Spurio3-15/+13
2021-11-10drm/i915: rework some irq functions to take intel_gt as argumentPaulo Zanoni1-11/+15
2021-11-10drm/i915/selftests: Use clear_and_wake_up_bit() for the per-engine reset bitlocksThomas Hellström2-9/+13
2021-11-10drm/i915/gem: Fix gem_madvise for ttm+shmem objectsThomas Hellström1-1/+2
2021-11-09drm/i915/guc: Refcount context during error captureJohn Harrison1-0/+14
2021-11-09drm/i915/resets: Don't set / test for per-engine reset bits with GuC submissionMatthew Brost1-10/+17
2021-11-05drm/i915/selftests: Rework context handling in hugepages selftestsMaarten Lankhorst1-48/+80
2021-11-05drm/i915: Remove gen6_ppgtt_unpin_allMaarten Lankhorst2-12/+0
2021-11-05drm/i915/ttm: Failsafe migration blitsThomas Hellström3-56/+298
2021-11-05drm/i915/ttm: Reorganize the ttm move codeThomas Hellström5-280/+430
2021-11-04drm/i915: fixup dma_fence_wait usageMatthew Auld1-1/+1
2021-11-03drm/i915/guc/slpc: Update boost sysfs hooks for SLPCVinay Belgaumkar5-16/+82
2021-11-03drm/i915/guc/slpc: Add waitboost functionality for SLPCVinay Belgaumkar5-1/+48
2021-11-03drm/i915/guc/slpc: Define and initialize boost frequencyVinay Belgaumkar3-23/+93
2021-11-02drm/i915: Rename GT_STEP to GRAPHICS_STEPJosé Roberto de Souza8-52/+51
2021-11-02drm/i915: Track media IP stepping separated from GTJosé Roberto de Souza3-34/+41
2021-11-02drm/i915: Add struct to hold IP versionJosé Roberto de Souza6-28/+37
2021-11-02drm/i915/dmabuf: drop the flush on discreteMatthew Auld1-2/+13
2021-11-02drm/i915: stop setting cache_dirty on discreteMatthew Auld4-3/+22
2021-11-02drm/i915: move cpu_write_needs_clflushMatthew Auld3-14/+15
2021-11-02drm/i915/clflush: disallow on discreteMatthew Auld1-2/+3
2021-11-02drm/i915/clflush: fixup handling of cache_dirtyMatthew Auld1-1/+9
2021-11-01drm/i915: Introduce refcounted sg-tablesThomas Hellström9-147/+277
2021-11-01drm/i915: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads for Gen9Cooper Chiou1-0/+41
2021-10-29drm/i915: Remove some dead struct fwd decl from i915_drv.hDaniel Vetter1-2/+0
2021-10-29drm/i915/gtt: stop caching the scratch pageMatthew Auld1-2/+2
2021-10-29drm/i915/gtt: flush the scratch pageMatthew Auld1-0/+3
2021-10-28drm/i915/pmu: Connect engine busyness stats from GuC to pmuUmesh Nerlige Ramappa13-28/+453
2021-10-28drm/i915/pmu: Add a name to the execlists statsUmesh Nerlige Ramappa3-46/+53
2021-10-27drm/i915: Revert 'guc_id' from i915_request tracepointJoonas Lahtinen1-5/+2
2021-10-25drm/i915: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wan Jiabing1-1/+1
2021-10-25drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRKai Song1-2/+2
2021-10-22drm/i915/guc: Fix recursive lock in GuC submissionMatthew Brost1-1/+2
2021-10-22drm/i915/selftests: Update live.evict to wait on requests / idle GPU after each loopMatthew Brost1-0/+19
2021-10-22drm/i915/selftests: Increase timeout in requests perf selftestMatthew Brost1-2/+2
2021-10-22drm/i915/ttm: enable shmem tt backendMatthew Auld1-1/+2
2021-10-22drm/i915/ttm: use cached system pages when evicting lmemMatthew Auld1-4/+4
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld5-22/+137
2021-10-22drm/i915: add some kernel-doc for shrink_pin and friendsMatthew Auld2-1/+54
2021-10-22drm/i915: drop unneeded make_unshrinkable in free_objectMatthew Auld1-9/+0