summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-09drm/amdgpu/psp: dont warn on missing optional TA'sAlex Deucher1-3/+3
2020-04-03drm/amd/display: Guard calls to hdcp_ta and dtm_taBhawanpreet Lakha1-0/+2
2020-04-01drm/amdgpu: Ignore the not supported error from pspEmily Deng1-1/+5
2020-03-25Revert "drm/amdgpu: add CAP fw loading"Zhigang Luo1-8/+1
2020-03-19drm/amdgpu: add CAP fw loadingZhigang Luo1-1/+8
2020-03-13drm/amdgpu: resolve failed error inject msgJohn Clements1-2/+4
2020-03-06drm/amdgpu: Fix GPU reset error.Andrey Grodzovsky1-11/+17
2020-03-05drm/amdgpu: Wrap clflush_cache_range with x86 ifdefAndrey Grodzovsky1-1/+8
2020-03-05drm/amdgpu: Add support for USBC PD FW downloadAndrey Grodzovsky1-1/+109
2020-02-26drm/amdgpu: update psp firmwares loading sequence V2Evan Quan1-6/+59
2020-02-25drm/amdgpu: fix psp ucode not loaded in bare-metalMonk Liu1-1/+1
2020-02-25drm/amdgpu: cleanup some incorrect reg access for SRIOVMonk Liu1-2/+2
2020-02-12drm/amd/display: fix dtm unloadingBhawanpreet Lakha1-1/+25
2020-02-06drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call (v2)Hawking Zhang1-16/+2
2020-01-14drm/amdgpu: disable XGMI TA unload for arcturusJohn Clements1-0/+5
2020-01-07amd/amdgpu/sriov enable onevf mode for ARCTURUS VFJack Zhang1-1/+2
2020-01-07drm/amdgpu: amalgamated PSP TA invoke functionsJohn Clements1-103/+34
2020-01-07drm/amdgpu: amalgamate PSP TA load/unload functionsJohn Clements1-99/+39
2020-01-07drm/amdgpu: by default output PSP ret status in event of cmd failureJohn Clements1-2/+2
2020-01-07drm/amdgpu: correct RLC firmwares loading sequenceEvan Quan1-1/+1
2019-12-23drm/amdgpu: use true, false for bool variable in amdgpu_psp.czhengbin1-6/+6
2019-12-23drm/amdgpu: enable xgmi init for sriov use caseFrank.Min1-19/+7
2019-12-18drm/amdgpu: update VCN1(dual instances) fw types ID and VCN ip block typeJane Jian1-0/+3
2019-12-09drm/amdgpu: fix resume failures due to psp fw loading sequence change (v3)Hawking Zhang1-0/+33
2019-12-03drm/amdgpu: load np fw prior before loading the TAsHawking Zhang1-33/+33