]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915: remove unused arg in skl_scaler_get_filter_select()
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 20 May 2025 08:26:59 +0000 (11:26 +0300)
committerMika Kahola <mika.kahola@intel.com>
Thu, 5 Jun 2025 12:37:51 +0000 (15:37 +0300)
commitbabe098c5fb4e401127cb1e18256aa4db0f89571
treec2ae3e30f8c1b1347046b5bfbb2f752706d81847
parentc206a27eb72f13d345d51818152e8707d4563b51
drm/i915: remove unused arg in skl_scaler_get_filter_select()

We always pass 0 in the set argument of skl_scaler_get_filter_select()
calls, so the argument is unnecessary.  Remove it.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Link: https://lore.kernel.org/r/20250520082917.1302665-3-luciano.coelho@intel.com
drivers/gpu/drm/i915/display/skl_scaler.c