aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)Author
2021-07-20drm/amd/amdgpu/sriov disable all ip hw status by defaultJack Zhang
2018-02-28drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)Alex Deucher
2017-08-24drm/amdgpu: fix and cleanup shadow handlingChristian König
2017-08-24drm/amdgpu: add automatic per asic settings for gart_sizeAlex Deucher
2017-08-17drm/amd/amdgpu: expose fragment size as module parameter (v2)Roger He
2017-08-15drm/amdgpu: use 256 bit buffers for all wb allocations (v2)Alex Deucher
2017-08-15drm/amdgpu: make wb 256bit function names consistentAlex Deucher
2017-08-15drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König
2017-08-15drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König
2017-08-15drm/amdgpu: Enable uvd and vce gpu re-init for SRIOV gpu resetFrank Min
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-07-25drm/amdgpu:fix gfx fence allocate sizeMonk Liu
2017-07-14drm/amdgpu: call atomfirmware get_clock_info for atomfirmware systemsAlex Deucher
2017-07-14drm/amdgpu: Correctly establish the suspend/resume hook for amdkfdYong Zhao
2017-07-14drm/amdgpu: change gartsize default to 256MBChristian König
2017-07-14drm/amdgpu: add new gttsize module parameter v2Christian König
2017-07-14drm/amdgpu: consistent name all GART related partsChristian König
2017-07-14drm/amdgpu: remove gtt_base_align handlingChristian König
2017-07-14drm/amdgpu: check scratch registers to see if we need post (v2)Alex Deucher
2017-07-14drm/amd/powerplay: added new se_cac_idx r/w APIs v2Evan Quan
2017-07-14drm/amdgpu: add workaround for S3 issues on some vega10 boardsKen Wang
2017-07-14drm/amdgpu: unify some atombios/atomfirmware scratch reg functionsAlex Deucher
2017-07-14drm/amdgpu: Support passing amdgpu critical error to host via GPU Mailbox.Gavin Wan
2017-07-14drm/amdgpu: remove *_mc_access from display funcsAlex Deucher
2017-07-14drm/amdgpu: use kernel is_power_of_2 rather than local versionAlex Deucher
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-06-30drm/amdgpu: remove unnecessary save/restore of pdev->d3_delayBjorn Helgaas
2017-06-29drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_initArnd Bergmann
2017-06-16drm/amdgpu: don't check the default value for vm sizeAlex Deucher
2017-06-15drm/amdgpu: fix missed gpu info firmware when cache firmware during S3Huang Rui
2017-06-15drm/amdgpu: export test ib debugfs interfaceHuang Rui
2017-06-15drm/amdgpu: add new member in gpu_info fwHawking Zhang
2017-06-09drm/amdgpu: move comment to the right placeAlex Xie
2017-06-06drm/amdgpu: add ip block number printsHuang Rui
2017-06-06drm/amdgpu: add ip name print for selecting ips with ip_block_maskHuang Rui
2017-06-06drm/amdgpu: remove mmhub ipHuang Rui
2017-06-06drm/amdgpu: remove gfxhub ipHuang Rui
2017-06-01drm/amdgpu: Move compute vm bug logic to amdgpu_vm.cAlex Xie
2017-05-31drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4Andres Rodriguez
2017-05-31drm/amdgpu: optimize amdgpu driver load & resume timeShirish S
2017-05-24drm/amdgpu: properly byteswap gpu_info firmwareAlex Deucher
2017-05-24drm/amdgpu: return -ENODEV to user space when vram is lost v2Chunming Zhou
2017-05-24drm/amdgpu: check if vram is lost v2Chunming Zhou
2017-05-24drm/amdgpu: add raven gpu_info supportAlex Deucher
2017-05-24drm/amdgpu: add RAVEN family id definitionChunming Zhou
2017-05-24drm/amdgpu:use job's list instead of check fenceMonk Liu
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu
2017-05-24drm/amdgpu:use job* to replace voluntaryMonk Liu
2017-05-24drm/amdgpu:don't invoke srio-gpu-reset in gpu-reset (v2)Monk Liu
2017-05-24drm/amdgpu: print when gpu reset successedChunming Zhou