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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-25
drm/amdgpu: pad gfx and compute rings to 256 dw
Christian König
3
-6
/
+6
2016-10-25
drm/amdgpu: clarify why we evict vram twice on suspend
Alex Deucher
1
-1
/
+4
2016-10-25
drm/amdgpu: used cached gca values for vi_read_register (v2)
Alex Deucher
1
-20
/
+97
2016-10-25
drm/amdgpu/gfx8: use cached raster config values in csb setup
Alex Deucher
1
-28
/
+2
2016-10-25
drm/amdgpu/gfx8: cache rb config values
Alex Deucher
1
-0
/
+15
2016-10-25
drm/amdgpu: add additional cached gca config variables
Alex Deucher
1
-0
/
+12
2016-10-25
drm/amdgpu: use amdgpu_vm_get_pd_bo in the GEM code
Christian König
1
-4
/
+3
2016-10-25
drm/amdgpu: move VM defines into amdgpu_vm.h
Christian König
2
-169
/
+206
2016-10-25
drm/amdgpu: move fence and ring defines into amdgpu_ring.h
Christian König
2
-146
/
+185
2016-10-25
drm/amdgpu: move sync handling into a separate header
Christian König
2
-21
/
+57
2016-10-25
drm/amdgpu: stop using a bo list entry for the VM PTs
Christian König
2
-22
/
+16
2016-10-25
drm/amdgpu: move PT validation back into VM code v2
Christian König
4
-35
/
+60
2016-10-25
drm/amdgpu: remove adev pointer from struct amdgpu_bo v2
Christian König
9
-62
/
+65
2016-10-25
drm/amd/amdgpu: Enable UVD PG on Tonga
Tom St Denis
1
-1
/
+1
2016-10-25
drm/amd/powerplay: Enable UVD powergating for SMU7
Tom St Denis
2
-3
/
+23
2016-10-25
drm/amdgpu: update the shadow PD together with the real one v2
Christian König
2
-66
/
+69
2016-10-25
drm/amdgpu:wptr poll address of gfx8 is needed
Frank Min
1
-1
/
+4
2016-10-25
drm/amdgpu:properly fix some JumpTable issues
Monk Liu
3
-6
/
+52
2016-10-25
drm/amdgpu:add MEC_STORAGE ucode id for sriov
Monk Liu
6
-0
/
+23
2016-10-25
drm/amdgpu:add callback in cgs for sriov detect
Frank Min
2
-0
/
+12
2016-10-25
drm/amdgpu:fw bo should be in VRAM for SRIOV
Frank Min
1
-2
/
+4
2016-10-25
drm/amdgpu:keep bo pinned in prefered domain
Frank Min
1
-1
/
+1
2016-10-25
drm/amdgpu:use smc_index_11 for VI
Monk Liu
5
-10
/
+14
2016-10-25
drm/amdgpu:add one more fiji device id
Frank Min
1
-0
/
+1
2016-10-25
drm/amd/powerplay: mark symbols static where possible
Baoyou Xie
9
-47
/
+54
2016-10-25
drm/amd/amdgpu: bump version for memory query info
Junwei Zhang
1
-1
/
+2
2016-10-25
drm/amd/amdgpu: unify memory query info interface
Junwei Zhang
1
-26
/
+28
2016-10-25
drm/amdgpu: add VRAM manager v2
Christian König
7
-2
/
+237
2016-10-25
drm/amdgpu: enable amdgpu_move_blit to handle multiple MM nodes v2
Christian König
1
-33
/
+85
2016-10-25
drm/amdgpu: handle multiple MM nodes in the VMs v2
Christian König
1
-35
/
+46
2016-10-25
drm/amdgpu: set at least the node size in the gtt manager
Christian König
1
-0
/
+1
2016-10-25
drm/amdgpu: use explicit limit for VRAM_CONTIGUOUS
Christian König
1
-2
/
+7
2016-10-25
drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
Christian König
12
-18
/
+51
2016-10-25
drm/amd/amdgpu: add info about vram and gtt max allocation size
Junwei Zhang
1
-0
/
+18
2016-10-25
drm/amd/amdgpu: add info about vram and gtt total size
Junwei Zhang
1
-0
/
+10
2016-10-25
drm/amdgpu/dce6: don't enable HPD Rx interrupts
Alex Deucher
1
-2
/
+2
2016-10-25
drm/amdgpu/dce6: RMW hpd registers
Alex Deucher
1
-2
/
+6
2016-10-25
drm/amdgpu/dce6: simplify hpd code
Alex Deucher
1
-190
/
+45
2016-10-25
drm/amdgpu/dce11: simplify hpd code
Alex Deucher
1
-99
/
+15
2016-10-25
drm/amdgpu/dce8: RMW hpd registers
Alex Deucher
1
-3
/
+6
2016-10-25
drm/amdgpu/dce10: simplify hpd code
Alex Deucher
1
-99
/
+15
2016-10-25
drm/amdgpu/dce8: simplify hpd code
Alex Deucher
2
-190
/
+54
2016-10-25
drm/amd/amdgpu: For virtual display, enable multi crtcs. (v3)
Emily Deng
4
-32
/
+52
2016-10-25
drm/amdgpu: rename amdgpu_whether_enable_virtual_display
Alex Deucher
1
-2
/
+2
2016-10-25
Revert "drm/amdgpu: Add virtual connector and encoder macros."
Alex Deucher
1
-7
/
+0
2016-10-25
drm/amdgpu: simplify encoder and connector setup (v2)
Alex Deucher
2
-180
/
+144
2016-10-25
drm/amdgpu/virtual_dce: clean up interrupt handling
Alex Deucher
1
-55
/
+54
2016-10-25
drm/amdgpu/virtual_dce: no need to an irq process callback
Alex Deucher
1
-16
/
+1
2016-10-25
drm/amdgpu/virtual_dce: drop pageflip_irq funcs
Alex Deucher
1
-29
/
+6
2016-10-25
drm/amdgpu/virtual_dce: drop empty function
Alex Deucher
1
-11
/
+0
[prev]
[next]