OSDN Git Service

modetest: Adding amdgpu to module list
[android-x86/external-libdrm.git] / amdgpu / amdgpu_cs.c
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)