summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device.c
AgeCommit message (Expand)Author
2024-04-03drm/xe: Use ordered wq for preempt fence waitingMatthew Brost
2024-03-28drm/xe: Move SR-IOV probe to xe_device_probe_early()Michal Wajdeczko
2024-03-28drm/xe: Separate pure MMIO init from VRAM checkoutMichal Wajdeczko
2024-03-13drm/xe: Use xe_assert in xe_device_assert_mem_accessMatthew Brost
2024-02-26drm/xe: Runtime PM wake on every IOCTLRodrigo Vivi
2024-02-26drm/xe: Convert mem_access assertion towards the runtime_pm stateRodrigo Vivi
2024-02-20drm/xe: Initialize GuC earlier during probeMichał Winiarski
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström
2024-01-31drm/xe: drop display/ subdir from include directoriesJani Nikula
2024-01-30drm/xe: Add functions to convert regular address to canonical address and backJosé Roberto de Souza
2024-01-24drm/xe: Print more device information in devcoredumpJosé Roberto de Souza
2024-01-19drm/xe: Use _ULL for u64 divisionLucas De Marchi
2024-01-18drm/xe/gsc: Initialize GSC proxyDaniele Ceraolo Spurio
2024-01-10drm/xe/device: clean up on error in probe()Dan Carpenter
2024-01-05drm/xe: Allocate dedicated workqueue for SR-IOV workersMichal Wajdeczko
2023-12-21drm/xe/vf: Introduce Memory Based Interrupts HandlerMichal Wajdeczko
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedAshutosh Dixit
2023-12-21drm/xe/xe2: Modify main memory to ccs memory ratio.Himal Prasad Ghimiray
2023-12-21drm/xe/xe2: Determine bios enablement for flat ccs on igfxHimal Prasad Ghimiray
2023-12-21drm/xe: Avoid any races around ccs_mode updateNiranjana Vishwanathapura
2023-12-21drm/xe/uapi: Kill exec_queue_set_propertyRodrigo Vivi
2023-12-21drm/xe: Reorder GGTT init to earlier point in probeMichał Winiarski
2023-12-21drm/xe: Move force_wake init to earlier point in probeMichał Winiarski
2023-12-21drm/xe: Move system memory management init to earlier point in probeMichał Winiarski
2023-12-21drm/xe/device: Introduce xe_device_probe_earlyMichał Winiarski
2023-12-21drm/xe: Introduce xe_tile_init_early and use at earlier point in probeMichał Winiarski
2023-12-21drm/xe: Move xe_mmio_probe_tiles outside of MMIO setupMichał Winiarski
2023-12-21drm/xe: Move xe_set_dma_info outside of MMIO setupMichał Winiarski
2023-12-21drm/xe: Skip calling drm_dev_put on probe errorMichał Winiarski
2023-12-21drm/xe: Encapsulate all the module parametersBommithi Sakeena
2023-12-21drm/xe/vm: Fix ASID XA usageThomas Hellström
2023-12-21drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi
2023-12-21drm/xe/display: fix error handling flow when device probing failsKoby Elbaz
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst
2023-12-21drm/xe: implement driver initiated function-resetAndrzej Hajda
2023-12-21drm/xe/uapi: Remove MMIO ioctlFrancois Dugast
2023-12-21drm/xe/gsc: add gsc device supportVitaly Lubart
2023-12-21drm/xe/hwmon: Expose power attributesBadal Nilawar
2023-12-21drm/xe: Use vfunc to initialize PATLucas De Marchi
2023-12-21drm/xe: Interface xe drm client with fdinfo interfaceTejas Upadhyay
2023-12-21drm/xe: Add drm-client infrastructureTejas Upadhyay
2023-12-21drm/xe/pmu: Enable PMU interfaceAravind Iddamsetty
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast
2023-12-21drm/xe: Invert guc vs execlists parameters and info.Rodrigo Vivi
2023-12-21drm/xe: add lockdep annotation for xe_device_mem_access_put()Matthew Auld
2023-12-21drm/xe: add lockdep annotation for xe_device_mem_access_get()Matthew Auld
2023-12-21drm/xe: fix xe_device_mem_access_get() racesMatthew Auld
2023-12-21drm/xe: hold mem_access.ref for CT fast-pathMatthew Auld