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
/
amdgpu_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
drm/amdgpu: fix and cleanup shadow handling
Christian König
1
-6
/
+0
2017-08-24
drm/amdgpu: add automatic per asic settings for gart_size
Alex Deucher
1
-2
/
+2
2017-08-17
drm/amd/amdgpu: expose fragment size as module parameter (v2)
Roger He
1
-0
/
+7
2017-08-15
drm/amdgpu: use 256 bit buffers for all wb allocations (v2)
Alex Deucher
1
-73
/
+4
2017-08-15
drm/amdgpu: make wb 256bit function names consistent
Alex Deucher
1
-1
/
+1
2017-08-15
drm/amdgpu: use amdgpu_bo_free_kernel more often
Christian König
1
-12
/
+1
2017-08-15
drm/amdgpu: use amdgpu_bo_create_kernel more often
Christian König
1
-29
/
+5
2017-08-15
drm/amdgpu: Enable uvd and vce gpu re-init for SRIOV gpu reset
Frank Min
1
-1
/
+2
2017-08-02
Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-62
/
+119
2017-07-25
drm/amdgpu:fix gfx fence allocate size
Monk Liu
1
-0
/
+32
2017-07-14
drm/amdgpu: call atomfirmware get_clock_info for atomfirmware systems
Alex Deucher
1
-1
/
+9
2017-07-14
drm/amdgpu: Correctly establish the suspend/resume hook for amdkfd
Yong Zhao
1
-0
/
+7
2017-07-14
drm/amdgpu: change gartsize default to 256MB
Christian König
1
-7
/
+5
2017-07-14
drm/amdgpu: add new gttsize module parameter v2
Christian König
1
-0
/
+7
2017-07-14
drm/amdgpu: consistent name all GART related parts
Christian König
1
-11
/
+11
2017-07-14
drm/amdgpu: remove gtt_base_align handling
Christian König
1
-3
/
+3
2017-07-14
drm/amdgpu: check scratch registers to see if we need post (v2)
Alex Deucher
1
-1
/
+6
2017-07-14
drm/amd/powerplay: added new se_cac_idx r/w APIs v2
Evan Quan
1
-0
/
+1
2017-07-14
drm/amdgpu: add workaround for S3 issues on some vega10 boards
Ken Wang
1
-0
/
+15
2017-07-14
drm/amdgpu: unify some atombios/atomfirmware scratch reg functions
Alex Deucher
1
-16
/
+4
2017-07-14
drm/amdgpu: Support passing amdgpu critical error to host via GPU Mailbox.
Gavin Wan
1
-3
/
+18
2017-07-14
drm/amdgpu: remove *_mc_access from display funcs
Alex Deucher
1
-6
/
+0
2017-07-14
drm/amdgpu: use kernel is_power_of_2 rather than local version
Alex Deucher
1
-16
/
+3
2017-07-10
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-67
/
+371
2017-06-30
drm/amdgpu: remove unnecessary save/restore of pdev->d3_delay
Bjorn Helgaas
1
-4
/
+0
2017-06-29
drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_init
Arnd Bergmann
1
-1
/
+1
2017-06-16
drm/amdgpu: don't check the default value for vm size
Alex Deucher
1
-0
/
+4
2017-06-15
drm/amdgpu: fix missed gpu info firmware when cache firmware during S3
Huang Rui
1
-8
/
+10
2017-06-15
drm/amdgpu: export test ib debugfs interface
Huang Rui
1
-0
/
+54
2017-06-15
drm/amdgpu: add new member in gpu_info fw
Hawking Zhang
1
-0
/
+5
2017-06-09
drm/amdgpu: move comment to the right place
Alex Xie
1
-2
/
+2
2017-06-06
drm/amdgpu: add ip block number prints
Huang Rui
1
-0
/
+3
2017-06-06
drm/amdgpu: add ip name print for selecting ips with ip_block_mask
Huang Rui
1
-1
/
+2
2017-06-06
drm/amdgpu: remove mmhub ip
Huang Rui
1
-1
/
+0
2017-06-06
drm/amdgpu: remove gfxhub ip
Huang Rui
1
-1
/
+0
2017-06-01
drm/amdgpu: Move compute vm bug logic to amdgpu_vm.c
Alex Xie
1
-0
/
+2
2017-05-31
drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4
Andres Rodriguez
1
-0
/
+3
2017-05-31
drm/amdgpu: optimize amdgpu driver load & resume time
Shirish S
1
-10
/
+36
2017-05-25
drm/amdgpu: properly byteswap gpu_info firmware
Alex Deucher
1
-11
/
+11
2017-05-25
drm/amdgpu: return -ENODEV to user space when vram is lost v2
Chunming Zhou
1
-1
/
+3
2017-05-25
drm/amdgpu: check if vram is lost v2
Chunming Zhou
1
-1
/
+19
2017-05-25
drm/amdgpu: add raven gpu_info support
Alex Deucher
1
-0
/
+4
2017-05-25
drm/amdgpu: add RAVEN family id definition
Chunming Zhou
1
-2
/
+7
2017-05-25
drm/amdgpu:use job's list instead of check fence
Monk Liu
1
-2
/
+2
2017-05-25
drm/amdgpu/SRIOV:implement guilty job TDR for(V2)
Monk Liu
1
-9
/
+34
2017-05-25
drm/amdgpu:use job* to replace voluntary
Monk Liu
1
-4
/
+3
2017-05-25
drm/amdgpu:don't invoke srio-gpu-reset in gpu-reset (v2)
Monk Liu
1
-3
/
+0
2017-05-25
drm/amdgpu: print when gpu reset successed
Chunming Zhou
1
-2
/
+3
2017-05-25
drm/amdgpu: fix ring0 failed on pro card
Chunming Zhou
1
-7
/
+50
2017-05-25
drm/amdgpu: Fix comments in source code
Alex Xie
1
-4
/
+4
[next]