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

Bug#791792: jessie-pu: package xserver-xorg-video-modesetting/0.9.0-2



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

(debian-x@ cc'd.)

Hi,

It was reported that the modesetting video driver doesn't support
rotation but pretends to do so, which leads to a blank screen if
rotation is attempted (#791644).

This proposed update backports the single patch sitting in upstream's
master branch after the base version we have in jessie. This doesn't
apply to sid/stretch since modesetting was apparently merged into the
server core in the meanwhile.

Changelog entry:
| xserver-xorg-video-modesetting (0.9.0-2) jessie; 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

Thanks for considering.

Mraw,
KiBi.
diff -u xserver-xorg-video-modesetting-0.9.0/debian/changelog xserver-xorg-video-modesetting-0.9.0/debian/changelog
--- xserver-xorg-video-modesetting-0.9.0/debian/changelog
+++ xserver-xorg-video-modesetting-0.9.0/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-modesetting (0.9.0-2) jessie; 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.
only in patch2:
unchanged:
--- xserver-xorg-video-modesetting-0.9.0.orig/src/drmmode_display.c
+++ xserver-xorg-video-modesetting-0.9.0/src/drmmode_display.c
@@ -568,17 +568,6 @@
 }
 #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 @@
 #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: