From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 61805C6FA8E for ; Thu, 2 Mar 2023 14:23:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4130A10E05A; Thu, 2 Mar 2023 14:23:52 +0000 (UTC) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2523B10E05A for ; Thu, 2 Mar 2023 14:23:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677767030; x=1709303030; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=A+tHS26vLKUE4Glk23aiBS5zrUKp4tMeigLVR5mjP5k=; b=j1s0VQYCLvzLdfVfJeKRqraaDiWslylWFortjcqEV72DWlnWL25AVNIN saeFzBSSvrnSfafDz2+csWByDiXSjS1qrhCn6TKY9kMtr5ZUkkmNvUFIl gI5hqFQfhf9fmPgTQmrlZsTR6nmXago/CA1bJrK7yMcCjcJTHMkgAYXyR 5PfSz7Jy2lWZjPiqzdS3qN074fq+S75qkvYr6TnmFu6ZFLJCmFV6Z8FKF F7fQn+RGGgaRXuhkB2s40uxh1U71dOae1B/+7JrwkZhJGlLbTQEcuwmg1 7dDeEwl0mboRp0oTI0q5PW1ek7fTaxdTfhzhW0MHORVXjzBv9YKhjLkvv w==; X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="397301237" X-IronPort-AV: E=Sophos;i="5.98,227,1673942400"; d="scan'208";a="397301237" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 06:12:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="739086226" X-IronPort-AV: E=Sophos;i="5.98,227,1673942400"; d="scan'208";a="739086226" Received: from martamon-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.57.129]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 06:12:52 -0800 From: Jani Nikula To: intel-xe@lists.freedesktop.org Date: Thu, 2 Mar 2023 16:12:26 +0200 Message-Id: <20230302141230.2804699-5-jani.nikula@intel.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230302141230.2804699-1-jani.nikula@intel.com> References: <20230302141230.2804699-1-jani.nikula@intel.com> MIME-Version: 1.0 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Content-Transfer-Encoding: 8bit Subject: [Intel-xe] [PATCH 4/8] drm/xe: drop redundant display/ from includes X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jani.nikula@intel.com, lucas.demarchi@intel.com Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" Drop display/ prefix when not needed. Signed-off-by: Jani Nikula --- drivers/gpu/drm/xe/display/ext/i915_irq.c | 16 ++++++------ .../drm/xe/display/ext/intel_device_info.c | 4 +-- drivers/gpu/drm/xe/display/ext/intel_pm.c | 6 ++--- drivers/gpu/drm/xe/display/i915_drv.h | 2 +- drivers/gpu/drm/xe/xe_display.c | 26 +++++++++---------- 5 files changed, 27 insertions(+), 27 deletions(-) diff --git a/drivers/gpu/drm/xe/display/ext/i915_irq.c b/drivers/gpu/drm/xe/display/ext/i915_irq.c index ca188e69f509..60950cfaf6dc 100644 --- a/drivers/gpu/drm/xe/display/ext/i915_irq.c +++ b/drivers/gpu/drm/xe/display/ext/i915_irq.c @@ -34,14 +34,14 @@ #include -#include "display/icl_dsi_regs.h" -#include "display/intel_de.h" -#include "display/intel_display_trace.h" -#include "display/intel_display_types.h" -#include "display/intel_fifo_underrun.h" -#include "display/intel_hotplug.h" -#include "display/intel_lpe_audio.h" -#include "display/intel_psr.h" +#include "icl_dsi_regs.h" +#include "intel_de.h" +#include "intel_display_trace.h" +#include "intel_display_types.h" +#include "intel_fifo_underrun.h" +#include "intel_hotplug.h" +#include "intel_lpe_audio.h" +#include "intel_psr.h" #include "i915_drv.h" #include "../intel_de.h" diff --git a/drivers/gpu/drm/xe/display/ext/intel_device_info.c b/drivers/gpu/drm/xe/display/ext/intel_device_info.c index 318b27a357b8..6311b8494e4d 100644 --- a/drivers/gpu/drm/xe/display/ext/intel_device_info.c +++ b/drivers/gpu/drm/xe/display/ext/intel_device_info.c @@ -22,8 +22,8 @@ * */ -#include "display/intel_cdclk.h" -#include "display/intel_de.h" +#include "intel_cdclk.h" +#include "intel_de.h" #include "gt/intel_gt_regs.h" #include "intel_device_info.h" #include "i915_drv.h" diff --git a/drivers/gpu/drm/xe/display/ext/intel_pm.c b/drivers/gpu/drm/xe/display/ext/intel_pm.c index b5c5b57f4a11..b9cd063e2d21 100644 --- a/drivers/gpu/drm/xe/display/ext/intel_pm.c +++ b/drivers/gpu/drm/xe/display/ext/intel_pm.c @@ -25,9 +25,9 @@ * */ -#include "display/intel_de.h" -#include "display/intel_display_trace.h" -#include "display/skl_watermark.h" +#include "intel_de.h" +#include "intel_display_trace.h" +#include "skl_watermark.h" #include "i915_drv.h" #include "intel_mchbar_regs.h" diff --git a/drivers/gpu/drm/xe/display/i915_drv.h b/drivers/gpu/drm/xe/display/i915_drv.h index 06348cb03f44..f5b36197e29d 100644 --- a/drivers/gpu/drm/xe/display/i915_drv.h +++ b/drivers/gpu/drm/xe/display/i915_drv.h @@ -179,7 +179,7 @@ static inline struct drm_i915_private *kdev_to_i915(struct device *kdev) #define intel_overlay_cleanup(a) do { (void)a; } while (0) #define intel_overlay_setup(a) do { (void)a; } while (0) -#include "display/intel_wakeref.h" +#include "intel_wakeref.h" static inline bool intel_runtime_pm_get(struct xe_runtime_pm *pm) { diff --git a/drivers/gpu/drm/xe/xe_display.c b/drivers/gpu/drm/xe/xe_display.c index 6e7b6cfce4d9..5655acede27d 100644 --- a/drivers/gpu/drm/xe/xe_display.c +++ b/drivers/gpu/drm/xe/xe_display.c @@ -13,19 +13,19 @@ #include #include -#include "display/ext/i915_irq.h" -#include "display/ext/intel_dram.h" -#include "display/ext/intel_pm.h" -#include "display/intel_acpi.h" -#include "display/intel_audio.h" -#include "display/intel_bw.h" -#include "display/intel_display.h" -#include "display/intel_display_types.h" -#include "display/intel_dp.h" -#include "display/intel_fbdev.h" -#include "display/intel_hdcp.h" -#include "display/intel_hotplug.h" -#include "display/intel_opregion.h" +#include "ext/i915_irq.h" +#include "ext/intel_dram.h" +#include "ext/intel_pm.h" +#include "intel_acpi.h" +#include "intel_audio.h" +#include "intel_bw.h" +#include "intel_display.h" +#include "intel_display_types.h" +#include "intel_dp.h" +#include "intel_fbdev.h" +#include "intel_hdcp.h" +#include "intel_hotplug.h" +#include "intel_opregion.h" #include "xe_module.h" /* Xe device functions */ -- 2.39.1