Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_kms.c671 struct amd_vce_state *vce_state; in amdgpu_info_ioctl() local
674 vce_state = amdgpu_dpm_get_vce_clock_state(adev, i); in amdgpu_info_ioctl()
675 if (vce_state) { in amdgpu_info_ioctl()
676 vce_clk_table.entries[i].sclk = vce_state->sclk; in amdgpu_info_ioctl()
677 vce_clk_table.entries[i].mclk = vce_state->mclk; in amdgpu_info_ioctl()
678 vce_clk_table.entries[i].eclk = vce_state->evclk; in amdgpu_info_ioctl()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dprocess_pptables_v1_0.c1226 struct amd_vce_state *vce_state, void **clock_info, uint32_t *flag) in ppt_get_vce_state_table_entry_v1_0() argument
1259 vce_state->evclk = mm_dep_record->ulEClk; in ppt_get_vce_state_table_entry_v1_0()
1260 vce_state->ecclk = mm_dep_record->ulEClk; in ppt_get_vce_state_table_entry_v1_0()
1261 vce_state->sclk = sclk_dep_record->ulSclk; in ppt_get_vce_state_table_entry_v1_0()
1274 vce_state->mclk = mclk_dep_record->ulMclk; in ppt_get_vce_state_table_entry_v1_0()
Dprocesspptables.c1560 struct amd_vce_state *vce_state, in get_vce_state_table_entry() argument
1582 vce_state->evclk = ((uint32_t)vce_clock_info->ucEVClkHigh << 16) | vce_clock_info->usEVClkLow; in get_vce_state_table_entry()
1583 vce_state->ecclk = ((uint32_t)vce_clock_info->ucECClkHigh << 16) | vce_clock_info->usECClkLow; in get_vce_state_table_entry()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h340 struct amd_vce_state *vce_state,