OSDN Git Service

modetest: set atomic cap, _only_ when needed
[android-x86/external-libdrm.git] / amdgpu /
2020-03-23 Pierre-Eric Pellou... amdgpu: increase cpu_map_count storage size
2020-02-12 Huang Ruiamdgpu: clean up the cs structure variable
2020-02-12 Huang Ruiamdgpu: remove the un-used chunk_array
2020-02-12 Huang Ruiamdgpu: use amdgpu_cs_submit_raw2 in amdgpu_cs_submit
2020-02-12 Huang Ruiamdgpu: use alloca for dependencies and sem_dependencies
2020-01-23 Eric Engestrommeson: always define whether headers exist
2019-11-11 Eric Engestromamdgpu: convert to new symbols check
2019-10-26 Chunming Zhoulibdrm: wrap new flexible syncobj query interface v2
2019-10-18 Eric EngestromRevert "Revert "libdrm: remove autotools support""
2019-10-16 Marek OlšákRevert "libdrm: remove autotools support"
2019-10-15 Marek Olšákamdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX...
2019-10-14 Eric Engestromlibdrm: remove autotools support
2019-10-04 Eric Engestrom*-symbols-check: let meson figure out how to execute...
2019-10-04 Emil Velikov*-symbols-check: use normal shell over bash
2019-07-01 Michel Dänzeramdgpu: Rename fd_mutex/list to dev_mutex/list
2019-07-01 Michel Dänzeramdgpu: Add BO handle to table in amdgpu_bo_create
2019-07-01 Michel Dänzeramdgpu: Pass file descriptor directly to amdgpu_close_k...
2019-06-25 Michel Dänzeramdgpu: Update amdgpu_bo_handle_type_kms_noimport docum...
2019-06-25 Michel Dänzeramdgpu: Move union declaration to top of amdgpu_cs_ctx_...
2019-05-16 Michel Dänzeramdgpu: Add amdgpu_cs_syncobj_transfer to amdgpu-symbol...
2019-05-16 Chunming Zhouwrap transfer interfaces
2019-05-16 Chunming Zhouexpose timeline signal/export/import interfaces v2
2019-05-16 Chunming Zhouwrap syncobj timeline query/wait APIs for amdgpu v3
2019-04-25 John Stultzlibdrm: amdgpu: Initialize unions with memset rather...
2019-04-18 Bas Nieuwenhuizenamdgpu: Add context priority override function.
2019-04-17 Eric Engestromfix various typos
2019-01-16 Marek Olšákamdgpu: add a faster BO list API
2018-10-04 Emil Velikov*-symbols-check: error out when using unset variables
2018-10-04 Emil Velikovautomake: set NM before running the tests
2018-09-20 Lucas De Marchiautotools: make symbols hidden by default
2018-09-20 Lucas De Marchimeson: make symbols hidden by default
2018-09-20 Lucas De Marchiamdgpu: annotate public functions
2018-09-18 Christian Königamdgpu: remove invalid check in amdgpu_bo_alloc
2018-09-03 Qiang Yuamdgpu: amdgpu_bo_inc_ref don't return dummy int
2018-09-03 Qiang Yuamdgpu: add amdgpu_bo_inc_ref() function.
2018-09-01 Junwei Zhangamdgpu: add error return value for finding bo by cpu...
2018-08-27 Michel Dänzeramdgpu-symbol-check: Add amdgpu_find_bo_by_cpu_mapping
2018-08-17 Junwei Zhangamdgpu: add a function to create amdgpu bo internally...
2018-08-17 Junwei Zhangamdgpu: free flink bo in bo import
2018-08-17 Michel Dänzeramdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by...
2018-08-16 Christian Königamdgpu: fix off by one in handle_table_insert
2018-08-15 Michel Dänzeramdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping
2018-08-08 Junwei Zhangamdgpu: add a function to find bo by cpu mapping (v2)
2018-08-08 Junwei Zhangamdgpu: add bo from user memory to handle table
2018-08-07 Mike Lothianlibdrm: Fix amdgpu build failure
2018-08-07 Christian Königamdgpu: always add all BOs to handle table
2018-08-07 Christian Königamdgpu: remove the hash table implementation
2018-08-07 Christian Königamdgpu: use handle table for flink names
2018-08-07 Christian Königamdgpu: use handle table for KMS handles
2018-08-07 Christian Königamdgpu: add handle table implementation v2
2018-08-07 Christian Königamdgpu: stop using the hash table for fd_tab
2018-07-25 Marek Olšákamdgpu: add amdgpu_bo_handle_type_kms_noimport
2018-07-17 Christian Königamdgpu: make sure to set CLOEXEC on duplicated FDs
2018-07-11 Michel DänzerRevert "amdgpu: don't call add_handle_to_table for...
2018-07-11 Marek Olšákamdgpu: don't call add_handle_to_table for KMS BO exports
2018-05-25 Jan Veselyamdgpu: Destroy fd_hash table when the last device...
2018-05-25 Jan Veselyamdgpu/util_hash_table: Add helper function to count...
2018-05-25 Jan Veselyamdgpu: Take a lock before removing devices from fd_tab...
2018-04-27 Michel Dänzeramdgpu: Deinitialize vamgr_high{,_32}
2018-03-22 Satyajitlibdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export
2018-03-20 Eric Engestrommeson,configure: include config.h automatically
2018-03-09 Eric Engestrommeson: use pkg-config to detect libatomic_ops
2018-03-09 Sabre Shaodrm/amdgpu: Remove IB count checking
2018-03-09 Marek OlšákRevert "amdgpu:support 16 ibs per submit for PAL/SRIOV"
2018-03-08 Qiang Yuamdgpu:support 16 ibs per submit for PAL/SRIOV
2018-02-28 Christian Königamdgpu: fix "add AMDGPU_VA_RANGE_HIGH"
2018-02-28 Christian Königamdgpu: add AMDGPU_VA_RANGE_HIGH
2018-02-28 Christian Königamdgpu: mostly revert "use the high VA range if possibl...
2018-02-23 Heiko Becker*-symbol-check: Don't hard-code nm executable
2018-02-19 Andrey Grodzovskyamdgpu: Fix mistake in initial hole size calculation.
2018-02-12 Michel Dänzeramdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check
2018-02-09 Marek Olšákamdgpu: add amdgpu_query_sw_info for querying high...
2018-02-09 Chunming Zhouamdgpu: clean up non list code path for vamgr v2
2018-02-08 Michel DänzerRevert "amdgpu: clean up non list code path for vamgr"
2018-02-08 Chunming Zhouamdgpu: clean up non list code path for vamgr
2018-02-08 Chunming Zhouamdgpu: fix inefficient vamgr algorithm
2018-01-29 Eric Engestromremove unnecessary double-semicolon
2018-01-23 Christian Königamdgpu: fix high VA mask
2018-01-18 Christoph Haagmeson: fix the install path of amdgpu.ids
2018-01-15 Michel Dänzeramdgpu: Don't print error message if parse_one_line...
2018-01-12 Dylan BakerAdd meson build system
2018-01-09 Christian Königamdgpu: use the high VA range if possible v2
2018-01-09 Christian Königamdgpu: fix 32bit VA manager max address
2017-12-17 Bas Nieuwenhuizenamdgpu: Add syncobj reset & signal wrappers.
2017-12-05 Michel Dänzeramdgpu: Only remember the device's marketing name
2017-12-05 Michel Dänzeramdgpu: Simplify error handling in parse_one_line
2017-12-01 Michel Dänzeramdgpu: Clean up amdgpu_parse_asic_ids error handling
2017-11-30 Michel Dänzeramdgpu: Add amdgpu_cs_create_syncobj2 to amdgpu-symbol...
2017-11-30 David Maoamdgpu: Adding amdgpu_cs_create_syncobj2 to create...
2017-11-09 Christian KönigRevert "amdgpu: fix 32bit VA manager max address"
2017-11-09 Christian KönigRevert "amdgpu: use the high VA range if possible"
2017-11-08 Christian Königamdgpu: use the high VA range if possible
2017-11-08 Christian Königamdgpu: fix 32bit VA manager max address
2017-11-08 Christian Königamdgpu: sanitize 64bit VA manager
2017-11-07 Christian Königamdpgu: fix coding style in amdgpu_vamgr.c
2017-11-03 Andrey Grodzovskyamdgpu: Fix wrappers for AMDGPU_VM IOCTL.
2017-10-31 Marek Olšákamdgpu: fix 32-bit build
2017-10-27 Andrey Grodzovskyamdgpu: Add wrappers for AMDGPU_VM IOCTL.
2017-10-20 Andres Rodriguezamdgpu: implement context priority for amdgpu_cs_ctx_cr...
2017-10-12 Marek Olšákamdgpu: add amdgpu_cs_fence_to_handle
next