aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
diff options
context:
space:
mode:
authorTales Lelo da Aparecida <tales.aparecida@gmail.com>2022-04-15 15:20:14 -0300
committerAlex Deucher <alexander.deucher@amd.com>2022-04-19 13:58:32 -0400
commita26b9e0b9b153ace311245c8357715cb7ff0b727 (patch)
treebe96d30c3d62a8bfad43a3bae073b4950033fa57 /drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
parentamdgpu/pm: Clarify documentation of error handling in send_smc_mesg (diff)
downloadlinux-dev-a26b9e0b9b153ace311245c8357715cb7ff0b727.tar.xz
linux-dev-a26b9e0b9b153ace311245c8357715cb7ff0b727.zip
drm/amd/display: make hubp1_wait_pipe_read_start() static
It's a local function, let's make it static. AGD: remove prototype in dcn10_hubp.h Signed-off-by: Tales Lelo da Aparecida <tales.aparecida@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
index fbff6beb78be..3a7f76e2c598 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
@@ -1316,7 +1316,7 @@ void hubp1_set_flip_int(struct hubp *hubp)
*
* @hubp: hubp struct reference.
*/
-void hubp1_wait_pipe_read_start(struct hubp *hubp)
+static void hubp1_wait_pipe_read_start(struct hubp *hubp)
{
struct dcn10_hubp *hubp1 = TO_DCN10_HUBP(hubp);