Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c1027 amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL); in gfx_v9_0_mec_fini()
1072 &adev->gfx.mec.mec_fw_obj, in gfx_v9_0_mec_init()
1083 amdgpu_bo_kunmap(adev->gfx.mec.mec_fw_obj); in gfx_v9_0_mec_init()
1084 amdgpu_bo_unreserve(adev->gfx.mec.mec_fw_obj); in gfx_v9_0_mec_init()
Damdgpu.h755 struct amdgpu_bo *mec_fw_obj; member