Age | Commit message (Expand) | Author | Files | Lines |
2020-05-28 | drm/amdgpu: change memory training to common function | Likun Gao | 1 | -2/+40 |
2020-05-21 | drm/amdgpu: add condition to set MP1 state on gpu reset | Likun Gao | 1 | -1/+2 |
2020-05-08 | drm/amdgpu: switch to common rlc_autoload helper | Hawking Zhang | 1 | -1/+1 |
2020-05-08 | drm/amdgpu: switch to common ras ta helper | Hawking Zhang | 1 | -0/+27 |
2020-05-08 | drm/amdgpu: switch to common xgmi ta helpers | Hawking Zhang | 1 | -0/+115 |
2020-05-07 | drm/amdgpu: Fix bug in RAS invoke | John Clements | 1 | -3/+3 |
2020-04-30 | drm/amdgpu: update RAS sequence to parse TA flags | John Clements | 1 | -1/+28 |
2020-04-23 | drm/amdgpu: add helper function to init sos ucode | Hawking Zhang | 1 | -0/+70 |
2020-04-23 | drm/amdgpu: add helper function to init asd ucode | Hawking Zhang | 1 | -0/+36 |
2020-04-23 | drm/amdgpu: retire unused check_fw_loading status | Hawking Zhang | 1 | -34/+0 |
2020-04-23 | drm/amdgpu: retire support_vmr_ring interface | Hawking Zhang | 1 | -1/+1 |
2020-04-22 | drm/amdgpu: set mp1 state before reload | John Clements | 1 | -1/+10 |
2020-04-22 | drm/amdgpu: update psp fw loading sequence | John Clements | 1 | -49/+77 |
2020-04-09 | drm/amdgpu/psp: dont warn on missing optional TA's | Alex Deucher | 1 | -3/+3 |
2020-04-03 | drm/amd/display: Guard calls to hdcp_ta and dtm_ta | Bhawanpreet Lakha | 1 | -0/+2 |
2020-04-01 | drm/amdgpu: Ignore the not supported error from psp | Emily Deng | 1 | -1/+5 |
2020-03-25 | Revert "drm/amdgpu: add CAP fw loading" | Zhigang Luo | 1 | -8/+1 |
2020-03-19 | drm/amdgpu: add CAP fw loading | Zhigang Luo | 1 | -1/+8 |
2020-03-13 | drm/amdgpu: resolve failed error inject msg | John Clements | 1 | -2/+4 |
2020-03-06 | drm/amdgpu: Fix GPU reset error. | Andrey Grodzovsky | 1 | -11/+17 |
2020-03-05 | drm/amdgpu: Wrap clflush_cache_range with x86 ifdef | Andrey Grodzovsky | 1 | -1/+8 |
2020-03-05 | drm/amdgpu: Add support for USBC PD FW download | Andrey Grodzovsky | 1 | -1/+109 |
2020-02-26 | drm/amdgpu: update psp firmwares loading sequence V2 | Evan Quan | 1 | -6/+59 |
2020-02-25 | drm/amdgpu: fix psp ucode not loaded in bare-metal | Monk Liu | 1 | -1/+1 |
2020-02-25 | drm/amdgpu: cleanup some incorrect reg access for SRIOV | Monk Liu | 1 | -2/+2 |
2020-02-12 | drm/amd/display: fix dtm unloading | Bhawanpreet Lakha | 1 | -1/+25 |
2020-02-06 | drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call (v2) | Hawking Zhang | 1 | -16/+2 |
2020-01-14 | drm/amdgpu: disable XGMI TA unload for arcturus | John Clements | 1 | -0/+5 |
2020-01-07 | amd/amdgpu/sriov enable onevf mode for ARCTURUS VF | Jack Zhang | 1 | -1/+2 |
2020-01-07 | drm/amdgpu: amalgamated PSP TA invoke functions | John Clements | 1 | -103/+34 |
2020-01-07 | drm/amdgpu: amalgamate PSP TA load/unload functions | John Clements | 1 | -99/+39 |
2020-01-07 | drm/amdgpu: by default output PSP ret status in event of cmd failure | John Clements | 1 | -2/+2 |
2020-01-07 | drm/amdgpu: correct RLC firmwares loading sequence | Evan Quan | 1 | -1/+1 |
2019-12-23 | drm/amdgpu: use true, false for bool variable in amdgpu_psp.c | zhengbin | 1 | -6/+6 |
2019-12-23 | drm/amdgpu: enable xgmi init for sriov use case | Frank.Min | 1 | -19/+7 |
2019-12-18 | drm/amdgpu: update VCN1(dual instances) fw types ID and VCN ip block type | Jane Jian | 1 | -0/+3 |
2019-12-09 | drm/amdgpu: fix resume failures due to psp fw loading sequence change (v3) | Hawking Zhang | 1 | -0/+33 |
2019-12-03 | drm/amdgpu: load np fw prior before loading the TAs | Hawking Zhang | 1 | -33/+33 |
2019-12-03 | drm/amdgpu: unload asd in psp hw de-init phase | Hawking Zhang | 1 | -0/+36 |
2019-12-03 | drm/amdgpu: drop asd shared memory | Hawking Zhang | 1 | -33/+11 |
2019-12-02 | drm/amdgpu: do autoload right after MEC loaded for SRIOV VF | Monk Liu | 1 | -2/+2 |
2019-11-22 | drm/amd/amdgpu/sriov skip RLCG s/r list for arcturus VF. | Jack Zhang | 1 | -1/+4 |
2019-11-22 | drm/amd/amdgpu/sriov temporarily skip ras,dtm,hdcp for arcturus VF | Jack Zhang | 1 | -0/+36 |
2019-11-22 | drm/amdgpu: remove redundant assignment to pointer write_frame | Colin Ian King | 1 | -1/+1 |
2019-11-19 | drm/amdgpu: switch to common helper func for psp cmd submission | Hawking Zhang | 1 | -1/+1 |
2019-11-19 | drm/amdgpu: add helper func for psp ring cmd submission | Hawking Zhang | 1 | -0/+50 |
2019-11-13 | drm/amdgpu: Add PSP loading support for DMCUB ucode | Nicholas Kazlauskas | 1 | -0/+3 |
2019-11-11 | drm/amdgpu: avoid upload corrupted ta ucode to psp | Hawking Zhang | 1 | -1/+21 |
2019-10-30 | drm/amdgpu: bypass some cleanup work after err_event_athub (v2) | Le Ma | 1 | -0/+9 |
2019-10-25 | drm/amdgpu/psp: fix spelling mistake "initliaze" -> "initialize" | Colin Ian King | 1 | -1/+1 |