diff options
author | Ken Wang <Qingqing.Wang@amd.com> | 2016-07-11 08:33:40 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-14 23:39:35 +0300 |
commit | eeade25ad029cb1f31f27f8e0ddc9bb9c22b5537 (patch) | |
tree | 5227533a1921dea0e81a5459c3d423bab1c27883 /drivers/gpu/drm/amd/amdgpu/atombios_i2c.h | |
parent | 795c2109c287123dfc3bc987d20daef32d77e4d1 (diff) | |
download | linux-eeade25ad029cb1f31f27f8e0ddc9bb9c22b5537.tar.xz |
drm/amdgpu: fix power distribution issue for Polaris10 XT
Signed-off-by: Ken Wang <Qingqing.Wang@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/amdgpu/atombios_i2c.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/atombios_i2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h b/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h index d6128d9de56e..251aaf41f65d 100644 --- a/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h +++ b/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h @@ -27,5 +27,7 @@ int amdgpu_atombios_i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num); u32 amdgpu_atombios_i2c_func(struct i2c_adapter *adap); +void amdgpu_atombios_i2c_channel_trans(struct amdgpu_device* adev, + u8 slave_addr, u8 line_number, u8 offset, u8 data); #endif |