Searched refs:driver_table (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/ |
| H A D | amdgpu_smu.c | 977 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local 996 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; in smu_init_fb_allocations() 1008 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations() 1017 driver_table->size = max_table_size; in smu_init_fb_allocations() 1018 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations() 1021 driver_table->size, in smu_init_fb_allocations() 1022 driver_table->align, in smu_init_fb_allocations() 1023 driver_table->domain, in smu_init_fb_allocations() 1024 &driver_table->bo, in smu_init_fb_allocations() 1025 &driver_table->mc_address, in smu_init_fb_allocations() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 706 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v14_0_set_driver_table_location() local 709 if (driver_table->mc_address) { in smu_v14_0_set_driver_table_location() 712 upper_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location() 717 lower_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
|
| H A D | smu_v14_0_2_ppt.c | 1984 struct smu_table *table = &smu_table->driver_table; in smu_v14_0_2_i2c_xfer()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 689 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local 692 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location() 695 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location() 700 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
|
| H A D | navi10_ppt.c | 3036 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0.c | 721 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local 724 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location() 727 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location() 732 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
|
| H A D | smu_v13_0_0_ppt.c | 2721 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
|