Message ID | 20240312235145.2443975-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 CE5AAC54E58 for <intel-gfx@archiver.kernel.org>; Tue, 12 Mar 2024 23:51:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5A3B910F24D; Tue, 12 Mar 2024 23:51:27 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="m+7BNf1c"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7D77810F24A for <intel-gfx@lists.freedesktop.org>; Tue, 12 Mar 2024 23:51:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1710287474; x=1741823474; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=B+N8MfRV8RUecexmZcecKQY3MC2H4PCg6bi1V31uiHk=; b=m+7BNf1c4+QC568uPlUwav1IeNSyeu4btjbgEifZhrV0PoYVtmGgUtmy dEsFO1QRc2Ou7n7EPLLiULt/AN7TVqxDbaL88Dn096cI5hoWDvMZk3fFQ zufW/HcT7IYBce1LEUxqBhbFCqe/xnPpvHBD80HZoNPlghudYnRMhpG+K BzNQEKg7styZ4Hir/a5UfFEft3fTsPLnhULty66RHbzV/f1bNvHP0o7r+ l0lid5o3JEsiMqt5kkthA4VfOLq+ZkMvj8HeUZj0YbQzEjj7O/fOhZLoA gxv9S6+T8gmS0D/FkNxslkUDatRFImFr6Ofba+QU2YctN4rLC7IPHt7iM A==; X-IronPort-AV: E=McAfee;i="6600,9927,11011"; a="8848038" X-IronPort-AV: E=Sophos;i="6.07,119,1708416000"; d="scan'208";a="8848038" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Mar 2024 16:51:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,119,1708416000"; d="scan'208";a="42715869" Received: from lucas-s2600cw.jf.intel.com ([10.165.21.196]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Mar 2024 16:51:13 -0700 From: Lucas De Marchi <lucas.demarchi@intel.com> To: intel-gfx@lists.freedesktop.org Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>, Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>, Matt Roper <matthew.d.roper@intel.com>, Lucas De Marchi <lucas.demarchi@intel.com> Subject: [PATCH v2 0/6] drm/i915: cleanup dead code Date: Tue, 12 Mar 2024 16:51:39 -0700 Message-ID: <20240312235145.2443975-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> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/i915: cleanup dead code
|
expand
|