summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-04-26drm/radeon: change cac_weights_* to staticTom Rix1-2/+2
2022-04-26drm/radeon: change cik_default_state table from global to staticTom Rix3-249/+218
2022-04-26drm/amd/display: fix non-kernel-doc comment warningsRandy Dunlap1-1/+1
2022-04-26drm/amdkfd: Update mapping if range attributes changedPhilip Yang1-14/+32
2022-04-26drm/amdkfd: Add SVM range mapped_to_gpu flagPhilip Yang2-1/+17
2022-04-25drm/amd/display: 3.2.183Aric Cyr1-1/+1
2022-04-25drm/amd/display: Keep track of DSC packed PPSIlya Bakoulin2-1/+3
2022-04-25drm/amd/display: Remove unused integerDillon Varone1-1/+0
2022-04-25drm/amd/display: Maintain current link settings in link loss interruptGary Li1-0/+9
2022-04-25drm/amd/display: Remove ddc write and read size checkingLeo Ma1-6/+0
2022-04-25drm/amd/display: read PSR-SU cap DPCD for specific panelDavid Zhang2-0/+6
2022-04-25drm/amd/display: Don't pass HostVM by default on DCN3.1Michael Strauss2-1/+15
2022-04-25drm/amd/display: Reset cached PSR parameters after hibernateEvgenii Krasnikov1-1/+6
2022-04-25drm/amd/display: Add Audio readback registersIlya Bakoulin3-0/+13
2022-04-25drm/amd/display: update dcn315 clk table readDmytro Laktyushkin3-149/+111
2022-04-25drm/amd/display: 3.2.182Aric Cyr1-1/+1
2022-04-25drm/amd/display: Fix HDCP QUERY Error for eDP and TiledMustapha Ghaddar1-2/+6
2022-04-25drm/amd/display: Insert smu busy status before sending another requestOliver Logush1-0/+2
2022-04-25drm/amdkfd: Ignore bogus signals from MEC efficientlyFelix Kuehling4-7/+60
2022-04-25drm/amdgpu: Remove useless kfreeHaowen Bai1-1/+0
2022-04-22drm/amdgpu: Ta fw needs to be loaded for SRIOV aldebaranDavid Yu1-0/+1
2022-04-22drm/amd/pm: fix the deadlock issue observed on SIEvan Quan4-55/+39
2022-04-22drm/amdgpu: add RAS fatal error interrupt handlerTao Zhou3-14/+22
2022-04-22drm/amdgpu: add RAS poison consumption handler (v2)Tao Zhou2-0/+35
2022-04-22drm/amdgpu: add RAS poison creation handler (v2)Tao Zhou1-26/+44
2022-04-22drm/amdkfd: use kvcalloc() instead of kvmalloc() in kfd_migrateYang Wang2-10/+8
2022-04-21drm/amd/amdgpu: Update PF2VF headerBokun Zhang2-5/+7
2022-04-21drm/amd/amdgpu: Properly indent PF2VF headerBokun Zhang1-35/+31
2022-04-21drm/amd/amdgpu: Update MIT license in SRIOV msg headerBokun Zhang1-13/+12
2022-04-21drm/amdgpu/display: make hubp31_program_extended_blank staticAlex Deucher1-1/+2
2022-04-21drm/amd/display: Fix memory leak in dcn21_clock_source_createMiaoqian Lin1-0/+1
2022-04-21drm/amd/display: Remove useless codeHaowen Bai1-2/+0
2022-04-21drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher1-35/+70
2022-04-21Revert "drm/amdkfd: only allow heavy-weight TLB flush on some ASICs for SVM too"Lang Yu1-3/+1
2022-04-21drm/amdgpu: Add debugfs TA load/unload/invoke supportCandice Li4-1/+341
2022-04-21drm/amdgpu: Use indirect buffer and save response status for TA load/invokeCandice Li2-8/+72
2022-04-21drm/amdkfd: CRIU add support for GWS queuesDavid Yat Sin2-4/+8
2022-04-21drm/amdkfd: Fix GWS queue countDavid Yat Sin1-46/+37
2022-04-19drm/radeon/kms: change evergreen_default_state table from global to staticTom Rix3-309/+274
2022-04-19drm/amd/display: add virtual_setup_stream_attribute decl to headerTom Rix1-0/+1
2022-04-19drm/amd/pm: fix double free in si_parse_power_table()Keita Suzuki1-5/+3
2022-04-19drm/amd/display: make hubp1_wait_pipe_read_start() staticTales Lelo da Aparecida2-2/+1
2022-04-19amdgpu/pm: Clarify documentation of error handling in send_smc_mesgDarren Powell1-3/+5
2022-04-19drm/amdgpu/pm: fix the null pointer while the smu is disabledHuang Rui1-1/+1
2022-04-19drm/amdkfd: only allow heavy-weight TLB flush on some ASICs for SVM tooLang Yu1-1/+3
2022-04-19drm/amdkfd: move kfd_flush_tlb_after_unmap into kfd_priv.hLang Yu2-8/+8
2022-04-14drm/amd/amdgpu: Remove static from variable in RLCG Reg RWGavin Wan1-5/+5
2022-04-14drm/amdkfd: fix race condition in kfd_wait_on_eventsFelix Kuehling1-21/+5
2022-04-14Revert "drm/amd/display: Pass HostVM enable flag into DCN3.1 DML"Rodrigo Siqueira1-1/+0
2022-04-14drm/amdgpu: Fix one use-after-free of VMxinhui pan2-3/+16