Message ID | 20240124050205.3646390-1-lucas.demarchi@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 432DFC47E49 for <intel-gfx@archiver.kernel.org>; Wed, 24 Jan 2024 05:02:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5CCB510F628; Wed, 24 Jan 2024 05:02:32 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8771610F61D; Wed, 24 Jan 2024 05:02:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1706072550; x=1737608550; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QrLe4l6tUvy4yjcm1YiMZuA6FEvLl4W5POoznrEmBKU=; b=mv5qUzvzlgoLD6EPa/VuDBm4gcDZapXj5R8aPbbwy46bRE0Ri0EHNPUS AGbTPfeRFKK2+nJCFPy3VEY+9en2JtLiz6KYtCYyIb6VNa5RMuBnQz+RM EzYTya7xvFB5rEqLg3b/mfMy3dEi6xySMYnyGK4RpfW21G0e1YeGCkXCJ C5aMFYqBEttbJMJcJWfeknD8f+ig/KhlaChGqxrik340RxpIh4hdcNuiy 2EdNpBhUmr4uT5UjdRIOqjYIVKoq3TkArZSOyoFAE9jcjmI5Dk9t7AmVJ K6H3TihhUFZk5Eb+uyWsJ8YZrewYspu0O06SBhT1pGe2mENVt/IRywIsi w==; X-IronPort-AV: E=McAfee;i="6600,9927,10962"; a="401399354" X-IronPort-AV: E=Sophos;i="6.05,216,1701158400"; d="scan'208";a="401399354" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jan 2024 21:02:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10962"; a="909551502" X-IronPort-AV: E=Sophos;i="6.05,216,1701158400"; d="scan'208";a="909551502" Received: from lucas-s2600cw.jf.intel.com ([10.165.21.196]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jan 2024 21:02:23 -0800 From: Lucas De Marchi <lucas.demarchi@intel.com> To: Yury Norov <yury.norov@gmail.com> Subject: [PATCH 0/3] Fixed-type GENMASK/BIT Date: Tue, 23 Jan 2024 21:02:02 -0800 Message-ID: <20240124050205.3646390-1-lucas.demarchi@intel.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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> Cc: intel-gfx@lists.freedesktop.org, Lucas De Marchi <lucas.demarchi@intel.com>, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Andy Shevchenko <andriy.shevchenko@linux.intel.com>, intel-xe@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Fixed-type GENMASK/BIT | expand |