]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/imagination: KUnit test for pvr_gpuid_decode_string()
authorMatt Coster <matt.coster@imgtec.com>
Tue, 13 Jan 2026 10:16:43 +0000 (10:16 +0000)
committerMatt Coster <matt.coster@imgtec.com>
Mon, 19 Jan 2026 11:20:22 +0000 (11:20 +0000)
commit3519e9ea13b49e7b37a20fa3a11a9e1fc5441af5
tree15d8bece390d5bea1e832beb27b72e69d81d96d2
parent3bf74137340a1ced1566f4f9e9c2f08cba7bdf7c
drm/imagination: KUnit test for pvr_gpuid_decode_string()

This is a nice self-contained function to serve as the basis of our first
KUnit tests.

Reviewed-by: Alessio Belle <alessio.belle@imgtec.com>
Link: https://patch.msgid.link/20260113-device-support-info-v1-5-91e5db7f7294@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/Kconfig
drivers/gpu/drm/imagination/Makefile
drivers/gpu/drm/imagination/pvr_device.c
drivers/gpu/drm/imagination/pvr_device.h
drivers/gpu/drm/imagination/pvr_test.c [new file with mode: 0644]