drm/i915/tgl: Remove require_force_probe protection
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 18 Feb 2020 23:08:22 +0000 (15:08 -0800)
committerJosé Roberto de Souza <jose.souza@intel.com>
Fri, 13 Mar 2020 21:26:09 +0000 (14:26 -0700)
commit3492d170513a3d0a0f75ebb0d5bfbdf1f9608ccf
tree0f744f8eb39a87663f234d30de7335b53e5c0a2a
parent34a77b0b7b867d24945be7722ce1543c48161450
drm/i915/tgl: Remove require_force_probe protection

We have a few TGL machines in our CI and it is mostly green with
failures in tests that will not impact future Linux installations.
Also there is no warnings, errors, flickering or any visual defects
while doing ordinary tasks like browsing and editing documents in a
dual monitor setup.

As a reminder i915.require_force_probe was created to protect
future Linux installation's iso images that might contain a
kernel from the enabling time of the new platform. Without this
protection most of linux installation was recommending
nomodeset option during installation that was getting stick
there after installation.

Reference: https://intel-gfx-ci.01.org/tree/drm-tip/fi-tgl-u.html
Reference: https://intel-gfx-ci.01.org/tree/drm-tip/shard-tglb.html
Cc: James Ausmus <james.ausmus@intel.com>
Cc: Jani Saarinen <jani.saarinen@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200218230822.66801-1-jose.souza@intel.com
drivers/gpu/drm/i915/i915_pci.c