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 00/10] drm/i915/dpt: refactoring, move to parent interface
Date: Wed, 25 Feb 2026 16:49:06 +0200	[thread overview]
Message-ID: <cover.1772030909.git.jani.nikula@intel.com> (raw)

Reposting [1] for CI.

[1] https://lore.kernel.org/r/cover.1770379986.git.jani.nikula@intel.com

Jani Nikula (10):
  drm/i915/dpt: move display/intel_dpt.c to i915_dpt.c
  drm/i915/dpt: pass obj, size instead of framebuffer to
    intel_dpt_create()
  drm/i915/dpt: move create/destroy to parent interface
  drm/i915/dpt: move suspend/resume to parent interface
  drm/i915/dpt: remove display/intel_dpt.h
  drm/i915/dpt: drop _common from the DPT file names
  drm/i915/dpt: switch to i915 runtime pm calls
  drm/i915/dpt: rename i915 specific functions to i915_dpt_ prefix
  drm/i915/dpt: rename struct i915_dpt to intel_dpt
  drm/i915/dpt: pass opaque struct intel_dpt around instead of
    i915_address_space

 drivers/gpu/drm/i915/Makefile                 |   2 +-
 drivers/gpu/drm/i915/display/intel_display.c  |   1 -
 .../drm/i915/display/intel_display_types.h    |   2 +-
 drivers/gpu/drm/i915/display/intel_dpt.c      | 316 +++---------------
 drivers/gpu/drm/i915/display/intel_dpt.h      |  22 +-
 .../gpu/drm/i915/display/intel_dpt_common.c   |  35 --
 .../gpu/drm/i915/display/intel_dpt_common.h   |  13 -
 drivers/gpu/drm/i915/display/intel_fb.c       |  21 +-
 drivers/gpu/drm/i915/display/intel_fb_pin.c   |  15 +-
 drivers/gpu/drm/i915/display/intel_parent.c   |  28 ++
 drivers/gpu/drm/i915/display/intel_parent.h   |   9 +
 .../drm/i915/display/skl_universal_plane.c    |   1 -
 drivers/gpu/drm/i915/i915_dpt.c               | 277 +++++++++++++++
 drivers/gpu/drm/i915/i915_dpt.h               |  20 ++
 drivers/gpu/drm/i915/i915_driver.c            |   2 +
 drivers/gpu/drm/xe/Makefile                   |   2 +-
 drivers/gpu/drm/xe/display/xe_fb_pin.c        |  20 --
 include/drm/intel/display_parent_interface.h  |  11 +
 18 files changed, 419 insertions(+), 378 deletions(-)
 delete mode 100644 drivers/gpu/drm/i915/display/intel_dpt_common.c
 delete mode 100644 drivers/gpu/drm/i915/display/intel_dpt_common.h
 create mode 100644 drivers/gpu/drm/i915/i915_dpt.c
 create mode 100644 drivers/gpu/drm/i915/i915_dpt.h

-- 
2.47.3


             reply	other threads:[~2026-02-25 14:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25 14:49 Jani Nikula [this message]
2026-02-25 14:49 ` [PATCH 01/10] drm/i915/dpt: move display/intel_dpt.c to i915_dpt.c Jani Nikula
2026-02-25 14:49 ` [PATCH 02/10] drm/i915/dpt: pass obj, size instead of framebuffer to intel_dpt_create() Jani Nikula
2026-02-25 14:49 ` [PATCH 03/10] drm/i915/dpt: move create/destroy to parent interface Jani Nikula
2026-02-25 14:49 ` [PATCH 04/10] drm/i915/dpt: move suspend/resume " Jani Nikula
2026-02-25 14:49 ` [PATCH 05/10] drm/i915/dpt: remove display/intel_dpt.h Jani Nikula
2026-02-25 14:49 ` [PATCH 06/10] drm/i915/dpt: drop _common from the DPT file names Jani Nikula
2026-02-25 14:49 ` [PATCH 07/10] drm/i915/dpt: switch to i915 runtime pm calls Jani Nikula
2026-02-25 14:49 ` [PATCH 08/10] drm/i915/dpt: rename i915 specific functions to i915_dpt_ prefix Jani Nikula
2026-02-25 14:49 ` [PATCH 09/10] drm/i915/dpt: rename struct i915_dpt to intel_dpt Jani Nikula
2026-02-25 14:49 ` [PATCH 10/10] drm/i915/dpt: pass opaque struct intel_dpt around instead of i915_address_space Jani Nikula
2026-02-25 14:56 ` ✗ CI.checkpatch: warning for drm/i915/dpt: refactoring, move to parent interface (rev2) Patchwork
2026-02-25 14:57 ` ✓ CI.KUnit: success " Patchwork
2026-02-25 15:31 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-02-25 18:36 ` ✓ Xe.CI.FULL: success " Patchwork
2026-02-25 19:16 ` ✓ i915.CI.BAT: " Patchwork
2026-02-25 22:32 ` ✗ i915.CI.Full: failure " Patchwork
2026-02-26 10:42 ` ✓ i915.CI.BAT: success for drm/i915/dpt: refactoring, move to parent interface (rev3) Patchwork
2026-02-26 14:31 ` ✗ i915.CI.Full: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2026-02-06 12:13 [PATCH 00/10] drm/i915/dpt: refactoring, move to parent interface Jani Nikula
2026-02-12 17:32 ` Juha-Pekka Heikkilä

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.1772030909.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.