summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-11drm/i915/gem: add missing boundary check in vm_accessMastan Katragadda1-1/+1
2022-03-08drm/i915/xehp: Drop aux table invalidation on FlatCCS platformsMatt Roper1-9/+19
2022-03-08drm/i915: opportunistically apply ALLOC_CONTIGIOUSMatthew Auld1-0/+3
2022-03-08drm/i915/gtt: reduce overzealous alignment constraints for GGTTMatthew Auld1-1/+2
2022-03-07drm/i915: stop checking for NULL vma->objMatthew Auld1-10/+7
2022-03-07drm/i915: limit the async bind to bind_async_flagsMatthew Auld1-2/+3
2022-03-07drm/i915/fbdev: fixup setting screen_sizeMatthew Auld1-2/+2
2022-03-07drm/i915/gem: Remove some unnecessary codeThomas Hellström1-18/+14
2022-03-07drm/i915: Remove the vma refcountThomas Hellström4-33/+16
2022-03-07drm/i915: Remove the vm open countThomas Hellström15-166/+192
2022-03-06drm/i915/dmabuf: Fix prime_mmap to work when using LMEMGwan-gyeong Mun1-0/+4
2022-03-06drm/i915/dmabuf: Update dma_buf_ops.unmap_dma_buf callback to use drm_gem_unm...Gwan-gyeong Mun1-10/+1
2022-03-04drm/i915: Add RCS mask to GuC ADS paramsStuart Summers1-1/+1
2022-03-04drm/i915/xehp: Support platforms with CCS engines but no RCSMatt Roper7-4/+13
2022-03-04drm/i915/guc: Fix potential invalid pointer dereferences when decoding G2HsJohn Harrison1-2/+4
2022-03-04drm/i915/guc: Drop obsolete H2G definitionsJohn Harrison1-2/+0
2022-03-04drm/i915/guc: Rename desc_idx to ctx_idJohn Harrison1-26/+26
2022-03-04drm/i915/guc: Move lrc desc setup to where it is neededJohn Harrison1-2/+4
2022-03-04drm/i915/guc: Split guc_lrc_desc_pin apartJohn Harrison1-21/+33
2022-03-04drm/i915/guc: Better name for context id limitJohn Harrison4-12/+12
2022-03-04drm/i915/guc: Add an explicit 'submission_initialized' flagJohn Harrison2-3/+7
2022-03-04drm/i915/guc: Do not conflate lrc_desc with GuC id for registrationJohn Harrison1-31/+38
2022-03-02drm/i915/xehpsdv: Move render/compute engine reset domains related workaroundsSrinivasan Shanmugam1-13/+13
2022-03-02drm/i915/xehp: Add compute workaroundsMatt Roper3-0/+56
2022-03-02drm/i915/xehp: handle fused off CCS enginesDaniele Ceraolo Spurio3-4/+42
2022-03-02drm/i915/xehp: Don't support parallel submission on compute / renderMatthew Brost2-0/+14
2022-03-02drm/i915/xehp/guc: enable compute engine inside GuCDaniele Ceraolo Spurio1-0/+1
2022-03-02drm/i915/xehp: Enable ccs/dual-ctx in RCU_MODEMatt Roper6-0/+32
2022-03-02drm/i915/xehp: Define context scheduling attributes in lrc descriptorMatt Roper4-2/+26
2022-03-02drm/i915: Move context descriptor fields to intel_lrc.hMatt Roper3-34/+35
2022-03-02drm/i915/xehp: CCS should use RCS setup functionsMatt Roper6-7/+16
2022-03-02drm/i915/xehp: compute engine pipe_controlDaniele Ceraolo Spurio2-9/+40
2022-03-02drm/i915/xehp: Add Compute CS IRQ handlersMatt Roper3-1/+19
2022-03-02drm/i915/xehp: CCS shares the render reset domainMatt Roper1-0/+4
2022-03-02drm/i915/xehp: Define compute class and engineMatt Roper6-11/+71
2022-03-02drm/i915: Depend on !PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2022-03-02drm/i915/guc: Do not complain about stale reset notificationsJohn Harrison1-4/+3
2022-03-01drm/i915/guc: Initialize GuC submission locks and queues earlyDaniele Ceraolo Spurio1-13/+14
2022-03-01drm/i915/guc: Fix flag query helper function to not modify stateJohn Harrison1-5/+2
2022-03-01drm/i915/selftests: exercise mmap migrationMatthew Auld3-0/+344
2022-03-01drm/i915/selftests: handle allocation failuresMatthew Auld2-2/+8
2022-03-01drm/i915/ttm: mappable migration on faultMatthew Auld1-6/+48
2022-03-01drm/i915/ttm: make eviction mappable awareMatthew Auld1-2/+63
2022-02-28drm/i915: Clarify vma lifetimeThomas Hellström5-33/+79
2022-02-28drm/i915/selftests: mock test io_sizeMatthew Auld1-0/+143
2022-02-28drm/i915/buddy: tweak 2big checkMatthew Auld1-1/+1
2022-02-28drm/i915/buddy: adjust res->startMatthew Auld1-0/+7
2022-02-28drm/i915/buddy: track available visible sizeMatthew Auld3-2/+75
2022-02-28drm/i915: add I915_BO_ALLOC_GPU_ONLYMatthew Auld8-18/+45
2022-02-28drm/i915/ttm: require mappable by defaultMatthew Auld2-0/+9