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/7] drm/i915/display: intel_display_types.h cleanup
Date: Mon, 26 Aug 2024 19:31:13 +0300 [thread overview]
Message-ID: <cover.1724689818.git.jani.nikula@intel.com> (raw)
Reduce the size and deps of intel_display_types.h.
Jani Nikula (7):
drm/i915/wm: move struct intel_watermark_params to i9xx_wm.c
drm/i915/hdcp: split out intel_hdcp_shim.h for struct intel_hdcp_shim
drm/i915/display: include drm/drm_probe_helper.h where needed
drm/i915/display: include drm/drm_vblank.h where needed
drm/i915/display: include media/cec-notifier.h and linux/debugfs.h
where needed
drm/i915/fb: hide the guts of intel_fb_obj()
drm/i915/display: drop extra includes from intel_display_types.h
drivers/gpu/drm/i915/display/i9xx_wm.c | 9 ++
drivers/gpu/drm/i915/display/icl_dsi.c | 1 +
drivers/gpu/drm/i915/display/intel_alpm.c | 2 +
.../gpu/drm/i915/display/intel_atomic_plane.c | 1 +
drivers/gpu/drm/i915/display/intel_bios.c | 1 +
drivers/gpu/drm/i915/display/intel_cdclk.c | 1 +
drivers/gpu/drm/i915/display/intel_crtc.c | 1 +
drivers/gpu/drm/i915/display/intel_cursor.c | 1 +
drivers/gpu/drm/i915/display/intel_display.c | 1 +
.../drm/i915/display/intel_display_debugfs.c | 4 +-
.../gpu/drm/i915/display/intel_display_irq.c | 2 +
.../drm/i915/display/intel_display_types.h | 143 +-----------------
drivers/gpu/drm/i915/display/intel_dp_hdcp.c | 1 +
.../drm/i915/display/intel_dp_link_training.c | 2 +
drivers/gpu/drm/i915/display/intel_drrs.c | 2 +
drivers/gpu/drm/i915/display/intel_dvo.c | 1 +
drivers/gpu/drm/i915/display/intel_fb.c | 6 +
drivers/gpu/drm/i915/display/intel_fb.h | 2 +
drivers/gpu/drm/i915/display/intel_fbc.c | 1 +
drivers/gpu/drm/i915/display/intel_fbdev.c | 1 +
.../gpu/drm/i915/display/intel_frontbuffer.c | 1 +
drivers/gpu/drm/i915/display/intel_hdcp.c | 1 +
.../gpu/drm/i915/display/intel_hdcp_shim.h | 137 +++++++++++++++++
drivers/gpu/drm/i915/display/intel_hdmi.c | 4 +
drivers/gpu/drm/i915/display/intel_hotplug.c | 3 +
drivers/gpu/drm/i915/display/intel_lvds.c | 1 +
.../drm/i915/display/intel_modeset_setup.c | 1 +
drivers/gpu/drm/i915/display/intel_opregion.c | 1 +
drivers/gpu/drm/i915/display/intel_pps.c | 2 +
drivers/gpu/drm/i915/display/intel_psr.c | 2 +
drivers/gpu/drm/i915/display/intel_sdvo.c | 1 +
drivers/gpu/drm/i915/display/intel_tv.c | 1 +
drivers/gpu/drm/i915/display/intel_vblank.c | 2 +
drivers/gpu/drm/i915/display/intel_wm.c | 2 +
drivers/gpu/drm/i915/display/skl_watermark.c | 2 +
drivers/gpu/drm/i915/display/vlv_dsi.c | 1 +
drivers/gpu/drm/xe/display/xe_display.c | 1 +
37 files changed, 205 insertions(+), 141 deletions(-)
create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_shim.h
--
2.39.2
next reply other threads:[~2024-08-26 16:31 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-26 16:31 Jani Nikula [this message]
2024-08-26 16:31 ` [PATCH 1/7] drm/i915/wm: move struct intel_watermark_params to i9xx_wm.c Jani Nikula
[not found] ` <d1fb6ed8e3808f3d7daa19f5eb5fa46fb697d0ab.camel@coelho.fi>
2024-09-05 9:58 ` Jani Nikula
2024-08-26 16:31 ` [PATCH 2/7] drm/i915/hdcp: split out intel_hdcp_shim.h for struct intel_hdcp_shim Jani Nikula
2024-08-26 16:31 ` [PATCH 3/7] drm/i915/display: include drm/drm_probe_helper.h where needed Jani Nikula
2024-08-26 16:31 ` [PATCH 4/7] drm/i915/display: include drm/drm_vblank.h " Jani Nikula
2024-08-26 16:31 ` [PATCH 5/7] drm/i915/display: include media/cec-notifier.h and linux/debugfs.h " Jani Nikula
2024-08-27 10:27 ` kernel test robot
2024-08-27 10:45 ` [PATCH v2] " Jani Nikula
2024-08-27 19:28 ` [PATCH 5/7] " kernel test robot
2024-08-26 16:31 ` [PATCH 6/7] drm/i915/fb: hide the guts of intel_fb_obj() Jani Nikula
2024-08-26 16:31 ` [PATCH 7/7] drm/i915/display: drop extra includes from intel_display_types.h Jani Nikula
2024-08-26 16:37 ` ✓ CI.Patch_applied: success for drm/i915/display: intel_display_types.h cleanup Patchwork
2024-08-26 16:38 ` ✗ CI.checkpatch: warning " Patchwork
2024-08-26 16:39 ` ✓ CI.KUnit: success " Patchwork
2024-08-26 16:51 ` ✓ CI.Build: " Patchwork
2024-08-26 16:53 ` ✗ CI.Hooks: failure " Patchwork
2024-08-26 16:54 ` ✗ CI.checksparse: warning " Patchwork
2024-08-26 17:14 ` ✓ CI.BAT: success " Patchwork
2024-08-26 21:24 ` ✗ CI.FULL: failure " Patchwork
2024-08-27 10:51 ` ✓ CI.Patch_applied: success for drm/i915/display: intel_display_types.h cleanup (rev2) Patchwork
2024-08-27 10:51 ` ✗ CI.checkpatch: warning " Patchwork
2024-08-27 10:52 ` ✓ CI.KUnit: success " Patchwork
2024-08-27 11:04 ` ✓ CI.Build: " Patchwork
2024-08-27 11:06 ` ✓ CI.Hooks: " Patchwork
2024-08-27 11:08 ` ✗ CI.checksparse: warning " Patchwork
2024-08-27 11:27 ` ✓ CI.BAT: success " Patchwork
2024-08-27 18:36 ` ✗ 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.1724689818.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;
as well as URLs for NNTP newsgroup(s).