summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit1-2/+0
2023-12-21drm/xe/xe2: Modify main memory to ccs memory ratio.Himal Prasad Ghimiray1-1/+1
2023-12-21drm/xe/xe2: Determine bios enablement for flat ccs on igfxHimal Prasad Ghimiray1-0/+30
2023-12-21drm/xe: Avoid any races around ccs_mode updateNiranjana Vishwanathapura1-0/+9
2023-12-21drm/xe/uapi: Kill exec_queue_set_propertyRodrigo Vivi1-2/+0
2023-12-21drm/xe: Reorder GGTT init to earlier point in probeMichał Winiarski1-0/+7
2023-12-21drm/xe: Move force_wake init to earlier point in probeMichał Winiarski1-0/+3
2023-12-21drm/xe: Move system memory management init to earlier point in probeMichał Winiarski1-2/+2
2023-12-21drm/xe/device: Introduce xe_device_probe_earlyMichał Winiarski1-4/+18
2023-12-21drm/xe: Introduce xe_tile_init_early and use at earlier point in probeMichał Winiarski1-6/+0
2023-12-21drm/xe: Move xe_mmio_probe_tiles outside of MMIO setupMichał Winiarski1-0/+2
2023-12-21drm/xe: Move xe_set_dma_info outside of MMIO setupMichał Winiarski1-0/+26
2023-12-21drm/xe: Skip calling drm_dev_put on probe errorMichał Winiarski1-7/+5
2023-12-21drm/xe: Encapsulate all the module parametersBommithi Sakeena1-1/+1
2023-12-21drm/xe/vm: Fix ASID XA usageThomas Hellström1-1/+14
2023-12-21drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi1-5/+3
2023-12-21drm/xe/display: fix error handling flow when device probing failsKoby Elbaz1-2/+2
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst1-5/+53
2023-12-21drm/xe: implement driver initiated function-resetAndrzej Hajda1-0/+78
2023-12-21drm/xe/uapi: Remove MMIO ioctlFrancois Dugast1-1/+0
2023-12-21drm/xe/gsc: add gsc device supportVitaly Lubart1-0/+4
2023-12-21drm/xe/hwmon: Expose power attributesBadal Nilawar1-0/+3
2023-12-21drm/xe: Use vfunc to initialize PATLucas De Marchi1-0/+3
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