summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Merge tag 'drm-intel-next-2024-04-30' of https://anongit.freedesktop.org/git/...Dave Airlie1-0/+1
2024-04-25drm/{i915,xe}: Unregister in-kernel clientsThomas Zimmermann1-0/+1
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi1-36/+0
2024-04-18drm/xe: Simplify function return using drmm_add_action_or_reset()Himal Prasad Ghimiray1-5/+1
2024-04-18drm/xe: Ensure all the inner access are using the _noresume variantRodrigo Vivi1-1/+1
2024-04-18drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_activeRodrigo Vivi1-17/+0
2024-04-18drm/xe: Removing extra mem_access protection from runtime pmRodrigo Vivi1-8/+0
2024-04-18drm/xe: Move lockdep protection from mem_access to xe_pm_runtimeRodrigo Vivi1-23/+0
2024-04-11drm/xe: Remove devcoredump during driver releaseJosé Roberto de Souza1-0/+4
2024-04-10drm/xe: re-order lmem init check and wait for initialization to completeRiana Tauro1-3/+59
2024-04-10drm/xe: check pcode init status only on root gt of root tileRiana Tauro1-7/+14
2024-04-03drm/xe: Use ordered wq for preempt fence waitingMatthew Brost1-1/+10
2024-03-28drm/xe: Move SR-IOV probe to xe_device_probe_early()Michal Wajdeczko1-0/+2
2024-03-28drm/xe: Separate pure MMIO init from VRAM checkoutMichal Wajdeczko1-1/+1
2024-03-13drm/xe: Use xe_assert in xe_device_assert_mem_accessMatthew Brost1-1/+1
2024-02-26drm/xe: Runtime PM wake on every IOCTLRodrigo Vivi1-2/+35
2024-02-26drm/xe: Convert mem_access assertion towards the runtime_pm stateRodrigo Vivi1-1/+12
2024-02-20drm/xe: Initialize GuC earlier during probeMichał Winiarski1-0/+6
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström1-39/+0
2024-01-31drm/xe: drop display/ subdir from include directoriesJani Nikula1-3/+3
2024-01-30drm/xe: Add functions to convert regular address to canonical address and backJosé Roberto de Souza1-0/+10
2024-01-24drm/xe: Print more device information in devcoredumpJosé Roberto de Souza1-0/+20
2024-01-20drm/xe: Use _ULL for u64 divisionLucas De Marchi1-1/+1
2024-01-18drm/xe/gsc: Initialize GSC proxyDaniele Ceraolo Spurio1-2/+20
2024-01-11drm/xe/device: clean up on error in probe()Dan Carpenter1-1/+1
2024-01-05drm/xe: Allocate dedicated workqueue for SR-IOV workersMichal Wajdeczko1-0/+4
2023-12-22drm/xe/vf: Introduce Memory Based Interrupts HandlerMichal Wajdeczko1-0/+7
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