Searched refs:pcie_gen2 (Results 1 - 11 of 11) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c305 * DOC: pcie_gen2 (int)
308 MODULE_PARM_DESC(pcie_gen2, "PCIE Gen2 mode (-1 = auto, 0 = disable, 1 = enable)");
309 module_param_named(pcie_gen2, amdgpu_pcie_gen2, int, 0444);
/linux-master/drivers/gpu/drm/radeon/
H A Drv770_dpm.c623 level->gen2PCIE = pi->pcie_gen2 ?
945 if (pi->pcie_gen2) {
1615 pi->pcie_gen2 = true;
1617 pi->pcie_gen2 = false;
1619 if (pi->pcie_gen2) {
H A Drv6xx_dpm.h41 bool pcie_gen2[R600_PM_NUMBER_OF_ACTIVITY_LEVELS]; member in struct:rv6xx_pm_hw_state
H A Dni_dpm.c1828 if (pi->pcie_gen2) {
2325 level->gen2PCIE = pi->pcie_gen2 ?
3448 pi->pcie_gen2 = true;
3450 pi->pcie_gen2 = false;
3452 if (!pi->pcie_gen2)
H A Dradeon_drv.c191 MODULE_PARM_DESC(pcie_gen2, "PCIE Gen2 mode (-1 = auto, 0 = disable, 1 = enable)");
192 module_param_named(pcie_gen2, radeon_pcie_gen2, int, 0444);
H A Drv740_dpm.c339 pi->pcie_gen2 ?
H A Dcypress_dpm.c340 pi->pcie_gen2 = true;
342 pi->pcie_gen2 = false;
344 if (!pi->pcie_gen2)
688 level->gen2PCIE = pi->pcie_gen2 ?
1366 if (pi->pcie_gen2) {
H A Drv730_dpm.c245 table->ACPIState.levels[0].gen2PCIE = pi->pcie_gen2 ?
H A Drv770_dpm.h78 bool pcie_gen2; member in struct:rv7xx_power_info
H A Drv6xx_dpm.c499 pi->hw.pcie_gen2[R600_POWER_LEVEL_HIGH] =
501 pi->hw.pcie_gen2[R600_POWER_LEVEL_MEDIUM] =
503 pi->hw.pcie_gen2[R600_POWER_LEVEL_LOW] =
1093 pi->hw.pcie_gen2[R600_POWER_LEVEL_LOW]);
1108 pi->hw.pcie_gen2[R600_POWER_LEVEL_LOW]);
1125 pi->hw.pcie_gen2[R600_POWER_LEVEL_MEDIUM]);
1149 pi->hw.pcie_gen2[R600_POWER_LEVEL_LOW]);
1167 pi->hw.pcie_gen2[R600_POWER_LEVEL_HIGH]);
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h534 bool pcie_gen2; member in struct:rv7xx_power_info

Completed in 230 milliseconds