Message ID | 20230911230838.14461-1-jim.cromie@gmail.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-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 EB2CFCA0EC7 for <intel-gfx@archiver.kernel.org>; Mon, 11 Sep 2023 23:08:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AB93310E1E1; Mon, 11 Sep 2023 23:08:47 +0000 (UTC) Received: from mail-io1-xd36.google.com (mail-io1-xd36.google.com [IPv6:2607:f8b0:4864:20::d36]) by gabe.freedesktop.org (Postfix) with ESMTPS id A7FE010E1C8; Mon, 11 Sep 2023 23:08:44 +0000 (UTC) Received: by mail-io1-xd36.google.com with SMTP id ca18e2360f4ac-79545e141c7so123874439f.0; Mon, 11 Sep 2023 16:08:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694473724; x=1695078524; darn=lists.freedesktop.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=4QPvsUCuesDbdqzdhDuBEQMp4BSGGOAe53BRO5DTLhU=; b=drh3nAo87t6o16cVI0HLlTzpfT0+vUGXs2xJo4ST3x0PEYGsWL6oQG7jM6gzjBymxS kB4IlOBV3yg3vSssG6lL0ZF3NkovN5ojrFdZPcRI82Bx4TnygfD4GdW7Bzj7PCguxza6 sFSQtp2Tf1QDJc2YJ1ik6wpLNtI5S+wNG4Qyawzt3gYfT0kCkETTGsE5lkGkmjP1J7ie yFNKtSWOyW+lVzU5qZ7SSofkjTWkz+yoy1f3shIcNMiChzbb/A5bBy02BaGSzm0oWiR+ pVaAcfEaCKEwTkpYpryY2puXIrcOI3UrhWNhfyWlM6pVYjM+gynu0CcSqWIvsGNhrPT4 m2PQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694473724; x=1695078524; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=4QPvsUCuesDbdqzdhDuBEQMp4BSGGOAe53BRO5DTLhU=; b=rTAgjMZu1Q6BGlzdjYRNx/gIBDgLyonsr6vKeq6yMTJS2YUdLvwNrIkKvrg+Z8e/xO BA0ChJDx64t24s3CaB6GgnTn8op3y158PV1HxdEFvC0xKzbbaWSqJadDUoeNaqhuo4Fw RQCtg9UGOVsWGINOq2dTA0oKDBxTWMfbdHCrOIpq8hYLqyhKJNaMufR/NpSJsL20sCtI IUtg7NmQ7IjoQan+lh31XIclRiJYOkS5xgfJBv2kOVXguO61BAo0GPVBkxRXa6CvajbV dmieBvhecmjmRKywehzCHScTi7bKZYBjKd39bFU217W9aRbckVI3KExagLfloXoWA6XA Vupw== X-Gm-Message-State: AOJu0Yx9lhg0h1Qf6wAv9QT3KFWJ8OHL7NgEdtNQOhyd5k21Oxxn2tY/ sJ8t7gkdp1/fDurXQEiZveg= X-Google-Smtp-Source: AGHT+IFUPQoRpMf1cn/UePxbHse2ZRULTpQVv0MhBdRfgttJDXNSROjhhVjOL6jgLU7aV8tcFnbiDQ== X-Received: by 2002:a5d:9d9a:0:b0:792:7c46:3dec with SMTP id ay26-20020a5d9d9a000000b007927c463decmr1259726iob.4.1694473723879; Mon, 11 Sep 2023 16:08:43 -0700 (PDT) Received: from frodo.. (c-73-78-62-130.hsd1.co.comcast.net. [73.78.62.130]) by smtp.googlemail.com with ESMTPSA id z4-20020a029f04000000b00423240c7296sm2512607jal.69.2023.09.11.16.08.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Sep 2023 16:08:43 -0700 (PDT) From: Jim Cromie <jim.cromie@gmail.com> To: jbaron@akamai.com, gregkh@linuxfoundation.org, mcgrof@kernel.org, daniel.vetter@ffwll.ch Date: Mon, 11 Sep 2023 17:08:16 -0600 Message-ID: <20230911230838.14461-1-jim.cromie@gmail.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v6 00/22] fix DRM_USE_DYNAMIC_DEBUG regression X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Cc: linux-doc@vger.kernel.org, jani.nikula@intel.com, intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, Jim Cromie <jim.cromie@gmail.com>, seanpaul@chromium.org, dri-devel@lists.freedesktop.org, intel-gvt-dev@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
fix DRM_USE_DYNAMIC_DEBUG regression
|
expand
|