From: Leo Liu <leo.liu-5C7GfCeVMHo@public.gmane.org>
To: "Christian König"
<deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>,
amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH] drm/amdgpu: enable UVD VM only on polaris
Date: Mon, 25 Jul 2016 12:29:20 -0400 [thread overview]
Message-ID: <57963E60.1090809@amd.com> (raw)
In-Reply-To: <1469457856-3411-1-git-send-email-deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
On 07/25/2016 10:44 AM, Christian König wrote:
> From: Christian König <christian.koenig@amd.com>
>
> Stoney support it, but doesn't has unlimited session support.
>
> Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Regards,
Leo
> ---
> drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c b/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
> index f46d11c..4fa5091 100644
> --- a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
> @@ -1074,7 +1074,7 @@ static const struct amdgpu_ring_funcs uvd_v6_0_ring_vm_funcs = {
>
> static void uvd_v6_0_set_ring_funcs(struct amdgpu_device *adev)
> {
> - if (adev->asic_type >= CHIP_STONEY) {
> + if (adev->asic_type >= CHIP_POLARIS10) {
> adev->uvd.ring.funcs = &uvd_v6_0_ring_vm_funcs;
> DRM_INFO("UVD is enabled in VM mode\n");
> } else {
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
next prev parent reply other threads:[~2016-07-25 16:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-25 14:44 [PATCH] drm/amdgpu: enable UVD VM only on polaris Christian König
[not found] ` <1469457856-3411-1-git-send-email-deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2016-07-25 16:29 ` Leo Liu [this message]
2016-07-28 2:42 ` Deucher, Alexander
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=57963E60.1090809@amd.com \
--to=leo.liu-5c7gfcevmho@public.gmane.org \
--cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.