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/5] drm/i915/pfit: panel fitter refactors
Date: Wed, 26 Feb 2025 12:01:06 +0200	[thread overview]
Message-ID: <cover.1740564009.git.jani.nikula@intel.com> (raw)

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


             reply	other threads:[~2025-02-26 10:01 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-26 10:01 Jani Nikula [this message]
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 11:38 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/pfit: panel fitter refactors Patchwork
2025-02-26 11:38 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-02-26 11:56 ` ✗ i915.CI.BAT: failure " Patchwork
2025-02-26 12:07   ` Saarinen, Jani
2025-02-27  8:35     ` Ravali, JupallyX
2025-02-26 12:53 ` [PATCH 0/5] " 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
2025-02-27  8:23 ` ✓ i915.CI.BAT: success " Patchwork
2025-02-27 14:05 ` ✗ i915.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.1740564009.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.