[PATCH] drm/amd/display: Add missing header
Harry Wentland
harry.wentland at amd.com
Wed Jul 6 14:08:10 UTC 2022
nit: "Add missing function definition"
On 2022-07-06 10:05, Rodrigo Siqueira wrote:
> Kernel test robot reported this GCC error:
>
> warning: no previous prototype for 'dc_reset_state' [-Wmissing-prototypes]
> 2720 | void dc_reset_state(struct dc *dc, struct dc_state *context)
>
> This commit adds the missing prototype.
>
> Reported-by: kernel test robot <lkp at intel.com>
> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira at amd.com>
Reviewed-by: Harry Wentland <harry.wentland at amd.com>
Harry
> ---
> drivers/gpu/drm/amd/display/dc/dc.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
> index 02bbc90a2c80..7586500ec87f 100644
> --- a/drivers/gpu/drm/amd/display/dc/dc.h
> +++ b/drivers/gpu/drm/amd/display/dc/dc.h
> @@ -1209,6 +1209,7 @@ bool dc_commit_state(struct dc *dc, struct dc_state *context);
>
> struct dc_state *dc_create_state(struct dc *dc);
> struct dc_state *dc_copy_state(struct dc_state *src_ctx);
> +void dc_reset_state(struct dc *dc, struct dc_state *context);
> void dc_retain_state(struct dc_state *context);
> void dc_release_state(struct dc_state *context);
>
More information about the amd-gfx
mailing list