summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Use _ULL for u64 divisionLucas De Marchi2024-01-241-1/+1
* drm/xe/device: clean up on error in probe()Dan Carpenter2024-01-151-1/+1
* drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit2023-12-211-2/+0
* drm/xe/xe2: Modify main memory to ccs memory ratio.Himal Prasad Ghimiray2023-12-211-1/+1
* drm/xe/xe2: Determine bios enablement for flat ccs on igfxHimal Prasad Ghimiray2023-12-211-0/+30
* drm/xe: Avoid any races around ccs_mode updateNiranjana Vishwanathapura2023-12-211-0/+9
* drm/xe/uapi: Kill exec_queue_set_propertyRodrigo Vivi2023-12-211-2/+0
* drm/xe: Reorder GGTT init to earlier point in probeMichał Winiarski2023-12-211-0/+7
* drm/xe: Move force_wake init to earlier point in probeMichał Winiarski2023-12-211-0/+3
* drm/xe: Move system memory management init to earlier point in probeMichał Winiarski2023-12-211-2/+2
* drm/xe/device: Introduce xe_device_probe_earlyMichał Winiarski2023-12-211-4/+18
* drm/xe: Introduce xe_tile_init_early and use at earlier point in probeMichał Winiarski2023-12-211-6/+0
* drm/xe: Move xe_mmio_probe_tiles outside of MMIO setupMichał Winiarski2023-12-211-0/+2
* drm/xe: Move xe_set_dma_info outside of MMIO setupMichał Winiarski2023-12-211-0/+26
* drm/xe: Skip calling drm_dev_put on probe errorMichał Winiarski2023-12-211-7/+5
* drm/xe: Encapsulate all the module parametersBommithi Sakeena2023-12-211-1/+1
* drm/xe/vm: Fix ASID XA usageThomas Hellström2023-12-211-1/+14
* drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi2023-12-211-5/+3
* drm/xe/display: fix error handling flow when device probing failsKoby Elbaz2023-12-211-2/+2
* drm/xe/display: Implement display supportMaarten Lankhorst2023-12-211-5/+53
* drm/xe: implement driver initiated function-resetAndrzej Hajda2023-12-211-0/+78
* drm/xe/uapi: Remove MMIO ioctlFrancois Dugast2023-12-211-1/+0
* drm/xe/gsc: add gsc device supportVitaly Lubart2023-12-211-0/+4
* drm/xe/hwmon: Expose power attributesBadal Nilawar2023-12-211-0/+3
* drm/xe: Use vfunc to initialize PATLucas De Marchi2023-12-211-0/+3
* drm/xe: Interface xe drm client with fdinfo interfaceTejas Upadhyay2023-12-211-0/+6
* drm/xe: Add drm-client infrastructureTejas Upadhyay2023-12-211-1/+14
* drm/xe/pmu: Enable PMU interfaceAravind Iddamsetty2023-12-211-0/+2
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-3/+3
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-30/+30
* drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast2023-12-211-1/+1
* drm/xe: Invert guc vs execlists parameters and info.Rodrigo Vivi2023-12-211-1/+1
* drm/xe: add lockdep annotation for xe_device_mem_access_put()Matthew Auld2023-12-211-2/+2
* drm/xe: add lockdep annotation for xe_device_mem_access_get()Matthew Auld2023-12-211-0/+24
* drm/xe: fix xe_device_mem_access_get() racesMatthew Auld2023-12-211-13/+47
* drm/xe: hold mem_access.ref for CT fast-pathMatthew Auld2023-12-211-0/+5
* drm/xe: Port Xe to GPUVAMatthew Brost2023-12-211-1/+1
* drm/xe: Allocate GT dynamicallyMatt Roper2023-12-191-4/+0
* drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper2023-12-191-1/+1
* drm/xe: Move VRAM from GT to tileMatt Roper2023-12-191-4/+0
* drm/xe: Move GGTT from GT to tileMatt Roper2023-12-191-4/+14
* drm/xe: Fail xe_device_create() if wq allocation failsGustavo Sousa2023-12-191-1/+9
* drm/xe: Call drmm_add_action_or_reset() early in xe_device_create()Gustavo Sousa2023-12-191-4/+4
* drm/xe/mmio: Use struct xe_regLucas De Marchi2023-12-191-1/+1
* drm/xe: destroy clients engine and vm xarrays on closeMika Kuoppala2023-12-191-0/+2
* drm/xe: Enable the compat ioctl functionalityChristopher Snowhill2023-12-191-1/+1
* drm/xe: fix pvc unload issueChang, Bruce2023-12-191-0/+3
* drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoingMaarten Lankhorst2023-12-191-10/+8
* drm/xe: Fix typo persitent->persistentLucas De Marchi2023-12-191-23/+23
* drm/xe/device: Prefer the drm-managed mutex_initLucas De Marchi2023-12-191-5/+5