提交 4dbbe6a2 编写于 作者: S Slava Grigorev 提交者: Alex Deucher

drm/amdgpu: temporary comment out unused static const structures to fix the build

Signed-off-by: NSlava Grigorev <slava.grigorev@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 567e6e29
...@@ -191,6 +191,7 @@ static void sumo_construct_vid_mapping_table(struct amdgpu_device *adev, ...@@ -191,6 +191,7 @@ static void sumo_construct_vid_mapping_table(struct amdgpu_device *adev,
vid_mapping_table->num_entries = i; vid_mapping_table->num_entries = i;
} }
#if 0
static const struct kv_lcac_config_values sx_local_cac_cfg_kv[] = static const struct kv_lcac_config_values sx_local_cac_cfg_kv[] =
{ {
{ 0, 4, 1 }, { 0, 4, 1 },
...@@ -289,6 +290,7 @@ static const struct kv_lcac_config_reg cpl_cac_config_reg[] = ...@@ -289,6 +290,7 @@ static const struct kv_lcac_config_reg cpl_cac_config_reg[] =
{ {
{ 0xc0400d80, 0x003e0000, 17, 0x3fc00000, 22, 0x0001fffe, 1, 0x00000001, 0 } { 0xc0400d80, 0x003e0000, 17, 0x3fc00000, 22, 0x0001fffe, 1, 0x00000001, 0 }
}; };
#endif
static const struct kv_pt_config_reg didt_config_kv[] = static const struct kv_pt_config_reg didt_config_kv[] =
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册