Home
last modified time | relevance | path

Searched refs:get_pkg_type (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_smuio.h45 enum amdgpu_pkg_type (*get_pkg_type)(struct amdgpu_device *adev); member
Dsmuio_v13_0_3.c108 .get_pkg_type = smuio_v13_0_3_get_pkg_type,
Dsmuio_v13_0.c160 .get_pkg_type = smuio_v13_0_get_pkg_type,
Dgmc_v9_0.c1574 adev->smuio.funcs->get_pkg_type(adev); in gmc_v9_0_early_init()
Damdgpu_device.c255 if (adev->smuio.funcs && adev->smuio.funcs->get_pkg_type) in amdgpu_device_get_board_info()
256 pkg_type = adev->smuio.funcs->get_pkg_type(adev); in amdgpu_device_get_board_info()
Damdgpu_discovery.c2856 if (adev->smuio.funcs->get_pkg_type(adev) == AMDGPU_PKG_TYPE_APU) { in amdgpu_discovery_set_ip_blocks()
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c2104 kdev->adev->smuio.funcs->get_pkg_type(kdev->adev) == in kfd_fill_gpu_direct_io_link_to_cpu()