summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-02drm/amdgpu: replace AMDGPU_RAS_UE with AMDGPU_RAS_SUCCESSTao Zhou
2019-08-02drm/amdgpu: only uncorrectable error needs gpu resetTao Zhou
2019-08-02drm/amdgpu: update the calc algorithm of umc ecc error countTao Zhou
2019-08-02drm/amdgpu: implement umc ras init functionTao Zhou
2019-08-02drm/amdgpu: support ce interrupt in ras moduleTao Zhou
2019-08-02drm/amdgpu: add error address query for umc rasTao Zhou
2019-08-02drm/amdgpu: apply umc_for_each_channel macro to umc_6_1Tao Zhou
2019-08-02drm/amdgpu: add macro of umc for each channelTao Zhou
2019-08-02drm/amdgpu: initialize new parameters and functions for amdgpu_umc structureTao Zhou
2019-08-02drm/amdgpu: add more parameters and functions to amdgpu_umc structureTao Zhou
2019-08-02drm/amdgpu: remove the clear of MCA_ADDRTao Zhou
2019-08-02drm/amd/powerplay: honor hw limit on fetching metrics data for navi10Kevin Wang
2019-08-02drm/amd/display: Don't replace the dc_state for fast updatesNicholas Kazlauskas
2019-08-02drm/amd/display: Skip determining update type for async updatesNicholas Kazlauskas
2019-08-02drm/amd/display: Allow cursor async updates for framebuffer swapsNicholas Kazlauskas
2019-08-02drm/amdgpu: fix unsigned variable instance compared to less than zeroColin Ian King
2019-08-02drm/amd/powerplay: Allow changing of fan_control in smu_v11_0Matt Coffin
2019-08-02drm/amd/powerplay: fix a few spelling mistakesColin Ian King
2019-08-02gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector...Jia-Ju Bai
2019-08-02drm/amd/powerplay: fix off-by-one upper bounds limit checksColin Ian King
2019-08-02drm/radeon: Fix EEH during kexecKyleMahlkuch
2019-08-02drm/amdkfd: Extend CU mask to 8 SEs (v3)Jay Cornwall
2019-08-02drm/amdgpu: support get_cu_info for ArcturusLe Ma
2019-08-02drm/amdgpu: Fix pcie_bw on Vega20Kent Russell
2019-08-02drm/amdgpu: Update NBIO headers to add TXCLK3/4Kent Russell
2019-08-02drm/amdgpu: Add amdgpu_asic_funcs.reset_method for Vega20Andrey Grodzovsky
2019-08-02drm/amdgpu: Mark KFD VRAM allocations for wipe on releaseFelix Kuehling
2019-08-02drm/amdgpu: Implement VRAM wipe on releaseFelix Kuehling
2019-08-02drm/amdgpu: Add flag to wipe VRAM on releaseFelix Kuehling
2019-08-02drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling
2019-08-02drm/amd/display: Use switch table for dc_to_smu_clock_typeLeo Li
2019-08-02drm/amd/display: Use proper enum conversion functionsNathan Chancellor
2019-08-02drm/amdgpu: fix double ucode load by PSP(v3)Monk Liu
2019-08-02drm/amdgpu: fix incorrect judge on sos fw versionMonk Liu
2019-08-02drm/amdgpu: cleanup vega10 SRIOV code pathMonk Liu
2019-08-02drm/amd/powerplay: sort feature status index by asic feature id for smuKevin Wang
2019-07-31drm/amdkfd: enable KFD support for navi14Alex Deucher
2019-07-31drm/amdgpu: disable inject for failed subblocks of gfxDennis Li
2019-07-31drm/amdgpu: support gfx ras error injection and err_cnt queryDennis Li
2019-07-31drm/amdgpu: add RAS callback for gfxDennis Li
2019-07-31drm/amdgpu: add define for gfx ras subblockDennis Li
2019-07-31drm/amd/include: add define of TCP_EDC_CNT_NEWDennis Li
2019-07-31drm/amd/include: add bitfield define for EDC registersDennis Li
2019-07-31drm/amdgpu: remove ras_reserve_vram in ras injectionTao Zhou
2019-07-31drm/amdgpu: add check for ras error typeTao Zhou
2019-07-31drm/amdgpu: update interrupt callback for all ras clientsTao Zhou
2019-07-31drm/amdgpu: allow ras interrupt callback to return error dataTao Zhou
2019-07-31drm/amdgpu: query umc ras error addressTao Zhou
2019-07-31drm/amdgpu: add structures for umc error address translationTao Zhou
2019-07-31drm/amdgpu: add support for recording ras error addressTao Zhou