Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfxhub.h37 void (*utcl2_harvest)(struct amdgpu_device *adev); member
Dgmc_v10_0.c1097 if (!adev->in_s0ix && adev->gfxhub.funcs && adev->gfxhub.funcs->utcl2_harvest) in gmc_v10_0_hw_init()
1098 adev->gfxhub.funcs->utcl2_harvest(adev); in gmc_v10_0_hw_init()
Dgfxhub_v2_1.c697 .utcl2_harvest = gfxhub_v2_1_utcl2_harvest,