From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH v2 00/14] drm/i915: mem/fsb/rawclk freq cleanups
Date: Fri, 7 Jun 2024 14:48:02 +0300 [thread overview]
Message-ID: <ZmLzcsoMkt3cB48m@intel.com> (raw)
In-Reply-To: <cover.1717672515.git.jani.nikula@intel.com>
On Thu, Jun 06, 2024 at 02:15:52PM +0300, Jani Nikula wrote:
> v2 of https://lore.kernel.org/r/cover.1716906179.git.jani.nikula@intel.com
>
> Jani Nikula (14):
> drm/i915/wm: rename intel_get_cxsr_latency -> pnv_get_cxsr_latency
> drm/i915/wm: clarify logging on not finding CxSR latency config
> drm/i915/dram: separate fsb freq detection from mem freq
> drm/i915/dram: split out pnv DDR3 detection
> drm/i915/dram: rearrange mem freq init
> drm/i915/gt: remove mem freq from gt debugfs
> drm/i915: convert fsb_freq and mem_freq to kHz
> drm/i915: extend the fsb_freq initialization to more platforms
> drm/i915: use i9xx_fsb_freq() for GT clock frequency
> drm/i915/cdclk: use i9xx_fsb_freq() for rawclk_freq initialization
> drm/i915: move rawclk from runtime to display runtime info
> drm/xe/display: drop unused rawclk_freq and RUNTIME_INFO()
> drm/i915: move comments about FSB straps to proper place
Above are
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
> drm/i915: move rawclk init to intel_cdclk_init()
We need rawclk_freq quite early for the power well stuff on
VLV/CHV. But CI already said as much.
>
> drivers/gpu/drm/i915/display/i9xx_wm.c | 27 +--
> .../gpu/drm/i915/display/intel_backlight.c | 10 +-
> drivers/gpu/drm/i915/display/intel_cdclk.c | 80 ++-----
> drivers/gpu/drm/i915/display/intel_cdclk.h | 1 -
> .../drm/i915/display/intel_display_device.c | 2 +
> .../drm/i915/display/intel_display_device.h | 2 +
> .../i915/display/intel_display_power_well.c | 4 +-
> drivers/gpu/drm/i915/display/intel_dp_aux.c | 4 +-
> drivers/gpu/drm/i915/display/intel_pps.c | 2 +-
> .../gpu/drm/i915/gt/intel_gt_clock_utils.c | 3 +-
> drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c | 1 -
> drivers/gpu/drm/i915/gt/intel_rps.c | 11 +-
> drivers/gpu/drm/i915/intel_device_info.c | 5 -
> drivers/gpu/drm/i915/intel_device_info.h | 2 -
> drivers/gpu/drm/i915/soc/intel_dram.c | 212 +++++++++++-------
> drivers/gpu/drm/i915/soc/intel_dram.h | 1 +
> .../gpu/drm/xe/compat-i915-headers/i915_drv.h | 1 -
> drivers/gpu/drm/xe/xe_device_types.h | 6 -
> 18 files changed, 176 insertions(+), 198 deletions(-)
>
> --
> 2.39.2
--
Ville Syrjälä
Intel
prev parent reply other threads:[~2024-06-07 11:48 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 11:15 [PATCH v2 00/14] drm/i915: mem/fsb/rawclk freq cleanups Jani Nikula
2024-06-06 11:15 ` [PATCH v2 01/14] drm/i915/wm: rename intel_get_cxsr_latency -> pnv_get_cxsr_latency Jani Nikula
2024-06-06 11:15 ` [PATCH v2 02/14] drm/i915/wm: clarify logging on not finding CxSR latency config Jani Nikula
2024-06-06 11:15 ` [PATCH v2 03/14] drm/i915/dram: separate fsb freq detection from mem freq Jani Nikula
2024-06-06 11:15 ` [PATCH v2 04/14] drm/i915/dram: split out pnv DDR3 detection Jani Nikula
2024-06-06 11:15 ` [PATCH v2 05/14] drm/i915/dram: rearrange mem freq init Jani Nikula
2024-06-06 11:15 ` [PATCH v2 06/14] drm/i915/gt: remove mem freq from gt debugfs Jani Nikula
2024-06-06 11:15 ` [PATCH v2 07/14] drm/i915: convert fsb_freq and mem_freq to kHz Jani Nikula
2024-06-06 11:16 ` [PATCH v2 08/14] drm/i915: extend the fsb_freq initialization to more platforms Jani Nikula
2024-06-06 11:16 ` [PATCH v2 09/14] drm/i915: use i9xx_fsb_freq() for GT clock frequency Jani Nikula
2024-06-06 11:16 ` [PATCH v2 10/14] drm/i915/cdclk: use i9xx_fsb_freq() for rawclk_freq initialization Jani Nikula
2024-06-06 11:16 ` [PATCH v2 11/14] drm/i915: move rawclk init to intel_cdclk_init() Jani Nikula
2024-06-06 11:16 ` [PATCH v2 12/14] drm/i915: move rawclk from runtime to display runtime info Jani Nikula
2024-06-06 11:16 ` [PATCH v2 13/14] drm/xe/display: drop unused rawclk_freq and RUNTIME_INFO() Jani Nikula
2024-06-06 11:16 ` [PATCH v2 14/14] drm/i915: move comments about FSB straps to proper place Jani Nikula
2024-06-06 12:13 ` ✗ Fi.CI.SPARSE: warning for drm/i915: mem/fsb/rawclk freq cleanups (rev2) Patchwork
2024-06-06 12:24 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-06-07 11:48 ` Ville Syrjälä [this message]
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=ZmLzcsoMkt3cB48m@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=intel-gfx@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