Commit a26b9e0b authored by Tales Lelo da Aparecida's avatar Tales Lelo da Aparecida Committed by Alex Deucher

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: default avatarTales Lelo da Aparecida <tales.aparecida@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f24044bd
...@@ -1316,7 +1316,7 @@ void hubp1_set_flip_int(struct hubp *hubp) ...@@ -1316,7 +1316,7 @@ void hubp1_set_flip_int(struct hubp *hubp)
* *
* @hubp: hubp struct reference. * @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); struct dcn10_hubp *hubp1 = TO_DCN10_HUBP(hubp);
......
...@@ -790,6 +790,5 @@ bool hubp1_in_blank(struct hubp *hubp); ...@@ -790,6 +790,5 @@ bool hubp1_in_blank(struct hubp *hubp);
void hubp1_soft_reset(struct hubp *hubp, bool reset); void hubp1_soft_reset(struct hubp *hubp, bool reset);
void hubp1_set_flip_int(struct hubp *hubp); void hubp1_set_flip_int(struct hubp *hubp);
void hubp1_wait_pipe_read_start(struct hubp *hubp);
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment