Home
last modified time | relevance | path

Searched refs:request_adev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xgmi.c400 struct amdgpu_device *request_adev = hive->hi_req_gpu ? in amdgpu_xgmi_set_pstate() local
427 dev_dbg(request_adev->dev, "Set xgmi pstate %d.\n", pstate); in amdgpu_xgmi_set_pstate()
429 ret = amdgpu_dpm_set_xgmi_pstate(request_adev, pstate); in amdgpu_xgmi_set_pstate()
431 dev_err(request_adev->dev, in amdgpu_xgmi_set_pstate()
433 request_adev->gmc.xgmi.node_id, in amdgpu_xgmi_set_pstate()
434 request_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_set_pstate()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xgmi.c581 struct amdgpu_device *request_adev; in amdgpu_xgmi_set_pstate() local
589 request_adev = hive->hi_req_gpu ? hive->hi_req_gpu : adev; in amdgpu_xgmi_set_pstate()
613 dev_dbg(request_adev->dev, "Set xgmi pstate %d.\n", pstate); in amdgpu_xgmi_set_pstate()
615 ret = amdgpu_dpm_set_xgmi_pstate(request_adev, pstate); in amdgpu_xgmi_set_pstate()
617 dev_err(request_adev->dev, in amdgpu_xgmi_set_pstate()
619 request_adev->gmc.xgmi.node_id, in amdgpu_xgmi_set_pstate()
620 request_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_set_pstate()

Completed in 6 milliseconds