]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/imagination: Simplify module parameters
authorMatt Coster <matt.coster@imgtec.com>
Tue, 13 Jan 2026 10:16:39 +0000 (10:16 +0000)
committerMatt Coster <matt.coster@imgtec.com>
Mon, 19 Jan 2026 11:20:21 +0000 (11:20 +0000)
commita331631496a0af9a6f4e7e1860983afd8b1bb013
treedb7f44ce2950f379f060a6d9db905b460fb14db8
parent5a4e4e30f6dc4d2a68eec08257128906572f3346
drm/imagination: Simplify module parameters

We had a whole load of bloaty infrastructure to deal with module parameters
in a way that's wholly unnecessary. Strip it all back to basics to make
adding new parameters less of a headache.

Reviewed-by: Alessio Belle <alessio.belle@imgtec.com>
Link: https://patch.msgid.link/20260113-device-support-info-v1-1-91e5db7f7294@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/Makefile
drivers/gpu/drm/imagination/pvr_debugfs.c
drivers/gpu/drm/imagination/pvr_device.c
drivers/gpu/drm/imagination/pvr_device.h
drivers/gpu/drm/imagination/pvr_fw_trace.c
drivers/gpu/drm/imagination/pvr_fw_trace.h
drivers/gpu/drm/imagination/pvr_params.c [deleted file]
drivers/gpu/drm/imagination/pvr_params.h [deleted file]