Message ID | 20200826200801.17735-1-alexander.deucher@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=yPXg=CE=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 33FC114E5 for <patchwork-dri-devel@patchwork.kernel.org>; Wed, 26 Aug 2020 20:08:31 +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 11C712078D for <patchwork-dri-devel@patchwork.kernel.org>; Wed, 26 Aug 2020 20:08:30 +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="XAjcAD4h" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 11C712078D 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 A8C3D6EAA1; Wed, 26 Aug 2020 20:08:27 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 866886EAA1; Wed, 26 Aug 2020 20:08:26 +0000 (UTC) Received: by mail-qt1-x82e.google.com with SMTP id t20so2610004qtr.8; Wed, 26 Aug 2020 13:08:26 -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=SSTKuGCAdnZ6n0lbk8YbkhincX1agpeYFNV8B1AeVKs=; b=XAjcAD4h+6i30aubB1DGb4gtu1sjFPONM1ry3pq0qfroMPks7clS+3fLlVylIlbTVA Zw88trSzRXrpbgKhO9cwB5b3CLSYrWCVb/TNquGRaOpk4/XfFMTZXVWPWaaL89TxBo6S A2RUbiZn8YrwrCJob3Zlk0WihmiTR7eu5nDXYvFV05loC864SIbdQFdUUzUTPCKn4Szi dduR34LtJCjxXV/fWS8joEu0BmdfaWMXy0F9gg44otYb/SE5M6GN3k40qnCj4qk4S0o4 f44WU+ly2Nn8bWdA+9+lmUEnfTp5F33mg63M3KlbZ91F6RLh2pYfqGG84//2BrwzzZor h5EA== 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=SSTKuGCAdnZ6n0lbk8YbkhincX1agpeYFNV8B1AeVKs=; b=Hl/RuXKy+ZTHlB8C4lvxZagEaUvBYeNxX+Y+JB0uzPuaUrJiXqwtrCL7CCNKtR2tQ4 KShhlp+UPBFdQIkGlCcSZM1PGtFrbs+G6yqQYaspQ9Log3XanrBl3yL5SUf+DnjMMahi DjU9pLn2s3GyAVEtiNK7tf+BZk08hORSeAIWX6GW9SgyoavhdvNs7nDhcqU0v/1eXlPq Fd7evhOhjYa+1W5OreRLerX6YiT6Amu35ef7fWe4klnsK1bGNj2hj841YF0EM1UR7g+t PQ5owfghtRZ6YGZViv9jD/jiKGtPqlr1uw8PbbqBmiFr5rLfW+C3E26pj6ZlRmhMwRGy PUuQ== X-Gm-Message-State: AOAM531XBwhOcj3qSxJffebdIuUB6D9teluXMf4QLWdBhItTtHutntml TjSUhKiYEnx8Iuc2k6XQX544t1TDurU= X-Google-Smtp-Source: ABdhPJyjz1W2CMA4LWbSv9iXFaartqLNpTgomG4p5ELSq/MeVuF9RAfpYauACdPrF+fZXeHSrcy6Kg== X-Received: by 2002:aed:2f01:: with SMTP id l1mr6149547qtd.349.1598472505319; Wed, 26 Aug 2020 13:08:25 -0700 (PDT) Received: from localhost.localdomain ([71.219.66.138]) by smtp.gmail.com with ESMTPSA id z14sm25470qth.5.2020.08.26.13.08.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Aug 2020 13:08:24 -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.9 Date: Wed, 26 Aug 2020 16:08:01 -0400 Message-Id: <20200826200801.17735-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.9
|
expand
|