Message ID | 20200109230338.8022-1-alexander.deucher@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=Xyrq=26=lists.freedesktop.org=dri-devel-bounces@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A9AEA13A0 for <patchwork-dri-devel@patchwork.kernel.org>; Thu, 9 Jan 2020 23:03:56 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 872D72072E for <patchwork-dri-devel@patchwork.kernel.org>; Thu, 9 Jan 2020 23:03:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="c+xu7yMz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 872D72072E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A27CE6E97B; Thu, 9 Jan 2020 23:03:51 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qk1-x741.google.com (mail-qk1-x741.google.com [IPv6:2607:f8b0:4864:20::741]) by gabe.freedesktop.org (Postfix) with ESMTPS id 636816E976; Thu, 9 Jan 2020 23:03:50 +0000 (UTC) Received: by mail-qk1-x741.google.com with SMTP id j9so240729qkk.1; Thu, 09 Jan 2020 15:03:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=KNQPaJhk2/mnO3QLrI8HpX0E/B1NE5q9uvbZF3YfM8U=; b=c+xu7yMzG3c/e1bgTsC/ie03SHTJtBAi3NMeQizUwkpGQyy90bgxcNLhgTHhS/x5Ip QTMKGye0Aj00S7JGm6WcdgYGr6fKuxvm4hGd2rZ7YF6iKT9UyCcqf+Gv/EqJ3rQsemix FmgO/AhWqIv6hnwnFDBHWvRcOSvgHIZIw68NFcygxwFXbLmHJ2c7BDCjlZgxk9RLZmpb DSOjLv9h9GCfXWLxGohUM3sdac4DuKBAuufqcTsIRWv0ALN0wjxPsQCceh85fiVvK4h8 RJiuYNesCeYasH8Iwi9ZCyKLdOf6ptm0dazA1RQaVgAjbxpnoNNqyHY2ODvBAKcPkDGK d0VA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=KNQPaJhk2/mnO3QLrI8HpX0E/B1NE5q9uvbZF3YfM8U=; b=X15vZuIqrZWIFNHDUAg8FiJNvQFA9VKhHFKqtCJoWg9Iz4V9x0wEqFb98G4ILY0Tqm KuqFkm9ASBrU/e3s8xKPVAFbZD88Uy7zjslRt7hWHzbYQCylFdkSh0ItSB/Ib57oClFn Rh9/y1jOcyvgTKyICLfqFznYjLhU0MlHE5ZbVSPeSiPyFzpygUwxUgvPROMYBMvcNlRy 4/XEdug09MwYCh9vGqW6M1FM69Q3hK2yPAsyuA2I8p0EIsY28gP+h39k16ZT8mvFJ8zM lSaidmFSg52RM4M2CPcTbjsIJnqw04txyD5wPEhCiNqaCpS2MCx6a+FqY92f0vT3NZUx K0NA== X-Gm-Message-State: APjAAAULVSu+WnZR3k98k+uMfNe+8711mRhgnag2GvKXN4CEVZ9Yvopu E6IO43SpkQNsaNRNKItYNUeoOTj0 X-Google-Smtp-Source: APXvYqy1sjNWmxzTE3S5IyzKgfhyO220pSc0Azo1efYb9kKaGwqYTfufgv0YpRr0SmilrPe/fv/0jQ== X-Received: by 2002:a05:620a:78f:: with SMTP id 15mr259241qka.295.1578611028428; Thu, 09 Jan 2020 15:03:48 -0800 (PST) Received: from localhost.localdomain ([71.219.59.120]) by smtp.gmail.com with ESMTPSA id s33sm58653qtb.52.2020.01.09.15.03.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2020 15:03:47 -0800 (PST) From: Alex Deucher <alexdeucher@gmail.com> X-Google-Original-From: Alex Deucher <alexander.deucher@amd.com> To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, airlied@gmail.com, daniel.vetter@ffwll.ch Subject: [pull] amdgpu, amdkfd, radeon, scheduler drm-next-5.6 Date: Thu, 9 Jan 2020 18:03:38 -0500 Message-Id: <20200109230338.8022-1-alexander.deucher@amd.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 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: Alex Deucher <alexander.deucher@amd.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
[pull] amdgpu, amdkfd, radeon, scheduler drm-next-5.6
|
expand
|