OSDN Git Service

amdgpu: remove the hash table implementation
[android-x86/external-libdrm.git] / amdgpu / amdgpu_cs.c
2018-03-20 Eric Engestrommeson,configure: include config.h automatically
2018-03-09 Sabre Shaodrm/amdgpu: Remove IB count checking
2018-01-29 Eric Engestromremove unnecessary double-semicolon
2017-12-17 Bas Nieuwenhuizenamdgpu: Add syncobj reset & signal wrappers.
2017-11-30 David Maoamdgpu: Adding amdgpu_cs_create_syncobj2 to create...
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
2017-10-12 Marek Olšákamdgpu: add amdgpu_cs_syncobj_wait
2017-10-12 Marek Olšákamdgpu: add sync_file import and export functions
2017-07-18 Dave Airliedrm/amdgpu: add new low overhead command submission...
2017-07-18 Dave Airliedrm/amdgpu: add syncobj create/destroy/import/export...
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
2016-02-04 Ken Wangamdgpu: fix for submition with no ibs
2016-01-20 Junwei Zhangamdgpu: list each entry safely for sw semaphore when...
2016-01-20 Marek Olšákamdgpu: add semaphore support
2015-11-21 Tom St Denisamdgpu: Make amdgpu_cs_calculate_timeout() return...
2015-11-21 Jammy Zhouamdgpu: fix overflow for timeout calculation
2015-09-12 Alan CoopersmithInclude <alloca.h> when needed before calling alloca
2015-08-25 Christian Königamdgpu: remove sequence mutex
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 Michel Dänzeramdgpu: Remove unused local variables bo_size/offset...
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 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: add CS dependencies v2
2015-08-05 Christian Königamdgpu: remove pointer arithmetic from command submission
2015-08-05 Marek Olšákamdgpu: use alloca and malloc in critical codepaths...
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 Jammy Zhouamdgpu: add IB sharing support v2
2015-08-05 Marek Olšákamdgpu: implement amdgpu_cs_query_reset_state
2015-08-05 Jammy Zhouamdgpu: reuse the kernel IB flags v2
2015-08-05 Jammy Zhouamdgpu: add ctx_id for wait_cs
2015-08-05 monk.liuamdgpu: fix segfault when resources are NULL
2015-08-05 Christian Königamdgpu: add public bo list interface v3
2015-08-05 Christian Königamdgpu: cleanup public interface v2
2015-08-05 monk.liuamdgpu: do not call BO_LIST ioctl when no resource...
2015-08-05 monk.liuamdgpu: fix an error of bo_list handler
2015-08-05 Alex Deucherdrm: add libdrm_amdgpu (v7)