|
@@ -1278,6 +1278,8 @@ static struct radeon_asic rv770_asic = {
|
|
|
.debugfs_print_current_performance_level = &rv770_dpm_debugfs_print_current_performance_level,
|
|
|
.force_performance_level = &rv770_dpm_force_performance_level,
|
|
|
.vblank_too_short = &rv770_dpm_vblank_too_short,
|
|
|
+ .get_current_sclk = &rv770_dpm_get_current_sclk,
|
|
|
+ .get_current_mclk = &rv770_dpm_get_current_mclk,
|
|
|
},
|
|
|
.pflip = {
|
|
|
.page_flip = &rv770_page_flip,
|
|
@@ -1395,6 +1397,8 @@ static struct radeon_asic evergreen_asic = {
|
|
|
.debugfs_print_current_performance_level = &rv770_dpm_debugfs_print_current_performance_level,
|
|
|
.force_performance_level = &rv770_dpm_force_performance_level,
|
|
|
.vblank_too_short = &cypress_dpm_vblank_too_short,
|
|
|
+ .get_current_sclk = &rv770_dpm_get_current_sclk,
|
|
|
+ .get_current_mclk = &rv770_dpm_get_current_mclk,
|
|
|
},
|
|
|
.pflip = {
|
|
|
.page_flip = &evergreen_page_flip,
|