index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
drm/amdgpu: fix kernel panic when dpm disabled on Kv.
Rex Zhu
2017-01-27
1
-0
/
+3
|
*
|
drm/amdgpu: fix dpm bug on Kv.
Rex Zhu
2017-01-27
1
-3
/
+41
|
*
|
drm/amdgpu: handle vfct with multiple vbios images
Alex Deucher
2017-01-27
1
-32
/
+34
|
*
|
drm/amdgpu: move misc si headers into amdgpu
Alex Deucher
2017-01-27
8
-6
/
+3408
|
*
|
drm/amdgpu: drop pitcairn dpm quirks
Alex Deucher
2017-01-27
1
-46
/
+1
|
*
|
drm/amd/amdgpu/amdgpu_ttm: Handle return NULL error from ioremap_nocache
Arvind Yadav
2017-01-27
1
-0
/
+2
|
*
|
drm/amdgpu: add new virtual display ID
Yintian Tao
2017-01-27
1
-1
/
+2
|
*
|
drm/amd/amdgpu: remove the uncessary parameter for ib scheduler
Junwei Zhang
2017-01-27
13
-18
/
+17
|
*
|
drm/amdgpu: Bring bo creation in line with radeon driver (v2)
Nils Holland
2017-01-27
1
-0
/
+20
|
*
|
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
2017-01-27
1
-2
/
+0
|
*
|
drm/amdgpu: double the priority of kernel allocations
Christian König
2017-01-27
1
-0
/
+2
|
*
|
drm/amdgpu: user BO priority instead of self coding it (v2)
Christian König
2017-01-27
3
-79
/
+5
|
*
|
drm/ttm: add BO priorities for the LRUs
Christian König
2017-01-27
1
-2
/
+2
|
*
|
drm/amdgpu/vi: fix mailbox irq mistake
Xiangliang Yu
2017-01-27
1
-3
/
+3
|
*
|
drm/amdgpu: fix reboot failure issue for virtualization
Xiangliang Yu
2017-01-27
1
-0
/
+6
|
*
|
drm/amd/amdgpu: Add PCI info to gca_config debugfs
Tom St Denis
2017-01-27
1
-1
/
+7
|
*
|
drm/amdgpu:insert switch buffer only for VM submit
Monk Liu
2017-01-27
1
-1
/
+1
|
*
|
drm/amdgpu:Preamble is forbid to be ignored in SRIOV
Monk Liu
2017-01-27
1
-1
/
+2
|
*
|
drm/amdgpu:set cond_exec polling value to 1 in ring_init
Monk Liu
2017-01-27
2
-4
/
+3
|
*
|
drm/amdgpu:in cntx_ctrl we need insert meta-init for CE/DE(V2)
Monk Liu
2017-01-27
1
-1
/
+9
|
*
|
drm/amdgpu:introduce new flag to identify VM domain for cntx_ctrl
Monk Liu
2017-01-27
2
-0
/
+4
|
*
|
drm/amdgpu:implement CE/DE meta-init routines
Monk Liu
2017-01-27
1
-0
/
+61
|
*
|
drm/amdgpu:implement ring_write_multiple
Monk Liu
2017-01-27
1
-0
/
+31
|
*
|
drm/amdgpu:add META_DATA struct for CSA/SRIOV v2
Monk Liu
2017-01-27
3
-0
/
+120
|
*
|
drm/amdgpu: refine ci uvd dpm code.
Rex Zhu
2017-01-27
1
-1
/
+10
|
*
|
drm/amdgpu: simplify allocation of scratch regs
Nils Wallménius
2017-01-27
5
-34
/
+11
|
*
|
drm/amdgpu: Refactor flip into prepare submit and submit. (v3)
Andrey Grodzovsky
2017-01-27
2
-28
/
+123
|
*
|
drm/amdgpu: Switch error code when bo pin fails. (v3)
Andrey Grodzovsky
2017-01-27
1
-1
/
+0
|
*
|
drm/amdgpu/gfx8: fix bugon.cocci warnings
Julia Lawall
2017-01-27
1
-2
/
+1
|
*
|
drm/amdgpu: use the num_rings variable for checking vce rings
Alex Deucher
2017-01-27
1
-2
/
+2
|
*
|
drm/amd/amdgpu: fix locking in bo creation error path
Nicolai Hähnle
2017-01-27
1
-1
/
+2
|
*
|
drm/amd/amdgpu: lock reservation object while creating shadow bo
Nicolai Hähnle
2017-01-27
1
-0
/
+9
|
*
|
drm/amdgpu: fix typo of CGTS
Huang Rui
2017-01-27
1
-1
/
+1
|
*
|
drm/amdgpu: do not reset gpu for virtualization
Xiangliang Yu
2017-01-27
1
-0
/
+3
|
*
|
drm/amdgpu/virt: enable virtual display
Xiangliang Yu
2017-01-27
1
-0
/
+4
|
*
|
drm/amdgpu/vi: add support virtualization
Xiangliang Yu
2017-01-27
1
-2
/
+32
|
*
|
drm/amdgpu: request/release full gpu access if device is vf
Xiangliang Yu
2017-01-27
2
-1
/
+15
|
*
|
drm/amdgpu/virt: implement VI virt operation interfaces
Xiangliang Yu
2017-01-27
4
-1
/
+651
|
*
|
drm/amdgpu/virt: add high level interfaces for virt
Xiangliang Yu
2017-01-27
2
-5
/
+85
|
*
|
drm/amdgpu/virt: use kiq to access registers (v2)
Xiangliang Yu
2017-01-27
4
-0
/
+75
|
*
|
drm/amdgpu/virt: add runtime flag
Xiangliang Yu
2017-01-27
1
-0
/
+4
|
*
|
drm/amdgpu/gfx8: implement emit_rreg/wreg function
Xiangliang Yu
2017-01-27
2
-0
/
+38
|
*
|
drm/amdgpu/ring: add two interfaces to support r/w registers with kiq
Xiangliang Yu
2017-01-27
2
-0
/
+4
|
*
|
drm/amdgpu:invoke CSA functions (v2)
Monk Liu
2017-01-27
3
-0
/
+40
|
*
|
drm/amdgpu:add new file for SRIOV
Monk Liu
2017-01-27
3
-1
/
+98
|
*
|
drm/amdgpu:new field members for SRIOV
Monk Liu
2017-01-27
2
-0
/
+8
|
*
|
drm/amd/amdgpu: add check that shadow page tables are GPU-accessible
Nicolai Hähnle
2017-01-27
1
-3
/
+6
|
*
|
drm/amd/amdgpu: add check that shadow page directory is GPU-accessible
Nicolai Hähnle
2017-01-27
1
-3
/
+8
|
*
|
drm/amd/amdgpu: add amdgpu_bo_gpu_accessible helper function
Nicolai Hähnle
2017-01-27
1
-0
/
+9
|
*
|
drm/amd/amdgpu: move eviction counting to amdgpu_bo_move_notify
Nicolai Hähnle
2017-01-27
2
-4
/
+4
[prev]
[next]