Srinivasan Shanmugam
fdc95df9c2
drm/radeon: Fix missing prototypes in radeon_atpx_handler.c
Fixes the following gcc with W=1:
drivers/gpu/drm/radeon/radeon_atpx_handler.c:64:6: warning: no previous prototype for ‘radeon_has_atpx’ [-Wmissing-prototypes]
64 | bool 4(void) {
| ^~~~~~~~~~~~~~~
drivers/gpu/drm/radeon/radeon_atpx_handler.c:68:6: warning: no previous prototype for ‘radeon_has_atpx_dgpu_power_cntl’ [-Wmissing-prototypes]
68 | bool radeon_has_atpx_dgpu_power_cntl(void) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/radeon/radeon_atpx_handler.c:72:6: warning: no previous prototype for ‘radeon_is_atpx_hybrid’ [-Wmissing-prototypes]
72 | bool radeon_is_atpx_hybrid(void) {
| ^~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/radeon/radeon_atpx_handler.c:77:6: warning: no previous prototype for ‘radeon_atpx_dgpu_req_power_for_displays’ [-Wmissing-prototypes]
77 | bool radeon_atpx_dgpu_req_power_for_displays(void) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/radeon/radeon_atpx_handler.c:596:6: warning: no previous prototype for ‘radeon_register_atpx_handler’ [-Wmissing-prototypes]
596 | void radeon_register_atpx_handler(void)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/radeon/radeon_atpx_handler.c:614:6: warning: no previous prototype for ‘radeon_unregister_atpx_handler’ [-Wmissing-prototypes]
614 | void radeon_unregister_atpx_handler(void)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/radeon/radeon_atpx_handler.c:159: warning: expecting prototype for radeon_atpx_validate_functions(). Prototype was for radeon_atpx_validate() instead
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-06-15 11:06:58 -04:00
..
2022-06-21 17:54:53 -04:00
2022-02-07 13:04:25 -08:00
2020-11-16 15:56:34 -05:00
2023-01-18 09:25:31 +01:00
2022-04-25 11:17:45 +02:00
2023-03-01 22:37:25 -05:00
2019-12-18 16:09:13 -05:00
2022-12-15 12:18:19 -05:00
2020-11-16 15:56:35 -05:00
2019-06-10 22:30:24 +02:00
2022-04-11 13:50:35 -04:00
2023-04-18 16:28:54 -04:00
2019-06-10 22:30:24 +02:00
2019-06-10 22:30:24 +02:00
2022-04-26 11:43:51 -04:00
2017-12-20 12:00:22 -05:00
2020-11-16 15:56:35 -05:00
2022-01-18 17:43:36 -05:00
2020-11-16 15:56:35 -05:00
2017-10-30 14:16:21 +01:00
2019-06-10 22:30:24 +02:00
2019-06-10 22:30:24 +02:00
2019-06-10 22:30:24 +02:00
2023-06-09 10:44:47 -04:00
2019-06-10 22:30:24 +02:00
2020-11-16 15:56:35 -05:00
2020-11-16 15:56:35 -05:00
2022-04-19 13:58:32 -04:00
2020-11-16 15:56:35 -05:00
2020-11-16 15:56:34 -05:00
2020-11-16 15:56:34 -05:00
2020-11-16 15:56:34 -05:00
2022-06-20 23:53:55 +03:00
2021-05-25 23:47:24 -04:00
2016-08-24 16:25:05 -04:00
2023-06-01 12:26:50 +02:00
2020-11-13 00:11:53 -05:00
2019-06-10 22:30:24 +02:00
2023-03-31 11:18:42 -04:00
2018-10-15 16:16:12 -05:00
2020-11-16 15:56:34 -05:00
2023-06-09 10:44:47 -04:00
2020-11-16 15:56:34 -05:00
2022-01-18 17:43:36 -05:00
2020-11-16 15:56:34 -05:00
2016-08-24 16:25:05 -04:00
2021-05-13 10:45:15 -04:00
2019-06-10 22:30:24 +02:00
2023-06-09 10:40:55 -04:00
2019-12-03 16:26:59 -05:00
2022-06-23 17:21:49 -04:00
2023-06-09 10:40:55 -04:00
2023-06-09 10:40:55 -04:00
2021-06-22 16:51:45 -04:00
2022-09-13 14:52:14 -04:00
2020-11-16 15:56:34 -05:00
2021-09-23 15:17:28 -04:00
2019-06-10 22:30:24 +02:00
2020-11-16 15:56:35 -05:00
2018-08-27 11:10:19 -05:00
2023-06-09 10:40:55 -04:00
2020-11-16 15:56:35 -05:00
2016-08-24 16:25:04 -04:00
2023-01-13 13:13:57 +01:00
2023-06-15 11:06:58 -04:00
2021-05-10 15:46:50 +02:00
2023-01-18 09:25:31 +01:00
2021-05-25 23:47:30 -04:00
2022-11-04 16:05:53 -04:00
2020-11-16 15:56:34 -05:00
2023-06-15 11:06:58 -04:00
2022-11-10 15:29:00 -05:00
2020-11-16 15:56:33 -05:00
2019-08-13 09:09:30 +02:00
2022-11-29 11:03:38 -05:00
2019-12-05 08:44:28 +01:00
2021-01-06 15:43:46 +01:00
2023-01-18 09:25:31 +01:00
2023-04-21 08:50:21 -04:00
2020-05-19 22:31:34 +01:00
2023-01-16 15:04:13 +10:00
2020-11-16 15:56:33 -05:00
2023-03-31 11:18:42 -04:00
2023-01-18 10:00:03 +01:00
2023-03-31 11:18:42 -04:00
2023-03-31 11:18:42 -04:00
2023-01-18 09:25:31 +01:00
2023-06-15 10:43:16 -04:00
2023-06-09 10:40:55 -04:00
2021-05-19 22:32:24 -04:00
2023-06-09 12:41:08 -04:00
2021-01-06 15:43:46 +01:00
2023-06-09 10:40:55 -04:00
2023-06-09 10:42:07 -04:00
2023-03-31 11:18:42 -04:00
2021-08-10 20:13:49 +02:00
2023-01-18 09:25:31 +01:00
2023-01-18 09:25:31 +01:00
2020-11-16 15:56:33 -05:00
2023-01-18 09:25:31 +01:00
2022-04-07 12:53:54 +02:00
2023-03-31 11:18:42 -04:00
2022-10-27 11:42:58 +02:00
2023-03-01 17:18:19 +01:00
2023-06-09 10:40:55 -04:00
2020-11-16 15:56:33 -05:00
2022-12-06 12:54:14 +01:00
2020-11-16 15:56:35 -05:00
2023-06-09 10:40:55 -04:00
2023-03-01 17:18:19 +01:00
2023-03-01 17:18:19 +01:00
2022-05-03 16:08:48 +10:00
2019-08-06 08:21:54 +02:00
2019-06-10 22:30:24 +02:00
2022-10-27 11:42:58 +02:00
2023-06-09 10:44:40 -04:00
2021-05-26 20:56:29 +02:00
2019-06-10 22:30:24 +02:00
2022-04-07 12:53:54 +02:00
2021-12-14 16:11:02 -05:00
2022-04-06 17:38:25 +02:00
2023-03-31 11:18:42 -04:00
2023-06-09 10:40:55 -04:00
2022-06-20 23:53:55 +03:00
2021-06-22 16:51:45 -04:00
2021-01-06 15:43:46 +01:00
2019-06-10 22:30:24 +02:00
2023-06-09 10:40:55 -04:00
2020-11-16 15:56:34 -05:00
2023-06-09 10:44:47 -04:00
2019-08-13 09:09:30 +02:00
2020-11-16 15:56:35 -05:00
2019-06-10 22:30:24 +02:00
2019-06-10 22:30:24 +02:00
2022-06-20 23:53:55 +03:00
2020-11-16 15:56:34 -05:00
2016-08-24 16:25:05 -04:00
2022-04-06 10:20:25 -04:00
2020-11-16 15:56:34 -05:00
2022-04-26 11:43:57 -04:00
2020-11-16 15:56:35 -05:00
2019-06-10 22:30:24 +02:00
2022-01-18 17:43:36 -05:00
2020-11-16 15:56:35 -05:00
2016-10-12 15:44:15 -04:00
2021-05-13 10:45:29 -04:00
2020-10-27 17:43:42 -04:00
2020-11-13 00:12:30 -05:00
2020-11-13 00:12:30 -05:00
2020-11-16 15:56:35 -05:00
2019-06-10 22:30:24 +02:00
2020-09-22 17:37:38 -04:00
2020-09-22 17:37:38 -04:00
2019-06-10 22:30:24 +02:00
2020-09-22 17:37:38 -04:00
2021-02-18 16:43:09 -05:00
2020-11-16 15:56:35 -05:00
2020-11-16 15:56:35 -05:00