aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09drm/amdgpu: Reserve shared memory on VRAM for SR-IOVHorace Chen1-0/+76
2017-09-28drm/amdgpu: move amdgpu_ucode_init_bo to amdgpu_device.cRex Zhu1-0/+8
2017-09-28drm/amdgpu: move common pm sysfs code to amdgpu_device.cRex Zhu1-0/+6
2017-09-28drm/amdgpu: fix vf error handlingAlex Deucher1-11/+12
2017-09-26drm/amdgpu/sriov:fix page fault issue of driver unloadMonk Liu1-3/+1
2017-09-26drm/amdgpu/sriov:move in_reset to adev and renameMonk Liu1-2/+2
2017-09-26drm/amdgpu: Add GPU reset functionality for Vega10Ken Wang1-1/+2
2017-09-18drm/amdgpu: unify the interface of amd_pm_funcsRex Zhu1-4/+1
2017-08-31drm/amdgpu: move hw generation check into amdgpu_doorbell_init v2Christian König1-5/+12
2017-08-29drm/amdgpu: Move VBIOS version to sysfsKent Russell1-31/+23
2017-08-29drm/amdgpu: Add debugfs file for VBIOS and versionKent Russell1-0/+62
2017-08-29drm/amdgpu: fix and cleanup shadow handlingChristian König1-6/+0
2017-08-29drm/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 int...Dave 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