Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
HDgfx_v9_0.c1028 amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL); in gfx_v9_0_mec_fini()
1073 &adev->gfx.mec.mec_fw_obj, in gfx_v9_0_mec_init()
1084 amdgpu_bo_kunmap(adev->gfx.mec.mec_fw_obj); in gfx_v9_0_mec_init()
1085 amdgpu_bo_unreserve(adev->gfx.mec.mec_fw_obj); in gfx_v9_0_mec_init()
HDamdgpu.h760 struct amdgpu_bo *mec_fw_obj; member