aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-08-19drm/xe: prevent UAF around preempt fenceMatthew Auld4-4/+4
2024-08-19drm/xe: Remove redundant param from xe_bo_create_userNirmoy Das5-14/+12
2024-08-17drm/xe/device: Remove unused xe_device::usm::num_vm_in_*Francois Dugast3-26/+0
2024-08-17drm/xe/vm: Remove restriction that all VMs must be faulting if one isFrancois Dugast1-8/+0
2024-08-17drm/xe/exec: Switch hw engine group execution mode upon job submissionFrancois Dugast3-2/+84
2024-08-17drm/xe/hw_engine_group: Ensure safe transition between execution modesFrancois Dugast2-0/+80
2024-08-17drm/xe/hw_engine_group: Add helper to wait for dma fence jobsFrancois Dugast1-0/+33
2024-08-17drm/xe/exec_queue: Prepare last fence for hw engine group resume contextFrancois Dugast2-2/+33
2024-08-17drm/xe/exec_queue: Remove duplicated codeFrancois Dugast1-4/+1
2024-08-17drm/xe/hw_engine_group: Add helper to suspend faulting LR jobsFrancois Dugast1-0/+36
2024-08-17'drm/xe/hw_engine_group: Register hw engine group's exec queuesFrancois Dugast5-0/+86
2024-08-17drm/xe/guc_submit: Make suspend_wait interruptibleFrancois Dugast1-6/+6
2024-08-17drm/xe/hw_engine_group: Introduce xe_hw_engine_groupFrancois Dugast6-0/+176
2024-08-17drm/xe: Use reserved copy engine for user binds on faulting devicesMatthew Brost4-68/+70
2024-08-16drm/xe/mcr: Try to derive dss_per_grp from hwconfig attributesMatt Roper4-4/+83
2024-08-16drm/xe: Add debugfs to dump GuC's hwconfigMatt Roper3-0/+70
2024-08-16Merge drm/drm-next into drm-xe-nextLucas De Marchi5-26/+31
2024-08-16drm/xe: Use for_each_remote_tile rather than manual checkMatthew Brost1-3/+2
2024-08-16drm/xe/uc: Use devm to register cleanup that includes exec_queuesDaniele Ceraolo Spurio2-4/+4
2024-08-16drm/xe/uc: Use managed bo for HuC and GSC objectsDaniele Ceraolo Spurio3-53/+14
2024-08-16Merge tag 'drm-intel-next-2024-08-13' of https://gitlab.freedesktop.org/drm/i...Dave Airlie2-7/+21
2024-08-15drm/xe: Fix tile fini sequenceMatthew Brost1-1/+4
2024-08-15drm/xe: use devm instead of drmm for managed boDaniele Ceraolo Spurio1-3/+3
2024-08-15drm/xe: Make exec_queue_kill safe to call twiceDaniele Ceraolo Spurio2-2/+15
2024-08-15drm/xe: fix engine_class bounds check againMatthew Auld1-1/+1
2024-08-15drm/xe: Hold a PM ref when GT TLB invalidations are inflightMatthew Brost4-3/+29
2024-08-15drm/xe: Drop xe_gt_tlb_invalidation_waitMatthew Brost4-110/+80
2024-08-15drm/xe: Add xe_gt_tlb_invalidation_fence_init helperMatthew Brost3-25/+40
2024-08-15drm/xe/pf: Fix VF config validation on multi-GT platformsMichal Wajdeczko1-3/+8
2024-08-15drm/xe: Build PM into GuC CT layerMatthew Brost3-1/+18
2024-08-15drm/xe/vf: Fix register value lookupMichal Wajdeczko1-1/+1
2024-08-15drm/xe: Fix use after free when client stats are capturedUmesh Nerlige Ramappa3-9/+13
2024-08-15drm/xe: Take a ref to xe file when user creates a VMUmesh Nerlige Ramappa1-1/+5
2024-08-15drm/xe: Add ref counting for xe_fileUmesh Nerlige Ramappa3-2/+37
2024-08-15drm/xe: Move part of xe_file cleanup to a helperUmesh Nerlige Ramappa1-11/+18
2024-08-15drm/xe: Validate user fence during creationMatthew Brost1-4/+8
2024-08-14drm/xe: Define STATELESS_COMPRESSION_CTRL as mcr registerTejas Upadhyay1-1/+1
2024-08-14drm/xe: Write all slices if its mcr registerTejas Upadhyay2-5/+5
2024-08-14drm/xe: Move enable host l2 VRAM post MCR initTejas Upadhyay1-1/+1
2024-08-13drm/xe: Rename enable_display module paramLucas De Marchi6-34/+41
2024-08-13drm/xe: Remove unused xe parameterHimal Prasad Ghimiray1-11/+6
2024-08-13drm/xe: Name and document Wa_14019789679Matt Roper2-10/+27
2024-08-13drm/xe: add kdev_to_xe_device() helper and use itJani Nikula2-7/+7
2024-08-13drm/xe: use pdev_to_xe_device() instead of pci_get_drvdata() directlyJani Nikula1-1/+1
2024-08-13drm/xe/tests: remove unused leftover xe_call_for_each_device()Jani Nikula2-53/+0
2024-08-13drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()Nirmoy Das5-16/+45
2024-08-12drm/xe/xe2hpg: Add Wa_14021821874Tejas Upadhyay2-0/+5
2024-08-12drm/xe: Add stats for tlb invalidation countNirmoy Das3-0/+4
2024-08-12drm/xe/gt: Add APIs for printing stats over debugfsNirmoy Das5-0/+88
2024-08-12drm/i915/opregion: convert to struct intel_displayJani Nikula1-6/+13