Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_smu_v12_0.c517 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local
520 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location()
523 upper_32_bits(driver_table->mc_address)); in smu_v12_0_set_driver_table_location()
527 lower_32_bits(driver_table->mc_address)); in smu_v12_0_set_driver_table_location()
H A Damdgpu_smu.c530 struct smu_table *table = &smu_table->driver_table; in smu_update_table()
991 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local
1022 driver_table->size = max_table_size; in smu_init_fb_allocations()
1023 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations()
1024 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations()
1027 driver_table->size, in smu_init_fb_allocations()
1028 driver_table->align, in smu_init_fb_allocations()
1029 driver_table->domain, in smu_init_fb_allocations()
1030 &driver_table->bo, in smu_init_fb_allocations()
1031 &driver_table->mc_address, in smu_init_fb_allocations()
[all …]
H A Damdgpu_smu_v11_0.c788 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local
791 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location()
794 upper_32_bits(driver_table->mc_address)); in smu_v11_0_set_driver_table_location()
798 lower_32_bits(driver_table->mc_address)); in smu_v11_0_set_driver_table_location()
H A Damdgpu_arcturus_ppt.c2043 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_eeprom_read_data()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Damdgpu_smu.h273 struct smu_table driver_table; member