Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c3584 adev->smuio.funcs = &smuio_v9_0_funcs; in amdgpu_discovery_set_ip_blocks()
3592 adev->smuio.funcs = &smuio_v11_0_funcs; in amdgpu_discovery_set_ip_blocks()
3602 adev->smuio.funcs = &smuio_v11_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
3605 adev->smuio.funcs = &smuio_v13_0_funcs; in amdgpu_discovery_set_ip_blocks()
3609 adev->smuio.funcs = &smuio_v13_0_3_funcs; in amdgpu_discovery_set_ip_blocks()
3610 if (adev->smuio.funcs->get_pkg_type(adev) == AMDGPU_PKG_TYPE_APU) { in amdgpu_discovery_set_ip_blocks()
3618 adev->smuio.funcs = &smuio_v13_0_6_funcs; in amdgpu_discovery_set_ip_blocks()
3621 adev->smuio.funcs = &smuio_v14_0_2_funcs; in amdgpu_discovery_set_ip_blocks()
3625 adev->smuio.funcs = &smuio_v15_0_0_funcs; in amdgpu_discovery_set_ip_blocks()
3628 adev->smuio.funcs = &smuio_v15_0_8_funcs; in amdgpu_discovery_set_ip_blocks()
H A Damdgpu.h748 struct amdgpu_smuio smuio; member
H A Damdgpu_device.c344 if (adev->smuio.funcs && adev->smuio.funcs->get_pkg_type) in amdgpu_device_get_board_info()
345 pkg_type = adev->smuio.funcs->get_pkg_type(adev); in amdgpu_device_get_board_info()
H A Dgfx_v12_1.c3242 if (adev->smuio.funcs && in gfx_v12_1_get_gpu_clock_counter()
3243 adev->smuio.funcs->get_gpu_clock_counter) in gfx_v12_1_get_gpu_clock_counter()
3244 clock = adev->smuio.funcs->get_gpu_clock_counter(adev); in gfx_v12_1_get_gpu_clock_counter()
H A Dgfx_v12_0.c3965 if (adev->smuio.funcs && in gfx_v12_0_get_gpu_clock_counter()
3966 adev->smuio.funcs->get_gpu_clock_counter) in gfx_v12_0_get_gpu_clock_counter()
3967 clock = adev->smuio.funcs->get_gpu_clock_counter(adev); in gfx_v12_0_get_gpu_clock_counter()
H A Dgfx_v9_0.c1148 adev->smuio.funcs->get_die_id(adev)); in gfx_v9_0_init_golden_registers()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2153 kdev->adev->smuio.funcs->get_pkg_type(kdev->adev) == in kfd_fill_gpu_direct_io_link_to_cpu()