Searched refs:driver_table (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 908 struct smu_table *driver_table = &(smu_table->driver_table); in smu_init_fb_allocations() local 927 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; in smu_init_fb_allocations() 939 driver_table->domain = AMDGPU_GEM_DOMAIN_VRAM; in smu_init_fb_allocations() 948 driver_table->size = max_table_size; in smu_init_fb_allocations() 949 driver_table->align = PAGE_SIZE; in smu_init_fb_allocations() 952 driver_table->size, in smu_init_fb_allocations() 953 driver_table->align, in smu_init_fb_allocations() 954 driver_table->domain, in smu_init_fb_allocations() 955 &driver_table->bo, in smu_init_fb_allocations() 956 &driver_table->mc_address, in smu_init_fb_allocations() [all …]
|
D | smu_cmn.c | 953 struct smu_table *table = &smu_table->driver_table; in smu_cmn_update_table()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
D | smu_v14_0.c | 699 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v14_0_set_driver_table_location() local 702 if (driver_table->mc_address) { in smu_v14_0_set_driver_table_location() 705 upper_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location() 710 lower_32_bits(driver_table->mc_address), in smu_v14_0_set_driver_table_location()
|
D | smu_v14_0_2_ppt.c | 1859 struct smu_table *table = &smu_table->driver_table; in smu_v14_0_2_i2c_xfer()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | smu_v11_0.c | 686 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v11_0_set_driver_table_location() local 689 if (driver_table->mc_address) { in smu_v11_0_set_driver_table_location() 692 upper_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location() 697 lower_32_bits(driver_table->mc_address), in smu_v11_0_set_driver_table_location()
|
D | arcturus_ppt.c | 2037 struct smu_table *table = &smu_table->driver_table; in arcturus_i2c_xfer()
|
D | navi10_ppt.c | 2998 struct smu_table *table = &smu_table->driver_table; in navi10_i2c_xfer()
|
D | sienna_cichlid_ppt.c | 3771 struct smu_table *table = &smu_table->driver_table; in sienna_cichlid_i2c_xfer()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0.c | 728 struct smu_table *driver_table = &smu->smu_table.driver_table; in smu_v13_0_set_driver_table_location() local 731 if (driver_table->mc_address) { in smu_v13_0_set_driver_table_location() 734 upper_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location() 739 lower_32_bits(driver_table->mc_address), in smu_v13_0_set_driver_table_location()
|
D | smu_v13_0_6_ppt.c | 517 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_get_metrics_table() 2034 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_request_i2c_xfer() 2060 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_6_i2c_xfer()
|
D | aldebaran_ppt.c | 1472 struct smu_table *table = &smu_table->driver_table; in aldebaran_i2c_xfer()
|
D | smu_v13_0_0_ppt.c | 2608 struct smu_table *table = &smu_table->driver_table; in smu_v13_0_0_i2c_xfer()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | amdgpu_smu.h | 352 struct smu_table driver_table; member
|