drm: Changes to 'refs/tags/libdrm-2.4.94'
[email protected] (GitLab Mirror) Thu, 23 Aug 2018 22:19:40 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
Tag 'libdrm-2.4.94' created by Kristian H. Kristensen <[email protected]> at 2018-08-23 21:44 +0000 libdrm-2.4.94 Changes since libdrm-2.4.93: Benjamin Gaignard (2): tests/modetest: Add atomic support tests/util: Add support for stm module Christian König (7): amdgpu: stop using the hash table for fd_tab amdgpu: add handle table implementation v2 amdgpu: use handle table for KMS handles amdgpu: use handle table for flink names amdgpu: remove the hash table implementation amdgpu: always add all BOs to handle table amdgpu: fix off by one in handle_table_insert Junwei Zhang (5): amdgpu: add bo from user memory to handle table amdgpu: add a function to find bo by cpu mapping (v2) tests/amdgpu: add test for finding bo by CPU mapping amdgpu: free flink bo in bo import amdgpu: add a function to create amdgpu bo internally (v4) Kristian H. Kristensen (1): Bump to version 2.4.94 Likun Gao (1): amdgpu: Disable deadlock test suite for RV Michel Dänzer (2): amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping Mike Lothian (1): libdrm: Fix amdgpu build failure Rob Clark (2): freedreno: don't leak stateobj rb refs freedreno: fix use-after-free with stateobj rb's Rodrigo Vivi (1): intel: Add a new CFL PCI ID. Tanmay Shah (1): libdrm: add msm drm uapi header --- Makefile.sources | 1 amdgpu/Makefile.sources | 6 amdgpu/amdgpu.h | 23 ++ amdgpu/amdgpu_bo.c | 266 ++++++++++++++++------------ amdgpu/amdgpu_device.c | 67 +------ amdgpu/amdgpu_internal.h | 6 amdgpu/handle_table.c | 72 +++++++ amdgpu/handle_table.h | 41 ++++ amdgpu/meson.build | 3 amdgpu/util_hash.c | 383 ----------------------------------------- amdgpu/util_hash.h | 103 ----------- amdgpu/util_hash_table.c | 270 ---------------------------- amdgpu/util_hash_table.h | 71 ------- configure.ac | 2 freedreno/Makefile.sources | 1 freedreno/msm/msm_ringbuffer.c | 31 ++- include/drm/README | 5 include/drm/msm_drm.h | 3 intel/intel_chipset.h | 6 meson.build | 11 - tests/amdgpu/bo_tests.c | 33 +++ tests/amdgpu/deadlock_tests.c | 3 tests/modetest/modetest.c | 349 ++++++++++++++++++++++++++++++++++--- tests/util/kms.c | 1 24 files changed, 716 insertions(+), 1041 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