Searched refs:driver_table (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu12/ |
H A D | smu_v12_0.c | 270 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v12_0_set_driver_table_location() local 273 if (driver_table->mc_address) { in smu_v12_0_set_driver_table_location() 276 upper_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location() 281 lower_32_bits(driver_table->mc_address), in smu_v12_0_set_driver_table_location()
|
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 800 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local 841 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations() 844 driver_table->size, in smu_init_fb_allocations() 845 driver_table->align, in smu_init_fb_allocations() 846 driver_table->domain, in smu_init_fb_allocations() 847 &driver_table->bo, in smu_init_fb_allocations() 848 &driver_table->mc_address, in smu_init_fb_allocations() 849 &driver_table->cpu_addr); in smu_init_fb_allocations() 865 struct smu_table *driver_table = &(smu_table->driver_table); in smu_fini_fb_allocations() local 873 &driver_table->mc_address, in smu_fini_fb_allocations() [all …]
|
H A D | smu_cmn.c | 867 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
|
/openbsd/sys/dev/pci/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 | arcturus_ppt.c | 2067 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
|
H A D | navi10_ppt.c | 2991 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
|
H A D | sienna_cichlid_ppt.c | 3754 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
|
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0.c | 727 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local 730 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location() 733 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location() 738 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
|
H A D | smu_v13_0_6_ppt.c | 304 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table() 1678 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer() 1704 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
|
H A D | aldebaran_ppt.c | 1474 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
|
H A D | smu_v13_0_0_ppt.c | 2232 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
|
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/inc/ |
H A D | amdgpu_smu.h | 347 struct smu_table driver_table; member
|