[PATCH 09/10] drm/i915/display: Enable/disable casf

2025-07-24 Thread Nemesa Garg
To enable or disable the sharpness check the casf_enable flag. While enabling the sharpness write the programmable coefficients, sharpness register bits and also enable the scaler. Load the filter lut value which needs to be done one time while enabling the sharpness. v2: Introduce casf_enable her

[PATCH 09/10] drm/i915/display: Enable/disable casf

2025-05-19 Thread Nemesa Garg
To enable or disable the sharpness check the casf_enable flag. While enabling the sharpness write the programmable coefficients, sharpness register bits and also enable the scaler. Load the filter lut value which needs to be done one time while enabling the sharpness. v2: Introduce casf_enable her

Re: [PATCH 09/10] drm/i915/display: Enable/disable casf

2025-04-08 Thread Nautiyal, Ankit K
On 4/2/2025 6:26 PM, Nemesa Garg wrote: To enable or disable the sharpness check the casf_enable flag. While enabling the sharpness write the programmable coefficients, sharpness register bits and also enable the scaler. Load the filter lut value which needs to be done one time while enabling t

[PATCH 09/10] drm/i915/display: Enable/disable casf

2025-04-08 Thread Nemesa Garg
To enable or disable the sharpness check the casf_enable flag. While enabling the sharpness write the programmable coefficients, sharpness register bits and also enable the scaler. Load the filter lut value which needs to be done one time while enabling the sharpness. v2: Introduce casf_enable her

[PATCH 09/10] drm/i915/display: Enable/disable casf

2025-04-05 Thread Nemesa Garg
To enable or disable the sharpness check the casf_enable flag. While enabling the sharpness write the programmable coefficients, sharpness register bits and also enable the scaler. Load the filter lut value which needs to be done one time while enabling the sharpness. v2: Introduce casf_enable her

Re: [PATCH 09/10] drm/i915/display: Enable/disable casf

2025-03-11 Thread Nautiyal, Ankit K
On 3/4/2025 3:58 PM, Nemesa Garg wrote: Add a check for enabling/disabling the casf and enable the sharpness bit. Also load the filter lut value which is needed one time. Signed-off-by: Nemesa Garg --- drivers/gpu/drm/i915/display/intel_casf.c| 18 +++ drivers/gpu/drm/i915/disp

[PATCH 09/10] drm/i915/display: Enable/disable casf

2025-03-04 Thread Nemesa Garg
Add a check for enabling/disabling the casf and enable the sharpness bit. Also load the filter lut value which is needed one time. Signed-off-by: Nemesa Garg --- drivers/gpu/drm/i915/display/intel_casf.c| 18 +++ drivers/gpu/drm/i915/display/intel_casf.h| 1 + drivers/gpu/drm/i9