public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Govindapillai, Vinod" <vinod.govindapillai@intel.com>
To: "ville.syrjala@linux.intel.com" <ville.syrjala@linux.intel.com>,
	"Nikula,  Jani" <jani.nikula@intel.com>
Cc: "intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>,
	"Saarinen, Jani" <jani.saarinen@intel.com>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>,
	"Syrjala, Ville" <ville.syrjala@intel.com>
Subject: Re: [PATCH 3/8] drm/i915/display: update use_minimal_wm0_only to use intel_display
Date: Wed, 6 Nov 2024 15:49:53 +0000	[thread overview]
Message-ID: <09cb7764c14dde8d1fd0dc5deb98f95dc7fd4b9d.camel@intel.com> (raw)
In-Reply-To: <Zyt4A8kfBqwqRRwB@intel.com>

On Wed, 2024-11-06 at 16:06 +0200, Ville Syrjälä wrote:
> On Tue, Nov 05, 2024 at 11:08:40AM +0200, Jani Nikula wrote:
> > On Tue, 05 Nov 2024, Vinod Govindapillai <vinod.govindapillai@intel.com> wrote:
> > > Avoid using struct drm_i915_private reference and use intel_display
> > > instead. This is in preparation for the rest of the patches in this
> > > series where hw support for the minimum and interim ddb allocations
> > > for async flip is added
> > 
> > This is technically correct, but it's self-contained in a single
> > function. I've preferred two approaches over this:
> > 
> > - Convert entire files (sometimes internally first, with the external
> >   interface changes in a separate patch, depending on how big the patch
> >   becomes).
> > 
> > - Convert single functions which are widely used and have struct
> >   intel_display as parameter, to limit the size of the patch (as opposed
> >   to doing the conversion as part of an entire file change).
> > 
> > I think Ville said he's had a go at converting skl_watermark.c. Ville,
> > do you have a patch for that?
> 
> Nothing usable atm. The unconverted dependecies at the time
> were rather extensive so it became a bit of a mess. I might
> have decent conversions for some of the dependencies though.
> I'll have a look around and post them if I see anything sane.
> 
I had done few more on top of my series - Jani has this
https://patchwork.freedesktop.org/series/140886/ which has many SAGV related updates which will help
cleaning up of skl_watermarks.c better. So I can update my changes on top of that,

But Ville, could you please review these patches which mainly has the logic for this minimal/interim
DDB config for async flip. i will update the intel_display related changes on top of Jani's series.
https://patchwork.freedesktop.org/patch/622987/?series=140927&rev=1
https://patchwork.freedesktop.org/patch/622988/?series=140927&rev=1
https://patchwork.freedesktop.org/patch/622990/?series=140927&rev=1

BR
Vinod

  reply	other threads:[~2024-11-06 15:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-05  7:15 [PATCH 0/8] use hw support for min/interim ddb allocation for async flip Vinod Govindapillai
2024-11-05  7:15 ` [PATCH 1/8] drm/i915/display: update intel_enabled_dbuf_slices_mask to use intel_display Vinod Govindapillai
2024-11-05  8:52   ` Jani Nikula
2024-11-05  9:07     ` Govindapillai, Vinod
2024-11-05  7:15 ` [PATCH 2/8] drm/i9i5/display: use intel_display in intel_de_read calls of skl_watermark.c Vinod Govindapillai
2024-11-05  8:58   ` Jani Nikula
2024-11-05  9:03   ` Jani Nikula
2024-11-05  7:15 ` [PATCH 3/8] drm/i915/display: update use_minimal_wm0_only to use intel_display Vinod Govindapillai
2024-11-05  9:08   ` Jani Nikula
2024-11-06 14:06     ` Ville Syrjälä
2024-11-06 15:49       ` Govindapillai, Vinod [this message]
2024-11-05  7:15 ` [PATCH 4/8] drm/i915/display: update use_min_ddb " Vinod Govindapillai
2024-11-05  7:15 ` [PATCH 5/8] drm/i915/display: update skl_plane_wm_equals " Vinod Govindapillai
2024-11-05  9:09   ` Jani Nikula
2024-11-05  7:15 ` [PATCH 6/8] drm/i915/display: update to plane_wm register access function Vinod Govindapillai
2024-11-05  7:15 ` [PATCH 7/8] drm/i915/xe3: Use hw support for min/interim ddb allocations for async flip Vinod Govindapillai
2024-11-06 22:45   ` Ville Syrjälä
2024-11-20 22:26     ` Govindapillai, Vinod
2024-11-05  7:16 ` [PATCH 8/8] drm/i915/debugfs: add dbuf alloc status as part of i915_ddb_info Vinod Govindapillai
2024-11-06 22:46   ` Ville Syrjälä
2024-11-20 22:30     ` Govindapillai, Vinod
2024-11-05  8:17 ` ✗ Fi.CI.CHECKPATCH: warning for use hw support for min/interim ddb allocation for async flip Patchwork
2024-11-05  8:17 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-11-05  9:11 ` ✗ Fi.CI.BAT: 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=09cb7764c14dde8d1fd0dc5deb98f95dc7fd4b9d.camel@intel.com \
    --to=vinod.govindapillai@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=jani.saarinen@intel.com \
    --cc=ville.syrjala@intel.com \
    --cc=ville.syrjala@linux.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