drm/rockchip: cdn-dp: call drm_connector_update_edid_property() unconditionally
authorJani Nikula <jani.nikula@intel.com>
Thu, 1 Sep 2022 12:47:10 +0000 (15:47 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 2 May 2023 15:49:24 +0000 (18:49 +0300)
commitbfdede3a58ea970333d77a05144a7bcec13cf515
tree58473f668638a7cc432b358ab2776c1ed8deda7b
parent851c1aaed86260a8b5de9d03a31a5f8b0cd18dc0
drm/rockchip: cdn-dp: call drm_connector_update_edid_property() unconditionally

Calling drm_connector_update_edid_property() should be done
unconditionally instead of depending on the number of modes added. Also
match the call order in inno_hdmi and rk3066_hdmi.

Cc: Sandy Huang <hjc@rock-chips.com>
Cc: Heiko Stübner <heiko@sntech.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/bb733eccfb389533cc6e207689be845164a1ed91.1662036058.git.jani.nikula@intel.com
drivers/gpu/drm/rockchip/cdn-dp-core.c