drm: Changes to 'refs/tags/libdrm-2.4.71'
[email protected] (Rob Clark)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
Tag 'libdrm-2.4.71' created by Rob Clark <[email protected]> at 2016-10-04 00:55 +0000 libdrm-2.4.71 -----BEGIN PGP SIGNATURE----- iQIcBAABAgAGBQJX8v34AAoJEBkcm5BVIrBFW4YQAJqwVmsH8QSzzG2JqWlDEvB6 YV5jB/op8sSYxuew7KiwaMv9oUvLknMjK+DwW5O8ljyVdDKe0KdPUwSbjWTlXO8a 33REfM2xTKPKtubcUb9wfuAvv37f/PWQYfOPBctr/TMfbrAjX5H5B/MjHb/vpIKx eHNKuFgx5MMEA/AI62u0aHOwiEIOecoDplhDDrld+FHsVgPvOaJlC1g4muNfrPQ5 9DZo1QK88sQwj12y6cI7dvLCz5EZp+wnJi2e2+Wxg6xu8VHa8hWcew5eZ5aOmLdI 4/bke7yk858wArNngbRUvSo5oAlfa+mZIqP2PAof8e50otliQtJhPW0YI9aN4v6E MnDaCEyb8M7p7T1xcvyJjJZNpJjyAJSGHRNoOle8Bf3x6HSSeKjvL86Afoolc3f4 iF40P0jsZuDXtRDugN6iBVnMZ7NterVqrca7lw7DVoaHNNGrU0+U+LPpAdtQK4he NYdsIZxOJFhsNQAGas1HBkmEBMkKFYJugkrSqIHKYkqF8T30lpC62/KW4eGG6tCn 91jD+Jl4WysOU7kHovEXtASdB0jDHvdHEko15sw7qhmdQ4X+/NFM9S4SFnstEe/3 kKU9U74SHZRB2xFrP7S9MPdjbsmCiXRYGy2VtkcIVxhzyobHH1P5eCFv4YBelK55 1zOwmQiopPu9qbvsJsRt =WN2Y -----END PGP SIGNATURE----- Changes since libdrm-2.4.70: Daniel Kurtz (1): modetest: add mediatek to module list Eric Anholt (1): Simplify the RELEASING steps based on current release.sh. Flora Cui (1): amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag Kristian H. Kristensen (1): Add drmModeAddFB2WithModifiers() which takes format modifiers Leo Liu (1): tests/amdgpu: update vce encRefPic addr mode to tiled Marek Olšák (3): radeon: sync radeon_drm.h with the kernel amdgpu: sync amdgpu_drm.h with the kernel amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_version Michel Dänzer (1): intel: Add new symbols to intel-symbol-check Rob Clark (2): list: fix an issue with android build using clang Bump version for release Ronie Salgado (1): amdgpu: add SI support Stéphane Marchesin (1): modetest: Also print the pixel clock The etnaviv authors (2): libdrm: add etnaviv drm support libdrm: add etnaviv tests Yang Rong (1): intel: Export pooled EU and min no. of eus in a pool. satsahu (1): modetest: Adding amdgpu to module list --- .gitignore | 4 Makefile.am | 6 RELEASING | 26 amdgpu/amdgpu_gpu_info.c | 20 configure.ac | 19 etnaviv/Android.mk | 18 etnaviv/Makefile.am | 26 etnaviv/Makefile.sources | 12 etnaviv/etnaviv-symbol-check | 45 etnaviv/etnaviv_bo.c | 347 +++++++ etnaviv/etnaviv_bo_cache.c | 196 ++++ etnaviv/etnaviv_cmd_stream.c | 243 +++++ etnaviv/etnaviv_device.c | 96 ++ etnaviv/etnaviv_drm.h | 233 ++++ etnaviv/etnaviv_drmif.h | 188 ++++ etnaviv/etnaviv_gpu.c | 175 +++ etnaviv/etnaviv_pipe.c | 78 + etnaviv/etnaviv_priv.h | 199 ++++ etnaviv/libdrm_etnaviv.pc.in | 11 include/drm/amdgpu_drm.h | 44 include/drm/i915_drm.h | 2 include/drm/radeon_drm.h | 51 - intel/intel-symbol-check | 2 intel/intel_bufmgr.h | 3 intel/intel_bufmgr_gem.c | 30 radeon/radeon_surface.c | 8 tests/Makefile.am | 4 tests/amdgpu/vce_ib.h | 2 tests/etnaviv/Makefile.am | 41 tests/etnaviv/cmdstream.xml.h | 242 +++++ tests/etnaviv/etnaviv_2d_test.c | 240 +++++ tests/etnaviv/etnaviv_bo_cache_test.c | 121 ++ tests/etnaviv/etnaviv_cmd_stream_test.c | 123 ++ tests/etnaviv/state.xml.h | 375 ++++++++ tests/etnaviv/state_2d.xml.h | 1497 ++++++++++++++++++++++++++++++++ tests/etnaviv/write_bmp.c | 151 +++ tests/etnaviv/write_bmp.h | 34 tests/modetest/modetest.c | 5 tests/util/kms.c | 2 util_double_list.h | 2 xf86drmMode.c | 21 xf86drmMode.h | 7 42 files changed, 4887 insertions(+), 62 deletions(-) --- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot -- _______________________________________________ Dri-patches mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-patches