[Intel-gfx] [PATCH v5 2/2] DO_NOT_MERGE_IT: drm/i915/display: Enable HOBL by default
José Roberto de Souza
jose.souza at intel.com
Mon Jul 13 23:53:34 UTC 2020
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 at 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
More information about the Intel-gfx
mailing list