summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Interface xe drm client with fdinfo interfaceTejas Upadhyay1-0/+6
2023-12-21drm/xe: Add drm-client infrastructureTejas Upadhyay1-1/+14
2023-12-21drm/xe/pmu: Enable PMU interfaceAravind Iddamsetty1-0/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-3/+3
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-30/+30
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast1-1/+1
2023-12-21drm/xe: Invert guc vs execlists parameters and info.Rodrigo Vivi1-1/+1
2023-12-21drm/xe: add lockdep annotation for xe_device_mem_access_put()Matthew Auld1-2/+2
2023-12-21drm/xe: add lockdep annotation for xe_device_mem_access_get()Matthew Auld1-0/+24
2023-12-21drm/xe: fix xe_device_mem_access_get() racesMatthew Auld1-13/+47
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-20drm/xe: Allocate GT dynamicallyMatt Roper1-4/+0
2023-12-20drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper1-1/+1
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-4/+0
2023-12-20drm/xe: Move GGTT from GT to tileMatt Roper1-4/+14
2023-12-20drm/xe: Fail xe_device_create() if wq allocation failsGustavo Sousa1-1/+9
2023-12-20drm/xe: Call drmm_add_action_or_reset() early in xe_device_create()Gustavo Sousa1-4/+4
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-1/+1
2023-12-20drm/xe: destroy clients engine and vm xarrays on closeMika Kuoppala1-0/+2
2023-12-20drm/xe: Enable the compat ioctl functionalityChristopher Snowhill1-1/+1
2023-12-20drm/xe: fix pvc unload issueChang, Bruce1-0/+3
2023-12-20drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoingMaarten Lankhorst1-10/+8
2023-12-20drm/xe: Fix typo persitent->persistentLucas De Marchi1-23/+23
2023-12-20drm/xe/device: Prefer the drm-managed mutex_initLucas De Marchi1-5/+5
2023-12-20drm/xe: Do not spread i915_reg_defs.h includeLucas De Marchi1-2/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-4/+4
2023-12-20drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-0/+14
2023-12-20drm/xe: Convert memory device refcount to s32Maarten Lankhorst1-1/+1
2023-12-20drm/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