2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/gpu/drm/amd/display/dc/hubp
Jinjie Ruan 570867ef90 drm/amd/display: Make dcn35_hubp_funcs static
The sparse tool complains as follows:

drivers/gpu/drm/amd/amdgpu/../display/dc/hubp/dcn35/dcn35_hubp.c:191:19: warning:
	symbol 'dcn35_hubp_funcs' was not declared. Should it be static?

This symbol is not used outside of dcn35_hubp.c, so marks it static.

Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2024-08-23 10:53:39 -04:00
..
dcn10 drm/amd/display: Check null pointers before used 2024-07-23 17:07:12 -04:00
dcn20 drm/amd/display: Check null pointers before used 2024-07-23 17:07:12 -04:00
dcn21
dcn30
dcn31
dcn32
dcn35 drm/amd/display: Make dcn35_hubp_funcs static 2024-08-23 10:53:39 -04:00
dcn201
dcn401 drm/amd/display: For FAMS2 don't program P-State force from driver 2024-08-06 10:37:18 -04:00
Makefile