From: Michel Dänzer <michel.daenzer@xxxxxxx> This fixes all errors down to Xorg 1.10. One warning remains, see below. This could be silenced by casting the return value of amdgpu_get_marketing_name to (char*), but that's ugly and doesn't seem worth it. ../../src/amdgpu_kms.c: In function â??AMDGPUPreInitChipType_KMSâ??: ../../src/amdgpu_kms.c:1174:17: warning: assignment discards â??constâ?? qualifier from pointer target type [-Wdiscarded-qualifiers] pScrn->chipset = amdgpu_get_marketing_name(pAMDGPUEnt->pDev); ^ Michel Dänzer (3): Don't use pScrn->is_gpu in AMDGPUCreateScreenResources_KMS Use local implementation of RegionDuplicate for older xserver Only define transform_region for XF86_CRTC_VERSION >= 4 configure.ac | 6 ++++++ src/amdgpu_drv.h | 19 +++++++++++++++++++ src/amdgpu_kms.c | 6 +++++- 3 files changed, 30 insertions(+), 1 deletion(-) -- 2.11.0