From: "Jouni Högander" <jouni.hogander@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: "Ville Syrjälä" <ville.syrjala@linux.intel.com>,
"Jani Nikula" <jani.nikula@linux.intel.com>,
"Jouni Högander" <jouni.hogander@intel.com>
Subject: [PATCH v6 0/4] IO and fast wake lines calculation and increase fw sync length
Date: Wed, 13 Mar 2024 15:32:17 +0200 [thread overview]
Message-ID: <20240313133221.868391-1-jouni.hogander@intel.com> (raw)
This patch set is improving IO and fast wake lines calculation in PSR
code:
Use actual fast wake sync pulse count in calculation Implement getter
for IO buffer wake times and use that. Better presentation on how
these are calculated. Use calculation for display version < 12 as
well.
Also number of precharge pulses is increased by 2 pulses to fix
problems with certain panel models.
v6:
- do not add lnl_io_wake_time helper
- comment why pulse count is increased
v5:
- s/get_io_buffer_wake_time/io_buffer_wake_time/ and use it directly in
calculation
- do not handle < 9 separately
- add own helpers for skl, tgl and lnl io buffer wake times
v4:
- initialize io/fast_wake_time for display version < 9
v3:
- keep using int in intel_dp_aux_fw_sync_len
v2:
- do not add function pointer
- rename io_wake_time in if block to io_buffer_wake_time
- rename get_io_wake_time to get_io_buffer_wake_time
- use calculation for display version < 12 as well
- split LunarLake IO buffer wake times as a separate patch
Jouni Högander (4):
drm/i915/display: Make intel_dp_aux_fw_sync_len available for PSR code
drm/i915/psr: Improve fast and IO wake lines calculation
drm/i915/psr: Calculate IO wake and fast wake lines for DISPLAY_VER <
12
drm/i915/display: Increase number of fast wake precharge pulses
drivers/gpu/drm/i915/display/intel_dp_aux.c | 9 +++-
drivers/gpu/drm/i915/display/intel_dp_aux.h | 1 +
drivers/gpu/drm/i915/display/intel_psr.c | 46 ++++++++++++++++-----
3 files changed, 43 insertions(+), 13 deletions(-)
--
2.34.1
next reply other threads:[~2024-03-13 13:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-13 13:32 Jouni Högander [this message]
2024-03-13 13:32 ` [PATCH v6 1/4] drm/i915/display: Make intel_dp_aux_fw_sync_len available for PSR code Jouni Högander
2024-03-13 13:32 ` [PATCH v6 2/4] drm/i915/psr: Improve fast and IO wake lines calculation Jouni Högander
2024-03-13 13:32 ` [PATCH v6 3/4] drm/i915/psr: Calculate IO wake and fast wake lines for DISPLAY_VER < 12 Jouni Högander
2024-03-13 13:32 ` [PATCH v6 4/4] drm/i915/display: Increase number of fast wake precharge pulses Jouni Högander
2024-03-13 14:01 ` Ville Syrjälä
2024-03-14 14:38 ` Hogander, Jouni
2024-03-14 0:38 ` ✗ Fi.CI.SPARSE: warning for IO and fast wake lines calculation and increase fw sync length (rev6) Patchwork
2024-03-14 0:51 ` ✓ Fi.CI.BAT: success " Patchwork
2024-03-14 10:01 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-03-14 11:53 ` Hogander, Jouni
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=20240313133221.868391-1-jouni.hogander@intel.com \
--to=jouni.hogander@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.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