summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04drm/amdgpu: resolved ASD loading issue on siennaJohn Clements1-0/+1
2020-11-02drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma1-7/+7
2020-11-02drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma1-9/+9
2020-10-26drm/amdgpu: added support for psp fw attestationJohn Clements1-3/+33
2020-10-16drm/amd/psp: Fix sysfs: cannot create duplicate filenameAndrey Grodzovsky1-1/+2
2020-10-15drm/amdgpu: add rlc iram and dram firmware supportLikun Gao1-0/+6
2020-10-12drm/amdgpu: add psp support for dimgrey_cavefish(v2)Tao Zhou1-2/+3
2020-10-12drm/amdgpu: increase size of psp fw_name string(v2)Tao Zhou1-2/+2
2020-10-05drm/amdgpu: enable psp support for vangoghHuang Rui1-0/+1
2020-10-05drm/amdgpu: add TOC firmware support for apu (v3)Huang Rui1-0/+36
2020-09-25drm/amd: Skip not used microcode loading in SRIOVJingwen Chen1-4/+6
2020-09-15drm/amdgpu: Include sienna_cichlid in USBC PD FW support.Andrey Grodzovsky1-1/+1
2020-09-15drm/amdgpu: Update RAS init handlingJohn Clements1-1/+11
2020-09-15drm/amdgpu: Avoid accessing HW when suspending SW stateAndrey Grodzovsky1-0/+6
2020-08-26drm/amdgpu: add asd fw check before loading asdTao Zhou1-2/+1
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-2/+2
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-2/+2
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-2/+2
2020-08-14drm/amdgpu: enable RAP TA loadWenhui Sheng1-0/+183
2020-07-30drm amdgpu: Skip tmr load for SRIOVLiu ChengZhe1-6/+29
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-2/+2
2020-07-21drm/amdgpu: load asd for sienna cichlidJohn Clements1-1/+0
2020-07-15drm/amdgpu: add psp support for navy_flounderJiansong Chen1-2/+6
2020-07-15drm/amdgpu: correct ta header v2 ucode init start addressJohn Clements1-1/+3
2020-07-10drm/amdgpu: fix spelling mistake "Falied" -> "Failed"Colin Ian King1-1/+1
2020-07-08drm/amdgpu: updated ta ucode loadingJohn Clements1-0/+99
2020-07-08drm/amdgpu: add TMR destory function for pspHuang Rui1-4/+53
2020-07-08drm/amdgpu: asd function needs to be unloaded in suspend phaseHuang Rui1-0/+6
2020-07-01drm/amdgpu: call release_firmware() without a NULL checkNirmoy Das1-4/+2
2020-07-01drm/amdgpu: label internally used symbols as staticNirmoy Das1-1/+1
2020-07-01drm/amdgpu/sriov: Add clear vf fw supportEmily Deng1-2/+35
2020-07-01drm/amdgpu/psp: support for loading PSP SPL fwLikun Gao1-0/+8
2020-07-01drm/amdgpu/psp: initialization PSP SPL fwLikun Gao1-0/+13
2020-07-01drm/amdgpu: only send one sdma firmware for sienna_cichlidLikun Gao1-0/+9
2020-07-01drm/amdgpu/psp: convert amdgpu mes ucode typeJack Xiao1-0/+6
2020-07-01drm/amdgpu/psp: add psp support for sienna_cichlidLikun Gao1-0/+1
2020-07-01drm/amdgpu: skip ASD fw load for sienna_cichlidLikun Gao1-1/+1
2020-05-28drm/amdgpu: change memory training to common functionLikun Gao1-2/+40
2020-05-21drm/amdgpu: add condition to set MP1 state on gpu resetLikun Gao1-1/+2
2020-05-08drm/amdgpu: switch to common rlc_autoload helperHawking Zhang1-1/+1
2020-05-08drm/amdgpu: switch to common ras ta helperHawking Zhang1-0/+27
2020-05-08drm/amdgpu: switch to common xgmi ta helpersHawking Zhang1-0/+115
2020-05-07drm/amdgpu: Fix bug in RAS invokeJohn Clements1-3/+3
2020-04-30drm/amdgpu: update RAS sequence to parse TA flagsJohn Clements1-1/+28
2020-04-23drm/amdgpu: add helper function to init sos ucodeHawking Zhang1-0/+70
2020-04-23drm/amdgpu: add helper function to init asd ucodeHawking Zhang1-0/+36
2020-04-23drm/amdgpu: retire unused check_fw_loading statusHawking Zhang1-34/+0
2020-04-23drm/amdgpu: retire support_vmr_ring interfaceHawking Zhang1-1/+1
2020-04-22drm/amdgpu: set mp1 state before reloadJohn Clements1-1/+10
2020-04-22drm/amdgpu: update psp fw loading sequenceJohn Clements1-49/+77