summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-23drm/gpusvm: Introduce a function to scan the current migration stateThomas Hellström2-0/+150
2025-12-23drm/pagemap, drm/xe: Clean up the use of the device-private page ownerThomas Hellström3-25/+13
2025-12-23drm/xe/svm: Document how xe keeps drm_pagemap referencesThomas Hellström1-0/+21
2025-12-23drm/xe/vm: Add a couple of VM debug printoutsThomas Hellström2-0/+17
2025-12-23drm/xe: Support pcie p2p dma as a fast interconnectThomas Hellström2-3/+32
2025-12-23drm/xe/uapi: Extend the madvise functionality to support foreign pagemap plac...Thomas Hellström6-14/+188
2025-12-23drm/xe: Simplify madvise_preferred_mem_loc()Thomas Hellström2-11/+12
2025-12-23drm/xe: Use the vma attibute drm_pagemap to select where to migrateThomas Hellström4-58/+72
2025-12-23drm/xe: Pass a drm_pagemap pointer around with the memory advise attributesThomas Hellström5-9/+48
2025-12-23drm/xe: Use the drm_pagemap_util helper to get a svm pagemap ownerThomas Hellström5-24/+71
2025-12-23drm/pagemap_util: Add a utility to assign an owner to a set of interconnected...Thomas Hellström2-0/+168
2025-12-23drm/pagemap: Remove the drm_pagemap_create() interfaceThomas Hellström1-30/+0
2025-12-23drm/xe: Use the drm_pagemap cache and shrinkerThomas Hellström8-95/+379
2025-12-23drm/pagemap: Add a drm_pagemap cache and shrinkerThomas Hellström5-18/+613
2025-12-23drm/pagemap, drm/xe: Manage drm_pagemap provider lifetimesThomas Hellström3-9/+117
2025-12-23drm/pagemap: Add a refcounted drm_pagemap backpointer to struct drm_pagemap_zddThomas Hellström1-2/+8
2025-12-23drm/pagemap, drm/xe: Add refcounting to struct drm_pagemapThomas Hellström5-9/+109
2025-12-23drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before useThomas Hellström5-26/+88
2025-12-23drm/pagemap: Remove some dead codeThomas Hellström1-13/+0
2025-12-23drm/xe/svm: Fix a debug printoutThomas Hellström1-1/+1
2025-12-22drm/xe/pf: Add debugfs to set EQ and PT for scheduler groupsDaniele Ceraolo Spurio1-1/+111
2025-12-22drm/xe/pf: Add functions to set preempt timeouts for each groupDaniele Ceraolo Spurio4-1/+114
2025-12-22drm/xe/pf: Add functions to set exec quantums for each groupDaniele Ceraolo Spurio4-5/+181
2025-12-22drm/xe/pf: Prep for multiple exec quantums and preemption timeoutsDaniele Ceraolo Spurio3-10/+28
2025-12-22drm/xe/pf: Add debugfs with scheduler groups informationDaniele Ceraolo Spurio1-0/+59
2025-12-22drm/xe/pf: Add debugfs to enable scheduler groupsDaniele Ceraolo Spurio1-0/+126
2025-12-22drm/xe/vf: Check if scheduler groups are enabledDaniele Ceraolo Spurio6-0/+83
2025-12-22drm/xe/pf: Scheduler groups are incompatible with multi-lrcDaniele Ceraolo Spurio7-0/+93
2025-12-22drm/xe/pf: Add support for enabling scheduler groupsDaniele Ceraolo Spurio5-0/+190
2025-12-22drm/xe/pf: Initialize scheduler groupsDaniele Ceraolo Spurio6-0/+198
2025-12-22drm/gt/guc: extract scheduler-related defines from guc_fwif.hDaniele Ceraolo Spurio4-54/+67
2025-12-22drm/xe/gt: Add engine masks for each classDaniele Ceraolo Spurio5-8/+15
2025-12-19drm/xe: Print GuC queue submission state on engine resetMatthew Brost1-2/+3
2025-12-19drm/xe: Increase log level for unhandled page faultsMatthew Brost2-24/+24
2025-12-19drm/xe/xe_survivability: Add index bound checkRiana Tauro1-3/+7
2025-12-19drm/xe/xe_survivability: Use static for survivability info attributesRiana Tauro1-9/+9
2025-12-19drm/xe/pmu: Replace sprintf() with sysfs_emit()Madhur Kumar1-1/+1
2025-12-19Merge drm/drm-next into drm-xe-nextThomas Hellström10864-167997/+545722
2025-12-19drm/xe: Fix documentation heading levels in xe_guc_pc.cSwaraj Gaikwad1-2/+2
2025-12-19drm/xe/xe_survivability: Remove unused indexRiana Tauro1-11/+4
2025-12-19drm/xe/nvm: enable cri platformAlexander Usyskin2-11/+24
2025-12-18drm/xe: Drop preempt-fences when destroying imported dma-bufs.Thomas Hellström1-11/+4
2025-12-18drm/xe/eustall: Disallow 0 EU stall property valuesAshutosh Dixit1-1/+1
2025-12-18drm/xe/oa: Disallow 0 OA property valuesAshutosh Dixit1-1/+1
2025-12-18drm/xe/oa: Move default oa unit assignment earlier during stream openAshutosh Dixit1-4/+4
2025-12-18drm/xe/pf: Add handling for MLRC adverse event thresholdDaniele Ceraolo Spurio2-0/+10
2025-12-18drm/xe/pf: Prepare for new threshold KLVsMichal Wajdeczko3-10/+23
2025-12-18drm/xe/guc: Introduce GUC_FIRMWARE_VER_AT_LEAST helperMichal Wajdeczko3-3/+24
2025-12-18drm/xe: Introduce IF_ARGS macro utilityMichal Wajdeczko2-0/+81
2025-12-18drm/xe: Fix NULL pointer dereference in xe_exec_ioctlTapani Pälli1-6/+4