Message ID | 20220813012801.1115950-1-bas@basnieuwenhuizen.nl (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8CFA3C00140 for <dri-devel@archiver.kernel.org>; Wed, 24 Aug 2022 15:28:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6396DA4C3D; Wed, 24 Aug 2022 15:28:50 +0000 (UTC) Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 854B6B17D3 for <dri-devel@lists.freedesktop.org>; Sat, 13 Aug 2022 01:27:58 +0000 (UTC) Received: by mail-ed1-x52e.google.com with SMTP id e13so3199397edj.12 for <dri-devel@lists.freedesktop.org>; Fri, 12 Aug 2022 18:27:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basnieuwenhuizen.nl; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=vqaoY3jdhk4E9hdABek+hIB08E8Id7xqX9DJkxDHz/A=; b=aqL65AH55XgZ2fWwcRxB8HyQz2OHx4OTnPm/vJdY0wH7yVYVAee+lryt93n+Z0Eo7e /gmmGxkjerLXvspQ+9+OJsDEQ1hn4oS9N0UGvfWOruy8Y6zQEh6ZNC2BbiWj7QLTLqc7 nAAw9mDjqI2xcM9B2V9zLvMoz3lkG6xHr+ioxgCuP8NbYe74XA+TbyyhQvNL7v5sefWx kBcHAbGWX4IzoDSWxGPhh43yQHRk6xN+64XDfaBQHNgp5oE4Eh8RpNw3oPG89yeZlXir 5RbKm7yF7ZlEDk0bNhM4lVAuUCRE2uxdsP3cjSAq6oi87XL3Adl8A6bN8lOPoz4eDC45 rJ0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=vqaoY3jdhk4E9hdABek+hIB08E8Id7xqX9DJkxDHz/A=; b=t9GdTelYOQB5TlgdSoxbyMg9kiaA06f9Qh3TcfkTRoCHcBZO4OatG3WF968uOS0/Eu 5dPQDL9oemWv3Qh0S6YtqqcAiKo63rLMyp+IZoC5IQf3736eS5Go5ljFx5pcSfYGEsPR 9NUyGMTVYB0MoSe3UvSCLc3jKkrGrPb4OPDTAS/0AoQyQfswOxNMFak/7UofmvhKD+hM jSVIq+qK+WW5UkYYqbIJ/tnA/J5PpbFQueUmUwOcfYEHcGPEHHIt+JBxlJAuWJnUNot3 95f7HMlLyhy8z+i3AGjE1H2AFpFcj3kQgU/KG3AIrmgOiywoXODj+HZbZ4Q6yKhsW5+j XoUw== X-Gm-Message-State: ACgBeo2leD2cPrgpuhfcU9u+TC1TY04yCof2GxtuImS6iCsRyUkgLfVc UxFJMvUbELfs46gEqgpJD7JmyOwvNlKzl+gx X-Google-Smtp-Source: AA6agR5iet6vetwJGW3i9SLxjJ8XMtov4gqjcgYrLUW58wjifAVoIsG5d+3B/1CKNKISdN09y1DnqQ== X-Received: by 2002:aa7:ce88:0:b0:442:30f5:433f with SMTP id y8-20020aa7ce88000000b0044230f5433fmr5696166edv.317.1660354076357; Fri, 12 Aug 2022 18:27:56 -0700 (PDT) Received: from bas-workstation.. ([2a02:aa12:a77f:2000:7285:c2ff:fe67:a82f]) by smtp.gmail.com with ESMTPSA id ot3-20020a170906ccc300b0072ab06bf296sm1342536ejb.23.2022.08.12.18.27.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Aug 2022 18:27:55 -0700 (PDT) From: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> To: dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org Subject: [PATCH 0/6] amdgpu: Allow explicitly synchronized submissions. Date: Sat, 13 Aug 2022 03:27:55 +0200 Message-Id: <20220813012801.1115950-1-bas@basnieuwenhuizen.nl> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: christian.koenig@amd.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
amdgpu: Allow explicitly synchronized submissions.
|
expand
|