OSDN Git Service

drm/i915/display: remove FIXME comment for intended feature
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 Apr 2021 22:38:06 +0000 (15:38 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 10 May 2021 14:06:20 +0000 (07:06 -0700)
Direction on gen >= 9 was to stop using straps and rely on VBT
indicating if the port is present or not. Remove FIXME comment since
this will never be "fixed".

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210430223808.1078010-3-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_display.c

index 5066d85..42ec103 100644 (file)
@@ -11210,15 +11210,9 @@ static void intel_setup_outputs(struct drm_i915_private *dev_priv)
 
                icl_dsi_init(dev_priv);
        } else if (IS_GEMINILAKE(dev_priv) || IS_BROXTON(dev_priv)) {
-               /*
-                * FIXME: Broxton doesn't support port detection via the
-                * DDI_BUF_CTL_A or SFUSE_STRAP registers, find another way to
-                * detect the ports.
-                */
                intel_ddi_init(dev_priv, PORT_A);
                intel_ddi_init(dev_priv, PORT_B);
                intel_ddi_init(dev_priv, PORT_C);
-
                vlv_dsi_init(dev_priv);
        } else if (HAS_DDI(dev_priv)) {
                int found;