Skip to content

Commit 5ef8292

Browse files
Slava Grigorevalexdeucher
authored andcommitted
drm/amdgpu: comment out unused defaults_bonaire_pro static const structures to
fix the build Signed-off-by: Slava Grigorev <slava.grigorev@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 4dbbe6a commit 5ef8292

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/amdgpu/ci_dpm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,14 @@ static const struct ci_pt_defaults defaults_bonaire_xt =
8686
{ 0x17C, 0x172, 0x180, 0x1BC, 0x1B3, 0x1BD, 0x206, 0x200, 0x203, 0x25D, 0x25A, 0x255, 0x2C3, 0x2C5, 0x2B4 }
8787
};
8888

89+
#if 0
8990
static const struct ci_pt_defaults defaults_bonaire_pro =
9091
{
9192
1, 0xF, 0xFD, 0x19, 5, 45, 0, 0x65062,
9293
{ 0x8C, 0x23F, 0x244, 0xA6, 0x83, 0x85, 0x86, 0x86, 0x83, 0xDB, 0xDB, 0xDA, 0x67, 0x60, 0x5F },
9394
{ 0x187, 0x193, 0x193, 0x1C7, 0x1D1, 0x1D1, 0x210, 0x219, 0x219, 0x266, 0x26C, 0x26C, 0x2C9, 0x2CB, 0x2CB }
9495
};
96+
#endif
9597

9698
static const struct ci_pt_defaults defaults_saturn_xt =
9799
{

0 commit comments

Comments
 (0)