Home
last modified time | relevance | path

Searched refs:usECClkLow (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dpptable.h537 USHORT usECClkLow; member
Dr600_dpm.c1111 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in r600_parse_extended_power_table()
1126 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in r600_parse_extended_power_table()
/Linux-v4.19/drivers/gpu/drm/amd/include/
Dpptable.h578 USHORT usECClkLow; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c573 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in amdgpu_parse_extended_power_table()
589 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in amdgpu_parse_extended_power_table()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dprocesspptables.c1137 | le16_to_cpu(entry->usECClkLow); in get_vce_clock_voltage_limit_table()
1583 vce_state->ecclk = ((uint32_t)vce_clock_info->ucECClkHigh << 16) | vce_clock_info->usECClkLow; in get_vce_state_table_entry()