mbox series

[v9,0/7] Check Scaler and DSC Prefill Latency Against Vblank

Message ID 20250120172209.188488-1-mitulkumar.ajitkumar.golani@intel.com (mailing list archive)
Headers show
Series Check Scaler and DSC Prefill Latency Against Vblank | expand

Message

Golani, Mitulkumar Ajitkumar Jan. 20, 2025, 5:22 p.m. UTC
Compute and check if dsc and scaler prefill latency is sufficient with
respect to vblank.

Previous Revision Reference:
https://patchwork.freedesktop.org/series/141203/
https://patchwork.freedesktop.org/series/142745/

Mitul Golani (7):
  drm/i915/scaler: Add and compute scaling factors
  drm/i915/scaler: Use crtc_state to setup plane or pipe scaler
  drm/i915/scaler: Refactor max_scale computation
  drm/i915/scaler: Compute scaling factors for pipe scaler
  drm/i915/scaler: Limit pipe scaler downscaling factors for YUV420
  drm/i915/scaler: Check if vblank is sufficient for scaler
  drm/i915/dsc: Check if vblank is sufficient for dsc prefill

 .../drm/i915/display/intel_display_types.h    |   2 +
 drivers/gpu/drm/i915/display/skl_scaler.c     | 123 ++++++++++++------
 drivers/gpu/drm/i915/display/skl_watermark.c  |  84 +++++++++++-
 3 files changed, 171 insertions(+), 38 deletions(-)

Comments

Golani, Mitulkumar Ajitkumar Jan. 23, 2025, 12:20 p.m. UTC | #1
Hello,

Issues under "Possible regressions" are not related to any change in patches. Please do needful to re-report

Regards,
Mitul
Nautiyal, Ankit K Jan. 24, 2025, 3:32 a.m. UTC | #2
On 1/20/2025 10:52 PM, Mitul Golani wrote:
> Compute and check if dsc and scaler prefill latency is sufficient with
> respect to vblank.
>
> Previous Revision Reference:
> https://patchwork.freedesktop.org/series/141203/
> https://patchwork.freedesktop.org/series/142745/
>
> Mitul Golani (7):
>    drm/i915/scaler: Add and compute scaling factors
>    drm/i915/scaler: Use crtc_state to setup plane or pipe scaler
>    drm/i915/scaler: Refactor max_scale computation
>    drm/i915/scaler: Compute scaling factors for pipe scaler
>    drm/i915/scaler: Limit pipe scaler downscaling factors for YUV420
>    drm/i915/scaler: Check if vblank is sufficient for scaler
>    drm/i915/dsc: Check if vblank is sufficient for dsc prefill
>
>   .../drm/i915/display/intel_display_types.h    |   2 +
>   drivers/gpu/drm/i915/display/skl_scaler.c     | 123 ++++++++++++------
>   drivers/gpu/drm/i915/display/skl_watermark.c  |  84 +++++++++++-
>   3 files changed, 171 insertions(+), 38 deletions(-)

Thanks for the patches, pushed to drm-intel-next.

Regards,

Ankit