From: Jani Nikula <jani.nikula@linux.intel.com>
To: "Ville Syrjälä" <ville.syrjala@linux.intel.com>,
"Ankit Nautiyal" <ankit.k.nautiyal@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display : Remove support for interlace mode
Date: Mon, 26 Jun 2023 15:35:09 +0300 [thread overview]
Message-ID: <87edlyv1tu.fsf@intel.com> (raw)
In-Reply-To: <ZIm0tjXL3sR6xwPf@intel.com>
On Wed, 14 Jun 2023, Ville Syrjälä <ville.syrjala@linux.intel.com> wrote:
> On Wed, Jun 14, 2023 at 09:37:49AM +0530, Ankit Nautiyal wrote:
>> There are multiple panels with which Interlace mode is seen to cause
>> flickering (interlacing artifacts) with different platforms.
>>
>> The issue is seen with both HDMI, DP with CML, CFL, ICL, EHL with
>> different display models from Acer, Benq, Dell etc.
>> There are some models where the issue is not seen with same setup.
>>
>> Due to this, cases where multiple display are configured in clone mode,
>> sometimes interlaced mode gets picked up in one of the displays
>> and flickers are seen.
>>
>> Since its difficult to pin point if issue is due to the HW or due to
>> panels, removing interlace mode for DP and HDMI till this is
>> root caused.
>
> I though people already confirmewd the problem on non-Intel hw?
> So seems pretty clear that it's the displays themselves that are
> garbage.
Moreover, later means never. If you brush it under the carpet, nobody's
ever going to root cause it.
BR,
Jani.
>
>>
>> Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8395
>>
>> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
>> ---
>> drivers/gpu/drm/i915/display/intel_dp.c | 3 ---
>> drivers/gpu/drm/i915/display/intel_hdmi.c | 3 ---
>> 2 files changed, 6 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
>> index f4192fda1a76..78d8ceb590a3 100644
>> --- a/drivers/gpu/drm/i915/display/intel_dp.c
>> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
>> @@ -5665,9 +5665,6 @@ intel_dp_init_connector(struct intel_digital_port *dig_port,
>> drm_connector_init(dev, connector, &intel_dp_connector_funcs, type);
>> drm_connector_helper_add(connector, &intel_dp_connector_helper_funcs);
>>
>> - if (!HAS_GMCH(dev_priv) && DISPLAY_VER(dev_priv) < 12)
>> - connector->interlace_allowed = true;
>> -
>> intel_connector->polled = DRM_CONNECTOR_POLL_HPD;
>>
>> intel_dp_aux_init(intel_dp);
>> diff --git a/drivers/gpu/drm/i915/display/intel_hdmi.c b/drivers/gpu/drm/i915/display/intel_hdmi.c
>> index 7ac5e6c5e00d..9b3ea307ef40 100644
>> --- a/drivers/gpu/drm/i915/display/intel_hdmi.c
>> +++ b/drivers/gpu/drm/i915/display/intel_hdmi.c
>> @@ -2998,9 +2998,6 @@ void intel_hdmi_init_connector(struct intel_digital_port *dig_port,
>> ddc);
>> drm_connector_helper_add(connector, &intel_hdmi_connector_helper_funcs);
>>
>> - if (DISPLAY_VER(dev_priv) < 12)
>> - connector->interlace_allowed = true;
>> -
>> connector->stereo_allowed = true;
>>
>> if (DISPLAY_VER(dev_priv) >= 10)
>> --
>> 2.40.1
--
Jani Nikula, Intel Open Source Graphics Center
prev parent reply other threads:[~2023-06-26 12:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-14 4:07 [Intel-gfx] [PATCH] drm/i915/display : Remove support for interlace mode Ankit Nautiyal
2023-06-14 5:07 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
2023-06-14 12:38 ` [Intel-gfx] [PATCH] " Ville Syrjälä
2023-06-26 12:35 ` Jani Nikula [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87edlyv1tu.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=ankit.k.nautiyal@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=ville.syrjala@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox