]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/imagination: Remove firmware enable_reg
authorMatt Coster <matt.coster@imgtec.com>
Thu, 10 Apr 2025 09:55:07 +0000 (10:55 +0100)
committerMatt Coster <matt.coster@imgtec.com>
Tue, 15 Apr 2025 11:21:51 +0000 (12:21 +0100)
commit2c08b72598cc15eafbf5c9c3870e5c29e21f4827
treed5a9e2f0698506104dbc640e0be49f9321487f7f
parent96822d38ff574433e06a2ec0f88ebc50d44c8eaa
drm/imagination: Remove firmware enable_reg

After a previous commit ("drm/imagination: Mask GPU IRQs in threaded
handler"), this register is now only used to enable firmware interrupts at
start-of-day. This is, however, unnecessary since they are enabled by
default.

In addition, the soon-to-be-added RISC-V firmware processors do not have
an equivalent register.

Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Link: https://lore.kernel.org/r/20250410-sets-bxs-4-64-patch-v1-v6-8-eda620c5865f@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/pvr_device.c
drivers/gpu/drm/imagination/pvr_fw.h
drivers/gpu/drm/imagination/pvr_fw_meta.c
drivers/gpu/drm/imagination/pvr_fw_mips.c