Message ID | 20240920032007.629624-1-John.C.Harrison@Intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-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 77155CF58C2 for <dri-devel@archiver.kernel.org>; Fri, 20 Sep 2024 03:20:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 96DC010E781; Fri, 20 Sep 2024 03:20:09 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="HFWT+bBc"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id D1D6210E6FD; Fri, 20 Sep 2024 03:20:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1726802408; x=1758338408; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xXORSofLjo0xYcspwTjfeFEPYiBLYuR9bIfXMZL9mwk=; b=HFWT+bBc9FTY0roYyUPIkzwdJkkUc+PVPY2fZp/o2wgddhWdr8LzqYTu vE9Nyi7Ek5BmL4Iv0hmALJdsQzR75Jv37MMAUwqG0n7FWDLXzhuJjACUZ /DrfzQffxFzqhjj8M4e3me1H7ULlnNwqJSDwhpKlrcp9Rv3FSPRBoAx5q aeM5j+bvCFx+yVlUyT5yrzmypWqdxWGx06bp3C/zMumDZsDoZmAnD/ey4 J6yzkJT3n0Vbq0oHNk3EG02c4ktuKb4eS7GWmfa261MS+DrzQyfVTc0Ik TTNxM8X8xCnhb0h9Vx9dT1pJEbdUAJRiA3d3rYJSN4aNMNFkvRlflOlTH Q==; X-CSE-ConnectionGUID: fzrYXK1qTYOEQNsINCxxBQ== X-CSE-MsgGUID: xx0NPBWWQVmtIVT0x8PmkQ== X-IronPort-AV: E=McAfee;i="6700,10204,11200"; a="25269796" X-IronPort-AV: E=Sophos;i="6.10,243,1719903600"; d="scan'208";a="25269796" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2024 20:20:07 -0700 X-CSE-ConnectionGUID: 4toksskxQrO0zWKfAm4+vw== X-CSE-MsgGUID: 6z3br76vQ4aenI2J24+bTQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,243,1719903600"; d="scan'208";a="69746167" Received: from relo-linux-5.jf.intel.com ([10.165.21.152]) by fmviesa007.fm.intel.com with ESMTP; 19 Sep 2024 20:20:07 -0700 From: John.C.Harrison@Intel.com To: Intel-GFX@Lists.FreeDesktop.Org Cc: DRI-Devel@Lists.FreeDesktop.Org, John Harrison <John.C.Harrison@Intel.com> Subject: [PATCH v8 00/11] drm/xe/guc: Improve GuC log dumping and add to devcoredump Date: Thu, 19 Sep 2024 20:19:55 -0700 Message-ID: <20240920032007.629624-1-John.C.Harrison@Intel.com> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Organization: Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3 1RJ Content-Transfer-Encoding: 8bit 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> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
drm/xe/guc: Improve GuC log dumping and add to devcoredump
|
expand
|
Please ignore, sent to the wrong mailing list! John.