]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/amdgpu: Comment out currently unused SI DPM struct
authorTom St Denis <tom.stdenis@amd.com>
Tue, 6 Sep 2016 16:07:21 +0000 (12:07 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
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 <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>
drivers/gpu/drm/amd/amdgpu/si_dpm.c

index 7b9debefd64af6d75fdee283f582da92c814c093..92a041755e8e12f30d79df22f2a1cc775d7c20b3 100644 (file)
@@ -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 =
 {