summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2021-06-29drm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_pages()Liam Howlett1-2/+2
2021-06-29drm/amdgpu: return early for non-TTM_PL_TT type BOsNirmoy Das1-1/+2
2021-06-25Merge tag 'drm-misc-fixes-2021-06-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+13
2021-06-22drm/amdgpu/display: fold DRM_AMD_DC_DCN3_1 into DRM_AMD_DC_DCNAlex Deucher58-319/+45
2021-06-22drm/amd/display: 3.2.141Aric Cyr1-1/+1
2021-06-22drm/amd/display: [FW Promotion] Release 0.0.71Anthony Koo1-2/+88
2021-06-22drm/amd/display: do not compare integers of different widthsJosip Pavic2-3/+3
2021-06-22drm/amd/display: Revert "Guard ASSR with internal display flag"Stylon Wang1-41/+17
2021-06-22drm/amdgpu: wait for moving fence after pinningChristian König1-1/+13
2021-06-21drm/amd/display: Fix edp_bootup_bl_level initialization issueLogush Oliver1-1/+1
2021-06-21drm/amd/display: get refclk from MICROSECOND_TIME_BASE_DIV HW registerCharlene Liu2-3/+13
2021-06-21drm/amd/display: Delay PSR entryRoman Li3-1/+14
2021-06-21drm/amd/display: get socBB from VBIOS for dcn302 and dcn303Aurabindo Pillai2-0/+40
2021-06-21drm/amd/display: Fix incorrect variable nameWesley Chalmers1-1/+1
2021-06-21drm/amd/display: Clear lane settings after LTTPRs have been trainedMartin Tsai1-0/+4
2021-06-21drm/amd/display: Clamp VStartup value at DML calculations timeNikola Cornij1-0/+4
2021-06-21drm/amd/display: Multiplane cursor position incorrect when plane rotatedAric Cyr1-4/+11
2021-06-21Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue."Yifan Zhang1-5/+1
2021-06-21Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full d...Yifan Zhang1-5/+1
2021-06-21Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue."Yifan Zhang1-5/+1
2021-06-21Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full d...Yifan Zhang1-5/+1
2021-06-21drm/amdgpu: Call drm_framebuffer_init last for framebuffer initMichel Dänzer1-5/+7
2021-06-21drm/amdgpu: fix amdgpu_preempt_mgr_new()drm-misc-next-fixes-2021-06-24Dan Carpenter1-1/+1
2021-06-18drm/amdgpu: Call drm_framebuffer_init last for framebuffer initMichel Dänzer1-5/+7
2021-06-18drm/display: Fix duplicated argumentWan Jiabing1-1/+1
2021-06-18drm/amd/display: Remove the repeated dpp1_full_bypass declarationShaokun Zhang1-2/+0
2021-06-18drm/amd/display: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+1
2021-06-18drm/amd/display: remove unused variable 'dc'Pu Lehui1-2/+0
2021-06-18drm/amd/display: Fix gcc unused variable warningPu Lehui1-0/+4
2021-06-18drm/amdkfd: Walk through list with dqm lock holdxinhui pan1-10/+12
2021-06-18drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of ...Bokun Zhang5-39/+61
2021-06-18drm/amdgpu: remove unused parameter in amdgpu_gart_bindYifan Zhang3-8/+5
2021-06-18drm/amd/pm: Disable SMU messages in navi10 sriovYifan Zha1-4/+4
2021-06-18drm/amdgpu: message smu to update hbm bad page numberStanley.Yang4-0/+28
2021-06-18drm/amdgpu: PWRBRK sequence changes for AldebaranAshish Pawar1-5/+0
2021-06-18drm/amdgpu: fix bad address translation for sienna_cichlidStanley.Yang2-1/+6
2021-06-18amdgpu/pm: replaced snprintf usage in amdgpu_pm.c with sysfs_emitDarren Powell1-13/+14
2021-06-18drm/amdkfd: Set iolink non-coherent in topologyEric Huang1-0/+23
2021-06-18drm/amd/display: Add Freesync video documentationRodrigo Siqueira2-2/+47
2021-06-18drm/amdgpu/vcn3: drop extraneous Beige Goby hunkAlex Deucher1-5/+0
2021-06-18drm/amd/display: Increase stutter watermark for dcn302 and dcn303Aurabindo Pillai2-4/+4
2021-06-18drm/amdgpu: add vega20 to ras quirk listStanley.Yang1-1/+3
2021-06-18drm/amdgpu: Set TTM_PAGE_FLAG_SG earlier for userprt BOsxinhui pan1-3/+3
2021-06-16drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell.Yifan Zhang1-1/+5
2021-06-16drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue.Yifan Zhang1-1/+5
2021-06-15drm: display: Fix duplicate field initialization in dcn31Wan Jiabing1-1/+0
2021-06-15drm/amdkfd: Fix circular lock in nocpsch pathAmber Lin1-5/+13
2021-06-15drm/amdgpu: Use spinlock_irqsave for pasid_lockFelix Kuehling1-4/+5
2021-06-15drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell.Yifan Zhang1-1/+5
2021-06-15drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue.Yifan Zhang1-1/+5