OSDN Git Service

Export drmDevicesEqual
[android-x86/external-libdrm.git] / amdgpu /
2017-05-03 Edward O'Callaghanamdgpu: Use the canonical form in branch predicate
2017-04-19 Edward O'Callaghanamdgpu/: concisely && consistently check null ptrs...
2017-04-18 Nicolai Hähnleamdgpu: add the interface of waiting multiple fences
2017-04-07 Samuel Pitoisetamdgpu: allow to query GPU sensor related information
2017-04-03 Emil Velikovamdgpu: add amdgpu_bo_va_op_raw to the symbol check
2017-04-03 Junwei Zhangamdgpu: add REPLACE and CLEAR checking for VA op (v2)
2017-04-03 Nicolai Hähnleamdgpu: add amdgpu_bo_va_op_raw
2017-03-27 Christian Königamdgpu: stop reading CC_RB_BACKEND_DISABLE on Vega10
2017-03-27 Huang Ruiamdgpu: don't read registers not present on Vega10
2017-02-02 Alex Xieamdgpu: vamgr can be a struct instead of a pointer
2017-02-02 Alex Xieamdgpu: vamgr_32 can be a struct instead of a pointer
2017-02-02 Alex Xieamdgpu: Free/uninit vamgr_32 in theoretically correct...
2017-01-27 Emil Velikovandroid: introduce Android.common.mk to reduce boilerplate
2017-01-27 Emil Velikovandroid: remove LOCAL_MODULE_TAGS := optional tag
2016-11-14 Matt Turneramdgpu: Add amdgpu_asic_id.h to Makefile.sources.
2016-11-07 Junwei Zhangamdgpu: add the function to get the marketing name...
2016-10-31 Alex Deucheramdgpu: check parameters in amdgpu_query_gpu_info
2016-09-05 Ronie Salgadoamdgpu: add SI support
2016-09-05 Marek Olšákamdgpu: fix valgrind warnings caused by amdgpu_query_fi...
2016-07-06 Rob HerringAndroid: strip out header files from sources list
2016-04-07 Eric Engestromamdgpu: Fix spelling mistakes
2016-02-04 Ken Wangamdgpu: fix for submition with no ibs
2016-02-04 Emil Velikovamdgpu: add libdrm as private requirement/dependency
2016-01-20 Michel Dänzeramdgpu: Add new symbols to amdgpu-symbols-check
2016-01-20 Junwei Zhangamdgpu: list each entry safely for sw semaphore when...
2016-01-20 Marek Olšákamdgpu: add semaphore support
2016-01-20 Chunming Zhouamdgpu: validate user memory for userptr
2016-01-20 monk.liuamdgpu: drop address patching logics
2015-11-21 Tom St Denisamdgpu: Make amdgpu_cs_calculate_timeout() return...
2015-11-21 Jammy Zhouamdgpu: fix overflow for timeout calculation
2015-10-22 Tom St Denisamdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_li...
2015-10-22 Tom St Denisamdgpu: Fix use-after-free bug in vamgr_deinit
2015-10-22 Tom St Denisamdgpu: Unlock mutex if base_required is invalid
2015-09-12 Alan CoopersmithInclude <alloca.h> when needed before calling alloca
2015-09-04 Emil Velikovamdgpu: remove unneeded -Wno-switch-enum flag
2015-09-02 Jonathan Grayamdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_...
2015-09-02 monk.liuamdgpu: fix missing deinit on vamgr_32
2015-08-25 Christian Königamdgpu: serialize drmPrimeFDToHandle
2015-08-25 Christian Königamdgpu: remove sequence mutex
2015-08-20 Mauro Rossiamdgpu: add Android build support
2015-08-20 Mauro Rossiamdgpu: add Makefile.sources
2015-08-17 Jammy Zhouamdgpu: make vamgr per device v2
2015-08-17 Jammy Zhouamdgpu: add flag to support 32bit VA address v4
2015-08-17 Jammy Zhouamdgpu: improve amdgpu_vamgr_init
2015-08-13 Emil Velikovamdgpu: add symbols check test
2015-08-13 Emil Velikovamdgpu: hide the final internal functions from global...
2015-08-13 Emil Velikovamdgpu/amdgpu_vamgr: hide private symbols from global...
2015-08-13 Emil Velikovamdgpu: squash trivial documentation typo
2015-08-13 Emil Velikovamdgpu: cosmetic chances in license boilerplate
2015-08-13 Emil Velikovamdgpu: add a bunch of missing config.h includes
2015-08-13 Emil Velikovamdgpu/util_hash_table: hide private symbols from globa...
2015-08-13 Emil Velikovamdgpu/util_hash: hide private symbols from global...
2015-08-05 Michel Dänzeramdgpu: Remove unused local variables bo_size/offset...
2015-08-05 Jammy Zhouamdgpu: expose the PCI revision ID
2015-08-05 Mario Kleinerlibdrm/amdgpu: Use private fd for amdgpu_device and...
2015-08-05 Leo Liuamdgpu: add VCE harvesting instance query
2015-08-05 Jammy Zhouamdgpu: add amdgpu_bo_va_op for va map/unmap support v3
2015-08-05 Jammy Zhouamdgpu: add flags parameter for amdgpu_va_range_alloc
2015-08-05 Ken Wangamdgpu : move management of user fence from libdrm...
2015-08-05 Michel Dänzeramdgpu: Use drmIoctl in amdgpu_ioctl_wait_cs
2015-08-05 Christian Königamdgpu: use common fence structure for dependencies...
2015-08-05 Jammy Zhouamdgpu: improve the amdgpu_cs_query_fence_status interface
2015-08-05 Sabre Shaoamdgpu: add va range query interface
2015-08-05 Sabre Shaoamdgpu: add va allocation intefaces
2015-08-05 Ken Wangamdgpu: add base_preferred parameter to amdgpu_vamgr_fi...
2015-08-05 Marek Olšákamdgpu: check the user fence only if the IP supports...
2015-08-05 Marek Olšákdrm/amdgpu: allow passing absolute timeouts to amdgpu_c...
2015-08-05 Christian Königamdgpu: remove reference to AMD specific error codes
2015-08-05 Christian Königamdgpu: cleanup public interface style
2015-08-05 Christian Königamdgpu: add CS dependencies v2
2015-08-05 Christian Königamdgpu: remove pointer arithmetic from command submission
2015-08-05 Jammy Zhouamdgpu: do NULL check for bo handle in amdgpu_bo_query_info
2015-08-05 Christian Königamdgpu: cleanup VA IOCTL handling
2015-08-05 Christian Königamdgpu: remove flink export workaround v2
2015-08-05 Christian Königamdgpu: explicitly unmap GPU mapping on BO destruction
2015-08-05 Jammy Zhouamdgpu: cleanup gds specific alloc/free functions
2015-08-05 Jammy Zhouamdgpu: add amdgpu_query_gds_info
2015-08-05 Marek Olšákamdgpu: fix double mutex_unlock in amdgpu_bo_import
2015-08-05 Marek Olšákamdgpu: fix valgrind warnings
2015-08-05 Marek Olšákamdgpu: use alloca and malloc in critical codepaths...
2015-08-05 Marek Olšákamdgpu: allow exporting KMS handles with render nodes
2015-08-05 Jack Xiaoamdgpu: add zero timeout check in amdgpu_cs_query_fence...
2015-08-05 Marek Olšákamdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs...
2015-08-05 Marek Olšákamdgpu: remove amdgpu_ib helpers
2015-08-05 Marek Olšákamdgpu: remove amdgpu_ib
2015-08-05 Marek Olšákamdgpu: don't use amdgpu_cs_create_ib for allocation...
2015-08-05 Jammy Zhouamdgpu: get rid of IB pool management v3
2015-08-05 Ken Wangamdgpu: add ce_ram_size for interface query
2015-08-05 Ken Wangamdgpu: add vram_type and vram_bit_width for interface...
2015-08-05 Ken Wangamdgpu: add max_memory_clock for interface query
2015-08-05 Christian Königamdgpu: stop checking flag masks
2015-08-05 Ken Wangamdgpu: make vamgr global
2015-08-05 Jammy Zhouamdgpu: add IB sharing support v2
2015-08-05 Christian Königamdgpu: add helper for VM mapping v2
2015-08-05 Christian Königamdgpu: remove bo_vas hash table v2
2015-08-05 Jammy Zhouamdgpu: add amdgpu_bo_list_update interface v2
2015-08-05 Jammy Zhouamdgpu: replace alloca with calloc v2
2015-08-05 Jammy Zhouamdgpu: remove unused AMDGPU_IB_RESOURCE_PRIORITY
2015-08-05 Jammy Zhouamdgpu: fix the number of IB size enums
2015-08-05 Marek Olšákamdgpu: fix a valgrind warning
next