diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-11-07 19:16:25 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-11-12 19:56:36 +0300 |
commit | 09e619c0c60013921678994a9888c8abe2a6e10b (patch) | |
tree | fed4710588d14ba4fe785c80a503b868f74b36c4 /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | 129acb7c0b682512e89c4f65c33593d50f2f49a9 (diff) | |
download | linux-09e619c0c60013921678994a9888c8abe2a6e10b.tar.xz |
drm/radeon: export radeon_atombios_lookup_gpio
We need it for dpm.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index 04db2fdd8692..0ef1413c3117 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h @@ -748,6 +748,8 @@ extern bool radeon_atombios_get_ppll_ss_info(struct radeon_device *rdev, extern bool radeon_atombios_get_asic_ss_info(struct radeon_device *rdev, struct radeon_atom_ss *ss, int id, u32 clock); +extern struct radeon_gpio_rec radeon_atombios_lookup_gpio(struct radeon_device *rdev, + u8 id); extern void radeon_compute_pll_legacy(struct radeon_pll *pll, uint64_t freq, |