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

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



 debian/changelog      |    7 +++++++
 src/drmmode_display.c |   13 -------------
 2 files changed, 7 insertions(+), 13 deletions(-)

New commits:
commit ee630eff18d0ccc963b819772e7066ec83cad422
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Jul 8 14:49:33 2015 +0200

    release to jessie
    
    Having that in the debian-unstable branch is a bit of a misnomer but
    I hope we'll manage.

diff --git a/debian/changelog b/debian/changelog
index f737991..6368bd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-modesetting (0.9.0-2) UNRELEASED; urgency=medium
+xserver-xorg-video-modesetting (0.9.0-2) jessie; urgency=medium
 
   * Merge from upstream master:
     + modesetting: Don't pretend to support rotation (closes: #791644)

commit a4d4f0dcaf03faab1a2accb39086c5c3d659a07e
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Jul 8 14:47:37 2015 +0200

    Bump changelog.

diff --git a/debian/changelog b/debian/changelog
index e7c6b04..f737991 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-modesetting (0.9.0-2) UNRELEASED; urgency=medium
+
+  * Merge from upstream master:
+    + modesetting: Don't pretend to support rotation (closes: #791644)
+
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 08 Jul 2015 14:42:57 +0200
+
 xserver-xorg-video-modesetting (0.9.0-1) unstable; urgency=medium
 
   * New upstream release.

commit 91571cce03adc58a10b5d76307629efc7c994c3e
Author: Rob Clark <robdclark@gmail.com>
Date:   Tue Aug 26 17:31:26 2014 -0400

    modesetting: Don't pretend to support rotation
    
    It only ends in tears
    
    Signed-off-by: Rob Clark <robdclark@gmail.com>
    Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index c533324..12aa987 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -568,17 +568,6 @@ drmmode_set_scanout_pixmap(xf86CrtcPtr crtc, PixmapPtr ppix)
 }
 #endif
 
-static void *drmmode_shadow_allocate(xf86CrtcPtr crtc, int width, int height)
-{
-	return NULL;
-}
-
-static PixmapPtr drmmode_shadow_create(xf86CrtcPtr crtc, void *data, int width,
-				       int height)
-{
-	return NULL;
-}
-
 static const xf86CrtcFuncsRec drmmode_crtc_funcs = {
     .dpms = drmmode_crtc_dpms,
     .set_mode_major = drmmode_set_mode_major,
@@ -593,8 +582,6 @@ static const xf86CrtcFuncsRec drmmode_crtc_funcs = {
 #ifdef MODESETTING_OUTPUT_SLAVE_SUPPORT
     .set_scanout_pixmap = drmmode_set_scanout_pixmap,
 #endif
-    .shadow_allocate = drmmode_shadow_allocate,
-    .shadow_create = drmmode_shadow_create,
 };
 
 static void


Reply to: