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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_hardwaremanager.c 325 if (hwmgr->hwmgr_func->store_cc6_data == NULL)
330 if (hwmgr->hwmgr_func->store_cc6_data)
331 hwmgr->hwmgr_func->store_cc6_data(hwmgr,
amdgpu_smu10_hwmgr.c 1348 .store_cc6_data = smu10_store_cc6_data,
amdgpu_smu8_hwmgr.c 1985 .store_cc6_data = smu8_store_cc6_data,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
smu_internal.h 166 ((smu)->ppt_funcs->store_cc6_data ? (smu)->ppt_funcs->store_cc6_data((smu), (st), (cc6_dis), (pst_dis), (pst_sw_dis)) : 0)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 532 int (*store_cc6_data)(struct smu_context *smu, uint32_t separation_time, member in struct:pptable_funcs
hwmgr.h 295 int (*store_cc6_data)(struct pp_hwmgr *hwmgr, uint32_t separation_time, member in struct:pp_hwmgr_func

Completed in 18 milliseconds