Javier Martinez Canillas
88658ff0e4
drm/imagination: Fix missing argument in pvr_power_fw_{en,dis}able()
Commit 42577ba79f ("drm/imagination: Rename FW booted to FW initialised")
dropped by mistake the last argument of the functions pvr_power_fw_enable()
and pvr_power_fw_disable(), leading to the following compile error:
CC [M] drivers/gpu/drm/imagination/pvr_power.o
drivers/gpu/drm/imagination/pvr_power.c: In function ‘pvr_power_device_suspend’:
drivers/gpu/drm/imagination/pvr_power.c:382:23: error: too few arguments to function ‘pvr_power_fw_disable’; expected 3, have 2
382 | err = pvr_power_fw_disable(pvr_dev, false);
| ^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imagination/pvr_power.c:93:1: note: declared here
93 | pvr_power_fw_disable(struct pvr_device *pvr_dev, bool hard_reset, bool rpm_suspend)
| ^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imagination/pvr_power.c: In function ‘pvr_power_device_resume’:
drivers/gpu/drm/imagination/pvr_power.c:412:23: error: too few arguments to function ‘pvr_power_fw_enable’; expected 2, have 1
412 | err = pvr_power_fw_enable(pvr_dev);
| ^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/imagination/pvr_power.c:122:1: note: declared here
122 | pvr_power_fw_enable(struct pvr_device *pvr_dev, bool rpm_resume)
| ^~~~~~~~~~~~~~~~~~~
make[6]: *** [scripts/Makefile.build:289: drivers/gpu/drm/imagination/pvr_power.o] Error 1
make[5]: *** [scripts/Makefile.build:548: drivers/gpu/drm/imagination] Error 2
make[4]: *** [scripts/Makefile.build:548: drivers/gpu/drm] Error 2
make[3]: *** [scripts/Makefile.build:548: drivers/gpu] Error 2
make[2]: *** [scripts/Makefile.build:548: drivers] Error 2
make[1]: *** [/home/javier/devel/linux/Makefile:2141: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
Fixes: 42577ba79f ("drm/imagination: Rename FW booted to FW initialised")
Reviewed-by: Brajesh Gupta <brajesh.gupta@imgtec.com>
Link: https://patch.msgid.link/20260519131239.1291732-1-javierm@redhat.com
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2026-05-20 10:52:10 +02:00
..
2026-01-19 11:20:22 +00:00
2026-05-19 12:47:19 +01:00
2026-03-24 08:22:21 +00:00
2023-11-23 09:01:46 +01:00
2023-11-23 09:01:46 +01:00
2023-11-28 18:56:03 +01:00
2026-05-19 12:40:11 +01:00
2024-11-04 09:41:38 +00:00
2026-01-19 11:20:21 +00:00
2023-11-23 09:01:47 +01:00
2023-12-04 09:41:34 +01:00
2023-11-23 09:01:46 +01:00
2026-05-19 12:40:15 +01:00
2026-02-06 10:18:30 +00:00
2026-05-19 12:47:19 +01:00
2024-12-05 12:35:42 +02:00
2026-03-24 08:22:21 +00:00
2026-03-24 08:22:21 +00:00
2026-02-21 17:09:51 -08:00
2023-11-23 09:01:46 +01:00
2023-11-28 18:56:03 +01:00
2025-10-31 10:34:52 +02:00
2023-11-23 09:01:46 +01:00
2025-04-15 12:21:52 +01:00
2024-04-29 12:31:28 +01:00
2025-04-15 12:21:52 +01:00
2026-03-23 15:02:05 +00:00
2023-11-23 09:01:46 +01:00
2026-05-07 16:17:01 +02:00
2026-01-19 11:20:21 +00:00
2025-04-15 12:21:52 +01:00
2026-05-19 12:40:15 +01:00
2026-05-19 12:40:15 +01:00
2026-03-11 09:33:43 +01:00
2025-04-15 12:21:52 +01:00
2026-02-21 17:09:51 -08:00
2023-11-28 18:56:03 +01:00
2026-05-19 12:47:19 +01:00
2023-11-23 09:01:47 +01:00
2026-05-19 12:40:15 +01:00
2023-11-23 09:01:46 +01:00
2026-05-20 10:52:10 +02:00
2026-01-08 15:19:15 +01:00
2026-05-19 12:47:19 +01:00
2026-04-08 11:17:13 +01:00
2023-11-23 09:01:45 +01:00
2025-04-15 12:21:50 +01:00
2023-11-23 09:01:45 +01:00
2023-11-23 09:01:46 +01:00
2023-11-23 09:01:46 +01:00
2023-11-23 09:01:46 +01:00
2023-11-23 09:01:46 +01:00
2023-11-23 09:01:46 +01:00
2023-11-23 09:01:46 +01:00
2023-11-28 13:55:37 +01:00
2023-11-23 09:01:46 +01:00
2026-04-08 11:17:14 +01:00
2023-11-23 09:01:46 +01:00
2026-03-24 08:19:59 +00:00
2023-11-23 09:01:45 +01:00
2023-11-23 09:01:45 +01:00
2023-11-23 09:01:45 +01:00
2023-11-23 09:01:45 +01:00
2023-11-23 09:01:45 +01:00
2025-04-15 12:21:52 +01:00
2023-11-23 09:01:47 +01:00
2023-11-23 09:01:46 +01:00
2025-04-07 10:09:40 +01:00
2023-11-23 09:01:46 +01:00
2026-04-08 11:17:13 +01:00
2026-04-08 11:17:13 +01:00
2026-01-19 11:20:22 +00:00
2026-05-19 12:47:19 +01:00
2026-05-19 12:47:19 +01:00
2025-04-07 10:09:40 +01:00
2023-11-23 09:01:46 +01:00
2026-02-21 17:09:51 -08:00
2025-03-03 12:09:00 +00:00