]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Use SG_TILE_ADDR_RANGE instead of TILE_ADDR_RANGE
authorFei Yang <fei.yang@intel.com>
Fri, 7 Nov 2025 18:23:44 +0000 (10:23 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 10 Nov 2025 17:09:27 +0000 (09:09 -0800)
commit84a6fc4c9fb95c7abdc2c749e7d9d8947061b259
treed76c5aad6373fa53f38f43f69db3a2bc85112f6d
parent4361e1d913095fa5833fcc38914a6e55360d90f3
drm/xe: Use SG_TILE_ADDR_RANGE instead of TILE_ADDR_RANGE

The TILE_ADDR_RANGE register is not available on all platforms going
forward as it was deprecated and is being replaced by equivalent
registers within SoC MMIO space. While that doesn't happen, the
SG_TILE_ADDR_RANGE (base 0x1083a0) is still valid for all platforms
supported by xe. Use that instead.

BSpec: 59353, 54991
Signed-off-by: Fei Yang <fei.yang@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patch.msgid.link/20251107-tile-addr-v1-1-a3014aadc2e7@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/regs/xe_gt_regs.h
drivers/gpu/drm/xe/regs/xe_regs.h
drivers/gpu/drm/xe/xe_vram.c