Home
last modified time | relevance | path

Searched refs:driver_table (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c977 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 Dsmu_v14_0.c706 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 Dsmu_v14_0_2_ppt.c1984 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 Dsmu_v11_0.c689 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 Dnavi10_ppt.c3036 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c721 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 Dsmu_v13_0_0_ppt.c2721 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()