Home
last modified time | relevance | path

Searched refs:amdgpu_pkg_type (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_smuio.h26 enum amdgpu_pkg_type { enum
45 enum amdgpu_pkg_type (*get_pkg_type)(struct amdgpu_device *adev);
Dsmuio_v13_0_3.c73 static enum amdgpu_pkg_type smuio_v13_0_3_get_pkg_type(struct amdgpu_device *adev) in smuio_v13_0_3_get_pkg_type()
75 enum amdgpu_pkg_type pkg_type; in smuio_v13_0_3_get_pkg_type()
Dsmuio_v13_0.c131 static enum amdgpu_pkg_type smuio_v13_0_get_pkg_type(struct amdgpu_device *adev) in smuio_v13_0_get_pkg_type()
133 enum amdgpu_pkg_type pkg_type; in smuio_v13_0_get_pkg_type()
Dgmc_v9_0.c1573 enum amdgpu_pkg_type pkg_type = in gmc_v9_0_early_init()
Damdgpu_device.c252 enum amdgpu_pkg_type pkg_type = AMDGPU_PKG_TYPE_CEM; in amdgpu_device_get_board_info()