1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display/dc/virtual
Tom Rix 3eccf76c2d drm/amd/display: add virtual_setup_stream_attribute decl to header
Smatch reports this issue
virtual_link_hwss.c:32:6: warning: symbol
  'virtual_setup_stream_attribute' was not declared.
  Should it be static?

virtual_setup_stream_attribute is only used in
virtual_link_hwss.c, but the other functions in the
file are declared in the header file and used elsewhere.
For consistency, add the virtual_setup_stream_attribute
decl to virtual_link_hwss.h.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-04-19 13:58:32 -04:00
..
Makefile drm/amd/display: move link_hwss to link folder and break down to files 2022-02-02 18:26:32 -05:00
virtual_link_encoder.c drm/amd/display: add set dp lane settings to link_hwss 2022-02-02 18:26:32 -05:00
virtual_link_encoder.h drm/amd/dc: Add dc display driver (v2) 2017-09-26 17:01:32 -04:00
virtual_link_hwss.c drm/amd/display: extract set stream attribute to link_hwss 2022-04-05 10:29:48 -04:00
virtual_link_hwss.h drm/amd/display: add virtual_setup_stream_attribute decl to header 2022-04-19 13:58:32 -04:00
virtual_stream_encoder.c drm/amd/display: Fix issue with dynamic bpp change for DCN3x 2021-09-23 15:17:30 -04:00
virtual_stream_encoder.h drm/amd/dc: Add dc display driver (v2) 2017-09-26 17:01:32 -04:00