Message ID | 20201009222810.4030-1-alexander.deucher@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=5A4/=DQ=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 259241580 for <patchwork-dri-devel@patchwork.kernel.org>; Fri, 9 Oct 2020 22:28:45 +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 E4FE822314 for <patchwork-dri-devel@patchwork.kernel.org>; Fri, 9 Oct 2020 22:28:44 +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="FpLJx0On" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E4FE822314 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 242B16EE2F; Fri, 9 Oct 2020 22:28:41 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) by gabe.freedesktop.org (Postfix) with ESMTPS id 459106EE2F; Fri, 9 Oct 2020 22:28:40 +0000 (UTC) Received: by mail-qk1-x72b.google.com with SMTP id b69so12252030qkg.8; Fri, 09 Oct 2020 15:28:40 -0700 (PDT) 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=+lt5Jd7YC7DH6niYBHptmYTDZ+Xfw81ve5JyVXKnAgM=; b=FpLJx0OnLOZfd85S5tft5nlCm3Q6mGYdYb74yMtcKTShc2ZSGXmR15q+ruQT2BECzL wFAPw/ghEn7UkvSl4KF1hhzRQV2+L8b0EyNR8+EsQR4l65LGCgQ9hkwjS/A5z+v/BT0a YShP10WBFpvDjpnG0XL4XHAPiaSTSDPF2bMSHN1y1pwOtwa/W58K/FVfFW84cqInV2uJ tXiIL7l0XEVYWsK0w2MNhWpZ51j2APmpVhvvNzJoMuwngrCWfASrkcKYXVEGsfHjtT81 RlKUWHSq6Gy5ajNeaTleK/P8HjJSR6+l/wxxlh3J2Ni5nSLH2NewpBm+g0LhEJTBZ4DA 4FcQ== 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=+lt5Jd7YC7DH6niYBHptmYTDZ+Xfw81ve5JyVXKnAgM=; b=jqKyXo2W/FBT87Ijn2O5fQHyovulChrtTz1veO4VTOkBeWZ9SyQU58XZNK44C9AmiH X7R0K7NoG9iJK6Pb5RvXnVdv+p+oDvi4aFdBlmewaj03+Jx+ktWuNqoQ5nphd/y4RL61 djeNTS2Dyfp98uezDVZu5nn+OyhOpLEqb3L2dXxdo8/l5WWPkNDFhfvh2SWnnh8fIbGb uSRukGpIWHQfAW5ckIUCccXdf07EivytSJ4hBdC1Vzf3FgJpSFMnhNZ3DcVBVygJkHjE AtilNi/AqkRjBG80YmzDdNj5V1VzVNPPILfR/bFcxSSMsn/FJkrg5QeSxi9gaHaDPJyV 8rug== X-Gm-Message-State: AOAM530lgDjU2RtcPDOW7emA97PxrlIgTMUdJ+lJYVhU4YxoqfLqRycH wCfjECn8d1B+If5yvBwuMXQVr6A99hQ= X-Google-Smtp-Source: ABdhPJzSsAK5K+uzJPPMBd5wUXWQEuZ0DzdduiCxtBHrseOPA60b0it7m3EtFwZltKGkXWonb4IjnA== X-Received: by 2002:a05:620a:6d8:: with SMTP id 24mr189590qky.294.1602282518965; Fri, 09 Oct 2020 15:28:38 -0700 (PDT) Received: from localhost.localdomain ([71.219.66.138]) by smtp.gmail.com with ESMTPSA id d7sm7139003qkg.29.2020.10.09.15.28.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Oct 2020 15:28:38 -0700 (PDT) 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 drm-fixes-5.10 Date: Fri, 9 Oct 2020 18:28:10 -0400 Message-Id: <20201009222810.4030-1-alexander.deucher@amd.com> X-Mailer: git-send-email 2.25.4 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 drm-fixes-5.10
|
expand
|