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@intel.com, "Jouni Högander" <jouni.hogander@intel.com>
Subject: [Intel-xe] [CI 9/9] fixup! drm/xe/display: Implement display support
Date: Thu, 17 Aug 2023 11:24:37 +0300	[thread overview]
Message-ID: <20230817082437.3116208-10-jani.nikula@intel.com> (raw)
In-Reply-To: <20230817082437.3116208-1-jani.nikula@intel.com>

i915 now has a display/intel_wm_types.h and this is no longer needed.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
---
 .../xe/compat-i915-headers/intel_pm_types.h   | 34 -------------------
 1 file changed, 34 deletions(-)
 delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/intel_pm_types.h

diff --git a/drivers/gpu/drm/xe/compat-i915-headers/intel_pm_types.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_pm_types.h
deleted file mode 100644
index 0bd4b1cb9c83..000000000000
--- a/drivers/gpu/drm/xe/compat-i915-headers/intel_pm_types.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* SPDX-License-Identifier: MIT */
-/*
- * Copyright © 2021 Intel Corporation
- */
-
-#ifndef __INTEL_PM_TYPES_H__
-#define __INTEL_PM_TYPES_H__
-
-#include <linux/types.h>
-
-enum intel_ddb_partitioning {
-	INTEL_DDB_PART_1_2,
-	INTEL_DDB_PART_5_6, /* IVB+ */
-};
-
-struct skl_ddb_entry {
-	u16 start, end;	/* in number of blocks, 'end' is exclusive */
-};
-
-static inline u16 skl_ddb_entry_size(const struct skl_ddb_entry *entry)
-{
-	return entry->end - entry->start;
-}
-
-static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1,
-				       const struct skl_ddb_entry *e2)
-{
-	if (e1->start == e2->start && e1->end == e2->end)
-		return true;
-
-	return false;
-}
-
-#endif /* __INTEL_PM_TYPES_H__ */
-- 
2.39.2


  parent reply	other threads:[~2023-08-17  8:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-17  8:24 [Intel-xe] [CI 0/9] drm/xe: i915 irq backports + display cleanups Jani Nikula
2023-08-17  8:24 ` [Intel-xe] [CI 1/9] drm/i915/irq: add dedicated intel_display_irq_init() Jani Nikula
2023-08-17  8:24 ` [Intel-xe] [CI 2/9] drm/i915/irq: add dg1_de_irq_postinstall() Jani Nikula
2023-08-17  8:24 ` [Intel-xe] [CI 3/9] drm/i915/irq: add ilk_de_irq_postinstall() Jani Nikula
2023-08-17  8:24 ` [Intel-xe] [CI 4/9] drm/i915/irq: move all PCH irq postinstall calls to display code Jani Nikula
2023-08-17  8:24 ` [Intel-xe] [CI 5/9] fixup! drm/xe/display: Implement display support Jani Nikula
2023-08-17  8:24 ` [Intel-xe] [CI 6/9] " Jani Nikula
2023-08-17  8:24 ` [Intel-xe] [CI 7/9] " Jani Nikula
2023-08-17  8:24 ` [Intel-xe] [CI 8/9] " Jani Nikula
2023-08-17  8:24 ` Jani Nikula [this message]
2023-08-17  8:27 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: i915 irq backports + display cleanups (rev3) Patchwork
2023-08-17  8:27 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-08-17  8:28 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-08-17  8:32 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-08-17  8:33 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-08-17  8:33 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-08-17  9:01 ` [Intel-xe] ✓ CI.BAT: success " Patchwork
2023-08-17 15:46 ` [Intel-xe] [CI 0/9] drm/xe: i915 irq backports + display cleanups 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=20230817082437.3116208-10-jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jouni.hogander@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