diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-11-07 11:34:57 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-11-12 11:56:36 -0500 |
commit | 727b3d25be4116315f4488ee1918ec64927b3eb4 (patch) | |
tree | 819cca76edc2b28bd48fe5b10975897cbdb9616a /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | 09e619c0c60013921678994a9888c8abe2a6e10b (diff) | |
download | linux-727b3d25be4116315f4488ee1918ec64927b3eb4.tar.gz linux-727b3d25be4116315f4488ee1918ec64927b3eb4.tar.bz2 linux-727b3d25be4116315f4488ee1918ec64927b3eb4.zip |
drm/radeon: store the gpio shift as well
We need this in the dpm code.
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.h | 1 |
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 0ef1413c3117..64eba7ebb354 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h @@ -462,6 +462,7 @@ struct radeon_gpio_rec { u8 id; u32 reg; u32 mask; + u32 shift; }; struct radeon_hpd { |