Re: [PATCH v7 6/7] drm/i915/scaler: Check if vblank is sufficient for scaler

2025-01-17 Thread Nautiyal, Ankit K
On 1/17/2025 1:11 PM, Mitul Golani wrote: High refresh rate panels which may have small line times and vblank sizes, Check if vblank size is sufficient for enabled scaler users. --v2: - Use hweight* family of functions for counting bits. [Jani] - Update precision handling for hscale and vscale

[PATCH v7 6/7] drm/i915/scaler: Check if vblank is sufficient for scaler

2025-01-16 Thread Mitul Golani
High refresh rate panels which may have small line times and vblank sizes, Check if vblank size is sufficient for enabled scaler users. --v2: - Use hweight* family of functions for counting bits. [Jani] - Update precision handling for hscale and vscale. [Ankit] - Consider chroma downscaling factor