projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80c738
)
drm/amd/amdgpu: Comment out currently unused SI DPM struct
author
Tom St Denis
<
[email protected]
>
Tue, 6 Sep 2016 16:07:21 +0000
(12:07 -0400)
committer
Alex Deucher
<
[email protected]
>
Wed, 14 Sep 2016 13:43:40 +0000
(09:43 -0400)
The tahiti_le structure is not currently used. Comment it out
to avoid warnings.
Signed-off-by: Tom St Denis <
[email protected]
>
Acked-by: Edward O'Callaghan <
[email protected]
>
Reviewed-by: Huang Rui <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/si_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index 7b9debefd64af6d75fdee283f582da92c814c093..92a041755e8e12f30d79df22f2a1cc775d7c20b3 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/
drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@
-340,6
+340,7
@@
static const struct si_dte_data dte_data_tahiti =
false
};
+#if 0
static const struct si_dte_data dte_data_tahiti_le =
{
{ 0x1E8480, 0x7A1200, 0x2160EC0, 0x3938700, 0 },
@@
-357,6
+358,7
@@
static const struct si_dte_data dte_data_tahiti_le =
85,
true
};
+#endif
static const struct si_dte_data dte_data_tahiti_pro =
{