xf86-video-amdgpu: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 4 16:36:55 UTC 2021


 src/amdgpu_probe.c    |    1 -
 src/drmmode_display.c |    2 --
 2 files changed, 3 deletions(-)

New commits:
commit 6ed48634443e15a45f48e3a4ddf91e46041ad38f
Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Tue Feb 2 12:45:54 2021 +0100

    Drop dri.h includes
    
    Not needed anymore.
    
    Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

diff --git a/src/amdgpu_probe.c b/src/amdgpu_probe.c
index 7ce9090..e3f8c08 100644
--- a/src/amdgpu_probe.c
+++ b/src/amdgpu_probe.c
@@ -50,7 +50,6 @@
 #include "xf86.h"
 
 #include "xf86drmMode.h"
-#include "dri.h"
 
 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 #include <xf86_OSproc.h>
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 465915f..6047316 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -47,8 +47,6 @@
 #include "amdgpu_glamor.h"
 #include "amdgpu_pixmap.h"
 
-#include <dri.h>
-
 /* DPMS */
 #ifdef HAVE_XEXTPROTO_71
 #include <X11/extensions/dpmsconst.h>


More information about the xorg-commit mailing list