1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display/dc/irq
Tom Rix 01752681f1 drm/amd/display: change to_dal_irq_source_dnc32() storage class specifier to static
sparse reports
drivers/gpu/drm/amd/amdgpu/../display/dc/irq/dcn32/irq_service_dcn32.c:39:20: warning: symbol 'to_dal_irq_source_dcn32' was not declared. Should it be static?

to_dal_irq_source_dnc32() is only referenced in irq_service_dnc32.c, so change its
storage class specifier to static.

Fixes: 0efd4374f6 ("drm/amd/display: add dcn32 IRQ changes")
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-06-29 17:11:50 -04:00
..
dce60 drm/amd/display: dc/irq: add support for DCE6 (v4) 2020-07-27 16:46:02 -04:00
dce80 drm/amd/display: cleanup of construct and destruct funcs 2019-11-19 10:12:52 -05:00
dce110 drm/amd/display: Add src/ext ID info for dummy service 2021-12-14 16:07:45 -05:00
dce120 drm/amd/display: cleanup of construct and destruct funcs 2019-11-19 10:12:52 -05:00
dcn10 drm/amd/display: fix function scopes 2021-12-13 16:34:26 -05:00
dcn20 drm/amd/display: Turn global functions into static functions 2022-02-23 14:03:20 -05:00
dcn21 drm/amd/display: Remove vupdate_int_entry definition 2022-02-23 14:03:20 -05:00
dcn30 drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in irq 2022-05-10 17:53:13 -04:00
dcn31 drm/amd/display: fix function scopes 2021-12-13 16:34:26 -05:00
dcn32 drm/amd/display: change to_dal_irq_source_dnc32() storage class specifier to static 2022-06-29 17:11:50 -04:00
dcn201 drm/amd/display: Remove unused dmub_outbox_irq_info_funcs variable 2022-02-23 14:03:20 -05:00
dcn302 drm/amd/display: add DMCUB trace irq support for DCN302 2021-04-09 16:49:27 -04:00
dcn303 drm/amd/display: Edit license info for beige goby DC files 2021-05-19 22:42:04 -04:00
dcn315 drm/amd/display: Turn functions into static 2022-02-24 17:26:25 -05:00
irq_service.c drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in irq 2022-05-10 17:53:13 -04:00
irq_service.h drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21 2022-01-14 18:08:14 -05:00
Makefile drm/amd/display: add dcn32 IRQ changes 2022-06-03 16:43:37 -04:00