Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "José Roberto de Souza" <jose.souza@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [PATCH v5 2/2] DO_NOT_MERGE_IT: drm/i915/display: Enable HOBL by default
Date: Mon, 13 Jul 2020 16:53:34 -0700	[thread overview]
Message-ID: <20200713235334.84263-2-jose.souza@intel.com> (raw)
In-Reply-To: <20200713235334.84263-1-jose.souza@intel.com>

Enabling by default to have some testing in CI but the desired behavior
is only enable it when HW/VBT says it is supported.

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
 drivers/gpu/drm/i915/display/intel_ddi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index 92ae036440fa..cc1947a9f747 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -1073,7 +1073,7 @@ static const struct cnl_ddi_buf_trans *
 tgl_get_combo_buf_trans(struct intel_encoder *encoder, int type, int rate,
 			int *n_entries)
 {
-	if (type == INTEL_OUTPUT_EDP && dev_priv->vbt.edp.hobl) {
+	if (type == INTEL_OUTPUT_EDP) {
 		struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
 
 		if (!intel_dp->hobl_failed && rate <= 540000) {
-- 
2.27.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2020-07-13 23:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13 23:53 [Intel-gfx] [PATCH v5 1/2] drm/i915/display: Implement HOBL José Roberto de Souza
2020-07-13 23:53 ` José Roberto de Souza [this message]
2020-07-14  0:15 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v5,1/2] " Patchwork
2020-07-14  0:43 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-07-14  1:47 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2020-07-14 16:43 ` [Intel-gfx] [PATCH v5 1/2] " Ville Syrjälä
2020-07-14 17:03   ` Souza, Jose
2020-07-14 22:43     ` Souza, Jose
2020-07-15 13:45 ` Ville Syrjälä

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=20200713235334.84263-2-jose.souza@intel.com \
    --to=jose.souza@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /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