Message ID | 20200604181900.4609-1-alexander.deucher@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=irY7=7R=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 1D0FC90 for <patchwork-dri-devel@patchwork.kernel.org>; Thu, 4 Jun 2020 18:19:24 +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 EE8EF206C3 for <patchwork-dri-devel@patchwork.kernel.org>; Thu, 4 Jun 2020 18:19:23 +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="Dq07YBAw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE8EF206C3 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 EBA158999A; Thu, 4 Jun 2020 18:19:21 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qv1-xf35.google.com (mail-qv1-xf35.google.com [IPv6:2607:f8b0:4864:20::f35]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2EB4A8999A; Thu, 4 Jun 2020 18:19:21 +0000 (UTC) Received: by mail-qv1-xf35.google.com with SMTP id er17so3407535qvb.8; Thu, 04 Jun 2020 11:19:21 -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=xkaxrif0FSGbjr9bwXiaVJTEiIbdMG6J44e2+Z+G720=; b=Dq07YBAw5C44vH+1nK04G5uMKVcA/Lvoe49cmbpVvUFKuuEauaOiS5H0VK/5YfLNMF KsNOXYdH5pWzmcHwVi8PQM/qmPzppmCnAYGDjfRxFkEH1IcU7i3092eiAfNxmtTl8jLT 4FjymaLCG9Iw+pEgNzum6+HJSiABkiLO+/Xfi2JckYXqe8Lsn8fM6/9gAR4HwWoO15TH MW28dvFl3IiRi70DbSUC2gMNEtl5XQ8915O6qqcYzgOZ0oEXl7Ll7fsbMgxow/IuVDWR 7t1YycXRE85briTJS0c+IJ1DLBtsxlDB6DW9ltMDSNCXTtXp00BWN8KOZA1H95lX0k4h nFOQ== 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=xkaxrif0FSGbjr9bwXiaVJTEiIbdMG6J44e2+Z+G720=; b=BtnNosPePmrE4iq+stNRqxyVfs3XWzeuuwRvWOf9fxCV/x7nkGYc5Ns+GElpYidjdQ 9kBIIPm/wPr+KjWtbysmDzkvp3jvt825nyYMwVbKtOibxsPENkgKbbNHTSJw2ASiaZdI tpvObuQgo1bLtS7Ieb/NvKM2IXAFJfpI+y7GWdQr+9WNiDxs1P72ylDceJVgTmER5ToQ CV3EWpFjJLZPrQ1s+dGrTZ9gmguMH/iiOtpDphMcnLeEwKziOXx0Ll8Ccupc0/2oR1fz uasLFuugCJEtVy9gYYBlOjMjvkkU4r0g4Zxcfz+clfeeVrL/8cZ+ZpgpBRmg7u7GXPys kWcg== X-Gm-Message-State: AOAM533MejOwYrwktvzvJ6Jft/lZvp50TIN8j/dXhfBTp6SvWa7vEUfb IQMYSKMNitlIwI0Z0ks7JMm1yh1p X-Google-Smtp-Source: ABdhPJw3vfz89wmkmGSaTcP8IDx8d9Vx8yBQq2NuJ9ivdRgORYf5ICoIa1ntSt+wFAZ1u2xZZA/35A== X-Received: by 2002:ad4:5628:: with SMTP id cb8mr6004808qvb.39.1591294759963; Thu, 04 Jun 2020 11:19:19 -0700 (PDT) Received: from localhost.localdomain ([71.51.180.250]) by smtp.gmail.com with ESMTPSA id a62sm4875856qkg.71.2020.06.04.11.19.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jun 2020 11:19:19 -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.8 Date: Thu, 4 Jun 2020 14:19:00 -0400 Message-Id: <20200604181900.4609-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.8
|
expand
|