HomeSort by: relevance | last modified time | path
    Searched refs:SMU_MSG_MAX_COUNT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_types.h 182 SMU_MSG_MAX_COUNT,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_renoir_ppt.c 53 static struct smu_12_0_cmn2aisc_mapping renoir_message_map[SMU_MSG_MAX_COUNT] = {
136 if (index >= SMU_MSG_MAX_COUNT)
amdgpu_arcturus_ppt.c 78 static struct smu_11_0_cmn2aisc_mapping arcturus_message_map[SMU_MSG_MAX_COUNT] = {
207 if (index >= SMU_MSG_MAX_COUNT)
amdgpu_navi10_ppt.c 66 static struct smu_11_0_cmn2aisc_mapping navi10_message_map[SMU_MSG_MAX_COUNT] = {
232 if (index >= SMU_MSG_MAX_COUNT)
amdgpu_vega20_ppt.c 70 static struct smu_11_0_cmn2aisc_mapping vega20_message_map[SMU_MSG_MAX_COUNT] = {
299 if (index >= SMU_MSG_MAX_COUNT)
amdgpu_smu.c 55 if (type < 0 || type >= SMU_MSG_MAX_COUNT)

Completed in 22 milliseconds