Searched refs:UclkFmax (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1104 od_min_setting = overdrive_lowerlimits->UclkFmax;
1105 od_max_setting = overdrive_upperlimits->UclkFmax;
1154 od_table->OverDriveTable.UclkFmax);
1341 od_table->OverDriveTable.UclkFmax);
1671 dev_info(adev->dev, "UclkFmax (%ld) must be within [%u, %u]!\n",
1676 od_table->OverDriveTable.UclkFmax = input[i + 1];
1687 if (od_table->OverDriveTable.UclkFmin > od_table->OverDriveTable.UclkFmax) {
1689 "Invalid setting: UclkFmin(%u) is bigger than UclkFmax(%u)\n",
1691 (uint32_t)od_table->OverDriveTable.UclkFmax);
2156 user_od_table->OverDriveTable.UclkFmax
[all...]
H A Dsmu_v13_0_0_ppt.c1115 od_min_setting = overdrive_lowerlimits->UclkFmax;
1116 od_max_setting = overdrive_upperlimits->UclkFmax;
1165 od_table->OverDriveTable.UclkFmax);
1352 od_table->OverDriveTable.UclkFmax);
1683 dev_info(adev->dev, "UclkFmax (%ld) must be within [%u, %u]!\n",
1688 od_table->OverDriveTable.UclkFmax = input[i + 1];
1699 if (od_table->OverDriveTable.UclkFmin > od_table->OverDriveTable.UclkFmax) {
1701 "Invalid setting: UclkFmin(%u) is bigger than UclkFmax(%u)\n",
1703 (uint32_t)od_table->OverDriveTable.UclkFmax);
2172 user_od_table->OverDriveTable.UclkFmax
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu13_driver_if_v13_0_0.h707 uint16_t UclkFmax; // MHz member in struct:__anon388
745 uint16_t UclkFmax; // MHz member in struct:__anon390
H A Dsmu13_driver_if_v13_0_7.h717 uint16_t UclkFmax; // MHz member in struct:__anon461
756 uint16_t UclkFmax; // MHz member in struct:__anon463
H A Dsmu11_driver_if_navi10.h843 uint16_t UclkFmax; // MHz member in struct:__anon673
H A Dsmu11_driver_if_sienna_cichlid.h1350 uint16_t UclkFmax; // MHz member in struct:__anon730
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu11_driver_if.h638 uint16_t UclkFmax; member in struct:__anon567
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/vega12/
H A Dsmu9_driver_if.h536 uint16_t UclkFmax; member in struct:__anon596
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c1323 od_table->UclkFmax;
1438 od_table.UclkFmax = (uint16_t)value;
3049 if (input_index == 1 && od_table->UclkFmax != input_clk)
3052 od_table->UclkFmax = input_clk;
3498 od_table->UclkFmax);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c1366 *offset += sysfs_emit_at(buf, *offset, "OD_MCLK:\n1: %uMHz\n", od_table->UclkFmax);
1567 size += sysfs_emit_at(buf, size, "1: %uMHz\n", od_table->UclkFmax);
2430 dev_dbg(smu->adev->dev, "OD: UclkFmax: %d\n", od_table->UclkFmax);
2658 od_table->UclkFmax = input[1];
H A Dsienna_cichlid_ppt.c1389 size += sysfs_emit_at(buf, size, "0: %uMhz\n1: %uMHz\n", od_table->UclkFmin, od_table->UclkFmax);
2163 od_table->UclkFmax);
2205 user_od_table->UclkFmax = user_od_table_bak.UclkFmax;
2326 if (input[i + 1] > od_table->UclkFmax) {
2327 dev_info(smu->adev->dev, "UclkFmin (%ld) must be <= UclkFmax (%u)!\n",
2328 input[i + 1], od_table->UclkFmax);
2338 dev_info(smu->adev->dev, "UclkFmax (%ld) must be >= UclkFmin (%u)!\n",
2344 freq_ptr = &od_table->UclkFmax;

Completed in 190 milliseconds