On 2/23/2024 11:15 AM, Rodrigo Vivi wrote:
Commit 47f419e07111 ("drm/dp: move intel_dp_vsc_sdp_pack() to generic helper") and commit b55b88d86fec ("drm/dp: drop the size parameter from drm_dp_vsc_sdp_pack()") were based on top of a tree containing the commit 31a5b6ed88c7 ("drm/i915/display: Unify VSC SPD preparation") but landed in a tree where this commit didn't exist, leaving behind a spurious case calling for a removed function: intel_dp_vsc_sdp_pack() Let's convert the remaining case here so we can port this patch to any tree that doesn't contain commit 31a5b6ed88c7 ("drm/i915/display: Unify VSC SPD preparation") In in kind of merge where this commit does exist, this line here will be gone anyway and not needed any longer. Fixes: 47f419e07111 ("drm/dp: move intel_dp_vsc_sdp_pack() to generic helper") Cc: Dave Airlie <airl...@gmail.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: Dmitry Baryshkov <dmitry.barysh...@linaro.org> Cc: Abhinav Kumar <quic_abhin...@quicinc.com> Cc: Maxime Ripard <mrip...@kernel.org> Cc: Maarten Lankhorst <maarten.lankho...@linux.intel.com> Cc: Thomas Zimmermann <tzimmerm...@suse.de> Signed-off-by: Rodrigo Vivi <rodrigo.v...@intel.com>
Reviewed-by: Abhinav Kumar <quic_abhin...@quicinc.com>