Module Name:    xsrc
Committed By:   jmcneill
Date:           Sat Nov 14 12:01:38 UTC 2015

Modified Files:
        xsrc/external/mit/xf86-video-modesetting/dist/src: drmmode_display.c

Log Message:
Merge upstream commit 91571cce03adc58a10b5d76307629efc7c994c3e

Subject: modesetting: Don't pretend to support rotation

It only ends in tears

Signed-off-by: Rob Clark <robdcl...@gmail.com>
Reviewed-by: Alex Deucher <alexander.deuc...@amd.com>


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    xsrc/external/mit/xf86-video-modesetting/dist/src/drmmode_display.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-modesetting/dist/src/drmmode_display.c
diff -u xsrc/external/mit/xf86-video-modesetting/dist/src/drmmode_display.c:1.1.1.1 xsrc/external/mit/xf86-video-modesetting/dist/src/drmmode_display.c:1.2
--- xsrc/external/mit/xf86-video-modesetting/dist/src/drmmode_display.c:1.1.1.1	Fri Nov  6 01:11:36 2015
+++ xsrc/external/mit/xf86-video-modesetting/dist/src/drmmode_display.c	Sat Nov 14 12:01:38 2015
@@ -568,17 +568,6 @@ drmmode_set_scanout_pixmap(xf86CrtcPtr c
 }
 #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_cr
 #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 via email to