From: "Christian König" <ckoenig.leichtzumerken@gmail.com>
To: Alex Deucher <alexander.deucher@amd.com>, amd-gfx@lists.freedesktop.org
Subject: Re: [PATCH 1/2] drm/amdgpu/discovery: add UVD/VCN IP instance info for soc15 parts
Date: Wed, 27 Oct 2021 09:12:25 +0200 [thread overview]
Message-ID: <75172428-0358-c3a2-2dfa-bfa271ffba92@gmail.com> (raw)
In-Reply-To: <20211026144535.191727-1-alexander.deucher@amd.com>
Am 26.10.21 um 16:45 schrieb Alex Deucher:
> Add secondary instance version info for vega20, arcturure, and
> aldebaran.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> index 208a784475bd..44b0821b6ca3 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -1018,6 +1018,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
> adev->ip_versions[SMUIO_HWIP][0] = IP_VERSION(11, 0, 2);
> adev->ip_versions[GC_HWIP][0] = IP_VERSION(9, 4, 0);
> adev->ip_versions[UVD_HWIP][0] = IP_VERSION(7, 2, 0);
> + adev->ip_versions[UVD_HWIP][1] = IP_VERSION(7, 2, 0);
> adev->ip_versions[VCE_HWIP][0] = IP_VERSION(4, 1, 0);
> adev->ip_versions[DCI_HWIP][0] = IP_VERSION(12, 1, 0);
> break;
> @@ -1039,6 +1040,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
> adev->ip_versions[SMUIO_HWIP][0] = IP_VERSION(11, 0, 3);
> adev->ip_versions[GC_HWIP][0] = IP_VERSION(9, 4, 1);
> adev->ip_versions[UVD_HWIP][0] = IP_VERSION(2, 5, 0);
> + adev->ip_versions[UVD_HWIP][1] = IP_VERSION(2, 5, 0);
> break;
> case CHIP_ALDEBARAN:
> aldebaran_reg_base_init(adev);
> @@ -1058,6 +1060,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
> adev->ip_versions[SMUIO_HWIP][0] = IP_VERSION(13, 0, 2);
> adev->ip_versions[GC_HWIP][0] = IP_VERSION(9, 4, 2);
> adev->ip_versions[UVD_HWIP][0] = IP_VERSION(2, 6, 0);
> + adev->ip_versions[UVD_HWIP][1] = IP_VERSION(2, 6, 0);
> adev->ip_versions[XGMI_HWIP][0] = IP_VERSION(6, 1, 0);
> break;
> default:
prev parent reply other threads:[~2021-10-27 7:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-26 14:45 [PATCH 1/2] drm/amdgpu/discovery: add UVD/VCN IP instance info for soc15 parts Alex Deucher
2021-10-26 14:45 ` [PATCH 2/2] drm/amdgpu/discovery: add SDMA " Alex Deucher
2021-10-26 20:46 ` Luben Tuikov
2021-10-27 7:12 ` Christian König [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=75172428-0358-c3a2-2dfa-bfa271ffba92@gmail.com \
--to=ckoenig.leichtzumerken@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox