aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: hold mem_access.ref for CT fast-pathMatthew Auld1-0/+5
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-1/+1
2023-12-19drm/xe: Allocate GT dynamicallyMatt Roper1-4/+0
2023-12-19drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper1-1/+1
2023-12-19drm/xe: Move VRAM from GT to tileMatt Roper1-4/+0
2023-12-19drm/xe: Move GGTT from GT to tileMatt Roper1-4/+14
2023-12-19drm/xe: Fail xe_device_create() if wq allocation failsGustavo Sousa1-1/+9
2023-12-19drm/xe: Call drmm_add_action_or_reset() early in xe_device_create()Gustavo Sousa1-4/+4
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi1-1/+1
2023-12-19drm/xe: destroy clients engine and vm xarrays on closeMika Kuoppala1-0/+2
2023-12-19drm/xe: Enable the compat ioctl functionalityChristopher Snowhill1-1/+1
2023-12-19drm/xe: fix pvc unload issueChang, Bruce1-0/+3
2023-12-19drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoingMaarten Lankhorst1-10/+8
2023-12-19drm/xe: Fix typo persitent->persistentLucas De Marchi1-23/+23
2023-12-19drm/xe/device: Prefer the drm-managed mutex_initLucas De Marchi1-5/+5
2023-12-19drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi1-2/+1
2023-12-19drm/xe: Sort includesLucas De Marchi1-4/+4
2023-12-19drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-0/+14
2023-12-19drm/xe: Convert memory device refcount to s32Maarten Lankhorst1-1/+1
2023-12-19drm/xe/uapi: Add XE_ENGINE_GET_PROPERTY uAPIJosé Roberto de Souza1-0/+2
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst1-0/+4
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+359