提交 84900aee 编写于 作者: A Alex Deucher

drm/amd/display: make some dc_dmub_srv functions static

Not used outside of dc_dmub_srv.c.
Reported-by: Nkernel test robot <lkp@intel.com>
Reviewed-by: NAndré Almeida <andrealmeid@igalia.com>
Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 0a94608f
...@@ -270,7 +270,7 @@ void dc_dmub_srv_drr_update_cmd(struct dc *dc, uint32_t tg_inst, uint32_t vtotal ...@@ -270,7 +270,7 @@ void dc_dmub_srv_drr_update_cmd(struct dc *dc, uint32_t tg_inst, uint32_t vtotal
dc_dmub_srv_wait_idle(dc->ctx->dmub_srv); dc_dmub_srv_wait_idle(dc->ctx->dmub_srv);
} }
uint8_t dc_dmub_srv_get_pipes_for_stream(struct dc *dc, struct dc_stream_state *stream) static uint8_t dc_dmub_srv_get_pipes_for_stream(struct dc *dc, struct dc_stream_state *stream)
{ {
uint8_t pipes = 0; uint8_t pipes = 0;
int i = 0; int i = 0;
...@@ -284,7 +284,7 @@ uint8_t dc_dmub_srv_get_pipes_for_stream(struct dc *dc, struct dc_stream_state * ...@@ -284,7 +284,7 @@ uint8_t dc_dmub_srv_get_pipes_for_stream(struct dc *dc, struct dc_stream_state *
return pipes; return pipes;
} }
int dc_dmub_srv_get_timing_generator_offset(struct dc *dc, struct dc_stream_state *stream) static int dc_dmub_srv_get_timing_generator_offset(struct dc *dc, struct dc_stream_state *stream)
{ {
int tg_inst = 0; int tg_inst = 0;
int i = 0; int i = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册