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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppatomctrl.h 249 struct pp_atomctrl_mc_reg_table { struct
255 typedef struct pp_atomctrl_mc_reg_table pp_atomctrl_mc_reg_table; typedef in typeref:struct:pp_atomctrl_mc_reg_table
298 extern int atomctrl_initialize_mc_reg_table(struct pp_hwmgr *hwmgr, uint8_t module_index, pp_atomctrl_mc_reg_table *table);
amdgpu_ppatomctrl.c 55 pp_atomctrl_mc_reg_table *table)
108 pp_atomctrl_mc_reg_table *table)
140 pp_atomctrl_mc_reg_table *table)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_iceland_smumgr.c 2485 static int iceland_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table,
2611 pp_atomctrl_mc_reg_table *table;
2615 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL);
amdgpu_ci_smumgr.c 2556 static int ci_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table,
2682 pp_atomctrl_mc_reg_table *table;
2686 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL);
amdgpu_tonga_smumgr.c 2948 static int tonga_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table,
3074 pp_atomctrl_mc_reg_table *table;
3078 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL);

Completed in 62 milliseconds