drm/i915/pci: Remove force_probe requirement for DG1
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 12 May 2025 19:22:16 +0000 (21:22 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Thu, 15 May 2025 14:50:04 +0000 (16:50 +0200)
commit9b961744a83a3027b8d4b97fe1fc587334883ce8
tree6b23c78338e782112ec5c9870bd12c5f86333ce5
parentd6e020819612a4a06207af858e0978be4d3e3140
drm/i915/pci: Remove force_probe requirement for DG1

Dunno why we still have .require_force_probe=1 on DG1 after
all this time. I'm not aware of any real problems with DG1,
so get rid of the force_probe requirement.

Generally the difficulty with DG1 is that it requires a
4GiB BAR for the local memory, and that's not something
that works on every system.

Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250411144313.11660-3-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/i915_pci.c