Skip to content

Commit 4dbbe6a

Browse files
Slava Grigorevalexdeucher
authored andcommitted
drm/amdgpu: temporary comment out unused 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 567e6e2 commit 4dbbe6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ static void sumo_construct_vid_mapping_table(struct amdgpu_device *adev,
191191
vid_mapping_table->num_entries = i;
192192
}
193193

194+
#if 0
194195
static const struct kv_lcac_config_values sx_local_cac_cfg_kv[] =
195196
{
196197
{ 0, 4, 1 },
@@ -289,6 +290,7 @@ static const struct kv_lcac_config_reg cpl_cac_config_reg[] =
289290
{
290291
{ 0xc0400d80, 0x003e0000, 17, 0x3fc00000, 22, 0x0001fffe, 1, 0x00000001, 0 }
291292
};
293+
#endif
292294

293295
static const struct kv_pt_config_reg didt_config_kv[] =
294296
{

0 commit comments

Comments
 (0)