Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dcz_dpm.c515 u32 sclk_index = REG_GET_FIELD(RREG32_SMC(ixTARGET_AND_CURRENT_PROFILE_INDEX), in cz_dpm_debugfs_print_current_performance_level() local
524 if (sclk_index >= NUM_SCLK_LEVELS) { in cz_dpm_debugfs_print_current_performance_level()
525 seq_printf(m, "invalid sclk dpm profile %d\n", sclk_index); in cz_dpm_debugfs_print_current_performance_level()
527 sclk = table->entries[sclk_index].clk; in cz_dpm_debugfs_print_current_performance_level()
528 seq_printf(m, "%u sclk: %u\n", sclk_index, sclk); in cz_dpm_debugfs_print_current_performance_level()