drm/i915/display: Drop check for doublescan mode in modevalid
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 17 Oct 2022 14:30:37 +0000 (20:00 +0530)
committerUma Shankar <uma.shankar@intel.com>
Thu, 12 Jan 2023 07:16:11 +0000 (12:46 +0530)
commit9d04eb20bc71a383b4d4e383b0b7fac8d38a2e34
treea8e8da97c03c2c86eb331f969ce235d8bc7ac0d1
parentf840834a8b60ffd305f03a53007605ba4dfbbc4b
drm/i915/display: Drop check for doublescan mode in modevalid

Since the DP/HDMI connector do not set connector->doublescan_allowed,
the doublescan modes will get automatically filtered during
drm_helper_probe_single_connector_modes().

Therefore check for double scan modes is not required and is dropped
from modevalid functions for both DP and HDMI.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221017143038.1748319-2-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_hdmi.c