drm/amd/display: make dcn32_split_stream_for_mpc_or_odm static
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Oct 2022 13:27:29 +0000 (09:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Oct 2022 15:06:07 +0000 (11:06 -0400)
It's not used outside of dcn32_fpu.c.

Fixes: 20dad3813b3c15 ("drm/amd/display: Add a helper to map ODM/MPC/Multi-Plane resources")
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c

index 2a3f5a485b2beac8e4666994b8904cc8d8020303..819de0f110126eed5059298b5bd50d78e57a0539 100644 (file)
@@ -1372,7 +1372,7 @@ static struct pipe_ctx *dcn32_find_split_pipe(
        return pipe;
 }
 
-bool dcn32_split_stream_for_mpc_or_odm(
+static bool dcn32_split_stream_for_mpc_or_odm(
                const struct dc *dc,
                struct resource_context *res_ctx,
                struct pipe_ctx *pri_pipe,