]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915/dp: Pass only the required i915 to intel_dp_source_dsc_version_minor()
authorImre Deak <imre.deak@intel.com>
Fri, 6 Oct 2023 13:37:19 +0000 (16:37 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 16 Oct 2023 14:01:22 +0000 (17:01 +0300)
commit6a60a8fa7c3af598885a554d1966ec0723ed39a6
treebd449ab58e6091bed4f25386132814d859848aff
parentcc81951d9a2078a252ce8667d3b47ef8aa6934d0
drm/i915/dp: Pass only the required i915 to intel_dp_source_dsc_version_minor()

intel_dp_source_dsc_version_minor() only requires the i915 pointer, so pass
only this to the function.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231006133727.1822579-12-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c