AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [PATCH] drm/amdgpu: disable page queue support for Vega12
Date: Wed, 21 Nov 2018 09:54:40 -0500	[thread overview]
Message-ID: <20181121145440.4626-1-alexander.deucher@amd.com> (raw)

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;
-- 
2.13.6

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2018-11-21 14:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21 14:54 Alex Deucher [this message]
     [not found] ` <20181121145440.4626-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-11-21 15:04   ` [PATCH] drm/amdgpu: disable page queue support for Vega12 Yang, Philip
     [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=20181121145440.4626-1-alexander.deucher@amd.com \
    --to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@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