diff options
author | Slava Grigorev <slava.grigorev@amd.com> | 2016-06-24 14:11:56 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-15 14:22:48 -0400 |
commit | 4dbbe6a20eb519f849d8f512c32b3a9ccd358263 (patch) | |
tree | e4c5c4ac886cc5e9ee63301279120af1ef2a7e16 | |
parent | 567e6e29842af8cdd84722ede94e0d2420ab5e35 (diff) |
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>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/kv_dpm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/kv_dpm.c b/drivers/gpu/drm/amd/amdgpu/kv_dpm.c index 5a0e245771ce..a845e883f5fa 100644 --- a/drivers/gpu/drm/amd/amdgpu/kv_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/kv_dpm.c | |||
@@ -191,6 +191,7 @@ static void sumo_construct_vid_mapping_table(struct amdgpu_device *adev, | |||
191 | vid_mapping_table->num_entries = i; | 191 | vid_mapping_table->num_entries = i; |
192 | } | 192 | } |
193 | 193 | ||
194 | #if 0 | ||
194 | static const struct kv_lcac_config_values sx_local_cac_cfg_kv[] = | 195 | static const struct kv_lcac_config_values sx_local_cac_cfg_kv[] = |
195 | { | 196 | { |
196 | { 0, 4, 1 }, | 197 | { 0, 4, 1 }, |
@@ -289,6 +290,7 @@ static const struct kv_lcac_config_reg cpl_cac_config_reg[] = | |||
289 | { | 290 | { |
290 | { 0xc0400d80, 0x003e0000, 17, 0x3fc00000, 22, 0x0001fffe, 1, 0x00000001, 0 } | 291 | { 0xc0400d80, 0x003e0000, 17, 0x3fc00000, 22, 0x0001fffe, 1, 0x00000001, 0 } |
291 | }; | 292 | }; |
293 | #endif | ||
292 | 294 | ||
293 | static const struct kv_pt_config_reg didt_config_kv[] = | 295 | static const struct kv_pt_config_reg didt_config_kv[] = |
294 | { | 296 | { |