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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_processpptables.c 55 const void *table_address = hwmgr->soft_pp_table;
62 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/
amdgpu_processpptables.c 835 const void *table_addr = hwmgr->soft_pp_table;
842 hwmgr->soft_pp_table = &soft_dummy_pp_table[0];
848 hwmgr->soft_pp_table = table_addr;
amdgpu_process_pptables_v1_0.c 145 const void *table_address = (const void *)hwmgr->soft_pp_table;
151 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/
amdgpu_vega10_processpptables.c 58 const void *table_address = hwmgr->soft_pp_table;
65 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/
amdgpu_vega20_processpptables.c 57 const void *table_address = hwmgr->soft_pp_table;
64 hwmgr->soft_pp_table = table_address;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c 656 if (!hwmgr || !hwmgr->pm_en ||!hwmgr->soft_pp_table)
660 *table = __UNCONST(hwmgr->soft_pp_table);
692 hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table,
701 hwmgr->soft_pp_table = hwmgr->hardcode_pp_table;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 752 const void *soft_pp_table; member in struct:pp_hwmgr

Completed in 19 milliseconds