drm/i915/casf: Remove redundant argument from intel_casf_filter_lut_load()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 7 Apr 2026 17:52:41 +0000 (20:52 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 8 Apr 2026 11:40:43 +0000 (14:40 +0300)
commit9a459db0ae1d742c9183b9a092d060f29b979964
tree6c565772d99cee7d9ae2c38c5227f7e83303c98c
parent114a836384b9786df3cbe815fccf9cf1a72761b6
drm/i915/casf: Remove redundant argument from intel_casf_filter_lut_load()

intel_casf_filter_lut_load() can find the crtc from the crtc_state.
No need to pass in both.

Reviewed-by: Michał Grzelak <michal.grzelak@intel.com>
Reviewed-by: Nemesa Garg <nemesa.garg@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260407175244.19654-8-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_casf.c