summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-86/+167
2026-01-29drm/xe/nvm: Manage nvm aux cleanup with devresShuicheng Lin1-2/+0
2026-01-27drm/xe: Unregister drm device on probe errorShuicheng Lin1-0/+1
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-1/+0
2026-01-12drm/xe/device: Convert wait for lmem init into an assertBalasubramani Vivekanandan1-57/+16
2026-01-09drm/xe/pf: Allow upon-any-hang wedged mode only in debug configLukasz Laguna1-1/+2
2026-01-09drm/xe/vf: Disallow setting wedged mode to upon-any-hangLukasz Laguna1-0/+5
2026-01-09drm/xe: Validate wedged_mode parameter and define enum for modesLukasz Laguna1-6/+48
2026-01-06Revert "drm/xe/multi_queue: Support active group after primary is destroyed"Niranjana Vishwanathapura1-6/+1
2025-12-23drm/xe/soc_remapper: Initialize SoC remapper during Xe probeUmesh Nerlige Ramappa1-0/+5
2025-12-23drm/xe/uapi: Extend the madvise functionality to support foreign pagemap plac...Thomas Hellström1-0/+14
2025-12-23drm/xe: Use the drm_pagemap cache and shrinkerThomas Hellström1-0/+6
2025-12-16drm/xe: Add debugfs knobs to control long running workload timeslicingMatthew Brost1-0/+1
2025-12-15drm/xe: Increase TDF timeoutJagmeet Randhawa1-1/+1
2025-12-13drm/xe: Track pre-production workaround supportMatt Roper1-0/+57
2025-12-12drm/xe: Increase TDF timeoutJagmeet Randhawa1-1/+1
2025-12-12drm/xe/multi_queue: Support active group after primary is destroyedNiranjana Vishwanathapura1-1/+6
2025-12-12drm/xe/multi_queue: Add exec_queue set_property ioctl supportNiranjana Vishwanathapura1-0/+2
2025-12-03Merge drm/drm-next into drm-xe-nextThomas Hellström1-1/+1
2025-11-19drm/xe/device: Use scope-based cleanupMatt Roper1-22/+11
2025-11-17Merge tag 'drm-xe-next-2025-11-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-9/+14
2025-11-07Merge tag 'drm-misc-next-2025-11-05-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-1/+1
2025-11-04drm/xe: Implement xe_pagefault_initMatthew Brost1-0/+5
2025-11-04drm/xe: Do clean shutdown also when using flrJouni Högander1-9/+9
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin1-1/+1
2025-10-27drm/xe: Fix spelling and typos across Xe driver filesSanjay Yadav1-1/+1
2025-10-14drm/xe: Don't check BIOS-disabled FlatCCS if primary GT is disabledMatt Roper1-0/+2
2025-10-14drm/xe: Skip L2 / TDF cache flushes if primary GT is disabledMatt Roper1-0/+5
2025-10-09drm/xe: Increase global invalidation timeout to 1000usKenneth Graunke1-1/+1
2025-10-08drm/xe: Move declarations under conditional branchTejas Upadhyay1-3/+3
2025-09-29drm/xe/vf: Don't claim support for firmware late-bind if VFMichal Wajdeczko1-0/+1
2025-09-29drm/xe/vf: Rename sriov_update_device_infoMichal Wajdeczko1-9/+9
2025-09-25drm/xe/device: Use poll_timeout_us() to wait for lmemLucas De Marchi1-31/+34
2025-09-18drm/xe/xe_late_bind_fw: Introduce xe_late_bind_fwBadal Nilawar1-0/+5
2025-09-11drm/xe: Fix driver reference in FLR commentVarun Gupta1-1/+1
2025-09-10drm/xe: Convert xe_bo_create_user() for exhaustive evictionThomas Hellström1-0/+2
2025-09-02drm/xe/vf: Enable CCS save/restore only on supported GUC versionsSatyanarayana K V P1-1/+1
2025-08-26drm/xe/doc: Document device wedged and runtime survivabilityRiana Tauro1-0/+27
2025-08-26drm/xe/xe_survivability: Refactor survivability modeRiana Tauro1-1/+1
2025-08-26drm/xe: Add a helper function to set recovery methodRiana Tauro1-5/+21
2025-08-26drm/xe: Set GT as wedged before sending wedged ueventRiana Tauro1-4/+8
2025-08-26drm/xe: Add documentation for Xe Device WedgingRiana Tauro1-0/+10
2025-08-26drm/xe/uapi: Add UAPI for querying VMA count and memory attributesHimal Prasad Ghimiray1-0/+2
2025-08-26drm/xe: Enable madvise ioctl for xeHimal Prasad Ghimiray1-0/+2
2025-08-22drm/xe/psmi: Add debugfs interface for PSMILucas De Marchi1-0/+5
2025-08-08drm/xe: rename XE_WA to XE_GT_WAMatt Atwood1-3/+3
2025-08-01drm/xe/devcoredump: Defer devcoredump initialization during probeBalasubramani Vivekanandan1-4/+4
2025-07-30drm/xe/vf: Disable CSC support on VFLukasz Laguna1-0/+1