Message ID | 20240508073904.1661848-1-chaitanya.kumar.borah@intel.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 64FC8C25B74 for <intel-gfx@archiver.kernel.org>; Wed, 8 May 2024 07:44:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E144C112865; Wed, 8 May 2024 07:44:58 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="I43Zrtyx"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id D598610F876; Wed, 8 May 2024 07:44:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1715154298; x=1746690298; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0X0+uhETQCWZtCw07cBhB5I03iTFbZE0sRQrE/cBO/s=; b=I43ZrtyxY5imbTu2PT74eIFLgOssFPrRYZTwO2dcuN3ijRD/h1VGLmte iBOc+uFJvnN75bhlOPG6hLECEPAHVfi0HvXZocZZdEdGwg+Pl0U3cUCqQ 0xnQt5mpEvAyRP30EanKSQ6IJzpyl5NVj4zUKEUeWQGJJdcGZO/VTzBDv jF/9AqY/403kNxNylw2nkqB/nesb++fbiFZinJsGEJkMWURtnn0CnM8E6 Ke03nlrSFDSjvDcIaxBcFewPhupd7Tdr/wBwgHYWRRyp7c1jtf/3l8Kvr gbHJDwDdEHyXt/AwImNpgtEaEHMKmLpMAh9AomOgeiETDNv2pkblellgh w==; X-CSE-ConnectionGUID: oKJEWmZhTRCH3HoeU7LGqQ== X-CSE-MsgGUID: xZydfOk6TQGIMzkCRDSCBQ== X-IronPort-AV: E=McAfee;i="6600,9927,11066"; a="21665431" X-IronPort-AV: E=Sophos;i="6.08,144,1712646000"; d="scan'208";a="21665431" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2024 00:44:57 -0700 X-CSE-ConnectionGUID: QFQaYXk9ScqJmbzyGBZOGw== X-CSE-MsgGUID: 6n8x3iPESZ6I0PnYc4RKWQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,144,1712646000"; d="scan'208";a="33273785" Received: from dut-2a59.iind.intel.com ([10.190.239.113]) by fmviesa005.fm.intel.com with ESMTP; 08 May 2024 00:44:55 -0700 From: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com> To: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org Cc: uma.shankar@intel.com, ville.syrjala@linux.intel.com, maarten.lankhorst@linux.intel.com Subject: [PATCH 0/4] Cursor Fault Fix Date: Wed, 8 May 2024 13:09:00 +0530 Message-Id: <20240508073904.1661848-1-chaitanya.kumar.borah@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Cursor Fault Fix | expand |