Home
last modified time | relevance | path

Searched refs:vce_clk (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c436 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table() local
450 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
454 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in amdgpu_parse_extended_power_table()
456 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in amdgpu_parse_extended_power_table()
466 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
470 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in amdgpu_parse_extended_power_table()
472 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in amdgpu_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/radeon/
Dr600_dpm.c1090 VCEClockInfo *vce_clk; in r600_parse_extended_power_table() local
1104 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1108 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in r600_parse_extended_power_table()
1110 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in r600_parse_extended_power_table()
1119 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1123 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in r600_parse_extended_power_table()
1125 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in r600_parse_extended_power_table()
/linux-5.19.10/drivers/clk/actions/
Dowl-s500.c222 static OWL_COMP_FACTOR(vce_clk, "vce_clk", hde_clk_mux_p,
457 &vce_clk.common,
519 [CLK_VCE] = &vce_clk.common.hw,
Dowl-s900.c490 static OWL_COMP_FACTOR(vce_clk, "vce_clk", vce_clk_mux_p,
590 &vce_clk.common,
683 [CLK_VCE] = &vce_clk.common.hw,