drm/amd/display: Remove return value of Calculate256BBlockSizes
authorMaíra Canal <mairacanal@riseup.net>
Thu, 30 Jun 2022 18:50:05 +0000 (15:50 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Jul 2022 20:18:19 +0000 (16:18 -0400)
commiteb08accdd8d966e4027f8ba52f43faffa3e6dcbd
tree04ef1882ceb9587450b65e2a434f6c8eb2a676b4
parentedadd6fc28b24dd5806dafc4b38633494ff423e6
drm/amd/display: Remove return value of Calculate256BBlockSizes

The function Calculate256BBlockSizes always returns true, regardless of
the parameters. As any file checks the return of the function, this
commit changes the return value to void.

Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.h