OSDN Git Service

android-x86/external-libdrm.git
2015-08-05 Ken Wangtest/amdgpu : fix a bug in VCE/UVD test introduced...
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 Christian Königamdgpu: fix bs buffer size for vce test
2015-08-05 Jammy Zhoutests/amdgpu: remove the duplicate IB allocation for...
2015-08-05 Jammy Zhoudrm: fix the ALIGN macro to avoid value clamp
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öniggitignore: add some generated amdgpu files
2015-08-05 Christian Königamdgpu: add CS dependencies v2
2015-08-05 Alex Deucheramdgpu: update to the latest kernel header
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: merge amdgpu_drm.h from kernel
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 Zhoutests/amdgpu: manage IB in client side
2015-08-05 Jammy Zhouamdgpu: get rid of IB pool management v3
2015-08-05 Ken Wangamdgpu: add ib_start_alignment and ib_size_alignment...
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 Marek Olšákamdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_...
2015-08-05 Christian Königamdgpu: stop checking flag masks
2015-08-05 Leo Liutests/amdgpu: implement VCE unit tests
2015-08-05 Ken Wangamdgpu: make vamgr global
2015-08-05 Jammy Zhoutests/amdgpu: add shared IB submission test v2
2015-08-05 Jammy Zhouamdgpu: add IB sharing support v2
2015-08-05 Marek Olšákamdgpu: add new AMDGPU_TILING flags
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
2015-08-05 Marek Olšákamdgpu: implement amdgpu_cs_query_reset_state
2015-08-05 monk.liuamdgpu: fix vamgr_free_va logic
2015-08-05 monk.liuamdgpu: fix code alignment
2015-08-05 Jammy Zhouamdgpu: validate the upper limit of virtual address v2
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 Jack Xiaoamdgpu: fix round down/up page size error
2015-08-05 Jammy Zhouamdgpu: fix 32-on-64 support (v2)
2015-08-05 Jammy Zhouamdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UC
2015-08-05 Jammy Zhouamdgpu: remove active_rb_pipes from amdgpu_gpu_info
2015-08-05 monk.liuamdgpu: fix segfault when resources are NULL
2015-08-05 Christian Königamdgpu: compare the primary device names instead
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 monk.liuamdgpu: add missing mutex lock/unlock pair
2015-08-05 monk.liuamdgpu: support non-page-aligned userptr
2015-08-05 Alex Deucherdrm: add tests/amdgpu (v3)
2015-08-05 Alex Deucherdrm: add libdrm_amdgpu (v7)
2015-08-05 Alex Deucherdrm: add util_math.h
2015-08-05 Alex Deucherdrm: consolidate common list implementations (v2)
2015-08-03 Kristian Høgsberg... intel: Drop aub dumping functionality
2015-07-29 Jonathan Grayxf86drm: use the correct device minor names on OpenBSD
2015-07-29 Jonathan Grayxf86drm: correct the OpenBSD DRM_MAJOR define
2015-07-29 Jonathan Grayxf86drmMode: Implement drmCheckModesettingSupported...
2015-07-29 Emil Velikovman: remove .man_fixup workaround
2015-07-28 Chris Wilsondrm: Detect no-op drmModeAtomicRequest and return early
2015-07-20 Joonyoung ShimBuild vbltest irrespective of the presence of libudev.
2015-07-16 Emil VelikovConsistently check the fd value
2015-07-16 Emil Velikovxf86drm: fix incorrect fd comparison in drmOpenOnce...
2015-07-16 Emil Velikovomap: zero is a valid fd number, treat it as such
2015-07-16 Emil Velikovfreedreno: zero is a valid fd number, treat it as such
2015-07-13 Alan Coopersmithinclude <sys/types.h> & <sys/mkdev.h> directly for...
2015-07-11 Julien CristauFix headers inclusion in xf86drmMode.c
2015-07-06 Anuj PhogatSet alignment value in drm_intel_add_validate_buffer()
2015-07-06 Anuj Phogati965/gen9: Pass alignment as function parameter in...
2015-06-30 Emil Velikovconfigure: default --enable-valgrind to auto
2015-06-29 Emil Velikovconfigure.ac: bump version to 2.4.62 for release
2015-06-29 Tobias Jakobitests/exynos: handle G2D_IMGBUF_COLOR in switch statements
2015-06-29 Tobias Jakobitests/exynos: remove connector_find_plane
2015-06-29 Tobias Jakobitests/exynos: simplify drm_set_crtc
2015-06-29 Tobias Jakobitests/exynos: remove struct fimg2d_test_case
next