summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2021-12-14drm/amdgpu: fix amdgpu_ras_mca_query_error_status scopeIsabella Basso1-3/+3
2021-12-14drm/amdgpu: Reduce SG bo memory usage for mGPUsPhilip Yang1-4/+6
2021-12-14drm/amdgpu: Detect if amdgpu in IOMMU direct map modePhilip Yang2-0/+21
2021-12-14drm/amdgpu: add support for SMU debug optionLang Yu1-0/+3
2021-12-14drm/amdgpu: introduce a kind of halt state for amdgpu deviceLang Yu2-0/+41
2021-12-14drm/amdgpu: check df_funcs and its callback pointersHawking Zhang4-6/+38
2021-12-14drm/amdgpu: don't override default ECO_BITs settingHawking Zhang8-9/+0
2021-12-14drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma1-2/+2
2021-12-14drm/amdgpu: read and authenticate ip discovery binaryHawking Zhang1-23/+23
2021-12-14drm/amdgpu: add helper to verify ip discovery binary signatureHawking Zhang1-0/+8
2021-12-14drm/amdgpu: rename discovery_read_binary helperHawking Zhang1-2/+2
2021-12-14drm/amdgpu: add helper to load ip_discovery binary from fileHawking Zhang1-1/+30
2021-12-14drm/amdgpu: fix incorrect VCN revision in SRIOVLeslie Shi4-34/+14
2021-12-14drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()Leslie Shi1-1/+2
2021-12-14drm/amdgpu: only hw fini SMU fisrt for ASICs need thatLang Yu1-15/+32
2021-12-14drm/amdgpu: Handle fault with same timestampPhilip Yang2-5/+2
2021-12-14drm/amdgpu: fix location of prototype for amdgpu_kms_compat_ioctlIsabella Basso2-2/+3
2021-12-14drm/amd: append missing includesIsabella Basso1-0/+1
2021-12-14drm/amdgpu: fix function scopesIsabella Basso1-2/+2
2021-12-14drm/amd: fix improper docstring syntaxIsabella Basso10-16/+13
2021-12-14drm/amdgpu: extended waiting SRIOV VF reset completion timeout to 10sZhigang Luo1-1/+1
2021-12-14drm/amdgpu: recover XGMI topology for SRIOV VF after resetZhigang Luo1-3/+14
2021-12-14drm/amdgpu: added PSP XGMI initialization for SRIOV VF during recoverZhigang Luo1-0/+12
2021-12-14drm/amdgpu: skip reset other device in the same hive if it's SRIOV VFZhigang Luo1-3/+4
2021-12-14drm/amdgpu: enable RAS poison flag when GPU is connected to CPUTao Zhou1-1/+5
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie42-1180/+961
2021-12-09drm/amdgpu: don't skip runtime pm get on A+A configChristian König1-3/+0
2021-12-09Merge tag 'drm-misc-next-2021-11-29' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-13/+1
2021-12-07drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmiClaudio Suarez4-12/+12
2021-12-07drm/amdgpu: update drm_display_info correctly when the edid is readClaudio Suarez1-1/+4
2021-12-07drm/amdgpu: skip umc ras error count harvestStanley.Yang1-5/+10
2021-12-07drm/amdgpu: free vkms_output after useFlora Cui1-7/+9
2021-12-07drm/amdgpu: drop the critial WARN_ON in amdgpu_vkmsFlora Cui1-1/+2
2021-12-07drm/amdgpu: only skip get ecc info for aldebaranStanley.Yang1-1/+2
2021-12-02drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang1-0/+6
2021-12-02drm/amdgpu: handle SRIOV VCN revision parsingAlex Deucher4-7/+15
2021-12-02drm/amdgpu: skip query ecc info in gpu recoveryStanley.Yang1-0/+4
2021-12-02drm/amdgpu: adjust the kfd reset sequence in reset sriov functionshaoyunl1-4/+8
2021-12-02drm/amdkfd: fix double free mem structurePhilip Yang1-3/+5
2021-12-02drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar1-3/+4
2021-12-02drm/amdgpu: fix the missed handling for SDMA2 and SDMA3Guchun Chen1-0/+2
2021-12-02drm/amdgpu: check atomic flag to differeniate with legacy pathFlora Cui1-2/+2
2021-12-02drm/amdgpu: cancel the correct hrtimer on exitFlora Cui1-2/+2
2021-12-02drm/amdgpu/sriov/vcn: add new vcn ip revision check case for SIENNA_CICHLIDJane Jian3-0/+3
2021-12-02drm/amdgpu: update fw_load_type module parameter doc to match codeYann Dirson1-2/+5
2021-12-02drm/amdkfd: err_pin_bo path leaks kfd_bo_listPhilip Yang1-8/+6
2021-12-02drm/amdgpu: adjust the kfd reset sequence in reset sriov functionshaoyunl1-4/+8
2021-12-02drm/amdkfd: fix double free mem structurePhilip Yang1-3/+5
2021-12-02drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar1-3/+4
2021-12-02drm/amdgpu: Use MAX_HWIP instead of HW_ID_MAXLijo Lazar1-1/+1