Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dpptable.h561 …UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index t… member
Dr600_dpm.c1124 state_entry->ucClockInfoIndex & 0x3f; in r600_parse_extended_power_table()
1126 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in r600_parse_extended_power_table()
/linux-4.4.14/drivers/gpu/drm/amd/include/
Dpptable.h572 …UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index t… member
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c565 state_entry->ucClockInfoIndex & 0x3f; in amdgpu_parse_extended_power_table()
567 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in amdgpu_parse_extended_power_table()