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

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

Completed in 65 milliseconds