Skip to content

Commit 9b96174

Browse files
vsyrjalaAndi Shyti
authored andcommitted
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 <[email protected]> Signed-off-by: Ville Syrjälä <[email protected]> Signed-off-by: Andi Shyti <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d6e0208 commit 9b96174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/i915/i915_pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,6 @@ static const struct intel_device_info dg1_info = {
663663
DGFX_FEATURES,
664664
.__runtime.graphics.ip.rel = 10,
665665
PLATFORM(INTEL_DG1),
666-
.require_force_probe = 1,
667666
.platform_engine_mask =
668667
BIT(RCS0) | BIT(BCS0) | BIT(VECS0) |
669668
BIT(VCS0) | BIT(VCS2),

0 commit comments

Comments
 (0)