summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2021-06-18drm/amd/amdgpu:save psp ring wptr to avoid attackVictor Zhao3-2/+5
2021-06-18drm/amdgpu: refine amdgpu_fru_get_product_infoJiansong Chen1-19/+23
2021-06-10drm/amdgpu: make sure we unpin the UVD BONirmoy Das1-0/+1
2021-06-10drm/amdgpu: Don't query CE and UE errorsLuben Tuikov1-16/+0
2021-06-10drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gateJames Zhu1-2/+2
2021-06-10drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gateJames Zhu1-2/+2
2021-06-10drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gateJames Zhu1-3/+2
2021-06-03drm/amdgpu: stop touching sched.ready in the backendChristian König4-16/+1
2021-06-03drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu1-1/+0
2021-06-03drm/amdgpu: Fix a use-after-freexinhui pan1-0/+1
2021-06-03drm/amd/amdgpu: fix refcount leakJingwen Chen1-0/+3
2021-06-03drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power gateJames Zhu1-0/+2
2021-06-03drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gateJames Zhu1-0/+2
2021-06-03drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gateJames Zhu1-0/+2
2021-06-03drm/amdkfd: correct sienna_cichlid SDMA RLC register offset errorKevin Wang1-6/+6
2021-06-03drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gateJames Zhu1-1/+5
2021-05-26drm/amdgpu: update sdma golden setting for Navi12Guchun Chen1-0/+4
2021-05-26drm/amdgpu: update gc golden setting for Navi12Guchun Chen1-2/+4
2021-05-26drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hangChangfeng2-5/+7
2021-05-26drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE > AMDGPU_PAGE_SIZEYi Li1-1/+1
2021-05-19drm/amdgpu: Add mem sync flag for IB allocated by SAJinzhou Su1-0/+2
2021-05-14drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König3-8/+18
2021-05-11drm/amdgpu: fix NULL pointer dereferenceGuchun Chen1-1/+1
2021-05-11amdgpu: avoid incorrect %hu format stringArnd Bergmann1-1/+1
2021-05-11drm/amdgpu/ttm: Fix memory leak userptr pagesDaniel Gomez1-3/+3
2021-05-11drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4fshaoyunl1-1/+1
2021-05-11drm/amdgpu: mask the xgmi number of hops reported from psp to kfdJonathan Kim1-1/+8
2021-05-11drm/amdgpu: Fix some unload driver issuesEmily Deng2-2/+4
2021-04-07drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao1-4/+4
2021-04-07drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das1-1/+1
2021-03-30drm/amdgpu: Add additional Sienna Cichlid PCI IDAlex Deucher1-0/+1
2021-03-30drm/amdgpu: fb BO should be ttm_bo_type_deviceNirmoy Das1-1/+1
2021-03-17drm/amd/display: Add a backlight module optionTakashi Iwai2-0/+5
2021-03-09drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang1-2/+2
2021-03-09drm/amdgpu:disable VCN for Navi12 SKUAsher.Song1-2/+4
2021-03-07drm/amd/amdgpu: add error handling to amdgpu_virt_read_pf2vf_dataJingwen Chen1-1/+5
2021-03-07drm/amdgpu: Add check to prevent IH overflowDefang Bo3-39/+71
2021-03-04drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)Alex Deucher1-0/+2
2021-03-04drm/amdgpu: toggle on DF Cstate after finishing xgmi injectionGuchun Chen1-1/+1
2021-03-04drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if conditionChenyang Li1-1/+1
2021-01-27drm/amdgpu/psp: fix psp gfx ctrl cmdsVictor Zhao1-1/+1
2021-01-27drm/amdgpu: remove gpu info firmware of green sardineHuang Rui1-1/+0
2021-01-19drm/amdgpu: fix potential memory leak during navi12 deinitializationJiawei Gu1-4/+14
2021-01-19drm/amdgpu: fix a GPU hang issue when remove deviceDennis Li1-2/+2
2021-01-19drm/amdgpu: add new device id for Reniormengwang2-1/+3
2021-01-19drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)Alexandre Demers1-1/+1
2021-01-19drm/amdgpu: add green_sardine device id (v2)Prike Liang1-0/+1
2020-12-30drm/amdgpu: only set DP subconnector type on DP and eDP connectorsAlex Deucher1-4/+6
2020-12-30drm/amdgpu: fix regression in vbios reservation handling on headlessAlex Deucher1-4/+5
2020-12-30drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das5-10/+21