intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: "Garg, Nemesa" <nemesa.garg@intel.com>
To: "Nikula, Jani" <jani.nikula@intel.com>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>,
	"intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>
Cc: "Nikula, Jani" <jani.nikula@intel.com>
Subject: RE: [PATCH 0/8] drm/i915/display: refactor display funcs
Date: Mon, 4 May 2026 06:43:57 +0000	[thread overview]
Message-ID: <IA1PR11MB6467C9D685C9239670E691B8E3312@IA1PR11MB6467.namprd11.prod.outlook.com> (raw)
In-Reply-To: <cover.1777537663.git.jani.nikula@intel.com>



> -----Original Message-----
> From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Jani
> Nikula
> Sent: Thursday, April 30, 2026 1:59 PM
> To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
> Cc: Nikula, Jani <jani.nikula@intel.com>
> Subject: [PATCH 0/8] drm/i915/display: refactor display funcs
> 
> Split out the display function refactor from [1] into a separate series for easier
> review and merging.
> 
> BR,
> Jani.
> 
> [1] https://lore.kernel.org/r/cover.1777458161.git.jani.nikula@intel.com
> 
> 
LGTM,
Reviewed-by: Nemesa Garg <nemesa.garg@intel.com>

> Jani Nikula (8):
>   drm/i915/display: move audio funcs under audio sub-struct
>   drm/i915/display: move color funcs under color sub-struct
>   drm/i915/display: move fdi funcs under fdi sub-struct
>   drm/i915/display: move watermark funcs under wm sub-struct
>   drm/i915/display: move hotplug irq funcs under hotplug sub-struct
>   drm/i915/display: move dpll funcs under dpll sub-struct
>   drm/i915/display: move cdclk funcs under cdclk sub-struct
>   drm/i915/display: move display funcs under modeset sub-struct
> 
>  drivers/gpu/drm/i915/display/i9xx_wm.c        | 22 ++---
>  drivers/gpu/drm/i915/display/intel_audio.c    | 22 ++---
>  drivers/gpu/drm/i915/display/intel_cdclk.c    | 84 +++++++++----------
>  drivers/gpu/drm/i915/display/intel_color.c    | 58 ++++++-------
>  drivers/gpu/drm/i915/display/intel_display.c  | 30 +++----
> .../gpu/drm/i915/display/intel_display_core.h | 57 +++++++------
> .../gpu/drm/i915/display/intel_display_irq.c  |  4 +
>  drivers/gpu/drm/i915/display/intel_dpll.c     | 28 +++----
>  drivers/gpu/drm/i915/display/intel_fdi.c      |  8 +-
>  .../gpu/drm/i915/display/intel_hotplug_irq.c  | 30 +++----
>  .../drm/i915/display/intel_initial_plane.c    |  4 +-
>  .../drm/i915/display/intel_modeset_setup.c    |  2 +-
>  drivers/gpu/drm/i915/display/intel_wm.c       | 32 +++----
>  drivers/gpu/drm/i915/display/skl_watermark.c  |  2 +-
>  14 files changed, 191 insertions(+), 192 deletions(-)
> 
> --
> 2.47.3


  parent reply	other threads:[~2026-05-04  6:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-30  8:28 [PATCH 0/8] drm/i915/display: refactor display funcs Jani Nikula
2026-04-30  8:28 ` [PATCH 1/8] drm/i915/display: move audio funcs under audio sub-struct Jani Nikula
2026-04-30  8:28 ` [PATCH 2/8] drm/i915/display: move color funcs under color sub-struct Jani Nikula
2026-04-30  8:28 ` [PATCH 3/8] drm/i915/display: move fdi funcs under fdi sub-struct Jani Nikula
2026-04-30  8:28 ` [PATCH 4/8] drm/i915/display: move watermark funcs under wm sub-struct Jani Nikula
2026-04-30  8:28 ` [PATCH 5/8] drm/i915/display: move hotplug irq funcs under hotplug sub-struct Jani Nikula
2026-04-30  8:28 ` [PATCH 6/8] drm/i915/display: move dpll funcs under dpll sub-struct Jani Nikula
2026-04-30  8:28 ` [PATCH 7/8] drm/i915/display: move cdclk funcs under cdclk sub-struct Jani Nikula
2026-04-30  8:28 ` [PATCH 8/8] drm/i915/display: move display funcs under modeset sub-struct Jani Nikula
2026-04-30  8:36 ` ✓ CI.KUnit: success for drm/i915/display: refactor display funcs Patchwork
2026-04-30  9:34 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-30 19:38 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-05-04  6:43 ` Garg, Nemesa [this message]
2026-05-04 12:34   ` [PATCH 0/8] " 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=IA1PR11MB6467C9D685C9239670E691B8E3312@IA1PR11MB6467.namprd11.prod.outlook.com \
    --to=nemesa.garg@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).