Home
last modified time | relevance | path

Searched refs:hi_req_gpu (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xgmi.c374 hive->hi_req_gpu = NULL; in amdgpu_get_xgmi_hive()
399 struct amdgpu_device *request_adev = hive->hi_req_gpu ? in amdgpu_xgmi_set_pstate()
400 hive->hi_req_gpu : adev; in amdgpu_xgmi_set_pstate()
442 hive->hi_req_gpu = pstate != AMDGPU_XGMI_PSTATE_MIN ? in amdgpu_xgmi_set_pstate()
600 if (hive->hi_req_gpu == adev) in amdgpu_xgmi_remove_device()
601 hive->hi_req_gpu = NULL; in amdgpu_xgmi_remove_device()
Damdgpu_xgmi.h38 struct amdgpu_device *hi_req_gpu; member