summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-15drm/i915/guc: Take engine PM when a context is pinned with GuC submissionMatthew Brost5-3/+89
2021-10-15drm/i915/guc: Take GT PM ref when deregistering contextMatthew Brost6-54/+121
2021-10-15drm/i915/guc: Move GuC guc_id allocation under submission state sub-structMatthew Brost3-34/+46
2021-10-15drm/i915/gt: move remaining debugfs interfaces into gtAndi Shyti5-36/+111
2021-10-15drm/i915: fix blank screen booting crashesHugh Dickins1-2/+2
2021-10-13drm/i915: Stop using I915_TILING_* in client blit selftestMatt Roper1-11/+18
2021-10-12drm/i915/gt: add asm/cacheflush.h for use of clflush()Lucas De Marchi1-0/+1
2021-10-12drm/i915/gt: include tsc.h where usedLucas De Marchi1-0/+1
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi11-31/+18
2021-10-06drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setupTvrtko Ursulin1-1/+11
2021-10-05drm/i915: Fix bug in user proto-context creation that leaked contextsMatthew Brost1-1/+4
2021-10-04drm/i915: Clean up disabled warningsNathan Chancellor1-6/+4
2021-10-04drm/i915/pxp: enable PXP for integrated Gen12Daniele Ceraolo Spurio1-0/+2
2021-10-04drm/i915/pxp: add PXP documentationDaniele Ceraolo Spurio3-12/+71
2021-10-04drm/i915/pxp: add pxp debugfsDaniele Ceraolo Spurio4-0/+102
2021-10-04drm/i915/pxp: black pixels on pxp disabledAnshuman Gupta4-3/+94
2021-10-04drm/i915/pxp: Add plane decryption supportAnshuman Gupta7-9/+54
2021-10-04drm/i915/pxp: Enable PXP power managementHuang, Sean Z8-11/+126
2021-10-04drm/i915/pxp: start the arb session on demandDaniele Ceraolo Spurio7-29/+42
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio14-35/+402
2021-10-04drm/i915/pxp: Implement PXP irq handlerHuang, Sean Z11-16/+284
2021-10-04drm/i915/pxp: Implement arb session teardownHuang, Sean Z7-4/+212
2021-10-04drm/i915/pxp: Create the arbitrary session after bootHuang, Sean Z10-0/+243
2021-10-04drm/i915/pxp: set KCR reg initDaniele Ceraolo Spurio3-0/+34
2021-10-04drm/i915/pxp: Implement funcs to create the TEE channelHuang, Sean Z5-1/+112
2021-10-04drm/i915/pxp: allocate a vcs context for pxp usageDaniele Ceraolo Spurio7-0/+131
2021-10-04drm/i915/pxp: define PXP device flag and kconfigDaniele Ceraolo Spurio3-0/+15
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_BIDIR...Cai 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-25drm/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