| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
| amdgpu_smumgr.c | 121 if (NULL != hwmgr->smumgr_funcs->get_mac_definition) 122 return hwmgr->smumgr_funcs->get_mac_definition(value);
|
| amdgpu_smumgr.c | 121 if (NULL != hwmgr->smumgr_funcs->get_mac_definition) 122 return hwmgr->smumgr_funcs->get_mac_definition(value);
|
| amdgpu_fiji_smumgr.c | 2668 .get_mac_definition = fiji_get_mac_definition,
|
| amdgpu_iceland_smumgr.c | 2686 .get_mac_definition = iceland_get_mac_definition,
|
| amdgpu_vegam_smumgr.c | 2289 .get_mac_definition = vegam_get_mac_definition,
|
| amdgpu_fiji_smumgr.c | 2668 .get_mac_definition = fiji_get_mac_definition,
|
| amdgpu_iceland_smumgr.c | 2686 .get_mac_definition = iceland_get_mac_definition,
|
| amdgpu_vegam_smumgr.c | 2289 .get_mac_definition = vegam_get_mac_definition,
|
| amdgpu_ci_smumgr.c | 2960 .get_mac_definition = ci_get_mac_definition,
|
| amdgpu_polaris10_smumgr.c | 2584 .get_mac_definition = polaris10_get_mac_definition,
|
| amdgpu_tonga_smumgr.c | 3266 .get_mac_definition = tonga_get_mac_definition,
|
| amdgpu_ci_smumgr.c | 2960 .get_mac_definition = ci_get_mac_definition,
|
| amdgpu_polaris10_smumgr.c | 2584 .get_mac_definition = polaris10_get_mac_definition,
|
| amdgpu_tonga_smumgr.c | 3266 .get_mac_definition = tonga_get_mac_definition,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
| hwmgr.h | 229 uint32_t (*get_mac_definition)(uint32_t value); member in struct:pp_smumgr_func
|
| hwmgr.h | 229 uint32_t (*get_mac_definition)(uint32_t value); member in struct:pp_smumgr_func
|