aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-24drm/amdgpu: fix and cleanup shadow handlingChristian König1-6/+0
2017-08-24drm/amdgpu: add automatic per asic settings for gart_sizeAlex Deucher1-2/+2
2017-08-17drm/amd/amdgpu: expose fragment size as module parameter (v2)Roger He1-0/+7
2017-08-15drm/amdgpu: use 256 bit buffers for all wb allocations (v2)Alex Deucher1-73/+4
2017-08-15drm/amdgpu: make wb 256bit function names consistentAlex Deucher1-1/+1
2017-08-15drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König1-12/+1
2017-08-15drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König1-29/+5
2017-08-15drm/amdgpu: Enable uvd and vce gpu re-init for SRIOV gpu resetFrank Min1-1/+2
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-62/+119
2017-07-25drm/amdgpu:fix gfx fence allocate sizeMonk Liu1-0/+32
2017-07-14drm/amdgpu: call atomfirmware get_clock_info for atomfirmware systemsAlex Deucher1-1/+9
2017-07-14drm/amdgpu: Correctly establish the suspend/resume hook for amdkfdYong Zhao1-0/+7
2017-07-14drm/amdgpu: change gartsize default to 256MBChristian König1-7/+5
2017-07-14drm/amdgpu: add new gttsize module parameter v2Christian König1-0/+7
2017-07-14drm/amdgpu: consistent name all GART related partsChristian König1-11/+11
2017-07-14drm/amdgpu: remove gtt_base_align handlingChristian König1-3/+3
2017-07-14drm/amdgpu: check scratch registers to see if we need post (v2)Alex Deucher1-1/+6
2017-07-14drm/amd/powerplay: added new se_cac_idx r/w APIs v2Evan Quan1-0/+1
2017-07-14drm/amdgpu: add workaround for S3 issues on some vega10 boardsKen Wang1-0/+15
2017-07-14drm/amdgpu: unify some atombios/atomfirmware scratch reg functionsAlex Deucher1-16/+4
2017-07-14drm/amdgpu: Support passing amdgpu critical error to host via GPU Mailbox.Gavin Wan1-3/+18
2017-07-14drm/amdgpu: remove *_mc_access from display funcsAlex Deucher1-6/+0
2017-07-14drm/amdgpu: use kernel is_power_of_2 rather than local versionAlex Deucher1-16/+3
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-67/+371
2017-06-30drm/amdgpu: remove unnecessary save/restore of pdev->d3_delayBjorn Helgaas1-4/+0
2017-06-29drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_initArnd Bergmann1-1/+1
2017-06-16drm/amdgpu: don't check the default value for vm sizeAlex Deucher1-0/+4
2017-06-15drm/amdgpu: fix missed gpu info firmware when cache firmware during S3Huang Rui1-8/+10
2017-06-15drm/amdgpu: export test ib debugfs interfaceHuang Rui1-0/+54
2017-06-15drm/amdgpu: add new member in gpu_info fwHawking Zhang1-0/+5
2017-06-09drm/amdgpu: move comment to the right placeAlex Xie1-2/+2
2017-06-06drm/amdgpu: add ip block number printsHuang Rui1-0/+3
2017-06-06drm/amdgpu: add ip name print for selecting ips with ip_block_maskHuang Rui1-1/+2
2017-06-06drm/amdgpu: remove mmhub ipHuang Rui1-1/+0
2017-06-06drm/amdgpu: remove gfxhub ipHuang Rui1-1/+0
2017-06-01drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie1-0/+2
2017-05-31drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez1-0/+3
2017-05-31drm/amdgpu: optimize amdgpu driver load & resume timeShirish S1-10/+36
2017-05-24drm/amdgpu: properly byteswap gpu_info firmwareAlex Deucher1-11/+11
2017-05-24drm/amdgpu: return -ENODEV to user space when vram is lost v2Chunming Zhou1-1/+3
2017-05-24drm/amdgpu: check if vram is lost v2Chunming Zhou1-1/+19
2017-05-24drm/amdgpu: add raven gpu_info supportAlex Deucher1-0/+4
2017-05-24drm/amdgpu: add RAVEN family id definitionChunming Zhou1-2/+7
2017-05-24drm/amdgpu:use job's list instead of check fenceMonk Liu1-2/+2
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu1-9/+34
2017-05-24drm/amdgpu:use job* to replace voluntaryMonk Liu1-4/+3
2017-05-24drm/amdgpu:don't invoke srio-gpu-reset in gpu-reset (v2)Monk Liu1-3/+0
2017-05-24drm/amdgpu: print when gpu reset successedChunming Zhou1-2/+3
2017-05-24drm/amdgpu: fix ring0 failed on pro cardChunming Zhou1-7/+50
2017-05-24drm/amdgpu: Fix comments in source codeAlex Xie1-4/+4