index
:
mesa/drm
103-regression-intel-mesa-buildtests-broken-by-libdrm-update
agpgart_2_0_branch
amdgpu
ati-4-0-0-branch
ati-4-0-1-branch
ati-4-1-0-branch
ati-4-1-1-branch
ati-5-0-0-branch
ati-5-0-1-branch
ati-pcigart-0-0-1-branch
ati-pcigart-1-0-0-branch
bsd-1-0-0-branch
bsd-1-0-1-branch
bsd-2-0-0-branch
bsd-3-0-0-branch
bsd-4-0-0-branch
cle266-0-0-1-branch
dri2-swapbuffers
driinterface-0-0-3-branch
drm-filp-0-1-branch
drm-sman-branch
drm-ttm-branch
drmcommand-0-0-1-branch
drmfntbl-0-0-1
drmfntbl-0-0-2-branch
drmlib-0-0-1-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
glxmisc-1-0-0-branch
glxmisc-3-0-0-branch
i865-agp-0-1-branch
i915-pageflip
i915-zone-rendering
i915tex-compat
import-1.1.1
intel-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-branch
mach64-0-0-0-branch
mach64-0-0-1-branch
mach64-0-0-2-branch
mach64-0-0-3-branch
mach64-0-0-3-dma-branch
mach64-0-0-4-branch
mach64-0-0-4-dma-branch
mach64-0-0-5-branch
mach64-0-0-6-branch
mach64-0-0-7-branch
main
master
mesa-3-5-branch
mesa-4-0-4-branch
mesa-4-0-branch
mesa-4-1-branch
mga-0-0-1-branch
mga-0-0-2-branch
mga-0-0-3-branch
mga-1-0-0-branch
mga-lock-debug-0-0-1-branch
mga-lock-debug-0-2-0-branch
mga-readpix-0-0-1-branch
mgadh-0-0-3-branch
modesetting-101
modesetting-101-hotplug
modesetting-dirty
modesetting-gem
modesetting-newttm
multihead-1-0-0-branch
newdrm-0-0-1-branch
newioctl-0.1
newmesa-0-0-1-branch
pageflip
ppc-1-0-0-branch
ppc-1-0-1-branch
pre-superioctl-branch
r200-0-1-branch
r200-0-2-branch
r200-stable-1-0-branch
r6xx-r7xx-support
radeon-1-0-0-branch
s3virge-0-0-1-branch
sarea-1-0-0-branch
savage-0-0-1-branch
savage-1_0_0-branch
savage-2-0-0-branch
tcl-0-0-branch
tdfx-1-1
tdfx-2-0-branch
tdfx-2-1-branch
tdfx-3-0-0-branch
tdfx-3-1-0-branch
tdlabs-0-0-1-branch
texmem-0-0-1
trident-0-0-1-branch
trident-0-0-2-branch
vblank-event
video-1-0-0-branch
xgi-0-0-1
xv845g-0-1-branch
Direct Rendering Manager headers and kernel modules (mirrored from https://gitlab.freedesktop.org/mesa/drm)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-13
amdgpu: squash trivial documentation typo
Emil Velikov
1
-1
/
+1
2015-08-13
amdgpu: cosmetic chances in license boilerplate
Emil Velikov
7
-5
/
+7
2015-08-13
amdgpu: add a bunch of missing config.h includes
Emil Velikov
6
-0
/
+24
2015-08-13
amdgpu/util_hash_table: hide private symbols from global namespace
Emil Velikov
2
-16
/
+26
2015-08-13
amdgpu/util_hash: hide private symbols from global namespace
Emil Velikov
2
-27
/
+36
2015-08-13
Force enable amdgpu for the dist build/check.
Emil Velikov
1
-0
/
+1
2015-08-10
radeon: add new OLAND pci id
Alex Deucher
1
-0
/
+1
2015-08-10
modeprint: cleanup, remove compile warnings
Tapani Pälli
1
-3
/
+1
2015-08-10
intel: wrap intel_bufmgr.h C code for C++ compilation/linking
Tapani Pälli
1
-0
/
+8
2015-08-10
remove usage of 'c_plusplus' preprocessor macro
Tapani Pälli
3
-6
/
+6
2015-08-06
add a note about which version of cunit is fixed for debian/ubuntu
Alex Deucher
1
-0
/
+1
2015-08-06
move up cunit workaround for ubuntu/debian
Alex Deucher
1
-13
/
+11
2015-08-06
fix amdgpu cunit configure test harder
Alex Deucher
1
-2
/
+3
2015-08-06
fix configuration when amdgpu is disabled
Alex Deucher
1
-1
/
+1
2015-08-05
amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submit
Michel Dänzer
1
-2
/
+0
2015-08-05
amdgpu: expose the PCI revision ID
Jammy Zhou
2
-0
/
+3
2015-08-05
libdrm/amdgpu: Use private fd for amdgpu_device and winsys hash table to fix ...
Mario Kleiner
1
-4
/
+13
2015-08-05
libdrm/amdgpu: Fixed drm.h include.
Alexandr Akulich
1
-1
/
+1
2015-08-05
amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**
Michel Dänzer
1
-6
/
+8
2015-08-05
amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error paths
Michel Dänzer
1
-3
/
+3
2015-08-05
amdgpu: add VCE harvesting instance query
Leo Liu
3
-0
/
+5
2015-08-05
test/amdgpu : fix a bug in VCE/UVD test introduced by previous change
Ken Wang
2
-0
/
+4
2015-08-05
amdgpu: add amdgpu_bo_va_op for va map/unmap support v3
Jammy Zhou
8
-243
/
+391
2015-08-05
amdgpu: add flags parameter for amdgpu_va_range_alloc
Jammy Zhou
2
-2
/
+5
2015-08-05
amdgpu : move management of user fence from libdrm to UMD
Ken Wang
6
-134
/
+69
2015-08-05
amdgpu: fix bs buffer size for vce test
Christian König
1
-1
/
+1
2015-08-05
tests/amdgpu: remove the duplicate IB allocation for VCE test
Jammy Zhou
1
-8
/
+0
2015-08-05
drm: fix the ALIGN macro to avoid value clamp
Jammy Zhou
1
-1
/
+2
2015-08-05
amdgpu: Use drmIoctl in amdgpu_ioctl_wait_cs
Michel Dänzer
1
-6
/
+2
2015-08-05
amdgpu: use common fence structure for dependencies as well.
Christian König
5
-40
/
+17
2015-08-05
amdgpu: improve the amdgpu_cs_query_fence_status interface
Jammy Zhou
5
-22
/
+27
2015-08-05
amdgpu: add va range query interface
Sabre Shao
2
-0
/
+32
2015-08-05
amdgpu: add va allocation intefaces
Sabre Shao
3
-1
/
+118
2015-08-05
amdgpu: add base_preferred parameter to amdgpu_vamgr_find_va
Ken Wang
3
-17
/
+35
2015-08-05
amdgpu: check the user fence only if the IP supports user fences
Marek Olšák
1
-13
/
+18
2015-08-05
drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_status
Marek Olšák
2
-3
/
+14
2015-08-05
amdgpu: remove reference to AMD specific error codes
Christian König
1
-32
/
+2
2015-08-05
amdgpu: cleanup public interface style
Christian König
1
-136
/
+90
2015-08-05
gitignore: add some generated amdgpu files
Christian König
1
-0
/
+2
2015-08-05
amdgpu: add CS dependencies v2
Christian König
2
-1
/
+69
2015-08-05
amdgpu: update to the latest kernel header
Alex Deucher
1
-44
/
+91
2015-08-05
amdgpu: remove pointer arithmetic from command submission
Christian König
1
-12
/
+6
2015-08-05
amdgpu: do NULL check for bo handle in amdgpu_bo_query_info
Jammy Zhou
1
-0
/
+4
2015-08-05
amdgpu: cleanup VA IOCTL handling
Christian König
2
-32
/
+18
2015-08-05
amdgpu: remove flink export workaround v2
Christian König
1
-6
/
+0
2015-08-05
amdgpu: explicitly unmap GPU mapping on BO destruction
Christian König
1
-24
/
+57
2015-08-05
amdgpu: merge amdgpu_drm.h from kernel
Jammy Zhou
1
-10
/
+7
2015-08-05
amdgpu: cleanup gds specific alloc/free functions
Jammy Zhou
1
-60
/
+0
2015-08-05
amdgpu: add amdgpu_query_gds_info
Jammy Zhou
2
-3
/
+27
2015-08-05
amdgpu: fix double mutex_unlock in amdgpu_bo_import
Marek Olšák
1
-1
/
+1
[next]