Re: [PATCH 08/10] drm/i915/display: Call the compute function

2025-03-11 Thread Nautiyal, Ankit K
On 3/4/2025 3:58 PM, Nemesa Garg wrote: Once the casf_compute config is called then the strength and win_size bit of sharpness ctl register will be set. Read back the bits in get_config. Signed-off-by: Nemesa Garg --- drivers/gpu/drm/i915/display/intel_casf.c| 11 +++ drivers/gpu/d

[PATCH 08/10] drm/i915/display: Call the compute function

2025-03-04 Thread Nemesa Garg
Once the casf_compute config is called then the strength and win_size bit of sharpness ctl register will be set. Read back the bits in get_config. Signed-off-by: Nemesa Garg --- drivers/gpu/drm/i915/display/intel_casf.c| 11 +++ drivers/gpu/drm/i915/display/intel_display.c | 4 +++ driv