From: Jani Nikula <jani.nikula@linux.intel.com>
To: Gustavo Sousa <gustavo.sousa@intel.com>,
Mika Kahola <mika.kahola@intel.com>,
intel-gfx@lists.freedesktop.org
Cc: Matt Roper <matthew.d.roper@intel.com>,
Lucas De Marchi <lucas.demarchi@intel.com>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/mtl: Add support for PM DEMAND
Date: Wed, 12 Apr 2023 16:34:27 +0300 [thread overview]
Message-ID: <87ile1cjh8.fsf@intel.com> (raw)
In-Reply-To: <168130241568.5121.2708879208728811060@gjsousa-mobl2>
On Wed, 12 Apr 2023, Gustavo Sousa <gustavo.sousa@intel.com> wrote:
> Quoting Jani Nikula (2023-04-12 06:33:54)
>> On Tue, 11 Apr 2023, Gustavo Sousa <gustavo.sousa@intel.com> wrote:
>> > Quoting Mika Kahola (2023-04-03 05:50:43)
>> >> @@ -8250,6 +8259,7 @@ void intel_init_display_hooks(struct drm_i915_private *dev_priv)
>> >> intel_color_init_hooks(dev_priv);
>> >> intel_init_cdclk_hooks(dev_priv);
>> >> intel_audio_hooks_init(dev_priv);
>> >> + intel_init_pmdemand(dev_priv);
>> >
>> > I think intel_init_display_hooks() is meant to call functions setting up
>> > function pointers, right? That would not be the case for intel_init_pmdemand().
>> >
>> > I think we could rename intel_init_pmdemand() to
>> > intel_pmdemand_init_early() and call it inside i915_driver_early_probe().
>>
>> Please let's not add new direct calls to display from top level driver
>> code. See also [1].
>
> Okay. What would be the suggested place to do this SW-only initialization?
>
> Should we just merge the two init functions into one named intel_pmdemand_init()
> and call the new function under intel_modeset_init_noirq()?
Or add a new function intel_display_early_probe() or somesuch, which
will call the early pmdemand init as well as intel_init_display_hooks()
that is currently called from i915_driver_early_probe().
Bottom line, there should only be one high level call from
i915_driver_early_probe().
There are similar needs for other things [1].
BR,
Jani.
[1] https://lore.kernel.org/r/20230411195918.hdxyir5w7dp2qx55@ldmartin-desk2.lan
>
> --
> Gustavo Sousa
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2023-04-12 13:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-03 8:50 [Intel-gfx] [PATCH] drm/i915/mtl: Add support for PM DEMAND Mika Kahola
2023-04-03 9:17 ` Jani Nikula
2023-04-03 13:14 ` Kahola, Mika
2023-04-03 10:55 ` kernel test robot
2023-04-03 13:49 ` kernel test robot
2023-04-03 17:33 ` kernel test robot
2023-04-03 17:33 ` kernel test robot
2023-04-03 19:07 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for " Patchwork
2023-04-11 22:47 ` [Intel-gfx] [PATCH] " Gustavo Sousa
2023-04-12 9:33 ` Jani Nikula
2023-04-12 12:26 ` Gustavo Sousa
2023-04-12 13:34 ` Jani Nikula [this message]
2023-04-13 9:50 ` 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=87ile1cjh8.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=gustavo.sousa@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=lucas.demarchi@intel.com \
--cc=matthew.d.roper@intel.com \
--cc=mika.kahola@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 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.