From: "Christian König" <ckoenig.leichtzumerken-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "Yang, Philip" <Philip.Yang-5C7GfCeVMHo@public.gmane.org>,
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: Thu, 22 Nov 2018 10:16:11 +0100 [thread overview]
Message-ID: <63131f03-73e5-aa0d-226d-3607beefc87c@gmail.com> (raw)
In-Reply-To: <1e279bbd-dd7d-2c1e-ae71-5f5ac89a255c-5C7GfCeVMHo@public.gmane.org>
Reviewed-by: Christian König <christian.koenig@amd.com>
Am 21.11.18 um 16:04 schrieb Yang, Philip:
> 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
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
prev parent reply other threads:[~2018-11-22 9:16 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
[not found] ` <1e279bbd-dd7d-2c1e-ae71-5f5ac89a255c-5C7GfCeVMHo@public.gmane.org>
2018-11-22 9:16 ` 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=63131f03-73e5-aa0d-226d-3607beefc87c@gmail.com \
--to=ckoenig.leichtzumerken-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=Alexander.Deucher-5C7GfCeVMHo@public.gmane.org \
--cc=Philip.Yang-5C7GfCeVMHo@public.gmane.org \
--cc=alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=christian.koenig-5C7GfCeVMHo@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