|
@@ -1117,6 +1117,7 @@ static u32 si_get_xclk(struct amdgpu_device *adev)
|
|
|
|
|
|
return reference_clock;
|
|
|
}
|
|
|
+
|
|
|
//xxx:not implemented
|
|
|
static int si_set_uvd_clocks(struct amdgpu_device *adev, u32 vclk, u32 dclk)
|
|
|
{
|
|
@@ -1850,14 +1851,13 @@ static const struct amdgpu_ip_block_version verde_ip_blocks[] =
|
|
|
.rev = 0,
|
|
|
.funcs = &si_ih_ip_funcs,
|
|
|
},
|
|
|
-/* {
|
|
|
+ {
|
|
|
.type = AMD_IP_BLOCK_TYPE_SMC,
|
|
|
.major = 6,
|
|
|
.minor = 0,
|
|
|
.rev = 0,
|
|
|
- .funcs = &si_null_ip_funcs,
|
|
|
+ .funcs = &amdgpu_pp_ip_funcs,
|
|
|
},
|
|
|
- */
|
|
|
{
|
|
|
.type = AMD_IP_BLOCK_TYPE_DCE,
|
|
|
.major = 6,
|
|
@@ -1925,7 +1925,7 @@ static const struct amdgpu_ip_block_version hainan_ip_blocks[] =
|
|
|
.major = 6,
|
|
|
.minor = 0,
|
|
|
.rev = 0,
|
|
|
- .funcs = &si_null_ip_funcs,
|
|
|
+ .funcs = &amdgpu_pp_ip_funcs,
|
|
|
},
|
|
|
{
|
|
|
.type = AMD_IP_BLOCK_TYPE_GFX,
|