Searched refs:get_pkg_type (Results 1 – 7 of 7) sorted by relevance
45 enum amdgpu_pkg_type (*get_pkg_type)(struct amdgpu_device *adev); member
108 .get_pkg_type = smuio_v13_0_3_get_pkg_type,
160 .get_pkg_type = smuio_v13_0_get_pkg_type,
1571 adev->smuio.funcs->get_pkg_type(adev); in gmc_v9_0_early_init()
255 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()
2856 if (adev->smuio.funcs->get_pkg_type(adev) == AMDGPU_PKG_TYPE_APU) { in amdgpu_discovery_set_ip_blocks()
2104 kdev->adev->smuio.funcs->get_pkg_type(kdev->adev) == in kfd_fill_gpu_direct_io_link_to_cpu()