summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Merge tag 'drm-intel-next-fixes-2021-11-09' of git://anongit.freedesktop.org/...Dave Airlie2-1/+5
2021-11-09drm/i915/adlp/fb: Prevent the mapping of redundant trailing padding NULL pagesImre Deak1-0/+3
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie1-1/+2
2021-10-27drm/i915/guc: Fix recursive lock in GuC submissionMatthew Brost1-1/+2
2021-10-21Merge tag 'drm-intel-gt-next-2021-10-21' of git://anongit.freedesktop.org/drm...Dave Airlie27-272/+1963
2021-10-18drm/i915: Catch yet another unconditioal clflushVille Syrjälä1-1/+1
2021-10-18drm/i915: Convert unconditional clflush to drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-18drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-15drm/i915/guc: Handle errors in multi-lrc requestsMatthew Brost1-3/+66
2021-10-15drm/i915: Multi-BB execbufMatthew Brost3-1/+19
2021-10-15drm/i915/guc: Implement no mid batch preemption for multi-lrcMatthew Brost4-13/+326
2021-10-15drm/i915/guc: Add basic GuC multi-lrc selftestMatthew Brost2-0/+180
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost6-26/+133
2021-10-15drm/i915/guc: Update debugfs for GuC multi-lrcMatthew Brost1-14/+38
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost2-21/+58
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost3-2/+14
2021-10-15drm/i915/guc: Implement multi-lrc submissionMatthew Brost5-75/+342
2021-10-15drm/i915/guc: Implement parallel context pin / unpin functionsMatthew Brost1-0/+70
2021-10-15drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_idsMatthew Brost2-24/+86
2021-10-15drm/i915/guc: Ensure GuC schedule operations do not operate on child contextsMatthew Brost1-1/+12
2021-10-15drm/i915/guc: Add multi-lrc context registrationMatthew Brost6-3/+134
2021-10-15drm/i915/guc: Introduce context parent-child relationshipMatthew Brost3-0/+91
2021-10-15drm/i915: Add logical engine mappingMatthew Brost5-29/+62
2021-10-15drm/i915/guc: Don't call switch_to_kernel_context with GuC submissionMatthew Brost1-0/+13
2021-10-15drm/i915/guc: Take engine PM when a context is pinned with GuC submissionMatthew Brost4-3/+77
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 Shyti4-0/+104
2021-10-15drm/i915: fix blank screen booting crashesHugh Dickins1-2/+2
2021-10-14drm/i915: split out intel_pcode.[ch] to separate fileJani Nikula4-4/+4
2021-10-14drm/i915: split out vlv sideband to a separate fileJani Nikula2-0/+2
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-11drm/i915: remember to call i915_sw_fence_finiMatthew Auld1-0/+1
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie66-825/+1907
2021-10-11Merge tag 'drm-intel-next-2021-10-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+27
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi6-14/+14
2021-10-04drm/i915/pxp: add pxp debugfsDaniele Ceraolo Spurio1-0/+2
2021-10-04drm/i915/pxp: Enable PXP power managementHuang, Sean Z1-1/+15
2021-10-04drm/i915/pxp: Implement PXP irq handlerHuang, Sean Z1-0/+7
2021-10-04drm/i915/pxp: Implement arb session teardownHuang, Sean Z1-3/+19
2021-10-04drm/i915/pxp: allocate a vcs context for pxp usageDaniele Ceraolo Spurio3-0/+10
2021-10-02drm/i915: fix blank screen booting crashesHugh Dickins1-2/+3
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-09-30drm/i915: Use direction definition DMA_BIDIRECTIONAL instead of PCI_DMA_BIDIR...Cai Huoqing1-2/+2
2021-09-27drm/i915: remember to call i915_sw_fence_finiMatthew Auld1-0/+1