|
@@ -3404,7 +3404,9 @@ static int reset_intel_82599_sfp_virtfn(struct pci_dev *dev, int probe)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-#include "../gpu/drm/i915/i915_reg.h"
|
|
|
|
|
|
+#define SOUTH_CHICKEN2 0xc2004
|
|
|
|
+#define PCH_PP_STATUS 0xc7200
|
|
|
|
+#define PCH_PP_CONTROL 0xc7204
|
|
#define MSG_CTL 0x45010
|
|
#define MSG_CTL 0x45010
|
|
#define NSDE_PWR_STATE 0xd0100
|
|
#define NSDE_PWR_STATE 0xd0100
|
|
#define IGD_OPERATION_TIMEOUT 10000 /* set timeout 10 seconds */
|
|
#define IGD_OPERATION_TIMEOUT 10000 /* set timeout 10 seconds */
|