aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2022-02-09drm/amdkfd: Remove unused old debugger implementationMukul Joshi21-2066/+102
2022-02-09drm/amdkfd: Fix TLB flushing in KFD SVM with no HWSMukul Joshi1-14/+10
2022-02-09drm/amd/pm: fix hwmon node of power1_label create issueYang Wang1-2/+1
2022-02-09drm/amd/pm: drm/amd/pm: disable GetPptLimit message in sriov modeYang Wang1-1/+1
2022-02-09drm/amd/pm: fix hwmon node of power1_label create issueYang Wang1-2/+1
2022-02-09drm/amd/display: keep eDP Vdd on when eDP stream is already enabledZhan Liu1-2/+22
2022-02-09drm/amd/display: fix yellow carp wm clampingDmytro Laktyushkin1-29/+32
2022-02-09drm/amd/display: Cap pflip irqs per max otg numberRoman Li3-1/+4
2022-02-09drm/amdgpu: add utcl2_harvest to gc 10.3.1Aaron Liu1-1/+6
2022-02-09display/amd: decrease message verbosity about watermarks table failureMario Limonciello1-1/+5
2022-02-09drm/amdkfd: use unmap all queues for poison consumptionTao Zhou1-2/+1
2022-02-09drm/amdkfd: rename kfd_process_vm_fault to kfd_dqm_evict_pasidTao Zhou4-4/+4
2022-02-09drm/amdgpu: Revert 'drm/amdgpu: annotate a false positive recursive locking'Andrey Grodzovsky2-10/+4
2022-02-09drm/amdgpu: Rework amdgpu_device_lock_adevAndrey Grodzovsky3-17/+43
2022-02-09drm/amdgpu: Move in_gpu_reset into reset_domainAndrey Grodzovsky6-12/+15
2022-02-09drm/amdgpu: Move reset sem into reset_domainAndrey Grodzovsky10-37/+46
2022-02-09drm/amdgpu: Rework reset domain to be refcounted.Andrey Grodzovsky9-34/+140
2022-02-09drm/amdgpu: Drop concurrent GPU reset protection for deviceAndrey Grodzovsky1-82/+7
2022-02-09drm/amdgpu: Drop hive->in_resetAndrey Grodzovsky3-20/+1
2022-02-09drm/amd/virt: For SRIOV send GPU reset directly to TDR queue.Andrey Grodzovsky3-9/+18
2022-02-09drm/amdgpu: Serialize non TDR gpu recovery with TDRsAndrey Grodzovsky3-2/+35
2022-02-09drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky4-43/+56
2022-02-09drm/amdgpu: Introduce reset domainAndrey Grodzovsky4-1/+35
2022-02-08drm/amdgpu: use dma_fence_chain_containedChristian König1-3/+2
2022-02-07drm/amdgpu: move dpcs_3_0_3 headers from dcn to dpcsAlex Deucher3-2/+2
2022-02-07drm/amdgpu: move dpcs_3_0_0 headers from dcn to dpcsAlex Deucher9-14/+14
2022-02-07drm/amdgpu: add missing license to dpcs_3_0_0 headersAlex Deucher2-0/+14
2022-02-07drm/amdgpu/display: change pipe policy for DCN 2.0Alex Deucher1-1/+1
2022-02-07drm/amdgpu: drop experimental flag on aldebaranAlex Deucher1-4/+4
2022-02-07drm/amd/pm: add missing prototypes to amdgpu_dpm_internalMaíra Canal3-1/+2
2022-02-07drm/amd/pm: fix error handlingTom Rix1-2/+1
2022-02-07drm/amdgpu: reserve the pd while cleaning up PRTsChristian König1-2/+4
2022-02-07drm/amdgpu: move lockdep assert to the right place.Christian König1-2/+2
2022-02-07drm/amd/display: handle null link encoderMartin Tsai2-31/+5
2022-02-07drm/amd/display: 3.2.172Aric Cyr1-1/+1
2022-02-07drm/amd/display: [FW Promotion] Release 0.0.103.0Anthony Koo1-2/+2
2022-02-07drm/amd/display: Fix DP LT sequence on EQ failIlya1-0/+2
2022-02-07drm/amd/display: keep eDP Vdd on when eDP stream is already enabledZhan Liu1-2/+22
2022-02-07drm/amd/display: change fastboot timing validationPaul Hsieh4-4/+5
2022-02-07drm/amd/display: fix yellow carp wm clampingDmytro Laktyushkin1-29/+32
2022-02-07drm/amdgpu/display/dc: do blocked MST topology discovery at resume from S3/S4Bing Guo2-1/+2
2022-02-07drm/amd/display: remove static from optc31_set_drrEric Bernstein2-1/+3
2022-02-07drm/amd/display: limit unbounded requesting to 5kDmytro Laktyushkin1-1/+2
2022-02-07drm/amd/display: Fix stream->link_enc unassigned during stream removalNicholas Kazlauskas1-4/+0
2022-02-07drm/amd/display: Fix for variable may be used uninitialized errorEric Bernstein1-1/+1
2022-02-07drm/amd/pm: revise the implementation of smu_cmn_disable_all_features_with_exceptionEvan Quan5-17/+3
2022-02-07drm/amd/pm: avoid consecutive retrieving for enabled ppfeaturesEvan Quan1-1/+9
2022-02-07drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan7-109/+17
2022-02-07drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan7-22/+21
2022-02-07drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan14-64/+32