projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
567e6e2
)
drm/amdgpu: temporary comment out unused static const structures to fix the build
author
Slava Grigorev
<slava.grigorev@amd.com>
Fri, 24 Jun 2016 18:11:56 +0000
(14:11 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 15 Jul 2016 18:22:48 +0000
(14:22 -0400)
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>
drivers/gpu/drm/amd/amdgpu/kv_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/kv_dpm.c
b/drivers/gpu/drm/amd/amdgpu/kv_dpm.c
index
5a0e245
..
a845e88
100644
(file)
--- 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,
vid_mapping_table->num_entries = i;
}
+#if 0
static const struct kv_lcac_config_values sx_local_cac_cfg_kv[] =
{
{ 0, 4, 1 },
@@
-289,6
+290,7
@@
static const struct kv_lcac_config_reg cpl_cac_config_reg[] =
{
{ 0xc0400d80, 0x003e0000, 17, 0x3fc00000, 22, 0x0001fffe, 1, 0x00000001, 0 }
};
+#endif
static const struct kv_pt_config_reg didt_config_kv[] =
{