summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie2021-10-11156-1907/+5197
|\
| * drm/i915: remove IS_ACTIVELucas De Marchi2021-10-0711-31/+18
| * drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setupTvrtko Ursulin2021-10-061-1/+11
| * drm/i915: Fix bug in user proto-context creation that leaked contextsMatthew Brost2021-10-051-1/+4
| * drm/i915: Clean up disabled warningsNathan Chancellor2021-10-041-6/+4
| * drm/i915/pxp: enable PXP for integrated Gen12Daniele Ceraolo Spurio2021-10-041-0/+2
| * drm/i915/pxp: add PXP documentationDaniele Ceraolo Spurio2021-10-042-12/+63
| * drm/i915/pxp: add pxp debugfsDaniele Ceraolo Spurio2021-10-044-0/+102
| * drm/i915/pxp: black pixels on pxp disabledAnshuman Gupta2021-10-044-3/+94
| * drm/i915/pxp: Add plane decryption supportAnshuman Gupta2021-10-047-9/+54
| * drm/i915/pxp: Enable PXP power managementHuang, Sean Z2021-10-048-11/+126
| * drm/i915/pxp: start the arb session on demandDaniele Ceraolo Spurio2021-10-047-29/+42
| * drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio2021-10-0413-35/+308
| * drm/i915/pxp: Implement PXP irq handlerHuang, Sean Z2021-10-0411-16/+284
| * drm/i915/pxp: Implement arb session teardownHuang, Sean Z2021-10-047-4/+212
| * drm/i915/pxp: Create the arbitrary session after bootHuang, Sean Z2021-10-049-0/+240
| * drm/i915/pxp: set KCR reg initDaniele Ceraolo Spurio2021-10-043-0/+34
| * drm/i915/pxp: Implement funcs to create the TEE channelHuang, Sean Z2021-10-045-1/+112
| * drm/i915/pxp: allocate a vcs context for pxp usageDaniele Ceraolo Spurio2021-10-047-0/+131
| * drm/i915/pxp: define PXP device flag and kconfigDaniele Ceraolo Spurio2021-10-043-0/+15
| * mei: pxp: export pavp client to me client busVitaly Lubart2021-10-046-0/+270
| * drm/i915/guc: Move and improve error message for missed CTB replyMichal Wajdeczko2021-10-011-4/+4
| * drm/i915/guc: Print error name on CTB send failureMichal Wajdeczko2021-10-011-2/+2
| * drm/i915/guc: Print error name on CTB (de)registration failureMichal Wajdeczko2021-10-011-4/+4
| * drm/i915/guc: Verify result from CTB (de)register actionMichal Wajdeczko2021-10-011-2/+8
| * drm/i915: Use fixed offset for PTEs locationMichal Wajdeczko2021-10-011-2/+17
| * drm/i915/ttm: Rework object initialization slightlyThomas Hellström2021-10-013-20/+64
| * drm/i915: Use direction definition DMA_BIDIRECTIONAL instead of PCI_DMA_BIDIR...Cai Huoqing2021-09-304-15/+14
| * drm/i915: Fix runtime pm handling in i915_gem_shrinkMaarten Lankhorst2021-09-291-2/+5
| * drm/i915: remember to call i915_sw_fence_finiMatthew Auld2021-09-271-0/+1
| * drm/i915: Flush buffer pools on driver removeJanusz Krzysztofik2021-09-252-2/+2
| * drm/i915: Remove warning from the rps workerTejas Upadhyay2021-09-241-2/+0
| * drm/i915/selftests: exercise shmem_writeback with THPMatthew Auld2021-09-241-1/+2
| * drm/i915/request: fix early tracepointsMatthew Auld2021-09-241-9/+2
| * drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström2021-09-2419-31/+56
| * drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström2021-09-244-9/+17
| * drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström2021-09-249-3/+60
| * drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström2021-09-2410-13/+353
| * drm/i915/gt: Increase suspend timeoutThomas Hellström2021-09-241-1/+3
| * drm/i915/gem: Implement a function to process all gem objects of a regionThomas Hellström2021-09-242-0/+107
| * drm/i915/ttm: Implement a function to copy the contents of two TTM-based objectsThomas Hellström2021-09-242-9/+64
| * drm/i915/gem: Fix a lockdep warning the __i915_gem_is_lmem() functionThomas Hellström2021-09-241-1/+1
| * drm/i915/guc, docs: Fix pdfdocs build error by removing nested gridAkira Yokosawa2021-09-232-10/+10
| * drm/i915/uncore: fwtable read handlers are now used on all forcewake platformsMatt Roper2021-09-231-9/+2
| * drm/i915/debugfs: Do not report currently active engine when describing objectsTvrtko Ursulin2021-09-222-22/+0
| * drm/i915/dg2: Add DG2-specific shadow register tableMatt Roper2021-09-222-1/+41
| * drm/i915/uncore: Drop gen11 mmio read handlersMatt Roper2021-09-221-23/+17
| * drm/i915/uncore: Drop gen11/gen12 mmio write handlersMatt Roper2021-09-221-39/+21
| * drm/i915/uncore: Replace gen8 write functions with general fwtableMatt Roper2021-09-221-12/+1
| * drm/i915/uncore: Associate shadow table with uncoreMatt Roper2021-09-222-14/+33