summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2020-05-28drm/amdgpu: simplify mec2 fw checkAlex Deucher-2/+1
2020-05-28drm/amdgpu: simplify CZ/ST and KV/KB/ML checksAlex Deucher-5/+5
2020-05-28drm/amdgpu: simplify raven and renoir checksAlex Deucher-5/+4
2020-05-28drm/amdgpu/gfx10: add navi12 to gfxoff caseAlex Deucher-0/+1
2020-05-28drm/amdgpu/sdma4: add renoir to powergating setupAlex Deucher-0/+1
2020-05-28drm/amdgpu: simplify ATIF backlight handlingAlex Deucher-43/+30
2020-05-28drm/amdgpu: print warning when input address is invalidGuchun Chen-0/+3
2020-05-28drm/amd/powerplay: remove the support of xgmi pstate on vega20 from swsmuKevin Wang-2/+2
2020-05-28drm/amdgpu: change memory training to common functionLikun Gao-48/+40
2020-05-26drm/amdgpu: fix device attribute node create failed with multi gpuKevin Wang-41/+58
2020-05-22drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeFelix Kuehling-2/+9
2020-05-22drm/amdgpu: add apu flags (v2)Alex Deucher-28/+38
2020-05-22drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenchen gong-0/+9
2020-05-22drm/amdgpu: fix pm sysfs node handling (v2)Alex Deucher-4/+4
2020-05-22drm/amdgpu: move gpu_info parsing after common early initAlex Deucher-4/+4
2020-05-22drm/amdgpu: move discovery gfx config fetchingAlex Deucher-4/+3
2020-05-21drm/amdgpu: resize VRAM BAR for CPU access on gfx10Alan Swanson-4/+10
2020-05-21drm/amdgpu: drop navi pcie bw callbackAlex Deucher-8/+0
2020-05-21drm/amdgpu: improve error handling in pcie_bwAlex Deucher-1/+7
2020-05-21drm/amdkfd: fix restore worker race conditionPhilip Yang-3/+3
2020-05-21drm/amdgpu: off by one in amdgpu_device_attr_create_groups() error handlingDan Carpenter-2/+1
2020-05-21drm/amdgpu: add condition to set MP1 state on gpu resetLikun Gao-1/+2
2020-05-21drm/amdgpu fix incorrect sysfs remove behavior for xgmiJack Zhang-7/+16
2020-05-21drm/amdgpu/vcn2.5: Remove old DPG workaroundJames Zhu-9/+0
2020-05-21drm/amdgpu/jpeg2.5: Remove JPEG_ENC_MASK from clock ungatingJames Zhu-1/+0
2020-05-21drm/amd/display: Add DC Debug mask to disable features for bringupHarry Wentland-0/+9
2020-05-21drm/amdgpu: cleanup unnecessary virt sriov check in amdgpu attributeKevin Wang-105/+0
2020-05-19drm/amd: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-29/+29
2020-05-19drm/amdgpu: use the unlocked drm_gem_object_putEmil Velikov-1/+1
2020-05-18drm/amdgpu: Add a UAPI flag for user to call mem_syncAndrey Grodzovsky-1/+5
2020-05-18drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák-7/+46
2020-05-18drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky-5/+94
2020-05-18drm/amdgpu: Add new ring callback to insert memory syncAndrey Grodzovsky-0/+1
2020-05-18drm/amdgpu: optimize amdgpu device attribute codeKevin Wang-278/+262
2020-05-18drm/amdgpu: add amdgpu_virt_get_vf_mode helper functionKevin Wang-0/+24
2020-05-18drm/amdgpu: Add autodump debugfs node for gpu reset v8Jiange Zhao-1/+87
2020-05-14drm/amdgpu: Update RAS XGMI error inject sequenceJohn Clements-1/+29
2020-05-14drm/amdgpu: Add DPM function for XGMI link power down controlJohn Clements-0/+12
2020-05-14drm/amdgpu: remove redundant assignment to variable retColin Ian King-1/+1
2020-05-14drm/amdgpu: turn back rlcg write for gfx_v10Yintian Tao-8/+6
2020-05-14drm/amdgpu: Add AQUIRE_MEM PACKET3 fields defintionAndrey Grodzovsky-1/+72
2020-05-14Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...Dave Airlie-689/+771
2020-05-12drm/amd/amdgpu: add raven1 part to the gfxoff quirk listTom St Denis-0/+2
2020-05-11drm/amd/amdgpu: remove defined but not used 'crtc_offsets'Jason Yan-11/+0
2020-05-11drm/amd/amdgpu: add raven1 part to the gfxoff quirk listTom St Denis-0/+2
2020-05-11mm/hmm: remove the customizable pfn format from hmm_range_faultJason Gunthorpe-25/+10
2020-05-11mm/hmm: remove HMM_PFN_SPECIALJason Gunthorpe-1/+0
2020-05-11drm/amdgpu: remove dead code after hmm_range_fault()Jason Gunthorpe-10/+6
2020-05-11mm/hmm: make hmm_range_fault return 0 or -1Jason Gunthorpe-2/+2
2020-05-08drm/amdgpu: implement soft_recovery for gfx10Alex Deucher-0/+14