]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: vram addr range is expanded to bit[17:8]
authorFei Yang <fei.yang@intel.com>
Mon, 12 Jan 2026 22:03:30 +0000 (14:03 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 14 Jan 2026 07:39:10 +0000 (23:39 -0800)
commit6b2ff1d7c57ef49cd17ffe132173e05ab11a5213
tree1287e619818857b28f6c96dd4316d652627d2776
parenta3753a331989d84024dcc0e3f301e4d0ebf4fda1
drm/xe: vram addr range is expanded to bit[17:8]

The bit field used to be [14:8] with [17:15] marked as SPARE and
defaulted to 0. So, simply expand the read to bit[17:8] assuming
the platforms using only bit[14:8] have zeros in the expanded bits.

BSpec: 54991

Signed-off-by: Fei Yang <fei.yang@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260112220330.2267122-2-fei.yang@intel.com
drivers/gpu/drm/xe/xe_vram.c