summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-12drm/powerplay: Ratelimit PP_ASSERT warningsKent Russell1-2/+2
2020-02-12drm/amd/powerplay: always refetch the enabled features status on dpm enablementEvan Quan1-3/+3
2020-02-12drm/amd/display: fix dtm unloadingBhawanpreet Lakha1-1/+25
2020-02-12drm/amd/display: Fix message for encryptionBhawanpreet Lakha1-6/+1
2020-02-12drm/amd/display: fix backwards byte order in rx_caps.Bhawanpreet Lakha1-2/+2
2020-02-12drm/amd/display: update HDCP DTM immediately after hardware programmingWenjing Liu8-110/+106
2020-02-12drm/amd/display: no hdcp retry if bksv or ksv list is revokedWenjing Liu5-3/+13
2020-02-12drm/amd/display: Handle revoked receiversBhawanpreet Lakha2-6/+28
2020-02-12drm/amdgpu/runpm: enable runpm on baco capable VI+ asicsAlex Deucher1-2/+8
2020-02-12drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj6-26/+70
2020-02-12drm/amdkfd: show warning when kfd is lockedRajneesh Bhardwaj1-0/+2
2020-02-12drm/amdgpu: Fix missing error check in suspendRajneesh Bhardwaj1-0/+3
2020-02-11drm/amd/display: Remove set but not unused variable 'stream_status'YueHaibing1-7/+1
2020-02-11drm/amdgpu/powerplay: fix baco check for vega20Alex Deucher1-3/+4
2020-02-11drm/amdgpu/smu: properly handle runpm/suspend/resetAlex Deucher1-16/+19
2020-02-11drm/amdgpu: add flag for runtime suspendAlex Deucher2-0/+3
2020-02-11drm/amdgpu:/navi10: use the ODCAP enum to index the caps arrayAlex Deucher1-11/+11
2020-02-11drm/amdgpu: update smu_v11_0_pptable.hAlex Deucher1-14/+32
2020-02-11drm/amdgpu: Do not move root PT bo to relocated listxinhui pan1-17/+17
2020-02-11drm/amdgpu: correct comment to clear up the confusionGuchun Chen1-1/+6
2020-02-11drm/amd/powerplay: suppress nonsupport profile mode overrun messagePrike Liang1-2/+6
2020-02-11drm/amd/powerplay: update smu11_driver_if_navi10.hEvan Quan2-3/+4
2020-02-11drm/amd/display: DCN2.x Do not program DPPCLK if same valueSung Lee1-1/+1
2020-02-11drm/amd/display: Use fb_base/fb_offset if available for translationNicholas Kazlauskas1-0/+6
2020-02-11drm/amd/display: Add psr get_state callWyatt Wood3-7/+10
2020-02-11drm/amd/display: Don't map ATOM_ENABLE to ATOM_INITNicholas Kazlauskas1-4/+0
2020-02-11drm/amd/display: add monitor patch to disable SCDC read/writeMartin Leung4-0/+18
2020-02-11drm/amd/display: add odm split logic to scaling calculationsDmytro Laktyushkin3-80/+132
2020-02-11drm/amd/display: 3.2.72Anthony Koo1-1/+1
2020-02-11drm/amd/display: Drop unused field from dc_panel_patchNikola Cornij1-1/+0
2020-02-11drm/amd/display: Update register definesAnthony Koo2-27/+0
2020-02-11drm/amd/display: Toggle VSR button cause system crashPeikang Zhang1-2/+6
2020-02-11drm/amd/display: Add backlight support via AUXRodrigo Siqueira2-28/+167
2020-02-11drm/amd/display: Add AUX backlight registerRodrigo Siqueira2-8/+8
2020-02-11drm/amd/display: Hookup psr set version callWyatt Wood2-6/+12
2020-02-11drm/amd/display: Pass override OUI in to dc_init_dataCalvin Hou4-18/+41
2020-02-11drm/amd/display: Remove unused values from psr structWyatt Wood2-23/+0
2020-02-11drm/amd/display: Don't treat missing command table as failureNicholas Kazlauskas1-2/+2
2020-02-11drm/amd/display: always apply T7/T9 delay logicMartin Leung1-27/+29
2020-02-11drm/amdgpu/vcn2.5: fix warningJames Zhu1-1/+1
2020-02-11drm/amdgpu: limit GDS clearing workaround in cold boot sequenceGuchun Chen1-3/+6
2020-02-11drm/amdgpu/sriov set driver_table address in VFJack Zhang1-4/+4
2020-02-07drm/amdgpu: use amdgpu_device_vram_access in amdgpu_ttm_access_memory v2Christian König1-15/+23
2020-02-07drm/amdgpu: use amdgpu_device_vram_access in amdgpu_ttm_vram_readChristian König1-16/+11
2020-02-07drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access v2Christian König1-0/+26
2020-02-07drm/amdgpu: optimize amdgpu_device_vram_access a bit.Christian König1-6/+11
2020-02-07drm/amdgpu: fix amdgpu pmu to use hwc->config instead of hwc->confJonathan Kim1-7/+8
2020-02-07amdgpu: Prevent build errors regarding soft/hard-float FP ABI tagsDaniel Kolesa1-0/+6
2020-02-07drm/amdgpu/vcn2.5: fix DPG mode power off issue on instance 1James Zhu4-14/+15
2020-02-07drm/amd/powerplay: handle features disablement for baco reset in SMU FWEvan Quan1-14/+45