diff options
author | Tom St Denis <tom.stdenis@amd.com> | 2016-09-06 12:07:21 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-09-14 09:43:40 -0400 |
commit | e5c5304f138726ee5c8aeda2c7bcbcbc52da102a (patch) | |
tree | e1c5f67661a0de8aea90438a4b51a22a8ac13d71 /drivers/gpu/drm/amd | |
parent | f80c738c614e4410c3c343141c0edabfea421862 (diff) |
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: Tom St Denis <tom.stdenis@amd.com>
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index 7b9debefd64a..92a041755e8e 100644 --- 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 = | |||
340 | false | 340 | false |
341 | }; | 341 | }; |
342 | 342 | ||
343 | #if 0 | ||
343 | static const struct si_dte_data dte_data_tahiti_le = | 344 | static const struct si_dte_data dte_data_tahiti_le = |
344 | { | 345 | { |
345 | { 0x1E8480, 0x7A1200, 0x2160EC0, 0x3938700, 0 }, | 346 | { 0x1E8480, 0x7A1200, 0x2160EC0, 0x3938700, 0 }, |
@@ -357,6 +358,7 @@ static const struct si_dte_data dte_data_tahiti_le = | |||
357 | 85, | 358 | 85, |
358 | true | 359 | true |
359 | }; | 360 | }; |
361 | #endif | ||
360 | 362 | ||
361 | static const struct si_dte_data dte_data_tahiti_pro = | 363 | static const struct si_dte_data dte_data_tahiti_pro = |
362 | { | 364 | { |