Searched refs:vce_clk (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | legacy_dpm.c | 397 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table() local 409 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table() 413 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in amdgpu_parse_extended_power_table() 415 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in amdgpu_parse_extended_power_table() 425 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table() 429 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in amdgpu_parse_extended_power_table() 431 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in amdgpu_parse_extended_power_table()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r600_dpm.c | 1086 VCEClockInfo *vce_clk; in r600_parse_extended_power_table() local 1100 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table() 1104 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in r600_parse_extended_power_table() 1106 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in r600_parse_extended_power_table() 1115 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table() 1119 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in r600_parse_extended_power_table() 1121 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in r600_parse_extended_power_table()
|
| /linux/drivers/clk/actions/ |
| H A D | owl-s500.c | 222 static OWL_COMP_FACTOR(vce_clk, "vce_clk", hde_clk_mux_p, 457 &vce_clk.common, 519 [CLK_VCE] = &vce_clk.common.hw,
|
| H A D | owl-s900.c | 490 static OWL_COMP_FACTOR(vce_clk, "vce_clk", vce_clk_mux_p, 590 &vce_clk.common, 683 [CLK_VCE] = &vce_clk.common.hw,
|