[PATCH 1/5] drm: Introduce sharpness mode property

2024-07-05 Thread Nemesa Garg
Introduces the new crtc property "SHARPNESS_STRENGTH" that allows the user to set the intensity so as to get the sharpness effect. The value of this property can be set from 0-255. It is useful in scenario when the output is blurry and user want to sharpen the pixels. User can increase/decrease the

RE: [PATCH 1/5] drm: Introduce sharpness mode property

2024-03-12 Thread Garg, Nemesa
> -Original Message- > From: dri-devel On Behalf Of Pekka > Paalanen > Sent: Friday, March 8, 2024 2:18 PM > To: Garg, Nemesa > Cc: intel-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org > Subject: Re: [PATCH 1/5] drm: Introduce sharpness mode propert

Re: [PATCH 1/5] drm: Introduce sharpness mode property

2024-03-08 Thread Pekka Paalanen
On Thu, 7 Mar 2024 14:02:33 +0530 Nemesa Garg wrote: > This allows the user to set the intensity > so as to get the sharpness effect. > > It is useful in scenario when the output is blurry > and user want to sharpen the pixels. > > Signed-off-by: Nemesa Garg > --- > drivers/gpu/drm/drm_atomi

[PATCH 1/5] drm: Introduce sharpness mode property

2024-03-07 Thread Nemesa Garg
This allows the user to set the intensity so as to get the sharpness effect. It is useful in scenario when the output is blurry and user want to sharpen the pixels. Signed-off-by: Nemesa Garg --- drivers/gpu/drm/drm_atomic_uapi.c | 4 drivers/gpu/drm/drm_crtc.c| 17 +++