Re: [PATCH 02/12] drm/amd/display: Change get_pipe_idx function scope

2022-07-18 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Jul 14, 2022 at 12:45 PM Maíra Canal wrote: > > Turn previously global function into a static function as it is not used > outside the file. > > Signed-off-by: Maíra Canal > --- > drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c | 2 +- >

[PATCH 02/12] drm/amd/display: Change get_pipe_idx function scope

2022-07-14 Thread Maíra Canal
Turn previously global function into a static function as it is not used outside the file. Signed-off-by: Maíra Canal --- drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c | 2 +- drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)