From: Jani Nikula <jani.nikula@intel.com>
To: "Souza\, Jose" <jose.souza@intel.com>,
"intel-gfx\@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>
Cc: "Shankar\, Uma" <uma.shankar@intel.com>,
"ville.syrjala\@linux.intel.com" <ville.syrjala@linux.intel.com>,
"Sharma\, Swati2" <swati2.sharma@intel.com>
Subject: Re: [Intel-gfx] [PATCH] Revert "drm/i915/bios: gracefully disable dual eDP for now"
Date: Thu, 21 Oct 2021 14:12:12 +0300 [thread overview]
Message-ID: <87h7damy2b.fsf@intel.com> (raw)
In-Reply-To: <4757b40e1af80c28d4456e9ed1f9dd05a177f1f0.camel@intel.com>
On Tue, 19 Oct 2021, "Souza, Jose" <jose.souza@intel.com> wrote:
> On Tue, 2021-10-19 at 14:43 +0300, Jani Nikula wrote:
>> This reverts commit 05734ca2a8f76c9eb3890b3c9dfc3467f03105c1.
>>
>> It's not graceful, instead it leads to boot time warning splats in the
>> case it is supposed to handle gracefully. Apparently the BIOS/GOP
>> enabling the port we end up skipping leads to state readout
>> problems. Back to the drawing board.
>
> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Thanks, pushed.
BR,
Jani.
>
>>
>> References: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21255/bat-adlp-4/boot0.txt
>> Fixes: 05734ca2a8f7 ("drm/i915/bios: gracefully disable dual eDP for now")
>> Cc: José Roberto de Souza <jose.souza@intel.com>
>> Cc: Uma Shankar <uma.shankar@intel.com>
>> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
>> Cc: Swati Sharma <swati2.sharma@intel.com>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>> ---
>> drivers/gpu/drm/i915/display/intel_bios.c | 47 -----------------------
>> 1 file changed, 47 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c
>> index b99907c656bb..f9776ca85de3 100644
>> --- a/drivers/gpu/drm/i915/display/intel_bios.c
>> +++ b/drivers/gpu/drm/i915/display/intel_bios.c
>> @@ -1930,50 +1930,6 @@ static int _intel_bios_max_tmds_clock(const struct intel_bios_encoder_data *devd
>> }
>> }
>>
>> -static enum port get_edp_port(struct drm_i915_private *i915)
>> -{
>> - const struct intel_bios_encoder_data *devdata;
>> - enum port port;
>> -
>> - for_each_port(port) {
>> - devdata = i915->vbt.ports[port];
>> -
>> - if (devdata && intel_bios_encoder_supports_edp(devdata))
>> - return port;
>> - }
>> -
>> - return PORT_NONE;
>> -}
>> -
>> -/*
>> - * FIXME: The power sequencer and backlight code currently do not support more
>> - * than one set registers, at least not on anything other than VLV/CHV. It will
>> - * clobber the registers. As a temporary workaround, gracefully prevent more
>> - * than one eDP from being registered.
>> - */
>> -static void sanitize_dual_edp(struct intel_bios_encoder_data *devdata,
>> - enum port port)
>> -{
>> - struct drm_i915_private *i915 = devdata->i915;
>> - struct child_device_config *child = &devdata->child;
>> - enum port p;
>> -
>> - /* CHV might not clobber PPS registers. */
>> - if (IS_CHERRYVIEW(i915))
>> - return;
>> -
>> - p = get_edp_port(i915);
>> - if (p == PORT_NONE)
>> - return;
>> -
>> - drm_dbg_kms(&i915->drm, "both ports %c and %c configured as eDP, "
>> - "disabling port %c eDP\n", port_name(p), port_name(port),
>> - port_name(port));
>> -
>> - child->device_type &= ~DEVICE_TYPE_DISPLAYPORT_OUTPUT;
>> - child->device_type &= ~DEVICE_TYPE_INTERNAL_CONNECTOR;
>> -}
>> -
>> static bool is_port_valid(struct drm_i915_private *i915, enum port port)
>> {
>> /*
>> @@ -2031,9 +1987,6 @@ static void parse_ddi_port(struct drm_i915_private *i915,
>> supports_typec_usb, supports_tbt,
>> devdata->dsc != NULL);
>>
>> - if (is_edp)
>> - sanitize_dual_edp(devdata, port);
>> -
>> if (is_dvi)
>> sanitize_ddc_pin(devdata, port);
>>
>
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2021-10-21 11:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-19 11:43 [Intel-gfx] [PATCH] Revert "drm/i915/bios: gracefully disable dual eDP for now" Jani Nikula
2021-10-19 16:50 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2021-10-19 17:07 ` [Intel-gfx] [PATCH] " Souza, Jose
2021-10-21 11:12 ` Jani Nikula [this message]
2021-10-19 17:21 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-10-19 22:10 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
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=87h7damy2b.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jose.souza@intel.com \
--cc=swati2.sharma@intel.com \
--cc=uma.shankar@intel.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.