Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Jani Nikula <jani.nikula@intel.com>, rodrigo.vivi@intel.com
Subject: [Intel-xe] [PATCH 8/9] fixup! drm/xe/display: Implement display support
Date: Fri, 11 Aug 2023 12:35:58 +0300	[thread overview]
Message-ID: <20230811093559.2304457-9-jani.nikula@intel.com> (raw)
In-Reply-To: <20230811093559.2304457-1-jani.nikula@intel.com>

Use i915 version of intel_gmch.h instead of copy-pasting.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 .../drm/xe/compat-i915-headers/soc/intel_gmch.h    | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/drivers/gpu/drm/xe/compat-i915-headers/soc/intel_gmch.h b/drivers/gpu/drm/xe/compat-i915-headers/soc/intel_gmch.h
index d0133eedc720..33c5257b3a71 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/soc/intel_gmch.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/soc/intel_gmch.h
@@ -3,16 +3,4 @@
  * Copyright © 2023 Intel Corporation
  */
 
-#ifndef __INTEL_GMCH_H__
-#define __INTEL_GMCH_H__
-
-#include <linux/types.h>
-
-struct drm_i915_private;
-
-int intel_gmch_bridge_setup(struct drm_i915_private *i915);
-void intel_gmch_bar_setup(struct drm_i915_private *i915);
-void intel_gmch_bar_teardown(struct drm_i915_private *i915);
-int intel_gmch_vga_set_state(struct drm_i915_private *i915, bool enable_decode);
-
-#endif /* __INTEL_GMCH_H__ */
+#include "../../../i915/soc/intel_gmch.h"
-- 
2.39.2


  parent reply	other threads:[~2023-08-11  9:36 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11  9:35 [Intel-xe] [PATCH 0/9] drm/xe: i915 irq backports + display cleanups Jani Nikula
2023-08-11  9:35 ` [Intel-xe] [PATCH 1/9] drm/i915/irq: add dedicated intel_display_irq_init() Jani Nikula
2023-08-11  9:35 ` [Intel-xe] [PATCH 2/9] drm/i915/irq: add dg1_de_irq_postinstall() Jani Nikula
2023-08-11  9:35 ` [Intel-xe] [PATCH 3/9] drm/i915/irq: add ilk_de_irq_postinstall() Jani Nikula
2023-08-11  9:35 ` [Intel-xe] [PATCH 4/9] drm/i915/irq: move all PCH irq postinstall calls to display code Jani Nikula
2023-08-11  9:35 ` [Intel-xe] [PATCH 5/9] fixup! drm/xe/display: Implement display support Jani Nikula
2023-08-11  9:35 ` [Intel-xe] [PATCH 6/9] " Jani Nikula
2023-08-11  9:35 ` [Intel-xe] [PATCH 7/9] " Jani Nikula
2023-08-11 12:10   ` [Intel-xe] [PATCH v2] " Jani Nikula
2023-08-11  9:35 ` Jani Nikula [this message]
2023-08-11  9:35 ` [Intel-xe] [PATCH 9/9] " Jani Nikula
2023-08-11  9:40 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: i915 irq backports + display cleanups Patchwork
2023-08-11  9:40 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-08-11  9:41 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-08-11  9:44 ` [Intel-xe] ✗ CI.Build: failure " Patchwork
2023-08-11 12:58 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: i915 irq backports + display cleanups (rev2) Patchwork
2023-08-11 12:58 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-08-11 12:59 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-08-11 13:03 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-08-11 13:03 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-08-11 13:04 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-08-17  5:33 ` [Intel-xe] [PATCH 0/9] drm/xe: i915 irq backports + display cleanups Hogander, Jouni
  -- strict thread matches above, loose matches on Subject: below --
2023-11-14 11:00 [Intel-xe] [PATCH 0/9] Intel_fbdev.c refactoring Jouni Högander
2023-11-14 11:00 ` [Intel-xe] [PATCH 8/9] fixup! drm/xe/display: Implement display support Jouni Högander
2023-08-08 11:45 [Intel-xe] [PATCH 1/9] drm/i915/display: add I915 conditional build to g4x_hdmi.h Jani Nikula
2023-08-08 11:45 ` [Intel-xe] [PATCH 8/9] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-19 12:39 [Intel-xe] [PATCH 0/9] xe & i915 display integration cleanups Jani Nikula
2023-04-19 12:39 ` [Intel-xe] [PATCH 8/9] fixup! drm/xe/display: Implement display support Jani Nikula

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230811093559.2304457-9-jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox