Home
last modified time | relevance | path

Searched refs:vce_state (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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()
1259 vce_state->evclk = le32_to_cpu(mm_dep_record->ulEClk); in ppt_get_vce_state_table_entry_v1_0()
1260 vce_state->ecclk = le32_to_cpu(mm_dep_record->ulEClk); in ppt_get_vce_state_table_entry_v1_0()
1261 vce_state->sclk = le32_to_cpu(sclk_dep_record->ulSclk); in ppt_get_vce_state_table_entry_v1_0()
1274 vce_state->mclk = le32_to_cpu(mclk_dep_record->ulMclk); in ppt_get_vce_state_table_entry_v1_0()
1225 ppt_get_vce_state_table_entry_v1_0(struct pp_hwmgr *hwmgr, uint32_t i, struct amd_vce_state *vce_state, void **clock_info, uint32_t *flag) ppt_get_vce_state_table_entry_v1_0() argument
H A Dprocesspptables.c1688 struct amd_vce_state *vce_state, in get_vce_state_table_entry()
1711 vce_state->evclk = ((uint32_t)vce_clock_info->ucEVClkHigh << 16) | le16_to_cpu(vce_clock_info->usEVClkLow); in get_vce_state_table_entry()
1712 vce_state->ecclk = ((uint32_t)vce_clock_info->ucECClkHigh << 16) | le16_to_cpu(vce_clock_info->usECClkLow); in get_vce_state_table_entry()
1686 get_vce_state_table_entry(struct pp_hwmgr *hwmgr, unsigned long i, struct amd_vce_state *vce_state, void **clock_info, unsigned long *flag) get_vce_state_table_entry() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c1307 struct amd_vce_state *vce_state, void **clock_info, uint32_t *flag) in ppt_get_vce_state_table_entry_v1_0()
1340 vce_state->evclk = le32_to_cpu(mm_dep_record->ulEClk); in ppt_get_vce_state_table_entry_v1_0()
1341 vce_state->ecclk = le32_to_cpu(mm_dep_record->ulEClk); in ppt_get_vce_state_table_entry_v1_0()
1342 vce_state->sclk = le32_to_cpu(sclk_dep_record->ulSclk); in ppt_get_vce_state_table_entry_v1_0()
1355 vce_state->mclk = le32_to_cpu(mclk_dep_record->ulMclk); in ppt_get_vce_state_table_entry_v1_0()
1306 ppt_get_vce_state_table_entry_v1_0(struct pp_hwmgr *hwmgr, uint32_t i, struct amd_vce_state *vce_state, void **clock_info, uint32_t *flag) ppt_get_vce_state_table_entry_v1_0() argument
H A Dprocesspptables.c1665 struct amd_vce_state *vce_state, in get_vce_state_table_entry()
1688 vce_state->evclk = ((uint32_t)vce_clock_info->ucEVClkHigh << 16) | le16_to_cpu(vce_clock_info->usEVClkLow); in get_vce_state_table_entry()
1689 vce_state->ecclk = ((uint32_t)vce_clock_info->ucECClkHigh << 16) | le16_to_cpu(vce_clock_info->usECClkLow); in get_vce_state_table_entry()
1663 get_vce_state_table_entry(struct pp_hwmgr *hwmgr, unsigned long i, struct amd_vce_state *vce_state, void **clock_info, unsigned long *flag) get_vce_state_table_entry() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c806 struct amd_vce_state *vce_state; in amdgpu_info_ioctl() local
809 vce_state = amdgpu_dpm_get_vce_clock_state(adev, i); in amdgpu_info_ioctl()
810 if (vce_state) { in amdgpu_info_ioctl()
811 vce_clk_table.entries[i].sclk = vce_state->sclk; in amdgpu_info_ioctl()
812 vce_clk_table.entries[i].mclk = vce_state->mclk; in amdgpu_info_ioctl()
813 vce_clk_table.entries[i].eclk = vce_state->evclk; in amdgpu_info_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c903 struct amd_vce_state *vce_state; in amdgpu_info_ioctl() local
906 vce_state = amdgpu_dpm_get_vce_clock_state(adev, i); in amdgpu_info_ioctl()
907 if (vce_state) { in amdgpu_info_ioctl()
908 vce_clk_table.entries[i].sclk = vce_state->sclk; in amdgpu_info_ioctl()
909 vce_clk_table.entries[i].mclk = vce_state->mclk; in amdgpu_info_ioctl()
910 vce_clk_table.entries[i].eclk = vce_state->evclk; in amdgpu_info_ioctl()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dhwmgr.h378 struct amd_vce_state *vce_state,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h377 struct amd_vce_state *vce_state,

Completed in 17 milliseconds