]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/panthor: Add support for Mali-Gx15 family of GPUs
authorKarunika Choo <karunika.choo@arm.com>
Thu, 7 Aug 2025 16:26:30 +0000 (17:26 +0100)
committerSteven Price <steven.price@arm.com>
Fri, 15 Aug 2025 09:51:24 +0000 (10:51 +0100)
commit3b1dc21d6d800cb86c1ef0c97968f5c783343f2b
treef4a7edd7b223ee787f7e20c63f883b486f35651a
parent2c0d0a81c0ad5a7271177b016014360c331ad62c
drm/panthor: Add support for Mali-Gx15 family of GPUs

Mali-Gx15 introduces a new GPU_FEATURES register that provides
information about GPU-wide supported features. The register value will
be passed on to userspace via gpu_info.

Additionally, Mali-Gx15 presents an 'Immortalis' naming variant
depending on the shader core count and presence of Ray Intersection
feature support.

This patch adds:
- support for correctly identifying the model names for Mali-Gx15 GPUs.
- arch 11.8 FW binary support

Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Karunika Choo <karunika.choo@arm.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Link: https://lore.kernel.org/r/20250807162633.3666310-5-karunika.choo@arm.com
drivers/gpu/drm/panthor/panthor_fw.c
drivers/gpu/drm/panthor/panthor_hw.c
drivers/gpu/drm/panthor/panthor_regs.h
include/uapi/drm/panthor_drm.h