Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/i915/display: Expose sharpness strength property

Expose the drm crtc sharpness strength property which will enable
or disable the sharpness/casf based on user input. With this user
can set/update the strength of the sharpness or casf filter.

v2: Update subject[Ankit]

Signed-off-by: Nemesa Garg <nemesa.garg@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patch.msgid.link/20251028120747.3027332-11-ankit.k.nautiyal@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

authored by

Nemesa Garg and committed by
Jani Nikula
7460b69f 39f39d2e

+3
+3
drivers/gpu/drm/i915/display/intel_crtc.c
··· 395 395 396 396 drm_WARN_ON(display->drm, drm_crtc_index(&crtc->base) != crtc->pipe); 397 397 398 + if (HAS_CASF(display)) 399 + drm_crtc_create_sharpness_strength_property(&crtc->base); 400 + 398 401 return 0; 399 402 400 403 fail: