xf86-video-intel: Drop patches from git version

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-10-12 12:30:35 +01:00
parent 127797db30
commit 9996221679
6 changed files with 1 additions and 107 deletions

View File

@ -1,13 +0,0 @@
diff --git a/src/i830_driver.c b/src/i830_driver.c
index 7bc10fd..6cd30b2 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -1792,7 +1792,7 @@ I830PreInit(ScrnInfoPtr pScrn, int flags)
return FALSE;
pI830 = I830PTR(pScrn);
- pI830->SaveGeneration = -1;
+ pI830->SaveGeneration = serverGeneration;
pI830->pEnt = pEnt;
pI830->use_drm_mode = drm_mode_setting;

View File

@ -1,13 +0,0 @@
Index: git/src/i830_display.c
===================================================================
--- git.orig/src/i830_display.c 2008-10-29 15:46:24.000000000 +0000
+++ git/src/i830_display.c 2008-10-29 18:27:47.000000000 +0000
@@ -376,7 +376,7 @@
i830WaitForVblank(ScrnInfoPtr pScreen)
{
/* Wait for 20ms, i.e. one cycle at 50hz. */
- usleep(30000);
+ usleep(21000);
}
void

View File

@ -1,32 +0,0 @@
diff --git a/src/i830_driver.c b/src/i830_driver.c
index 223967f..4f95db0 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -912,6 +912,7 @@ I830SetupOutputs(ScrnInfoPtr pScrn)
if (IS_MOBILE(pI830) && !IS_I830(pI830))
i830_lvds_init(pScrn);
+#if 0
if (IS_I9XX(pI830)) {
if ((INREG(SDVOB) & SDVO_DETECTED) || pI830->force_sdvo_detect) {
Bool found = i830_sdvo_init(pScrn, SDVOB);
@@ -931,7 +932,8 @@ I830SetupOutputs(ScrnInfoPtr pScrn)
}
if (IS_I9XX(pI830) && IS_MOBILE(pI830))
i830_tv_init(pScrn);
-
+#endif
+
for (o = 0; o < config->num_output; o++)
{
xf86OutputPtr output = config->output[o];
@@ -1622,7 +1624,9 @@ I830AccelMethodInit(ScrnInfoPtr pScrn)
PreInitCleanup(pScrn);
return FALSE;
}
+#if 0
RestoreHWState(pScrn);
+#endif
/* XXX This should go away, replaced by xf86Crtc.c support for it */
pI830->rotation = RR_Rotate_0;

View File

@ -1,30 +0,0 @@
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 0d67d50..adb0dba 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -404,10 +404,11 @@ i830SetLVDSPanelPower(xf86OutputPtr output, Bool on)
dev_priv->backlight_duty_cycle = dev_priv->backlight_max;
OUTREG(PP_CONTROL, INREG(PP_CONTROL) | POWER_TARGET_ON);
+#if 0
do {
pp_status = INREG(PP_STATUS);
} while ((pp_status & PP_ON) == 0);
-
+#endif
dev_priv->set_backlight(output, dev_priv->backlight_duty_cycle);
dev_priv->dpmsoff = FALSE;
} else {
@@ -420,10 +421,11 @@ i830SetLVDSPanelPower(xf86OutputPtr output, Bool on)
dev_priv->set_backlight(output, 0);
OUTREG(PP_CONTROL, INREG(PP_CONTROL) & ~POWER_TARGET_ON);
+#if 0
do {
pp_status = INREG(PP_STATUS);
} while (pp_status & PP_ON);
-
+#endif
dev_priv->dpmsoff = TRUE;
}
}

View File

@ -1,12 +0,0 @@
Index: git/configure.ac
===================================================================
--- git.orig/configure.ac 2009-06-02 14:47:46.000000000 +0100
+++ git/configure.ac 2009-06-02 14:49:41.000000000 +0100
@@ -43,7 +43,6 @@
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-DOLT
AC_PROG_CC
AM_PROG_CC_C_O

View File

@ -9,13 +9,7 @@ PV = "2.7.1+git${SRCPV}"
EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
#TODO: Investigate the fact that these patches fail to apply to git master a.t.m
#file://002_avoid_duplicate_SaveHWState.patch;patch=1
#file://004_reduce_driver_boottime.patch;patch=1
SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git \
file://005_disable_sdvo_TV_port_restoreHW.patch;patch=1 \
file://006_disable_check_lvds_panelpower_status.patch;patch=1 \
file://nodolt.patch;patch=1 "
SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git"
S = "${WORKDIR}/git"