summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2019-11-14drm/amdgpu: fix null pointer deref in firmware header printingXiaojie Yuan-22/+16
2019-11-06drm/amdgpu/renoir: move gfxoff handling into gfx9 moduleAlex Deucher-5/+6
2019-11-06drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9changzhu-0/+7
2019-11-06drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10changzhu-6/+64
2019-11-06drm/amdgpu: register gpu instance before fan boost feature enablmentEvan Quan-1/+7
2019-11-06drm/amdgpu: add navi14 PCI IDTianci.Yin-0/+1
2019-11-06drm/amdgpu: dont schedule jobs while in resetShirish S-1/+4
2019-11-06drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZEAlex Deucher-0/+9
2019-10-30drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZEAlex Deucher-0/+18
2019-10-30drm/amdgpu: If amdgpu_ib_schedule fails return back the error.Andrey Grodzovsky-1/+3
2019-10-30drm/amdgpu/gfx10: update gfx golden settings for navi12Tianci.Yin-1/+1
2019-10-30drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin-1/+1
2019-10-30drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin-1/+1
2019-10-30drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)Pierre-Eric Pelloux-Prayer-0/+1
2019-10-30drm/amdgpu: Fix SDMA hang when performing VKexample testchen gong-0/+1
2019-10-17drm/amdgpu/vce: fix allocation size in enc ring testAlex Deucher-5/+16
2019-10-17drm/amdgpu: fix error handling in amdgpu_bo_list_createChristian König-1/+6
2019-10-17drm/amdgpu: fix potential VM faultsChristian König-1/+2
2019-10-17drm/amdgpu: user pages array memory leak fixPhilip Yang-6/+2
2019-10-17drm/amdgpu/vcn: fix allocation size in enc ring testAlex Deucher-12/+23
2019-10-17drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)Alex Deucher-11/+22
2019-10-17drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)Alex Deucher-10/+21
2019-10-11drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe syncXiaojie Yuan-1/+1
2019-10-11drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Hans de Goede-35/+35
2019-10-09drm/amdgpu: fix memory leakNirmoy Das-7/+7
2019-10-02drm/amdgpu: hide another #warningArnd Bergmann-2/+0
2019-10-02drm/amdgpu: make pmu support optional, againArnd Bergmann-1/+1
2019-10-02drm/amdgpu: fix multiple memory leaks in acp_hw_initNavid Emamdoost-12/+22
2019-10-02drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák-1/+17
2019-10-02drm/amdgpu: don't increment vram lost if we are in hibernationAlex Deucher-4/+8
2019-10-02drm/amdgpu: revert "disable bulk moves for now"Christian König-2/+0
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-16/+43
2019-09-25drm/amdgpu: untag user pointersAndrey Konovalov-1/+3
2019-09-24drm/amdgpu/gfx10: add support for wks firmware loadingTianci.Yin-6/+16
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-31/+21
2019-09-18drm/amdgpu: flag navi12 and 14 as experimental for 5.4Alex Deucher-4/+4
2019-09-17drm/amdgpu: add navi12 pci idTianci.Yin-0/+3
2019-09-17drm/amdgpu: add navi14 PCI ID for work station SKUTianci.Yin-0/+2
2019-09-17drm/amdgpu: Fix KFD-related kernel oops on HawaiiFelix Kuehling-1/+2
2019-09-17drm/amd/amdgpu: power up sdma engine when S3 resume backPrike Liang-5/+7
2019-09-17drm/amdgpu: Check for valid number of registers to readTrek-0/+3
2019-09-17drm/amdgpu: remove program of lbpw for renoirAaron Liu-2/+0
2019-09-17drm/amdgpu: Remove clock gating restore.Andrey Grodzovsky-1/+9
2019-09-06Merge tag 'drm-next-5.4-2019-08-30' of git://people.freedesktop.org/~agd5f/li...Dave Airlie-71/+1460
2019-08-30drm/amdgpu: Fix undefined dm_ip_block for navi12Petr Cvek-0/+2
2019-08-30drm/amdgpu: fix no interrupt issue for renoir emu (v2)Aaron Liu-8/+10
2019-08-30drm/amdgpu: Handle job is NULL use case in amdgpu_device_gpu_recoverAndrey Grodzovsky-6/+4
2019-08-29drm/amdgpu: Enable DC on RenoirRoman Li-0/+9
2019-08-29drm/amdgpu: Initialize and update SDMA power gatingPrike Liang-0/+1
2019-08-29drm/amdgpu/psp: keep TMR in visible vram region for SRIOVTianci.Yin-2/+8