Message ID | 20230421190026.294208-1-andi.shyti@linux.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 14E14C77B76 for <intel-gfx@archiver.kernel.org>; Fri, 21 Apr 2023 19:02:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8971F10E321; Fri, 21 Apr 2023 19:02:03 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1F69C10E321; Fri, 21 Apr 2023 19:02:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682103722; x=1713639722; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SgjtE+DBu8OS3F+DrP7ZsszQfxkKGgixDlCcFbT/V+I=; b=J9Yu+De10iAyNe9xru+zfCDSAcp69AKlMK2Qu36V3GIBm6WSny5l227K Rr2uNgBAAJjoLDIMICfSIzF66bTCV2z5yAItweubXtHkSvEiGuJgI1+EV UqVOGlUUFGrWr8VoAG3HnKETZCvb2QoMWAkR8G1+CLVFWQJVHPQ5om+Kz 9vqvJZxb0Zdp1dccd+6DfpD4ta8Lx0Be+7ipU+qtb8XrTpclCiMODe8L8 T/h2kHRLKIreJFUHau7z7BYImJd9nCvEoF6Ap9jak7HymiJAsxFLL6xdj pjPK6psU0FP3JSYWGpiNFptIhK2PxBM6ioSe55i2w+qWPvulrPyoEFqNr Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10687"; a="347966437" X-IronPort-AV: E=Sophos;i="5.99,216,1677571200"; d="scan'208";a="347966437" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2023 12:00:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10687"; a="781690466" X-IronPort-AV: E=Sophos;i="5.99,216,1677571200"; d="scan'208";a="781690466" Received: from ameghere-mobl2.ger.corp.intel.com (HELO intel.com) ([10.249.35.194]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2023 12:00:42 -0700 From: Andi Shyti <andi.shyti@linux.intel.com> To: Intel GFX <intel-gfx@lists.freedesktop.org>, DRI Devel <dri-devel@lists.freedesktop.org> Date: Fri, 21 Apr 2023 21:00:24 +0200 Message-Id: <20230421190026.294208-1-andi.shyti@linux.intel.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v2 0/2] Use i915 instead of dev_priv 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: Andrzej Hajda <andrzej.hajda@intel.com>, Rodrigo Vivi <rodrigo.vivi@intel.com> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Use i915 instead of dev_priv | expand |