summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorLines
2025-09-22drm/xe: Don't copy pinned kernel bos twice on suspendThomas Hellström-2/+2
2025-09-22drm/xe: Fix build with CONFIG_MODULES=nLucas De Marchi-1/+1
2025-09-22drm/xe/vf: Don't expose sysfs attributes not applicable for VFsMichal Wajdeczko-1/+1
2025-09-17drm/xe/guc: Set RCS/CCS yield policyDaniele Ceraolo Spurio-5/+98
2025-09-17drm/xe: Fix error handling if PXP fails to startDaniele Ceraolo Spurio-41/+72
2025-09-17drm/xe/sysfs: Add cleanup action in xe_device_sysfs_initZongyao Bai-2/+6
2025-09-16drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()Dan Carpenter-2/+2
2025-09-15drm/xe: defer free of NVM auxiliary container to device release callbackNitin Gote-1/+4
2025-09-15drm/xe/hwmon: Remove type castingMallesh Koujalagi-16/+19
2025-09-15drm/xe/pf: Drop rounddown_pow_of_two fair LMEM limitationMichal Wajdeczko-1/+0
2025-09-15drm/xe/tile: Release kobject for the failure pathShuicheng Lin-5/+7
2025-09-09drm/xe: Extend Wa_13011645652 to PTL-H, WCLJulia Filipchuk-1/+2
2025-09-09drm/xe: Block exec and rebind worker while evicting for suspend / hibernateThomas Hellström-1/+88
2025-09-09drm/xe: Allow the pm notifier to continue on failureThomas Hellström-10/+7
2025-09-09drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström-16/+16
2025-09-09drm/xe/configfs: Don't touch survivability_mode on finiMichal Wajdeczko-1/+2
2025-09-02drm/xe: Fix incorrect migration of backed-up object to VRAMThomas Hellström-2/+1
2025-08-26drm/xe: switch to local xbasename() helperCarlos Llamas-1/+9
2025-08-26drm/xe: Don't trigger rebind on initial dma-buf validationMatthew Brost-1/+2
2025-08-26drm/xe/vm: Clear the scratch_pt pointer on errorThomas Hellström-2/+6
2025-08-26drm/xe/vm: Don't pin the vm_resv during validationThomas Hellström-16/+4
2025-08-26drm/xe/xe_sync: avoid race during ufence signalingZbigniew Kempczyński-1/+1
2025-08-21drm/xe: Fix vm_bind_ioctl double free bugChristoph Manszewski-1/+2
2025-08-21drm/xe: Move ASID allocation and user PT BO tracking into xe_vm_createPiotr Piórkowski-19/+15
2025-08-19drm/xe: Assign ioctl xe file handler to vm in xe_vm_createPiotr Piórkowski-8/+9
2025-08-14drm/xe/pf: Set VF LMEM BAR sizeMichał Winiarski-0/+23
2025-08-12drm/xe/hwmon: Add SW clamp for power limits writesKarthik Poosa-0/+29
2025-08-12drm/xe: Defer buffer object shrinker write-backs and GPU waitsThomas Hellström-4/+47
2025-08-12drm/xe/migrate: prevent potential UAFMatthew Auld-4/+5
2025-08-12drm/xe/migrate: don't overflow max copy sizeMatthew Auld-0/+6
2025-08-12drm/xe/migrate: prevent infinite recursionMatthew Auld-12/+17
2025-08-08Merge tag 'drm-next-2025-08-08' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-8/+112
2025-08-04Mark xe driver as BROKEN if kernel page size is not 4kBSimon Richter-0/+1
2025-08-04drm/xe/pf: Make sure PF is ready to configure VFsMichal Wajdeczko-2/+63
2025-08-04drm/xe/pf: Disable PF restart worker on device removalMichal Wajdeczko-1/+31
2025-08-04drm/xe/devcoredump: Defer devcoredump initialization during probeBalasubramani Vivekanandan-4/+10
2025-08-04drm/xe/pf: Enable SR-IOV PF mode by defaultMichal Wajdeczko-1/+7
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-08-02drm/xe: fix typo "notifer"WangYuli-1/+1
2025-07-31Merge tag 'drm-next-2025-08-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-33/+23
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-2616/+6369
2025-07-30drm/xe/vf: Disable CSC support on VFLukasz Laguna-0/+1
2025-07-28Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-14/+6
2025-07-28drm/xe/configfs: Fix pci_dev reference leakMichal Wajdeczko-1/+2
2025-07-28drm/xe/hw_engine_group: Avoid call kfree() for drmm_kzalloc()Shuicheng Lin-22/+6
2025-07-28drm/xe/guc: Clear whole g2h_fence during initializationMichal Wajdeczko-5/+1
2025-07-28drm/xe/vf: Don't register I2C devices if VFLukasz Laguna-0/+3
2025-07-28drm/xe/uc: Fix missing unwind gotoZhanjun Dong-1/+1
2025-07-28drm/xe: Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter()Dan Carpenter-2/+2
2025-07-28drm/xe/oa: Fix static checker warning about null gtAshutosh Dixit-1/+1