Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 00/41] xe & i915 display integration ifdef cleanups, part 2
@ 2023-04-12 14:19 Jani Nikula
  2023-04-12 14:19 ` [Intel-xe] [PATCH 01/41] drm/i915/display: add I915 conditional build to g4x_dp.h Jani Nikula
                   ` (45 more replies)
  0 siblings, 46 replies; 51+ messages in thread
From: Jani Nikula @ 2023-04-12 14:19 UTC (permalink / raw)
  To: intel-xe; +Cc: jani.nikula, lucas.demarchi, rodrigo.vivi

This continues the ifdef cleanups [1].

BR,
Jani.

[1] https://lore.kernel.org/r/20230405153920.926583-1-jani.nikula@intel.com

Jani Nikula (41):
  drm/i915/display: add I915 conditional build to g4x_dp.h
  fixup! drm/i915/display: Remaining changes to make xe compile
  drm/i915/display: add I915 conditional build to intel_dpio_phy.h
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/xe/display: Implement display support
  fixup! drm/xe/display: Implement display support
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/xe/display: Implement display support
  fixup! drm/i915/display: Remaining changes to make xe compile
  drm/i915/display: add I915 conditional build to intel_crt.h
  fixup! drm/i915/display: Remaining changes to make xe compile
  drm/i915/display: add I915 conditional build to vlv_dsi.h
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/xe/display: Implement display support
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/xe/display: Implement display support
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/xe/display: Implement display support
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/xe/display: Implement display support
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remove all uncore mmio accesses in favor of
    intel_de
  drm/i915/display: remove unnecessary i915_debugfs.h includes
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/xe/display: Implement display support
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/xe/display: Implement display support
  fixup! drm/i915/display: Remaining changes to make xe compile
  fixup! drm/i915/display: Remaining changes to make xe compile

 drivers/gpu/drm/i915/display/g4x_dp.h         |  26 ++++
 .../gpu/drm/i915/display/intel_atomic_plane.c |   5 +-
 drivers/gpu/drm/i915/display/intel_cdclk.c    |  15 --
 drivers/gpu/drm/i915/display/intel_crt.h      |  14 ++
 drivers/gpu/drm/i915/display/intel_crtc.c     |   4 -
 drivers/gpu/drm/i915/display/intel_display.c  |  55 ++------
 .../gpu/drm/i915/display/intel_display_core.h |   4 -
 .../drm/i915/display/intel_display_debugfs.c  |   9 +-
 .../drm/i915/display/intel_display_power.c    |  10 --
 .../i915/display/intel_display_power_map.c    |   8 --
 .../i915/display/intel_display_power_well.c   |  17 +--
 .../drm/i915/display/intel_display_trace.h    |   2 -
 .../drm/i915/display/intel_display_types.h    |   9 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |  10 --
 drivers/gpu/drm/i915/display/intel_dp_aux.c   |   4 -
 drivers/gpu/drm/i915/display/intel_dpio_phy.h | 104 ++++++++++++--
 drivers/gpu/drm/i915/display/intel_dpll.c     |   7 -
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c |   4 -
 drivers/gpu/drm/i915/display/intel_dsi_vbt.c  |  20 +--
 drivers/gpu/drm/i915/display/intel_fbc.c      |   3 +-
 drivers/gpu/drm/i915/display/intel_pps.c      |  13 +-
 drivers/gpu/drm/i915/display/intel_sprite.c   |   4 -
 drivers/gpu/drm/i915/display/skl_scaler.c     |   2 -
 .../drm/i915/display/skl_universal_plane.c    |  30 +---
 drivers/gpu/drm/i915/display/vlv_dsi.h        |  13 ++
 .../drm/xe/compat-i915-headers/i915_debugfs.h |  14 ++
 .../gpu/drm/xe/compat-i915-headers/i915_drv.h |   4 -
 .../drm/xe/compat-i915-headers/i915_trace.h   |   6 +
 .../drm/xe/compat-i915-headers/i915_vgpu.h    |  44 ++++++
 .../gpu/drm/xe/compat-i915-headers/i915_vma.h |   1 +
 .../drm/xe/compat-i915-headers/vlv_sideband.h | 132 ++++++++++++++++++
 .../xe/compat-i915-headers/vlv_sideband_reg.h |   1 +
 drivers/gpu/drm/xe/display/ext/i915_irq.h     |   8 +-
 drivers/gpu/drm/xe/xe_device_types.h          |   6 +
 34 files changed, 383 insertions(+), 225 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_debugfs.h
 create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_trace.h
 create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_vgpu.h
 create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/vlv_sideband.h
 create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/vlv_sideband_reg.h

-- 
2.39.2


^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2023-04-17 10:53 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-12 14:19 [Intel-xe] [PATCH 00/41] xe & i915 display integration ifdef cleanups, part 2 Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 01/41] drm/i915/display: add I915 conditional build to g4x_dp.h Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 02/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 03/41] drm/i915/display: add I915 conditional build to intel_dpio_phy.h Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 04/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 05/41] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 06/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 07/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 08/41] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 09/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 10/41] drm/i915/display: add I915 conditional build to intel_crt.h Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 11/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 12/41] drm/i915/display: add I915 conditional build to vlv_dsi.h Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 13/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 14/41] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 15/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 16/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 17/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 18/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 19/41] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 20/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 21/41] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-12 18:09   ` Lucas De Marchi
2023-04-12 19:25     ` Jani Nikula
2023-04-12 20:37       ` Lucas De Marchi
2023-04-12 14:19 ` [Intel-xe] [PATCH 22/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 23/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 24/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 25/41] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 26/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 27/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 28/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 29/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 30/41] " Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 31/41] fixup! drm/i915/display: Remove all uncore mmio accesses in favor of intel_de Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 32/41] drm/i915/display: remove unnecessary i915_debugfs.h includes Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 33/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:19 ` [Intel-xe] [PATCH 34/41] " Jani Nikula
2023-04-12 14:20 ` [Intel-xe] [PATCH 35/41] " Jani Nikula
2023-04-12 14:20 ` [Intel-xe] [PATCH 36/41] " Jani Nikula
2023-04-12 14:20 ` [Intel-xe] [PATCH 37/41] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-12 14:20 ` [Intel-xe] [PATCH 38/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:20 ` [Intel-xe] [PATCH 39/41] fixup! drm/xe/display: Implement display support Jani Nikula
2023-04-12 14:20 ` [Intel-xe] [PATCH 40/41] fixup! drm/i915/display: Remaining changes to make xe compile Jani Nikula
2023-04-12 14:20 ` [Intel-xe] [PATCH 41/41] " Jani Nikula
2023-04-12 18:16 ` [Intel-xe] [PATCH 00/41] xe & i915 display integration ifdef cleanups, part 2 Lucas De Marchi
2023-04-17 10:53   ` Jani Nikula
2023-04-13  8:51 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-04-13  8:52 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-04-13  8:56 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-04-13  9:17 ` [Intel-xe] ○ CI.BAT: info " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox