Lines Matching defs:tables
700 "Failed to setup default dpm clock tables!\n");
799 struct smu_table *tables = smu_table->tables;
805 if (tables[SMU_TABLE_PMSTATUSLOG].size) {
807 tables[SMU_TABLE_PMSTATUSLOG].size,
808 tables[SMU_TABLE_PMSTATUSLOG].align,
809 tables[SMU_TABLE_PMSTATUSLOG].domain,
810 &tables[SMU_TABLE_PMSTATUSLOG].bo,
811 &tables[SMU_TABLE_PMSTATUSLOG].mc_address,
812 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr);
822 if (tables[i].size == 0)
825 /* If one of the tables has VRAM domain restriction, keep it in
828 if ((tables[i].domain &
836 if (max_table_size < tables[i].size)
837 max_table_size = tables[i].size;
852 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address)
853 amdgpu_bo_free_kernel(&tables[SMU_TABLE_PMSTATUSLOG].bo,
854 &tables[SMU_TABLE_PMSTATUSLOG].mc_address,
855 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr);
864 struct smu_table *tables = smu_table->tables;
867 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address)
868 amdgpu_bo_free_kernel(&tables[SMU_TABLE_PMSTATUSLOG].bo,
869 &tables[SMU_TABLE_PMSTATUSLOG].mc_address,
870 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr);
986 * Create smu_table structure, and init smc tables such as
991 dev_err(smu->adev->dev, "Failed to init smc tables!\n");
1347 * Set initialized values (get from vbios) to dpm tables context such as
1353 dev_err(adev->dev, "Failed to setup default dpm clock tables!\n");