index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
resource.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-04
drm/amdgpu: add hdp flush for gfx8 compute ring
monk.liu
1
-0
/
+1
2015-06-04
drm/amdgpu: fix no hdp flush for compute ring
monk.liu
1
-1
/
+3
2015-06-04
drm/amdgpu: add HEVC/H.265 UVD support
Christian König
1
-0
/
+8
2015-06-04
drm/amdgpu: stop loading firmware with pm.mutex locked
Christian König
1
-4
/
+4
2015-06-04
drm/amdgpu: remove mclk_lock
Christian König
5
-43
/
+4
2015-06-04
drm/amdgpu: fix description of vm_size module parameter (v2)
Alex Deucher
2
-4
/
+4
2015-06-04
drm/amdgpu: remove all sh mem register modification in vm flush
monk.liu
5
-160
/
+0
2015-06-04
drm/amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_PLACEMENT
Marek Olšák
2
-3
/
+3
2015-06-04
drm/amdgpu: fence should be added to shared slot
monk.liu
1
-2
/
+2
2015-06-04
drm/amdgpu: sync fence of clear_invalids (v2)
monk.liu
3
-4
/
+6
2015-06-04
drm/amdgpu: max_pde_used usage should be under protect
monk.liu
1
-1
/
+5
2015-06-04
drm/amdgpu: fix bug of vm_bo_map (v2)
monk.liu
1
-0
/
+4
2015-06-04
drm/amdgpu: implement the allocation range (v3)
Chunming Zhou
8
-64
/
+136
2015-06-04
drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)
yanyang1
55
-707
/
+1067
2015-06-04
drm/amdgpu: drop allocation flag masks
Christian König
1
-8
/
+0
2015-06-04
drm/amdgpu: drop AMDGPU_FENCE_SIGNALED_SEQ
Christian König
2
-15
/
+0
2015-06-04
drm/amdgpu: port fault_reserve_notify changes from radeon
Christian König
1
-20
/
+35
2015-06-04
drm/amdgpu: enable uvd dpm and powergating
Sonny Jiang
3
-3
/
+91
2015-06-04
drm/amdgpu: implement VCE two instances support
Leo Liu
1
-54
/
+87
2015-06-04
drm/amdgpu: recalculate VCE firmware BO size
Leo Liu
5
-15
/
+20
2015-06-04
drm/amdgpu: remove unused TRACE_SYSTEM_STRING define
Alex Deucher
1
-1
/
+0
2015-06-04
drm/amdgpu: rework tiling flags
Marek Olšák
6
-304
/
+58
2015-06-04
drm/amdgpu: don't set unused tiling flags
Marek Olšák
1
-13
/
+1
2015-06-04
drm/amdgpu: actually use the VM map parameters
Christian König
1
-2
/
+3
2015-06-04
drm/amdgpu: validate amdgpu_vm_bo_map parameters
Christian König
1
-0
/
+7
2015-06-04
drm/amdgpu: enforce AMDGPU_GEM_CREATE_NO_CPU_ACCESS
Christian König
2
-1
/
+5
2015-06-04
drm/amdgpu: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling
Christian König
2
-4
/
+4
2015-06-04
drm/amdgpu: retry dcpd fetch
Alex Deucher
1
-9
/
+11
2015-06-04
drm/amdgpu: simplify DPCD debug output
Alex Deucher
1
-5
/
+4
2015-06-04
drm/amdgpu: make some DP parameters const
Alex Deucher
1
-7
/
+7
2015-06-04
drm/amdgpu: take the mode_config mutex when handling hpds
Alex Deucher
1
-0
/
+2
2015-06-04
drm/amdgpu: add and implement the GPU reset status query
Marek Olšák
4
-17
/
+37
2015-06-04
drm/amdgpu: add some new tonga pci ids
Alex Deucher
1
-0
/
+2
2015-06-04
drm/amdgpu: add new bonaire pci id
Alex Deucher
1
-0
/
+1
2015-06-04
drm/amdgpu: rewording some left radeons
Jammy Zhou
2
-3
/
+3
2015-06-04
drm/amdgpu: switch to amdgpu folder for firmware files v2
Jammy Zhou
8
-47
/
+47
2015-06-04
drm/amdgpu: do necessary NULL check
Jammy Zhou
1
-2
/
+5
2015-06-04
drm/amdgpu: expose the max virtual address
Jammy Zhou
2
-0
/
+3
2015-06-04
drm/amdgpu: fix context switch
Christian König
5
-21
/
+26
2015-06-04
drm/amdgpu: fix dereference before check
Christian König
1
-2
/
+4
2015-06-04
drm/amdgpu: cleanup HDP flush handling
Christian König
7
-54
/
+18
2015-06-04
drm/amdgpu: always emit GDS switch
Christian König
1
-1
/
+1
2015-06-04
drm/amdgpu: add CE preamble flag v3
Jammy Zhou
3
-0
/
+17
2015-06-04
drm/amdgpu: add flags for amdgpu_ib structure
Jammy Zhou
5
-10
/
+7
2015-06-04
drm/amdgpu: check context id for context switching (v2)
Jammy Zhou
2
-1
/
+4
2015-06-04
drm/amdgpu: add ctx_id to the WAIT_CS IOCTL (v4)
Jammy Zhou
4
-1
/
+39
2015-06-04
drm/amdgpu: allow unaligned memory access (v2)
Jack Xiao
5
-4
/
+22
2015-06-04
drm/amdgpu: make the CTX ioctl thread-safe
Marek Olšák
3
-12
/
+12
2015-06-04
drm/amdgpu: remove unsafe context releasing
Marek Olšák
1
-10
/
+2
2015-06-04
drm/amdgpu: fix userptr lockup
Christian König
1
-0
/
+3
[next]