]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/dp: Pass only the required DSC DPCD to intel_dp_sink_dsc_version_minor()
authorImre Deak <imre.deak@intel.com>
Fri, 6 Oct 2023 13:37:20 +0000 (16:37 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 16 Oct 2023 14:01:25 +0000 (17:01 +0300)
commit11a33d6b265faf898ae591a535b65fe9ca0eb532
tree0061706e30ba39cabece4dd87ba0448ef0f7c8bb
parent6a60a8fa7c3af598885a554d1966ec0723ed39a6
drm/i915/dp: Pass only the required DSC DPCD to intel_dp_sink_dsc_version_minor()

intel_dp_sink_dsc_version_minor() only requires the DSC DPCD, 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-13-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c