Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/include/
Dpptable.h343 USHORT usEngineClockLow; member
397 USHORT usEngineClockLow; member
413 USHORT usEngineClockLow; member
430 USHORT usEngineClockLow; member
441 USHORT usEngineClockLow; //clockfrequency & 0xFFFF. The unit is in 10khz member
452 USHORT usEngineClockLow; member
/linux-5.19.10/drivers/gpu/drm/radeon/
Dpptable.h316 USHORT usEngineClockLow; member
370 USHORT usEngineClockLow; member
386 USHORT usEngineClockLow; member
403 USHORT usEngineClockLow; member
414 USHORT usEngineClockLow; //clockfrequency & 0xFFFF. The unit is in 10khz member
Dradeon_atombios.c2480 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2489 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2498 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2511 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2524 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
Dtrinity_dpm.c1672 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_pplib_clock_info()
1766 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_power_table()
Dkv_dpm.c2416 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2510 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_power_table()
Drv770_dpm.c2199 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
2208 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
Dsumo_dpm.c1438 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in sumo_parse_pplib_clock_info()
Drv6xx_dpm.c1838 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv6xx_parse_pplib_clock_info()
Dci_dpm.c5447 pl->sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_pplib_clock_info()
5586 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_power_table()
Dsi_dpm.c6726 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
6869 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
Dni_dpm.c3930 pl->sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in ni_parse_pplib_clock_info()
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dkv_dpm.c2688 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2782 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_power_table()
Dsi_dpm.c7193 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
7339 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c3758 engine_clock = visland_clk_info->ucEngineClockHigh << 16 | visland_clk_info->usEngineClockLow; in smu7_get_pp_table_entry_callback_func_v0()