index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-09
drm/amdgpu: fix uvd can't initialized when dpm disabled on Ci.
Rex Zhu
1
-6
/
+14
2017-02-09
drm/amdgpu: refine uvd4.2 init/stop code.
Rex Zhu
1
-41
/
+70
2017-02-09
drm/amdgpu: refine uvd pg code in kv_dpm.c
Rex Zhu
1
-21
/
+8
2017-02-09
drm/amdgpu: power down/up uvd4 when smu disabled.
Rex Zhu
1
-1
/
+16
2017-02-09
drm/amdgpu: when dpm disabled, also can enable uvd cg/pg.
Rex Zhu
1
-0
/
+9
2017-02-02
drm/amdgpu: stop reserving a shared fence for VA updates
Christian König
1
-4
/
+3
2017-02-02
drm/amdgpu: fix race in GEM VA map IOCTL v2
Christian König
1
-32
/
+15
2017-02-01
Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
68
-4984
/
+6840
2017-02-01
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
3
-23
/
+0
2017-01-27
drm/amdgpu: fix amdgpu_bo_va_mapping flags
Christian König
3
-3
/
+3
2017-01-27
drm/amdgpu: access stolen VRAM directly on CZ (v2)
Christian König
1
-1
/
+8
2017-01-27
drm/amdgpu: access stolen VRAM directly on KV/KB (v2)
Christian König
1
-1
/
+8
2017-01-27
drm/amdgpu: fix kernel panic when dpm disabled on Kv.
Rex Zhu
1
-0
/
+3
2017-01-27
drm/amdgpu: fix dpm bug on Kv.
Rex Zhu
1
-3
/
+41
2017-01-27
drm/amdgpu: handle vfct with multiple vbios images
Alex Deucher
1
-32
/
+34
2017-01-27
drm/amdgpu: move misc si headers into amdgpu
Alex Deucher
8
-6
/
+3408
2017-01-27
drm/amdgpu: drop pitcairn dpm quirks
Alex Deucher
1
-46
/
+1
2017-01-27
drm/amd/amdgpu/amdgpu_ttm: Handle return NULL error from ioremap_nocache
Arvind Yadav
1
-0
/
+2
2017-01-27
drm/amdgpu: add new virtual display ID
Yintian Tao
1
-1
/
+2
2017-01-27
drm/amd/amdgpu: remove the uncessary parameter for ib scheduler
Junwei Zhang
13
-18
/
+17
2017-01-27
drm/amdgpu: Bring bo creation in line with radeon driver (v2)
Nils Holland
1
-0
/
+20
2017-01-27
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
1
-2
/
+0
2017-01-27
drm/amdgpu: double the priority of kernel allocations
Christian König
1
-0
/
+2
2017-01-27
drm/amdgpu: user BO priority instead of self coding it (v2)
Christian König
3
-79
/
+5
2017-01-27
drm/ttm: add BO priorities for the LRUs
Christian König
1
-2
/
+2
2017-01-27
drm/amdgpu/vi: fix mailbox irq mistake
Xiangliang Yu
1
-3
/
+3
2017-01-27
drm/amdgpu: fix reboot failure issue for virtualization
Xiangliang Yu
1
-0
/
+6
2017-01-27
drm/amd/amdgpu: Add PCI info to gca_config debugfs
Tom St Denis
1
-1
/
+7
2017-01-27
drm/amdgpu:insert switch buffer only for VM submit
Monk Liu
1
-1
/
+1
2017-01-27
drm/amdgpu:Preamble is forbid to be ignored in SRIOV
Monk Liu
1
-1
/
+2
2017-01-27
drm/amdgpu:set cond_exec polling value to 1 in ring_init
Monk Liu
2
-4
/
+3
2017-01-27
drm/amdgpu:in cntx_ctrl we need insert meta-init for CE/DE(V2)
Monk Liu
1
-1
/
+9
2017-01-27
drm/amdgpu:introduce new flag to identify VM domain for cntx_ctrl
Monk Liu
2
-0
/
+4
2017-01-27
drm/amdgpu:implement CE/DE meta-init routines
Monk Liu
1
-0
/
+61
2017-01-27
drm/amdgpu:implement ring_write_multiple
Monk Liu
1
-0
/
+31
2017-01-27
drm/amdgpu:add META_DATA struct for CSA/SRIOV v2
Monk Liu
3
-0
/
+120
2017-01-27
drm/amdgpu: refine ci uvd dpm code.
Rex Zhu
1
-1
/
+10
2017-01-27
drm/amdgpu: simplify allocation of scratch regs
Nils Wallménius
5
-34
/
+11
2017-01-27
drm/amdgpu: Refactor flip into prepare submit and submit. (v3)
Andrey Grodzovsky
2
-28
/
+123
2017-01-27
drm/amdgpu: Switch error code when bo pin fails. (v3)
Andrey Grodzovsky
1
-1
/
+0
2017-01-27
drm/amdgpu/gfx8: fix bugon.cocci warnings
Julia Lawall
1
-2
/
+1
2017-01-27
drm/amdgpu: use the num_rings variable for checking vce rings
Alex Deucher
1
-2
/
+2
2017-01-27
drm/amd/amdgpu: fix locking in bo creation error path
Nicolai Hähnle
1
-1
/
+2
2017-01-27
drm/amd/amdgpu: lock reservation object while creating shadow bo
Nicolai Hähnle
1
-0
/
+9
2017-01-27
drm/amdgpu: fix typo of CGTS
Huang Rui
1
-1
/
+1
2017-01-27
drm/amdgpu: do not reset gpu for virtualization
Xiangliang Yu
1
-0
/
+3
2017-01-27
drm/amdgpu/virt: enable virtual display
Xiangliang Yu
1
-0
/
+4
2017-01-27
drm/amdgpu/vi: add support virtualization
Xiangliang Yu
1
-2
/
+32
2017-01-27
drm/amdgpu: request/release full gpu access if device is vf
Xiangliang Yu
2
-1
/
+15
2017-01-27
drm/amdgpu/virt: implement VI virt operation interfaces
Xiangliang Yu
4
-1
/
+651
[next]