Re: [PATCH v2 4/5] drm/i915/display: Add registers and compute the strength

2024-09-18 Thread Jani Nikula
On Tue, 17 Sep 2024, Nemesa Garg wrote: > diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h > index 84b05b57ad52..41c6c56d83d6 100644 > --- a/drivers/gpu/drm/i915/i915_reg.h > +++ b/drivers/gpu/drm/i915/i915_reg.h > @@ -2396,6 +2396,23 @@ > _ID(id

Re: [PATCH v2 4/5] drm/i915/display: Add registers and compute the strength

2024-09-18 Thread Jani Nikula
On Tue, 17 Sep 2024, Nemesa Garg wrote: > Add new registers and related bits. Compute the strength > value and tap value based on display mode. > > v2: Replace i915/dev_priv with display[Jani] This needs to be done harder. ;) > > Signed-off-by: Nemesa Garg > --- > drivers/gpu/drm/i915/display/

[PATCH v2 4/5] drm/i915/display: Add registers and compute the strength

2024-09-17 Thread Nemesa Garg
Add new registers and related bits. Compute the strength value and tap value based on display mode. v2: Replace i915/dev_priv with display[Jani] Signed-off-by: Nemesa Garg --- drivers/gpu/drm/i915/display/intel_display.c | 7 +- .../drm/i915/display/intel_sharpness_filter.c | 112 +++