Tag 'xserver-xorg-video-amdgpu-1.1.1-1' created by Timo Aaltonen <tjaal...@debian.org> at 2016-09-15 20:55 +0000
Tagging upload of xserver-xorg-video-amdgpu 1.1.1-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJX2wrJAAoJEMtwMWWoiYTcW70P/ixRZxMgAagqcau8U58Yndbn V7/+jF+gQXpzzPjrN7+Ip71TspDLh5USWKiV7ATB5al7rtwwjflL5uFxmRpWF9k5 M4pGQSrgtOO4ikMhcT0XHdcTqtf+1nnppzLnFNbVP9HnOR1Km06mdwNirVxnhbBp YPOjnMjosPBoTWU53hh4TJSI16SPilM3/2EnqPKZQJ+9GzYxJED/y27YzYipPrw3 QeEMJI6/Jl0eWNqaXe2hMBEwr1MJX9Rw/JlqUlQIiPQ2ddeJxKLmF6BXoPvMnu7p 43DCs50UJFzwa9JTWEW4Pn84ok4cdENn5tuLDieUozd6Mexs5hfAYNo/fTJ0EDev 1MFfvogKgEE8ho5W8arr7FwZQ+WK5VqOjRINZzRexc/lkhYv56FLVrXoNJ9bSypY eTGd15/B4DmJzVW48MAQuHkR3a7kf3DPwFrEr2jL2VAGMmTY+LwedDOK61ArgbtP ZGlhZ0fKoNBTCe99anhqfxduMT9c9ToYAp/KcvN59UrN0EomZ0z0s0MGexWZSETU AUzjh1l4PUc/7mlJIUBtFla84JFPdinyJJCoMm9RGKVjeS/UOcq1q3lv2Y/6nr+O 80bJ+nt3KLEldmPPl/b6iedCAVrSELRkyKMnawKez5LhV0DSa1TkUIcz31kFlF6P 0ExNN0A3VtJ2mDk/WZc8 =L03b -----END PGP SIGNATURE----- Changes since xserver-xorg-video-amdgpu-1.1.0-1: Alex Deucher (1): add missing bonaire pci id Flora Cui (3): add strato pci id Add more Polaris 10 PCI IDs Add more Polaris 11 PCI IDs Marek Olšák (1): Fix cursor size for SI Michel Dänzer (14): Handle Zaphod mode correctly in amdgpu_mode_hotplug glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == NULL Remove amdgpu_share_pixmap_backing Add amdgpu_pixmap_get_tiling_info Consolidate get_drawable_pixmap helper Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2 glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIME Destroy all dedicated scanout buffers during CloseScreen Only use RandR APIs if RandR is enabled DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_msc Add Mullins PCI IDs Add missing Kaveri PCI ID (1318) Use --with-xorg-conf-dir=$prefix/share/X11/xorg.conf.d by default Bump version for the 1.1.1 release Qiang Yu (3): Remove RR_Capability_SinkOutput for GPU without CRTC. Fix amdgpu_mode_hotplug crash on multi GPU platform. DRI2: Fix amdgpu_dri2_exchange_buffers width/height copy'n'paste error Ronie Salgado (1): Add SI PCI IDs Timo Aaltonen (4): Merge branch 'upstream-unstable' into debian-unstable update changelogs fix-configdir.diff: Fix installing the config snippet. upload to sid --- ChangeLog | 930 ++++++++++++++++++++++++++++++++++++++ configure.ac | 8 debian/changelog | 7 debian/patches/fix-configdir.diff | 15 debian/patches/series | 2 man/amdgpu.man | 2 src/amdgpu_bo_helper.c | 48 + src/amdgpu_bo_helper.h | 20 src/amdgpu_chipinfo_gen.h | 108 ++++ src/amdgpu_chipset_gen.h | 108 ++++ src/amdgpu_dri2.c | 73 -- src/amdgpu_glamor.c | 80 +++ src/amdgpu_glamor.h | 1 src/amdgpu_glamor_wrappers.c | 18 src/amdgpu_kms.c | 42 + src/amdgpu_pci_chipset_gen.h | 108 ++++ src/amdgpu_pci_device_match_gen.h | 108 ++++ src/amdgpu_pixmap.h | 2 src/amdgpu_probe.h | 6 src/ati_pciids_gen.h | 108 ++++ src/drmmode_display.c | 57 +- src/pcidb/ati_pciids.csv | 108 ++++ 22 files changed, 1814 insertions(+), 145 deletions(-) ---