Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Dpptable.h602 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dpptable.h561 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary member
H A Dr600_dpm.c1127 state_entry->ucClockInfoIndex & 0x3f; in r600_parse_extended_power_table()
1129 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in r600_parse_extended_power_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H A Dpptable.h602 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dpptable.h561 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary member
H A Dr600_dpm.c1127 state_entry->ucClockInfoIndex & 0x3f; in r600_parse_extended_power_table()
1129 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in r600_parse_extended_power_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c460 state_entry->ucClockInfoIndex & 0x3f; in amdgpu_parse_extended_power_table()
462 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in amdgpu_parse_extended_power_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c1707 unsigned long clockInfoIndex = record->ucClockInfoIndex & 0x3F; in get_vce_state_table_entry()
1709 *flag = (record->ucClockInfoIndex >> NUM_BITS_CLOCK_INFO_ARRAY_INDEX); in get_vce_state_table_entry()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c540 state_entry->ucClockInfoIndex & 0x3f; in amdgpu_parse_extended_power_table()
542 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in amdgpu_parse_extended_power_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c1684 unsigned long clockInfoIndex = record->ucClockInfoIndex & 0x3F; in get_vce_state_table_entry()
1686 *flag = (record->ucClockInfoIndex >> NUM_BITS_CLOCK_INFO_ARRAY_INDEX); in get_vce_state_table_entry()

Completed in 20 milliseconds