Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_smuio.h45 enum amdgpu_pkg_type (*get_pkg_type)(struct amdgpu_device *adev); member
H A Dsmuio_v13_0_3.c108 .get_pkg_type = smuio_v13_0_3_get_pkg_type,
H A Dsmuio_v13_0.c160 .get_pkg_type = smuio_v13_0_get_pkg_type,
H A Dgmc_v9_0.c1571 adev->smuio.funcs->get_pkg_type(adev); in gmc_v9_0_early_init()
H A 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()
H A Damdgpu_discovery.c2856 if (adev->smuio.funcs->get_pkg_type(adev) == AMDGPU_PKG_TYPE_APU) { in amdgpu_discovery_set_ip_blocks()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2104 kdev->adev->smuio.funcs->get_pkg_type(kdev->adev) == in kfd_fill_gpu_direct_io_link_to_cpu()