OSDN Git Service

amdgpu: add amdgpu_bo_inc_ref() function.
[android-x86/external-libdrm.git] / amdgpu / amdgpu_device.c
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: stop using the hash table for fd_tab
2018-07-17 Christian Königamdgpu: make sure to set CLOEXEC on duplicated FDs
2018-05-25 Jan Veselyamdgpu: Destroy fd_hash table when the last device...
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-20 Eric Engestrommeson,configure: include config.h automatically
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-09 Marek Olšákamdgpu: add amdgpu_query_sw_info for querying high...
2018-01-23 Christian Königamdgpu: fix high VA mask
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-05 Michel Dänzeramdgpu: Only remember the device's marketing name
2017-12-01 Michel Dänzeramdgpu: Clean up amdgpu_parse_asic_ids error handling
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-09-28 Marek Olšákamdgpu: print error messages when amdgpu_device_initial...
2017-06-13 Xiaojie Yuanamdgpu: move asic id table to a separate file
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...
2016-11-07 Junwei Zhangamdgpu: add the function to get the marketing name...
2015-09-02 monk.liuamdgpu: fix missing deinit on vamgr_32
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-13 Emil Velikovamdgpu: hide the final internal functions from global...
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-05 Mario Kleinerlibdrm/amdgpu: Use private fd for amdgpu_device and...
2015-08-05 Marek Olšákamdgpu: fix valgrind warnings
2015-08-05 Ken Wangamdgpu: make vamgr global
2015-08-05 Christian Königamdgpu: remove bo_vas hash table v2
2015-08-05 Marek Olšákamdgpu: fix a valgrind warning
2015-08-05 Christian Königamdgpu: compare the primary device names instead
2015-08-05 Alex Deucherdrm: add libdrm_amdgpu (v7)