summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-18drm/i915/guc: Add fetch of hwconfig blobJohn Harrison7-0/+199
2022-03-16drm/i915: fixup the initial fb base on DGFXMatthew Auld1-6/+44
2022-03-16drm/i915/display: Check mappable aperture when pinning preallocated vmaCQ Tang1-1/+5
2022-03-16drm/i915/ttm: wire up the object offsetMatthew Auld6-6/+28
2022-03-16drm/i915: add i915_gem_object_create_region_at()Matthew Auld12-74/+77
2022-03-16drm/i915/stolen: consider I915_BO_ALLOC_GPU_ONLYMatthew Auld1-0/+8
2022-03-16drm/i915/stolen: don't treat small BAR as an errorAkeem G Abodunrin2-19/+46
2022-03-16drm/i915/lmem: don't treat small BAR as an errorMatthew Auld1-2/+4
2022-03-16drm/i915: Add support for steered register writesMatt Roper3-10/+70
2022-03-16drm/i915/guc: add steering info to GuC register save/restore listDaniele Ceraolo Spurio4-16/+73
2022-03-16drm/i915: Report steering details in debugfsMatt Roper5-1/+73
2022-03-15drm/i915: Reduce stack usage in debugfs due to SSEUJohn Harrison1-8/+14
2022-03-14drm/i915/xehp: Update topology dumps for Xe_HPMatt Roper4-17/+50
2022-03-14drm/i915/sseu: Don't overallocate subslice storageMatt Roper2-13/+36
2022-03-11drm/i915/gt: Remove GEN12_SFC_DONE_MAX from register defs headerMatt Roper4-5/+4
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