Home
last modified time | relevance | path

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

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