Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfxhub.h37 void (*utcl2_harvest)(struct amdgpu_device *adev); member
H A Dgmc_v10_0.c981 if (!adev->in_s0ix && adev->gfxhub.funcs && adev->gfxhub.funcs->utcl2_harvest) in gmc_v10_0_gart_enable()
982 adev->gfxhub.funcs->utcl2_harvest(adev); in gmc_v10_0_gart_enable()