Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c49 extern const struct kfd2kgd_calls gfx_v9_kfd2kgd;
61 [CHIP_RAVEN] = &gfx_v9_kfd2kgd,
72 [CHIP_VEGA10] = &gfx_v9_kfd2kgd,
73 [CHIP_VEGA12] = &gfx_v9_kfd2kgd,
74 [CHIP_VEGA20] = &gfx_v9_kfd2kgd,
75 [CHIP_RENOIR] = &gfx_v9_kfd2kgd,
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v9.c911 const struct kfd2kgd_calls gfx_v9_kfd2kgd = { variable