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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v12_0.c 297 tables = kcalloc(SMU_TABLE_COUNT, sizeof(struct smu_table),
amdgpu_renoir_ppt.c 125 static struct smu_12_0_cmn2aisc_mapping renoir_table_map[SMU_TABLE_COUNT] = {
165 if (index >= SMU_TABLE_COUNT)
amdgpu_arcturus_ppt.c 177 static struct smu_11_0_cmn2aisc_mapping arcturus_table_map[SMU_TABLE_COUNT] = {
252 if (index >= SMU_TABLE_COUNT)
amdgpu_navi10_ppt.c 198 static struct smu_11_0_cmn2aisc_mapping navi10_table_map[SMU_TABLE_COUNT] = {
277 if (index >= SMU_TABLE_COUNT)
amdgpu_smu.c 535 if (!table_data || table_id >= SMU_TABLE_COUNT || table_id < 0)
1011 for (i = 0; i < SMU_TABLE_COUNT; i++) {
amdgpu_smu_v11_0.c 432 tables = kcalloc(SMU_TABLE_COUNT, sizeof(struct smu_table),
amdgpu_vega20_ppt.c 207 static struct smu_11_0_cmn2aisc_mapping vega20_table_map[SMU_TABLE_COUNT] = {
239 if (index >= SMU_TABLE_COUNT)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 248 SMU_TABLE_COUNT,

Completed in 21 milliseconds