Home
last modified time | relevance | path

Searched refs:vce_state (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c1302 struct amd_vce_state *vce_state, void **clock_info, uint32_t *flag) in ppt_get_vce_state_table_entry_v1_0() argument
1335 vce_state->evclk = le32_to_cpu(mm_dep_record->ulEClk); in ppt_get_vce_state_table_entry_v1_0()
1336 vce_state->ecclk = le32_to_cpu(mm_dep_record->ulEClk); in ppt_get_vce_state_table_entry_v1_0()
1337 vce_state->sclk = le32_to_cpu(sclk_dep_record->ulSclk); in ppt_get_vce_state_table_entry_v1_0()
1350 vce_state->mclk = le32_to_cpu(mclk_dep_record->ulMclk); in ppt_get_vce_state_table_entry_v1_0()
H A Dprocesspptables.c1660 struct amd_vce_state *vce_state, in get_vce_state_table_entry() argument
1683vce_state->evclk = ((uint32_t)vce_clock_info->ucEVClkHigh << 16) | le16_to_cpu(vce_clock_info->usE… in get_vce_state_table_entry()
1684vce_state->ecclk = ((uint32_t)vce_clock_info->ucECClkHigh << 16) | le16_to_cpu(vce_clock_info->usE… in get_vce_state_table_entry()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c1089 struct amd_vce_state *vce_state; in amdgpu_info_ioctl() local
1092 vce_state = amdgpu_dpm_get_vce_clock_state(adev, i); in amdgpu_info_ioctl()
1093 if (vce_state) { in amdgpu_info_ioctl()
1094 vce_clk_table.entries[i].sclk = vce_state->sclk; in amdgpu_info_ioctl()
1095 vce_clk_table.entries[i].mclk = vce_state->mclk; in amdgpu_info_ioctl()
1096 vce_clk_table.entries[i].eclk = vce_state->evclk; in amdgpu_info_ioctl()