[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-openchrome: Changes to 'debian-unstable'



 debian/changelog |    4 ++--
 debian/rules     |    2 +-
 src/via_driver.c |    4 +++-
 3 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 4a56a50d718a6a52ded88a657746fafe13de94ec
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Mon Jun 30 18:28:42 2008 -0500

    Updating revision

diff --git a/debian/changelog b/debian/changelog
index 72a3185..c4232ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-openchrome (1:0.2.902+svn578-1) UNRELEASED; urgency=low
+xserver-xorg-video-openchrome (1:0.2.902+svn579-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * debian/patches/01_gen_pci_ids.diff:

commit 2dc54927ca132094fa0e283bdea09c31001f5ba6
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Mon Jun 30 18:22:15 2008 -0500

    s/find/filter

diff --git a/debian/changelog b/debian/changelog
index c0eb849..72a3185 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,7 +15,7 @@ xserver-xorg-video-openchrome (1:0.2.902+svn578-1) UNRELEASED; urgency=low
     + Disables XvDMA for P4M890 and K8M890, as it is broken.
     + Enables CLE video engine on VM800/CN700.
   * Bump Standards-Version to 3.8.0
-    + Use find instead of findstring for DEB_BUILD_OPTIONS parsing in d/rules
+    + Use filter instead of findstring for DEB_BUILD_OPTIONS parsing in d/rules
   * Stripped enclosing chevrons from the unichrome link (Closes: #485957)
     - p.d.o displays the link with or without them, and looks ugly
   * Removed a useless lintian override
diff --git a/debian/rules b/debian/rules
index 57ae5d5..8ddf7b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 DEB_CONFIGURE_EXTRA_FLAGS += --host=$(DEB_HOST_GNU_TYPE)
 endif
 
-ifneq (,$(find debug,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-debug=yes \
 	--enable-xv-debug=yes

commit 6a550146a28b5b4c907531059a61fc73d6cbaca6
Author: schlobinux <schlobinux@e8d65cb0-85f4-0310-8831-c60e2a5ce829>
Date:   Mon Jun 30 22:33:04 2008 +0000

    fix interpolation for CN400
    
    git-svn-id: http://svn.openchrome.org/svn/trunk@579 e8d65cb0-85f4-0310-8831-c60e2a5ce829

diff --git a/src/via_driver.c b/src/via_driver.c
index 0287e78..a937edf 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -823,6 +823,9 @@ VIASetupDefaultOptions(ScrnInfoPtr pScrn)
             pVia->agpEnable = FALSE;
             pVia->DRIIrqEnable = FALSE;
             break;
+        case VIA_PM800:
+            pVia->VideoEngine = VIDEO_ENGINE_CME;
+            break;
         case VIA_VM800:
             pVia->agpEnable = FALSE;
             break;
@@ -839,7 +842,6 @@ VIASetupDefaultOptions(ScrnInfoPtr pScrn)
             pVia->dmaXV = FALSE;
             break;
         case VIA_CX700:
-        case VIA_PM800:
             pVia->VideoEngine = VIDEO_ENGINE_CME;
             pVia->swov.maxWInterp = 1920;
             pVia->swov.maxHInterp = 1080;


Reply to: