summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for releaselibdrm-2.4.642.4.64Rob Clark2015-08-181-1/+1
* freedreno: update freedreno-symbol-checkRob Clark2015-08-181-0/+1
* libdrm: Make indentation consistentThierry Reding2015-08-181-2/+2
* libdrm: Remove gratuitous blank linesThierry Reding2015-08-181-8/+0
* amdgpu: make vamgr per device v2Jammy Zhou2015-08-173-35/+12
* amdgpu: add flag to support 32bit VA address v4Jammy Zhou2015-08-174-7/+59
* amdgpu: improve amdgpu_vamgr_initJammy Zhou2015-08-171-5/+8
* freedreno: add fd_pipe_wait_timeout()Rob Clark2015-08-177-9/+20
* freedreno/msm: dump out submit info on errorRob Clark2015-08-171-1/+19
* freedreno/msm: fix issue where same bo is on multiple ringsRob Clark2015-08-173-29/+58
* freedreno/msm: reorg ringbuffer structRob Clark2015-08-171-39/+44
* tests/amdgpu: Remove unused local variable 'i'Michel Dänzer2015-08-171-1/+1
* tests/amdgpu: Include config.h firstMichel Dänzer2015-08-175-0/+24
* tests: modetest: Accept connector names in addition to connector IDsThierry Reding2015-08-151-12/+82
* Bump version for releaselibdrm-2.4.632.4.63Marek Olšák2015-08-141-1/+1
* amdgpu: add symbols check testEmil Velikov2015-08-132-0/+54
* amdgpu: hide the final internal functions from global namespaceEmil Velikov2015-08-135-46/+42
* amdgpu/amdgpu_vamgr: hide private symbols from global namespaceEmil Velikov2015-08-132-13/+22
* amdgpu: squash trivial documentation typoEmil Velikov2015-08-131-1/+1
* amdgpu: cosmetic chances in license boilerplateEmil Velikov2015-08-137-5/+7
* amdgpu: add a bunch of missing config.h includesEmil Velikov2015-08-136-0/+24
* amdgpu/util_hash_table: hide private symbols from global namespaceEmil Velikov2015-08-132-16/+26
* amdgpu/util_hash: hide private symbols from global namespaceEmil Velikov2015-08-132-27/+36
* Force enable amdgpu for the dist build/check.Emil Velikov2015-08-131-0/+1
* radeon: add new OLAND pci idAlex Deucher2015-08-101-0/+1
* modeprint: cleanup, remove compile warningsTapani Pälli2015-08-101-3/+1
* intel: wrap intel_bufmgr.h C code for C++ compilation/linkingTapani Pälli2015-08-101-0/+8
* remove usage of 'c_plusplus' preprocessor macroTapani Pälli2015-08-103-6/+6
* add a note about which version of cunit is fixed for debian/ubuntuAlex Deucher2015-08-061-0/+1
* move up cunit workaround for ubuntu/debianAlex Deucher2015-08-061-13/+11
* fix amdgpu cunit configure test harderAlex Deucher2015-08-061-2/+3
* fix configuration when amdgpu is disabledAlex Deucher2015-08-061-1/+1
* amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submitMichel Dänzer2015-08-051-2/+0
* amdgpu: expose the PCI revision IDJammy Zhou2015-08-052-0/+3
* libdrm/amdgpu: Use private fd for amdgpu_device and winsys hash table to fix ...Mario Kleiner2015-08-051-4/+13
* libdrm/amdgpu: Fixed drm.h include.Alexandr Akulich2015-08-051-1/+1
* amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**Michel Dänzer2015-08-051-6/+8
* amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error pathsMichel Dänzer2015-08-051-3/+3
* amdgpu: add VCE harvesting instance queryLeo Liu2015-08-053-0/+5
* test/amdgpu : fix a bug in VCE/UVD test introduced by previous changeKen Wang2015-08-052-0/+4
* amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou2015-08-058-243/+391
* amdgpu: add flags parameter for amdgpu_va_range_allocJammy Zhou2015-08-052-2/+5
* amdgpu : move management of user fence from libdrm to UMDKen Wang2015-08-056-134/+69
* amdgpu: fix bs buffer size for vce testChristian König2015-08-051-1/+1
* tests/amdgpu: remove the duplicate IB allocation for VCE testJammy Zhou2015-08-051-8/+0
* drm: fix the ALIGN macro to avoid value clampJammy Zhou2015-08-051-1/+2
* amdgpu: Use drmIoctl in amdgpu_ioctl_wait_csMichel Dänzer2015-08-051-6/+2
* amdgpu: use common fence structure for dependencies as well.Christian König2015-08-055-40/+17
* amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou2015-08-055-22/+27
* amdgpu: add va range query interfaceSabre Shao2015-08-052-0/+32