Home
last modified time | relevance | path

Searched hist:"2 bdcb12f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_init.c2bdcb12f Tue Feb 22 07:17:00 CST 2022 Maíra Canal <maira.canal@usp.br> drm/amd/display: Add missing prototypes to dcn201_init

Include the header with the prototype to silence the following clang
warning:

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn201/dcn201_init.c:127:6:
warning: no previous prototype for function 'dcn201_hw_sequencer_construct'
[-Wmissing-prototypes]
void dcn201_hw_sequencer_construct(struct dc *dc)
^

Signed-off-by: Maíra Canal <maira.canal@usp.br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>