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: Fri, 6 Feb 2026 14:13:21 +0200 [thread overview]
Message-ID: <cover.1770379986.git.jani.nikula@intel.com> (raw)
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
next reply other threads:[~2026-02-06 12:13 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-06 12:13 Jani Nikula [this message]
2026-02-06 12:13 ` [PATCH 01/10] drm/i915/dpt: move display/intel_dpt.c to i915_dpt.c Jani Nikula
2026-02-06 12:13 ` [PATCH 02/10] drm/i915/dpt: pass obj, size instead of framebuffer to intel_dpt_create() Jani Nikula
2026-02-06 12:13 ` [PATCH 03/10] drm/i915/dpt: move create/destroy to parent interface Jani Nikula
2026-02-06 12:13 ` [PATCH 04/10] drm/i915/dpt: move suspend/resume " Jani Nikula
2026-02-06 12:13 ` [PATCH 05/10] drm/i915/dpt: remove display/intel_dpt.h Jani Nikula
2026-02-06 12:13 ` [PATCH 06/10] drm/i915/dpt: drop _common from the DPT file names Jani Nikula
2026-02-06 12:13 ` [PATCH 07/10] drm/i915/dpt: switch to i915 runtime pm calls Jani Nikula
2026-02-06 12:13 ` [PATCH 08/10] drm/i915/dpt: rename i915 specific functions to i915_dpt_ prefix Jani Nikula
2026-02-06 12:13 ` [PATCH 09/10] drm/i915/dpt: rename struct i915_dpt to intel_dpt Jani Nikula
2026-02-06 12:13 ` [PATCH 10/10] drm/i915/dpt: pass opaque struct intel_dpt around instead of i915_address_space Jani Nikula
2026-02-06 12:21 ` ✗ CI.checkpatch: warning for drm/i915/dpt: refactoring, move to parent interface Patchwork
2026-02-06 12:22 ` ✓ CI.KUnit: success " Patchwork
2026-02-06 12:38 ` ✗ CI.checksparse: warning " Patchwork
2026-02-06 12:56 ` ✓ Xe.CI.BAT: success " Patchwork
2026-02-07 14:00 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-02-12 17:32 ` [PATCH 00/10] " Juha-Pekka Heikkilä
-- strict thread matches above, loose matches on Subject: below --
2026-02-25 14:49 Jani Nikula
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.1770379986.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox