From: "Yang, Philip" <Philip.Yang-5C7GfCeVMHo@public.gmane.org>
To: Alex Deucher
<alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org"
<amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Cc: "Deucher, Alexander" <Alexander.Deucher-5C7GfCeVMHo@public.gmane.org>
Subject: Re: [PATCH] drm/amdgpu: disable page queue support for Vega12
Date: Wed, 21 Nov 2018 15:04:25 +0000 [thread overview]
Message-ID: <1e279bbd-dd7d-2c1e-ae71-5f5ac89a255c@amd.com> (raw)
In-Reply-To: <20181121145440.4626-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Reviewed-by: Philip Yang <philip.yang@amd.com>
On 2018-11-21 9:54 a.m., Alex Deucher wrote:
> Keep it disabled until we confirm it's ready.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
> index e6cb2c399957..a973dea7b242 100644
> --- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
> @@ -1455,9 +1455,10 @@ static bool sdma_v4_0_fw_support_paging_queue(struct amdgpu_device *adev)
> case CHIP_VEGA10:
> return fw_version >= 430;
> case CHIP_VEGA12:
> - return fw_version >= 31;
> + /*return fw_version >= 31;*/
> + return false;
> case CHIP_VEGA20:
> - //return fw_version >= 115;
> + /*return fw_version >= 115;*/
> return false;
> default:
> return false;
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
next prev parent reply other threads:[~2018-11-21 15:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-21 14:54 [PATCH] drm/amdgpu: disable page queue support for Vega12 Alex Deucher
[not found] ` <20181121145440.4626-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-11-21 15:04 ` Yang, Philip [this message]
[not found] ` <1e279bbd-dd7d-2c1e-ae71-5f5ac89a255c-5C7GfCeVMHo@public.gmane.org>
2018-11-22 9:16 ` Christian König
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=1e279bbd-dd7d-2c1e-ae71-5f5ac89a255c@amd.com \
--to=philip.yang-5c7gfcevmho@public.gmane.org \
--cc=Alexander.Deucher-5C7GfCeVMHo@public.gmane.org \
--cc=alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox