On Mon, Aug 4, 2014 at 10:23 AM, Andreas Boll <[email protected]> wrote: > Hi, > > while working with RADEON_INFO_ACCEL_WORKING2 I noticed that we use another > outdated copy of radeon_drm.h in xf86-video-ati. > Let's use radeon_drm.h from libdrm and drop this one.
Series is: Reviewed-by: Alex Deucher <[email protected]> > > Andreas. > > Andreas Boll (4): > radeon: drop redundant radeon_drm.h includes > radeon: move RADEON_TILING_{MASK,LINEAR} from radeon_drm.h to radeon.h > radeon: drop radeon_drm.h > radeon: remove definitions already present in radeon_drm.h > > src/Makefile.am | 1 - > src/cayman_accel.c | 1 - > src/drmmode_display.c | 1 - > src/evergreen_accel.c | 1 - > src/r6xx_accel.c | 1 - > src/radeon.h | 2 + > src/radeon_drm.h | 920 > -------------------------------------------------- > src/radeon_exa.c | 1 - > src/radeon_kms.c | 17 - > 9 files changed, 2 insertions(+), 943 deletions(-) > delete mode 100644 src/radeon_drm.h > > -- > 2.0.1 > > _______________________________________________ > xorg-driver-ati mailing list > [email protected] > http://lists.x.org/mailman/listinfo/xorg-driver-ati _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
