Re: [PATCH v3 3/5] drm/i915/display: Enable the second scaler for sharpness

2024-09-18 Thread Jani Nikula
On Tue, 17 Sep 2024, Nemesa Garg wrote: > As only second scaler can be used for sharpness check if it > is available and also check if panel fitting is also not enabled, > then set the sharpness. Panel fitting will have the preference > over sharpness property. > > v2: Add the panel fitting check

[PATCH v3 3/5] drm/i915/display: Enable the second scaler for sharpness

2024-09-17 Thread Nemesa Garg
As only second scaler can be used for sharpness check if it is available and also check if panel fitting is also not enabled, then set the sharpness. Panel fitting will have the preference over sharpness property. v2: Add the panel fitting check before enabling sharpness v3: Reframe commit message