summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-10-15drm/i915/doc: Update parallel submit doc to point to i915_drm.hMatthew Brost
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost
2021-10-15drm/i915/guc: Update debugfs for GuC multi-lrcMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc submissionMatthew Brost
2021-10-15drm/i915/guc: Implement parallel context pin / unpin functionsMatthew Brost
2021-10-15drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_idsMatthew Brost
2021-10-15drm/i915/guc: Ensure GuC schedule operations do not operate on child contextsMatthew Brost
2021-10-15drm/i915/guc: Add multi-lrc context registrationMatthew Brost
2021-10-15drm/i915/guc: Introduce context parent-child relationshipMatthew Brost
2021-10-15drm/i915: Expose logical engine instance to userMatthew Brost
2021-10-15drm/i915: Add logical engine mappingMatthew Brost
2021-10-15drm/i915/guc: Don't call switch_to_kernel_context with GuC submissionMatthew Brost
2021-10-15drm/i915/guc: Take engine PM when a context is pinned with GuC submissionMatthew Brost
2021-10-15drm/i915/guc: Take GT PM ref when deregistering contextMatthew Brost
2021-10-15drm/i915/guc: Move GuC guc_id allocation under submission state sub-structMatthew Brost
2021-10-14drm/i915/gt: move remaining debugfs interfaces into gtAndi Shyti
2021-10-14drm/i915: fix blank screen booting crashesHugh Dickins
2021-10-12drm/i915: Stop using I915_TILING_* in client blit selftestMatt Roper
2021-10-12drm/i915/gt: add asm/cacheflush.h for use of clflush()Lucas De Marchi
2021-10-12drm/i915/gt: include tsc.h where usedLucas De Marchi
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi
2021-10-06drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setupTvrtko Ursulin
2021-10-05drm/i915: Fix bug in user proto-context creation that leaked contextsMatthew Brost
2021-10-04drm/i915: Clean up disabled warningsNathan Chancellor
2021-10-04drm/i915/pxp: enable PXP for integrated Gen12Daniele Ceraolo Spurio
2021-10-04drm/i915/pxp: add PXP documentationDaniele Ceraolo Spurio
2021-10-04drm/i915/pxp: add pxp debugfsDaniele Ceraolo Spurio
2021-10-04drm/i915/pxp: black pixels on pxp disabledAnshuman Gupta
2021-10-04drm/i915/pxp: Add plane decryption supportAnshuman Gupta
2021-10-04drm/i915/pxp: Enable PXP power managementHuang, Sean Z
2021-10-04drm/i915/pxp: start the arb session on demandDaniele Ceraolo Spurio
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio
2021-10-04drm/i915/pxp: Implement PXP irq handlerHuang, Sean Z
2021-10-04drm/i915/pxp: Implement arb session teardownHuang, Sean Z
2021-10-04drm/i915/pxp: Create the arbitrary session after bootHuang, Sean Z
2021-10-04drm/i915/pxp: set KCR reg initDaniele Ceraolo Spurio
2021-10-04drm/i915/pxp: Implement funcs to create the TEE channelHuang, Sean Z
2021-10-04drm/i915/pxp: allocate a vcs context for pxp usageDaniele Ceraolo Spurio
2021-10-04drm/i915/pxp: define PXP device flag and kconfigDaniele Ceraolo Spurio
2021-10-04mei: pxp: export pavp client to me client busVitaly Lubart
2021-10-04drm/i915/pxp: Define PXP component interfaceDaniele Ceraolo Spurio
2021-10-01drm/i915/guc: Move and improve error message for missed CTB replyMichal Wajdeczko
2021-10-01drm/i915/guc: Print error name on CTB send failureMichal Wajdeczko
2021-10-01drm/i915/guc: Print error name on CTB (de)registration failureMichal Wajdeczko
2021-10-01drm/i915/guc: Verify result from CTB (de)register actionMichal Wajdeczko
2021-10-01drm/i915: Use fixed offset for PTEs locationMichal Wajdeczko
2021-10-01drm/i915/ttm: Rework object initialization slightlyThomas Hellström
2021-09-30drm/i915: Use direction definition DMA_BIDIRECTIONAL instead of PCI_DMA_BIDIR...Cai Huoqing