Commit e5c5304f authored by Tom St Denis's avatar Tom St Denis Committed by Alex Deucher

drm/amd/amdgpu: Comment out currently unused SI DPM struct

The tahiti_le structure is not currently used.  Comment it out
to avoid warnings.
Signed-off-by: default avatarTom St Denis <tom.stdenis@amd.com>
Acked-by: default avatarEdward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f80c738c
...@@ -340,6 +340,7 @@ static const struct si_dte_data dte_data_tahiti = ...@@ -340,6 +340,7 @@ static const struct si_dte_data dte_data_tahiti =
false false
}; };
#if 0
static const struct si_dte_data dte_data_tahiti_le = static const struct si_dte_data dte_data_tahiti_le =
{ {
{ 0x1E8480, 0x7A1200, 0x2160EC0, 0x3938700, 0 }, { 0x1E8480, 0x7A1200, 0x2160EC0, 0x3938700, 0 },
...@@ -357,6 +358,7 @@ static const struct si_dte_data dte_data_tahiti_le = ...@@ -357,6 +358,7 @@ static const struct si_dte_data dte_data_tahiti_le =
85, 85,
true true
}; };
#endif
static const struct si_dte_data dte_data_tahiti_pro = static const struct si_dte_data dte_data_tahiti_pro =
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment