Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dcz_dpm.c517 u32 uvd_index = REG_GET_FIELD(RREG32_SMC(ixTARGET_AND_CURRENT_PROFILE_INDEX_2), in cz_dpm_debugfs_print_current_performance_level() local
541 if (uvd_index >= CZ_MAX_HARDWARE_POWERLEVELS) { in cz_dpm_debugfs_print_current_performance_level()
542 seq_printf(m, "invalid uvd dpm level %d\n", uvd_index); in cz_dpm_debugfs_print_current_performance_level()
544 vclk = uvd_table->entries[uvd_index].vclk; in cz_dpm_debugfs_print_current_performance_level()
545 dclk = uvd_table->entries[uvd_index].dclk; in cz_dpm_debugfs_print_current_performance_level()
546 seq_printf(m, "%u uvd vclk: %u dclk: %u\n", uvd_index, vclk, dclk); in cz_dpm_debugfs_print_current_performance_level()