Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6c7e66e6 authored by Doug Anderson's avatar Doug Anderson Committed by Thierry Reding
Browse files

drm/bridge: dw-hdmi: Return number of EDID modes



The dw_hdmi_connector_get_modes() function accidentally forgets to
return the number of modes it added, although it has this information
stored in a local variable.  Let's fix that.

Without this fix, drm_helper_probe_single_connector_modes_merge_bits()
could get confused and always call drm_add_modes_noedid().  That's not
right.

Signed-off-by: default avatarDoug Anderson <dianders@chromium.org>
Tested-by: default avatarYakir Yang <ykk@rock-chips.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent dd015002
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment