RE: [PATCH 3/6] drm/i915/display: Configure the scaler

2025-02-14 Thread Garg, Nemesa
> -Original Message- > From: Nautiyal, Ankit K > Sent: Wednesday, February 5, 2025 1:44 PM > To: Garg, Nemesa ; intel-gfx@lists.freedesktop.org; > intel...@lists.freedesktop.org > Subject: Re: [PATCH 3/6] drm/i915/display: Configure the scaler > > > >

Re: [PATCH 3/6] drm/i915/display: Configure the scaler

2025-02-05 Thread Nautiyal, Ankit K
On 1/13/2025 4:19 PM, Nemesa Garg wrote: Write the scaler registers for sharpness. Here you are enabling the scaler for sharpness, so subject name configure the scaler doesnt seem right. The configuring is done in Patch#4. Signed-off-by: Nemesa Garg --- drivers/gpu/drm/i915/display

[PATCH 3/6] drm/i915/display: Configure the scaler

2025-01-13 Thread Nemesa Garg
Write the scaler registers for sharpness. Signed-off-by: Nemesa Garg --- drivers/gpu/drm/i915/display/intel_casf.c | 2 + drivers/gpu/drm/i915/display/skl_scaler.c | 45 +++ drivers/gpu/drm/i915/display/skl_scaler.h | 1 + 3 files changed, 48 insertions(+) diff --git a/dri

[PATCH 3/6] drm/i915/display: Configure the scaler

2025-01-09 Thread Nemesa Garg
Write the scaler registers for sharpness. Signed-off-by: Nemesa Garg --- drivers/gpu/drm/i915/display/intel_casf.c | 2 + drivers/gpu/drm/i915/display/skl_scaler.c | 45 ++- drivers/gpu/drm/i915/display/skl_scaler.h | 1 + 3 files changed, 47 insertions(+), 1 deletion(-) d