/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_vega20_baco.c | 39 static const struct soc15_baco_cmd_entry clean_baco_tbl[] = variable in typeref:typename:const struct soc15_baco_cmd_entry[] 110 if (!soc15_baco_program_registers(hwmgr, clean_baco_tbl, 111 ARRAY_SIZE(clean_baco_tbl)))
|
amdgpu_vega10_baco.c | 87 static const struct soc15_baco_cmd_entry clean_baco_tbl[] = variable in typeref:typename:const struct soc15_baco_cmd_entry[] 119 if (soc15_baco_program_registers(hwmgr, clean_baco_tbl, 120 ARRAY_SIZE(clean_baco_tbl)))
|
amdgpu_vega12_baco.c | 85 static const struct soc15_baco_cmd_entry clean_baco_tbl[] = variable in typeref:typename:const struct soc15_baco_cmd_entry[] 117 if (soc15_baco_program_registers(hwmgr, clean_baco_tbl, 118 ARRAY_SIZE(clean_baco_tbl)))
|
amdgpu_ci_baco.c | 160 static const struct baco_cmd_entry clean_baco_tbl[] = variable in typeref:typename:const struct baco_cmd_entry[] 193 if (baco_program_registers(hwmgr, clean_baco_tbl, 194 ARRAY_SIZE(clean_baco_tbl)))
|
amdgpu_fiji_baco.c | 146 static const struct baco_cmd_entry clean_baco_tbl[] = variable in typeref:typename:const struct baco_cmd_entry[] 194 if (baco_program_registers(hwmgr, clean_baco_tbl, 195 ARRAY_SIZE(clean_baco_tbl)))
|
amdgpu_polaris_baco.c | 150 static const struct baco_cmd_entry clean_baco_tbl[] = variable in typeref:typename:const struct baco_cmd_entry[] 220 if (baco_program_registers(hwmgr, clean_baco_tbl, 221 ARRAY_SIZE(clean_baco_tbl)))
|
amdgpu_tonga_baco.c | 154 static const struct baco_cmd_entry clean_baco_tbl[] = variable in typeref:typename:const struct baco_cmd_entry[] 228 if (baco_program_registers(hwmgr, clean_baco_tbl, 229 ARRAY_SIZE(clean_baco_tbl)))
|