drm/amd/display: Move define to the proper header
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tue, 5 Mar 2024 18:28:15 +0000 (11:28 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Mar 2024 17:38:12 +0000 (13:38 -0400)
commitc59b2767e06ce6448291d71bb44a0821755c8573
treefcf30b07917599dce6d32e7ae296f4769d21db35
parent0991a4c1929cac4c28d368be738bceb44dfde5f6
drm/amd/display: Move define to the proper header

[Why & How]
DCN3_16_MIN_COMPBUF_SIZE_KB is defined in the dcn316_resource.c file.
This header fit better in the dcn31_fpu.h together with similar defines.

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.h
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c