drm: Changes to 'refs/tags/2.4.67'
[email protected] (Rob Clark)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
Tag '2.4.67' created by Rob Clark <[email protected]> at 2016-02-15 18:43 -0800 libdrm 2.4.67 Changes since libdrm-2.4.66: Alex Deucher (7): tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2) tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic tests/amdgpu: add a test for cp write data tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic tests/amdgpu: add a test for cp dma fill tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic tests/amdgpu: add a test for cp dma copy Chunming Zhou (2): amdgpu: validate user memory for userptr tests/amdgpu: add semaphore test Damien Lespiau (1): xf86drm: Bound strstr() to the allocated data Emil Velikov (4): tests/kmstest: inverse the order of LDADD libraries amdgpu: add libdrm as private requirement/dependency radeon: add libdrm to Requires.private libkms: add libdrm to Requires.private Eric Anholt (3): vc4: Add the DRM header file. util: Add support for vc4. vc4: Add headers and .pc files for VC4 userspace development. Junwei Zhang (1): amdgpu: list each entry safely for sw semaphore when submit ib Ken Wang (1): amdgpu: fix for submition with no ibs Khem Raj (1): tests: Include sys/select.h Kylie McClain (1): tests: Include poll.h rather than sys/poll.h Marcin Ślusarz (1): configure.ac: don't detect disabled options dependencies Marek Olšák (2): configure.ac: disable annoying warning -Wmissing-field-initializers amdgpu: add semaphore support Michel Dänzer (2): amdgpu: Add new symbols to amdgpu-symbols-check radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl Rob Clark (4): freedreno: update uapi freedreno: small refactor for get_param freedreno: add support for FD_MAX_FREQ Bump version for release Rodrigo Vivi (1): intel/kbl: Add Kabylake PCI ids Stefan Agner (2): kmstest: Use util_open() tests: add fsl-dcu-drm to modules Sumit Semwal (1): android: enable building static version of libdrm Thierry Reding (1): tests: util: Fixup util_open() parameter order Ville Syrjälä (1): Fix memory leak with drmModeGetConnectorCurrent() monk.liu (1): amdgpu: drop address patching logics --- Android.mk | 19 + Makefile.am | 6 Makefile.sources | 1 amdgpu/amdgpu-symbol-check | 4 amdgpu/amdgpu.h | 65 ++++++ amdgpu/amdgpu_bo.c | 14 - amdgpu/amdgpu_cs.c | 181 ++++++++++++++++ amdgpu/amdgpu_internal.h | 16 + amdgpu/libdrm_amdgpu.pc.in | 1 configure.ac | 62 ++++- freedreno/freedreno_drmif.h | 1 freedreno/kgsl/kgsl_pipe.c | 3 freedreno/msm/msm_drm.h | 1 freedreno/msm/msm_pipe.c | 45 ++-- include/drm/vc4_drm.h | 279 ++++++++++++++++++++++++++ intel/intel_chipset.h | 57 +++++ intel/intel_decode.c | 2 libkms/libkms.pc.in | 1 radeon/libdrm_radeon.pc.in | 1 radeon/radeon_bo_gem.c | 2 tests/amdgpu/basic_tests.c | 417 ++++++++++++++++++++++++++++++++++----- tests/kms/kms-steal-crtc.c | 3 tests/kms/kms-universal-planes.c | 3 tests/kmstest/Makefile.am | 6 tests/kmstest/main.c | 45 ++-- tests/modetest/modetest.c | 7 tests/proptest/proptest.c | 2 tests/util/kms.c | 2 tests/vbltest/vbltest.c | 7 vc4/Makefile.am | 34 +++ vc4/Makefile.sources | 3 vc4/libdrm_vc4.pc.in | 9 vc4/vc4_packet.h | 397 +++++++++++++++++++++++++++++++++++++ vc4/vc4_qpu_defines.h | 274 +++++++++++++++++++++++++ xf86drm.c | 3 xf86drmMode.c | 11 - 36 files changed, 1860 insertions(+), 124 deletions(-) --- ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 -- _______________________________________________ Dri-patches mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-patches