Re: [PATCH] drm/amd/display: make hubp1_wait_pipe_read_start() static

2022-04-19 Thread Alex Deucher
Applied with minor change to drop the prototype in dcn10_hubp.h. Thanks! Alex On Fri, Apr 15, 2022 at 2:21 PM Tales Lelo da Aparecida wrote: > > It's a local function, let's make it static. > > Signed-off-by: Tales Lelo da Aparecida > --- > drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c |

[PATCH] drm/amd/display: make hubp1_wait_pipe_read_start() static

2022-04-15 Thread Tales Lelo da Aparecida
It's a local function, let's make it static. Signed-off-by: Tales Lelo da Aparecida --- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c b/drivers/gpu/drm/amd/display/dc/dcn10/