All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 0/2] drm/i915: reduce display dependencies on core
Date: Mon, 24 Feb 2025 18:00:47 +0200	[thread overview]
Message-ID: <cover.1740412806.git.jani.nikula@intel.com> (raw)

Some shuffling to reduce dependencies on i915 headers.

Jani Nikula (2):
  drm/i915: relocate intel_plane_ggtt_offset() to intel_atomic_plane.c
  drm/i915: split out i915_gtt_view_types.h from i915_vma_types.h

 drivers/gpu/drm/i915/display/intel_acpi.c     |  2 +
 .../gpu/drm/i915/display/intel_atomic_plane.c |  8 +-
 .../gpu/drm/i915/display/intel_atomic_plane.h |  2 +
 .../i915/display/intel_display_power_map.c    |  2 +
 .../drm/i915/display/intel_display_types.h    |  9 +--
 .../drm/i915/display/intel_dp_aux_backlight.c |  2 +
 .../drm/i915/display/intel_dp_link_training.c |  1 +
 drivers/gpu/drm/i915/display/intel_dp_test.c  |  2 +
 .../gpu/drm/i915/display/intel_dp_tunnel.c    |  1 +
 drivers/gpu/drm/i915/display/intel_fbdev.c    |  2 +
 .../gpu/drm/i915/display/intel_frontbuffer.c  |  1 +
 drivers/gpu/drm/i915/display/intel_link_bw.c  |  1 +
 drivers/gpu/drm/i915/display/intel_panel.c    |  1 +
 drivers/gpu/drm/i915/display/intel_pfit.c     |  2 +
 drivers/gpu/drm/i915/display/intel_quirks.c   |  2 +
 drivers/gpu/drm/i915/i915_gtt_view_types.h    | 59 +++++++++++++++
 drivers/gpu/drm/i915/i915_vma_types.h         | 52 +------------
 .../compat-i915-headers/i915_gtt_view_types.h |  7 ++
 .../xe/compat-i915-headers/i915_vma_types.h   | 74 -------------------
 drivers/gpu/drm/xe/display/xe_fb_pin.c        |  1 +
 20 files changed, 99 insertions(+), 132 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_gtt_view_types.h
 create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_gtt_view_types.h
 delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_vma_types.h

-- 
2.39.5


             reply	other threads:[~2025-02-24 16:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-24 16:00 Jani Nikula [this message]
2025-02-24 16:00 ` [PATCH 1/2] drm/i915: relocate intel_plane_ggtt_offset() to intel_atomic_plane.c Jani Nikula
2025-02-28 16:58   ` Rodrigo Vivi
2025-02-24 16:00 ` [PATCH 2/2] drm/i915: split out i915_gtt_view_types.h from i915_vma_types.h Jani Nikula
2025-02-28 18:34   ` Teres Alexis, Alan Previn
2025-03-03 12:05     ` Jani Nikula
2025-02-28 18:51   ` Rodrigo Vivi
2025-02-24 21:10 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: reduce display dependencies on core Patchwork
2025-02-24 21:10 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-02-24 21:39 ` ✓ i915.CI.BAT: success " Patchwork
2025-02-24 23:19 ` ✓ CI.Patch_applied: " Patchwork
2025-02-24 23:19 ` ✗ CI.checkpatch: warning " Patchwork
2025-02-24 23:20 ` ✓ CI.KUnit: success " Patchwork
2025-02-24 23:37 ` ✓ CI.Build: " Patchwork
2025-02-24 23:38 ` ✗ i915.CI.Full: failure " Patchwork
2025-02-24 23:40 ` ✓ CI.Hooks: success " Patchwork
2025-02-24 23:41 ` ✓ CI.checksparse: " Patchwork
2025-02-25  0:01 ` ✓ Xe.CI.BAT: " Patchwork
2025-02-25  2:12 ` ✗ Xe.CI.Full: failure " Patchwork

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=cover.1740412806.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.