]> Git Repo - linux.git/commitdiff
drm/i915/dg2: Drop force_probe requirement
authorMatt Roper <[email protected]>
Wed, 9 Nov 2022 00:13:28 +0000 (16:13 -0800)
committerRodrigo Vivi <[email protected]>
Fri, 18 Nov 2022 20:38:33 +0000 (15:38 -0500)
DG2 has been very usable for a while now, and all of the uapi changes
related to fundamental platform usage have been finalized.  Recent CI
results have also been healthy, so we're ready to drop the force_probe
requirement and enable the platform by default.

Cc: Rodrigo Vivi <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Jani Nikula <[email protected]>
Signed-off-by: Matt Roper <[email protected]>
Acked-by: Tvrtko Ursulin <[email protected]>
Acked-by: Rodrigo Vivi <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_pci.c

index 211913be40cec6b4f83d58f2406eed15ef88b7a4..0866300243aa355f6b33c638df936825722ee659 100644 (file)
@@ -1078,7 +1078,6 @@ static const struct intel_device_info dg2_info = {
        XE_LPD_FEATURES,
        .__runtime.cpu_transcoder_mask = BIT(TRANSCODER_A) | BIT(TRANSCODER_B) |
                               BIT(TRANSCODER_C) | BIT(TRANSCODER_D),
-       .require_force_probe = 1,
 };
 
 static const struct intel_device_info ats_m_info = {
This page took 0.05915 seconds and 4 git commands to generate.