Reviewed-by: Aurabindo Pillai <aurabindo.pil...@amd.com>
On 5/30/23 23:52, Srinivasan Shanmugam wrote:
> Fixes the following W=1 kernel build warning:
>
> drivers/gpu/drm/amd/amdgpu/../display/dc/dcn32/dcn32_hubbub.c:45: warning:
> Cannot understand * @DCN32_CRB_SEGMENT_SIZE_KB: Maximum Configurable Return
> Buffer size for
> on line 45 - I thought it was a doc line
>
> Cc: Hamza Mahfooz <hamza.mahf...@amd.com>
> Cc: Rodrigo Siqueira <rodrigo.sique...@amd.com>
> Cc: Harry Wentland <harry.wentl...@amd.com>
> Cc: Aurabindo Pillai <aurabindo.pil...@amd.com>
> Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmu...@amd.com>
> ---
> drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c
> b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c
> index eb08ccc38e79..a18b9c0c5709 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c
> +++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c
> @@ -42,8 +42,8 @@
> hubbub2->shifts->field_name, hubbub2->masks->field_name
>
> /**
> - * @DCN32_CRB_SEGMENT_SIZE_KB: Maximum Configurable Return Buffer size for
> - * DCN32
> + * DCN32_CRB_SEGMENT_SIZE_KB: Maximum Configurable Return Buffer size for
> + * DCN32
I think the length limit was increased to 120 characters, so you could put it
in the same line itself. But with or without it fixed, the patch is:
Reviewed-by: Aurabindo Pillai <aurabindo.pil...@amd.com>
> */
> #define DCN32_CRB_SEGMENT_SIZE_KB 64
>