aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2017-10-03 15:11:01 +1000
committerAlex Deucher <alexander.deucher@amd.com>2017-10-06 13:07:58 -0400
commit44858055bb28b1ba45dc05acecf9087bc4786701 (patch)
tree309cc0059328b10e5944ab2b26bc08c7a93397d1 /drivers/gpu/drm/amd/display/dc/bios
parentamdgpu/dc: kill some deadcode in dc core. (diff)
downloadlinux-dev-44858055bb28b1ba45dc05acecf9087bc4786701.tar.xz
linux-dev-44858055bb28b1ba45dc05acecf9087bc4786701.zip
amdgpu/dc: set a bunch of functions to static.
All of these are unused outside the file they are in. Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/bios_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
index 6d2f886f7ff4..aaaebd06d7ee 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
@@ -531,7 +531,7 @@ static enum bp_result bios_parser_get_hpd_info(struct dc_bios *dcb,
return BP_RESULT_NORECORD;
}
-enum bp_result bios_parser_get_device_tag_record(
+static enum bp_result bios_parser_get_device_tag_record(
struct bios_parser *bp,
ATOM_OBJECT *object,
ATOM_CONNECTOR_DEVICE_TAG_RECORD **record)