summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-15drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu1-0/+3
2021-12-15drm/amd/amdgpu: fix gmc bo pin count leak in SRIOVJingwen Chen2-0/+8
2021-12-15drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOVJingwen Chen1-0/+4
2021-12-15drm/amd/pm: Skip power state allocationLijo Lazar2-20/+0
2021-12-15drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan3-5/+18
2021-12-15drm/amdgpu: use adev_to_drm to get drm_device pointerGuchun Chen1-1/+1
2021-12-15drm/amdgpu: move smu_debug_mask to a more proper placeEvan Quan4-16/+18
2021-12-15drm/amdgpu: SRIOV flr_work should use down_writeVictor Skvortsov2-4/+6
2021-12-15drm/amd/display: 3.2.166Aric Cyr1-1/+1
2021-12-15drm/amd/display: implement dc_mode_memclkMartin Leung14-7/+188
2021-12-15drm/amd/display: ODM + MPO window on only one half of ODMEric Bernstein2-21/+71
2021-12-15drm/amd/display: Reset DMCUB before HW initNicholas Kazlauskas1-0/+5
2021-12-15drm/amd/display: [FW Promotion] Release 0.0.97Anthony Koo1-2/+2
2021-12-15drm/amd/display: Force det buf size to 192KB with 3+ streams and upscalingMichael Strauss1-0/+8
2021-12-15drm/amd/display: parse and check PSR SU capsMikita Lipski3-13/+98
2021-12-15drm/amd/display: Add src/ext ID info for dummy serviceSolomon Chiu1-4/+6
2021-12-15drm/amd/display: Add debugfs entry for ILRWayne Lin1-0/+134
2021-12-15drm/amd/display: Set exit_optimized_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2021-12-14drm:amdgpu:remove unneeded variablechiminghao2-8/+3
2021-12-14drivers/amd/pm: drop statement to print FW version for smu_v13Mario Limonciello1-3/+0
2021-12-14drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YCMario Limonciello1-0/+3
2021-12-14drm/amd/display: fix function scopesIsabella Basso48-517/+179
2021-12-14drm/amd/display: Reduce stack size for dml31 UseMinimumDCFCLKMichel Dänzer1-235/+69
2021-12-14drm/amd/display: Reduce stack size for dml31_ModeSupportAndSystemConfiguratio...Michel Dänzer1-86/+99
2021-12-14drm/amdgpu: re-format file header commentsIsabella Basso1-1/+1
2021-12-14drm/amdgpu: remove unnecessary variablesIsabella Basso2-10/+1
2021-12-14drm/amdgpu: fix amdgpu_ras_mca_query_error_status scopeIsabella Basso1-3/+3
2021-12-14drm/amd: move variable to local scopeMario Limonciello1-2/+2
2021-12-14drm/amd: add some extra checks that is_dig_enabled is definedMario Limonciello2-12/+12
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 Yu3-1/+33
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: disable default navi2x co-op kernel supportJonathan Kim1-4/+1
2021-12-14drm/amdkfd: add Navi2x to GWS init conditionsGraham Sider1-1/+4
2021-12-14drm/amdgpu: only hw fini SMU fisrt for ASICs need thatLang Yu1-15/+32
2021-12-14drm/amdgpu: remove power on/off SDMA in SMU hw_init/fini()Lang Yu1-5/+0
2021-12-14drm/amdkfd: Make KFD support on Hawaii experimentalFelix Kuehling1-1/+5
2021-12-14drm/amdkfd: Don't split unchanged SVM rangesFelix Kuehling1-10/+13
2021-12-14drm/amdkfd: Fix svm_range_is_same_attrsFelix Kuehling1-11/+56
2021-12-14drm/amdkfd: Fix error handling in svm_range_addFelix Kuehling1-89/+49