summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h
diff options
context:
space:
mode:
authorArthur Grillo <arthurgrillo@riseup.net>2023-02-13 17:49:15 -0300
committerAlex Deucher <alexander.deucher@amd.com>2023-02-15 22:24:34 -0500
commit6884b0e4077676f21ebd310ac983d819ea109f89 (patch)
tree6297b2d4735396654c5aabff144e708ba1dd6c85 /drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h
parent1706d9a412e90959ba0b593ad3b9113a7c9c9b6c (diff)
downloadlinux-stable-6884b0e4077676f21ebd310ac983d819ea109f89.tar.gz
linux-stable-6884b0e4077676f21ebd310ac983d819ea109f89.tar.bz2
linux-stable-6884b0e4077676f21ebd310ac983d819ea109f89.zip
drm/amd/display: Add function prototypes to headers
Add function prototypes to headers to reduce the number of -Wmissing-prototypes warnings. Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h
index 56ef71151536..4cdbf63c952b 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h
+++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h
@@ -61,6 +61,8 @@ void hubp32_phantom_hubp_post_enable(struct hubp *hubp);
void hubp32_cursor_set_attributes(struct hubp *hubp,
const struct dc_cursor_attributes *attr);
+void hubp32_init(struct hubp *hubp);
+
bool hubp32_construct(
struct dcn20_hubp *hubp2,
struct dc_context *ctx,