summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Use xe_assert in xe_device_assert_mem_accessMatthew Brost2024-03-131-1/+1
* drm/xe: Runtime PM wake on every IOCTLRodrigo Vivi2024-02-261-2/+35
* drm/xe: Convert mem_access assertion towards the runtime_pm stateRodrigo Vivi2024-02-261-1/+12
* drm/xe: Initialize GuC earlier during probeMichał Winiarski2024-02-201-0/+6
* drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström2024-02-191-39/+0
* drm/xe: drop display/ subdir from include directoriesJani Nikula2024-01-311-3/+3
* drm/xe: Add functions to convert regular address to canonical address and backJosé Roberto de Souza2024-01-301-0/+10
* drm/xe: Print more device information in devcoredumpJosé Roberto de Souza2024-01-241-0/+20
* drm/xe: Use _ULL for u64 divisionLucas De Marchi2024-01-191-1/+1
* drm/xe/gsc: Initialize GSC proxyDaniele Ceraolo Spurio2024-01-181-2/+20
* drm/xe/device: clean up on error in probe()Dan Carpenter2024-01-101-1/+1
* drm/xe: Allocate dedicated workqueue for SR-IOV workersMichal Wajdeczko2024-01-051-0/+4
* drm/xe/vf: Introduce Memory Based Interrupts HandlerMichal Wajdeczko2023-12-211-0/+7
* 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