|
@@ -940,6 +940,7 @@ static struct radeon_asic r600_asic = {
|
|
|
.mc_wait_for_idle = &r600_mc_wait_for_idle,
|
|
|
.get_xclk = &r600_get_xclk,
|
|
|
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
|
|
|
+ .get_allowed_info_register = r600_get_allowed_info_register,
|
|
|
.gart = {
|
|
|
.tlb_flush = &r600_pcie_gart_tlb_flush,
|
|
|
.get_page_entry = &rs600_gart_get_page_entry,
|
|
@@ -1024,6 +1025,7 @@ static struct radeon_asic rv6xx_asic = {
|
|
|
.mc_wait_for_idle = &r600_mc_wait_for_idle,
|
|
|
.get_xclk = &r600_get_xclk,
|
|
|
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
|
|
|
+ .get_allowed_info_register = r600_get_allowed_info_register,
|
|
|
.gart = {
|
|
|
.tlb_flush = &r600_pcie_gart_tlb_flush,
|
|
|
.get_page_entry = &rs600_gart_get_page_entry,
|
|
@@ -1116,6 +1118,7 @@ static struct radeon_asic rs780_asic = {
|
|
|
.mc_wait_for_idle = &r600_mc_wait_for_idle,
|
|
|
.get_xclk = &r600_get_xclk,
|
|
|
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
|
|
|
+ .get_allowed_info_register = r600_get_allowed_info_register,
|
|
|
.gart = {
|
|
|
.tlb_flush = &r600_pcie_gart_tlb_flush,
|
|
|
.get_page_entry = &rs600_gart_get_page_entry,
|
|
@@ -1221,6 +1224,7 @@ static struct radeon_asic rv770_asic = {
|
|
|
.mc_wait_for_idle = &r600_mc_wait_for_idle,
|
|
|
.get_xclk = &rv770_get_xclk,
|
|
|
.get_gpu_clock_counter = &r600_get_gpu_clock_counter,
|
|
|
+ .get_allowed_info_register = r600_get_allowed_info_register,
|
|
|
.gart = {
|
|
|
.tlb_flush = &r600_pcie_gart_tlb_flush,
|
|
|
.get_page_entry = &rs600_gart_get_page_entry,
|