xf86-video-amdgpu: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 27 09:47:54 UTC 2021


 src/drmmode_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aedbf47ffc9459c3654b66d8abf6d4f8515c4815
Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Mon Apr 26 15:00:54 2021 +0200

    Include xf86drm.h instead of sarea.h
    
    Fixes build against current xorg-x11-server-devel from Fedora
    34/35/rawhide.
    
    Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 6047316..b6cdde7 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -40,7 +40,7 @@
 #include "mipointrst.h"
 #include "xf86cmap.h"
 #include "xf86Priv.h"
-#include "sarea.h"
+#include <xf86drm.h>
 
 #include "drmmode_display.h"
 #include "amdgpu_bo_helper.h"


More information about the xorg-commit mailing list