summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-02-13 17:29:54 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-06-27 19:16:25 -0400
commit65171944173dbdc3112e1f799388381e5c65fac3 (patch)
treeede30756cdbd497b0f06c0c4e0a596881fa2d42c /drivers/gpu/drm/radeon/radeon_mode.h
parent58653abdd22427f2b4f2ec9930cadcbeb8832a73 (diff)
downloadlinux-65171944173dbdc3112e1f799388381e5c65fac3.tar.bz2
drm/radeon: update radeon_atom_get_voltage_table() for SI
SI uses a new atom table revision. Required for DPM on SI. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mode.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon_mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h
index e5ea915993d9..7cc13ba8cdc7 100644
--- a/drivers/gpu/drm/radeon/radeon_mode.h
+++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -597,6 +597,7 @@ struct atom_voltage_table
{
u32 count;
u32 mask_low;
+ u32 phase_delay;
struct atom_voltage_table_entry entries[MAX_VOLTAGE_ENTRIES];
};