Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915/pfit: panel fitter refactors
@ 2025-02-26 10:01 Jani Nikula
  2025-02-26 10:01 ` [PATCH 1/5] drm/i915/pfit: rename intel_panel_fitting() to intel_pfit_compute_config() Jani Nikula
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Jani Nikula @ 2025-02-26 10:01 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula

Move pfit code to intel_pfit.c, convert to struct intel_display, split
out pfit registers to a separate file, etc.

Jani Nikula (5):
  drm/i915/pfit: rename intel_panel_fitting() to
    intel_pfit_compute_config()
  drm/i915/pfit: move ilk and i9xx pfit code to intel_pfit.[ch]
  drm/i915/pfit: fix comment style for moved comments
  drm/i915/pfit: convert moved code to struct intel_display
  drm/i915/pfit: split out intel_pfit_regs.h

 drivers/gpu/drm/i915/display/icl_dsi.c        |   2 +-
 drivers/gpu/drm/i915/display/intel_crt.c      |   1 +
 drivers/gpu/drm/i915/display/intel_ddi.c      |   1 +
 drivers/gpu/drm/i915/display/intel_display.c  | 165 +----------------
 drivers/gpu/drm/i915/display/intel_display.h  |   2 -
 drivers/gpu/drm/i915/display/intel_dp.c       |   2 +-
 drivers/gpu/drm/i915/display/intel_dp_mst.c   |   1 +
 drivers/gpu/drm/i915/display/intel_hdmi.c     |   2 +-
 drivers/gpu/drm/i915/display/intel_lvds.c     |   3 +-
 drivers/gpu/drm/i915/display/intel_overlay.c  |   1 +
 drivers/gpu/drm/i915/display/intel_pfit.c     | 168 +++++++++++++++++-
 drivers/gpu/drm/i915/display/intel_pfit.h     |  10 +-
 .../gpu/drm/i915/display/intel_pfit_regs.h    |  79 ++++++++
 drivers/gpu/drm/i915/display/vlv_dsi.c        |   2 +-
 drivers/gpu/drm/i915/i915_reg.h               |  70 --------
 drivers/gpu/drm/i915/intel_gvt_mmio_table.c   |   1 +
 16 files changed, 268 insertions(+), 242 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_pfit_regs.h

-- 
2.39.5


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

end of thread, other threads:[~2025-02-27 18:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 10:01 [PATCH 0/5] drm/i915/pfit: panel fitter refactors Jani Nikula
2025-02-26 10:01 ` [PATCH 1/5] drm/i915/pfit: rename intel_panel_fitting() to intel_pfit_compute_config() Jani Nikula
2025-02-26 10:01 ` [PATCH 2/5] drm/i915/pfit: move ilk and i9xx pfit code to intel_pfit.[ch] Jani Nikula
2025-02-26 10:01 ` [PATCH 3/5] drm/i915/pfit: fix comment style for moved comments Jani Nikula
2025-02-26 10:01 ` [PATCH 4/5] drm/i915/pfit: convert moved code to struct intel_display Jani Nikula
2025-02-26 10:01 ` [PATCH 5/5] drm/i915/pfit: split out intel_pfit_regs.h Jani Nikula
2025-02-26 12:53 ` [PATCH 0/5] drm/i915/pfit: panel fitter refactors Ville Syrjälä
2025-02-27 18:59   ` Jani Nikula
2025-02-26 13:16 ` ✓ CI.Patch_applied: success for " Patchwork
2025-02-26 13:16 ` ✗ CI.checkpatch: warning " Patchwork
2025-02-26 13:17 ` ✓ CI.KUnit: success " Patchwork
2025-02-26 13:34 ` ✓ CI.Build: " Patchwork
2025-02-26 13:36 ` ✓ CI.Hooks: " Patchwork
2025-02-26 13:38 ` ✗ CI.checksparse: warning " Patchwork
2025-02-26 13:55 ` ✓ Xe.CI.BAT: success " Patchwork
2025-02-26 14:55 ` ✗ Xe.CI.Full: failure " Patchwork

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