]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Add caching pagetable flag
authorZbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Tue, 25 Nov 2025 15:37:33 +0000 (16:37 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Wed, 26 Nov 2025 10:54:24 +0000 (10:54 +0000)
commitdacda0cf75d5f4aa8da5404c21dc8ab4b7667799
tree7297e68953ff69879828755cd6535f1903630dd1
parent7f08cc5b3cc3bf6416f8b55bff906f67ed75637d
drm/xe: Add caching pagetable flag

Introduce device xe_caching_pt flag to selectively turn it on for
supported platforms. It allows to eliminate version check and enable
this feature for the future platforms.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patch.msgid.link/20251125153732.400766-2-zbigniew.kempczynski@intel.com
drivers/gpu/drm/xe/xe_bo.c
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_pci.c
drivers/gpu/drm/xe/xe_pci_types.h