diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 5e21b31..070c55d 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -5570,8 +5570,19 @@ struct intel_quirk intel_quirks[] = {
 	{ 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
 
 	/* 855 & before need to leave pipe A & dpll A up */
-	{ 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
-	{ 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
+	/* Not needed in 3582 17C0:205A, and apparently in a number of
+	 * other 855 cards. Almost all 855 cards have endup with no cursor by
+	 * this "preventive" fix.
+	 *
+     * Please, add cards that need this fix by id, if possible, only after
+	 * confirmation.
+	 *
+	 * Anyway, its possible that this fix is needed for 855 cards that use the
+	 * VGA connector (desktop motherboard), and not by the ones that use the LVDS
+	 * output (notebooks).
+	 */
+	/* { 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force }, */
+	/* { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force }, */
 };
 
 static void intel_init_quirks(struct drm_device *dev)

