summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/Makefile
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2023-03-24 22:04:10 +0100
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 00:30:25 +0100
commit576c6380da47592dc793669c6738742385f1bbf1 (patch)
treec3b7cc6e7eab3940997b18fb692b84618b0179e8 /drivers/gpu/drm/xe/Makefile
parentdrm/xe: Decrement fault mode counts in xe_vm_close_and_put (diff)
downloadlinux-576c6380da47592dc793669c6738742385f1bbf1.tar.xz
linux-576c6380da47592dc793669c6738742385f1bbf1.zip
drm/xe/pat: Move PAT setup to a dedicated file
PAT handling is growing in complexity and will continue to do so in upcoming platforms. Separate it out to a dedicated file to keep things tidy. The code is moved as-is here (aside from a few unused #define's that are just dropped); further changes will come in future patches. Reviewed-by: Nirmoy Das <nirmoy.das@intel.com> Link: https://lore.kernel.org/r/20230324210415.2434992-2-matthew.d.roper@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/Makefile')
-rw-r--r--drivers/gpu/drm/xe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile
index b3426f328d21..6ef80889fddb 100644
--- a/drivers/gpu/drm/xe/Makefile
+++ b/drivers/gpu/drm/xe/Makefile
@@ -71,6 +71,7 @@ xe-y += xe_bb.o \
xe_mmio.o \
xe_mocs.o \
xe_module.o \
+ xe_pat.o \
xe_pci.o \
xe_pcode.o \
xe_pm.o \