aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-07drm/i915/dmabuf: Fix prime_mmap to work when using LMEMGwan-gyeong Mun1-0/+4
2022-03-07drm/i915/dmabuf: Update dma_buf_ops.unmap_dma_buf callback to use drm_gem_unmap_dma_buf()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-03drm/i915/guc: Fix potential invalid pointer dereferences when decoding G2HsJohn Harrison1-2/+4
2022-03-03drm/i915/guc: Drop obsolete H2G definitionsJohn Harrison1-2/+0
2022-03-03drm/i915/guc: Rename desc_idx to ctx_idJohn Harrison1-26/+26
2022-03-03drm/i915/guc: Move lrc desc setup to where it is neededJohn Harrison1-2/+4
2022-03-03drm/i915/guc: Split guc_lrc_desc_pin apartJohn Harrison1-21/+33
2022-03-03drm/i915/guc: Better name for context id limitJohn Harrison4-12/+12
2022-03-03drm/i915/guc: Add an explicit 'submission_initialized' flagJohn Harrison2-3/+7
2022-03-03drm/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-01drm/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
2022-02-28drm/i915: add io_size plumbingMatthew Auld11-17/+29
2022-02-25drm/i915: apply PM_EARLY for non-GTT mappable objectsMatthew Auld1-0/+11
2022-02-25drm/i915/guc: Remove plain ads_blob pointerLucas De Marchi2-6/+5
2022-02-25drm/i915/guc: Convert __guc_ads_init to iosys_mapLucas De Marchi1-11/+14
2022-02-25drm/i915/guc: Convert guc_mmio_reg_state_init to iosys_mapLucas De Marchi1-12/+16
2022-02-25drm/i915/guc: Convert capture list to iosys_mapLucas De Marchi1-5/+5
2022-02-25drm/i915/guc: Convert mapping table to iosys_mapLucas De Marchi1-6/+6
2022-02-25drm/i915/guc: Replace check for golden context sizeLucas De Marchi1-3/+3
2022-02-25drm/i915/guc: Convert golden context prep to iosys_mapLucas De Marchi1-20/+32
2022-02-25drm/i915/guc: Convert guc_ads_private_data_reset to iosys_mapLucas De Marchi1-2/+2