From: Nemesa Garg <nemesa.garg@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: ville.syrjala@intel.com, uma.shankar@intel.com,
Nemesa Garg <nemesa.garg@intel.com>
Subject: [PATCH 0/5] Make casf updates atomic and dsb ready
Date: Tue, 9 Dec 2025 11:55:22 +0530 [thread overview]
Message-ID: <20251209062527.620382-1-nemesa.garg@intel.com> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1091 bytes --]
The existing implementation for casf scaler re‑implemented
parts of skl_scaler logic and programmed registers from
pre‑plane update hooks, which caused:
- updates were not atomic.
- prevented execution via Display State Buffer.
- computed state was late.
This series fixes these issues by:
- consolidating common logic into skl_scaler.c.
- moving computation into crtc_compute_config().
- enabling DSB execution.
Nemesa Garg (5):
drm/i915/display: Move casf_compute_config
drm/i915/display: Add intel_dsb param to CASF helpers
drm/i915/display: Pass dsb_commit to CASF helpers
drm/i915/display: Add intel_casf_arm() to enable casf
drm/i915/display: Introduce skl_pipe_scaler_setup()
drivers/gpu/drm/i915/display/intel_casf.c | 58 ++++++++++++----
drivers/gpu/drm/i915/display/intel_casf.h | 16 ++++-
drivers/gpu/drm/i915/display/intel_display.c | 34 +++++++--
drivers/gpu/drm/i915/display/skl_scaler.c | 72 +++++++++-----------
drivers/gpu/drm/i915/display/skl_scaler.h | 2 +
5 files changed, 118 insertions(+), 64 deletions(-)
--
2.25.1
next reply other threads:[~2025-12-09 6:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-09 6:25 Nemesa Garg [this message]
2025-12-09 6:25 ` [PATCH 1/5] drm/i915/display: Move casf_compute_config Nemesa Garg
2025-12-12 15:51 ` Ville Syrjälä
2025-12-09 6:25 ` [PATCH 2/5] drm/i915/display: Add intel_dsb param to CASF helpers Nemesa Garg
2025-12-09 6:25 ` [PATCH 3/5] drm/i915/display: Pass dsb_commit " Nemesa Garg
2025-12-12 16:34 ` Ville Syrjälä
2025-12-16 14:59 ` Garg, Nemesa
2025-12-17 3:10 ` Garg, Nemesa
2025-12-09 6:25 ` [PATCH 4/5] drm/i915/display: Add intel_casf_arm() to enable casf Nemesa Garg
2025-12-09 6:25 ` [PATCH 5/5] drm/i915/display: Introduce skl_pipe_scaler_setup() Nemesa Garg
2025-12-09 6:36 ` ✓ CI.KUnit: success for Make casf updates atomic and dsb ready Patchwork
2025-12-09 7:10 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-09 13:31 ` ✗ Xe.CI.Full: 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=20251209062527.620382-1-nemesa.garg@intel.com \
--to=nemesa.garg@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=uma.shankar@intel.com \
--cc=ville.syrjala@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