Re: [Intel-gfx] [PATCH 1/2] drm/i915/display: Drop check for doublescan mode in modevalid

2023-01-05 Thread Jani Nikula
On Mon, 17 Oct 2022, Ankit Nautiyal wrote: > 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 >

[Intel-gfx] [PATCH 1/2] drm/i915/display: Drop check for doublescan mode in modevalid

2022-10-17 Thread Ankit Nautiyal
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.