.. | .. |
---|
23 | 23 | #ifndef __MMHUB_V1_0_H__ |
---|
24 | 24 | #define __MMHUB_V1_0_H__ |
---|
25 | 25 | |
---|
26 | | -u64 mmhub_v1_0_get_fb_location(struct amdgpu_device *adev); |
---|
27 | | -int mmhub_v1_0_gart_enable(struct amdgpu_device *adev); |
---|
28 | | -void mmhub_v1_0_gart_disable(struct amdgpu_device *adev); |
---|
29 | | -void mmhub_v1_0_set_fault_enable_default(struct amdgpu_device *adev, |
---|
30 | | - bool value); |
---|
31 | | -void mmhub_v1_0_init(struct amdgpu_device *adev); |
---|
32 | | -int mmhub_v1_0_set_clockgating(struct amdgpu_device *adev, |
---|
33 | | - enum amd_clockgating_state state); |
---|
34 | | -void mmhub_v1_0_get_clockgating(struct amdgpu_device *adev, u32 *flags); |
---|
35 | | -void mmhub_v1_0_initialize_power_gating(struct amdgpu_device *adev); |
---|
36 | | -void mmhub_v1_0_update_power_gating(struct amdgpu_device *adev, |
---|
37 | | - bool enable); |
---|
| 26 | +extern const struct amdgpu_mmhub_funcs mmhub_v1_0_funcs; |
---|
38 | 27 | |
---|
39 | 28 | #endif |
---|