aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-04mei: pxp: export pavp client to me client busVitaly Lubart6-0/+270
2021-10-04drm/i915/pxp: Define PXP component interfaceDaniele Ceraolo Spurio2-0/+43
2021-10-01drm/i915/guc: Move and improve error message for missed CTB replyMichal Wajdeczko1-4/+4
2021-10-01drm/i915/guc: Print error name on CTB send failureMichal Wajdeczko1-2/+2
2021-10-01drm/i915/guc: Print error name on CTB (de)registration failureMichal Wajdeczko1-4/+4
2021-10-01drm/i915/guc: Verify result from CTB (de)register actionMichal Wajdeczko1-2/+8
2021-10-01drm/i915: Use fixed offset for PTEs locationMichal Wajdeczko1-2/+17
2021-10-01drm/i915/ttm: Rework object initialization slightlyThomas Hellström3-20/+64
2021-09-30drm/i915: Use direction definition DMA_BIDIRECTIONAL instead of PCI_DMA_BIDIRECTIONALCai Huoqing4-15/+14
2021-09-29drm/i915: Fix runtime pm handling in i915_gem_shrinkMaarten Lankhorst1-2/+5
2021-09-27drm/i915: remember to call i915_sw_fence_finiMatthew Auld1-0/+1
2021-09-24drm/i915: Flush buffer pools on driver removeJanusz Krzysztofik2-2/+2
2021-09-24drm/i915: Remove warning from the rps workerTejas Upadhyay1-2/+0
2021-09-24drm/i915/selftests: exercise shmem_writeback with THPMatthew Auld1-1/+2
2021-09-24drm/i915/request: fix early tracepointsMatthew Auld1-9/+2
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström19-31/+56
2021-09-24drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström4-9/+17
2021-09-24drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström9-3/+60
2021-09-24drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström10-13/+353
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-21drm/i915/dg2: Add DG2-specific shadow register tableMatt Roper2-1/+41
2021-09-21drm/i915/uncore: Drop gen11 mmio read handlersMatt Roper1-23/+17
2021-09-21drm/i915/uncore: Drop gen11/gen12 mmio write handlersMatt Roper1-39/+21
2021-09-21drm/i915/uncore: Replace gen8 write functions with general fwtableMatt Roper1-12/+1
2021-09-21drm/i915/uncore: Associate shadow table with uncoreMatt Roper2-14/+33
2021-09-21drm/i915/uncore: Convert gen6/gen7 read operations to fwtableMatt Roper1-13/+8
2021-09-20drm/i915: Check SFC fusing before recording/dumping SFC_DONEMatt Roper1-2/+4
2021-09-20drm/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-18drm/i915: deduplicate frequency dump on debugfsLucas De Marchi3-284/+76
2021-09-18drm/i915: rename debugfs_gt_pm filesLucas De Marchi5-19/+19
2021-09-18drm/i915: rename debugfs_engines filesLucas De Marchi5-19/+19
2021-09-18drm/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-14drm/i915/dg2: Define MOCS table for DG2Matt Roper1-1/+36