summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2021-06-22drm/radeon: delete useless function return values & remove meaningless if(r) ...Bernard Zhao16-48/+16
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/amd/display: Fix edp_bootup_bl_level initialization issueLogush Oliver1-1/+1
2021-06-22drm/amd/display: get refclk from MICROSECOND_TIME_BASE_DIV HW registerCharlene Liu2-3/+13
2021-06-22drm/amd/display: Delay PSR entryRoman Li3-1/+14
2021-06-22drm/amd/display: get socBB from VBIOS for dcn302 and dcn303Aurabindo Pillai2-0/+40
2021-06-22drm/amd/display: Fix incorrect variable nameWesley Chalmers1-1/+1
2021-06-22drm/amd/display: Clear lane settings after LTTPRs have been trainedMartin Tsai1-0/+4
2021-06-22drm/amd/display: Clamp VStartup value at DML calculations timeNikola Cornij1-0/+4
2021-06-22drm/amd/display: Multiplane cursor position incorrect when plane rotatedAric Cyr1-4/+11
2021-06-22Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue."Yifan Zhang1-5/+1
2021-06-22Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full d...Yifan Zhang1-5/+1
2021-06-19drm/amdgpu: Call drm_framebuffer_init last for framebuffer initMichel Dänzer1-5/+7
2021-06-19drm/display: Fix duplicated argumentWan Jiabing1-1/+1
2021-06-19drm/amd/display: Remove the repeated dpp1_full_bypass declarationShaokun Zhang1-2/+0
2021-06-19drm/amd/display: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+1
2021-06-19drm/amd/display: remove unused variable 'dc'Pu Lehui1-2/+0
2021-06-19drm/amd/display: Fix gcc unused variable warningPu Lehui1-0/+4
2021-06-19drm/amdkfd: Walk through list with dqm lock holdxinhui pan1-10/+12
2021-06-19drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of ...Bokun Zhang5-39/+61
2021-06-19drm/amdgpu: remove unused parameter in amdgpu_gart_bindYifan Zhang3-8/+5
2021-06-19drm/amd/pm: Disable SMU messages in navi10 sriovYifan Zha1-4/+4
2021-06-19drm/amdgpu: message smu to update hbm bad page numberStanley.Yang4-0/+28
2021-06-19drm/amdgpu: PWRBRK sequence changes for AldebaranAshish Pawar1-5/+0
2021-06-19drm/amdgpu: fix bad address translation for sienna_cichlidStanley.Yang2-1/+6
2021-06-19amdgpu/pm: replaced snprintf usage in amdgpu_pm.c with sysfs_emitDarren Powell1-13/+14
2021-06-19drm/amdkfd: Set iolink non-coherent in topologyEric Huang1-0/+23
2021-06-19drm/amd/display: Add Freesync video documentationRodrigo Siqueira2-2/+47
2021-06-19drm/amdgpu/vcn3: drop extraneous Beige Goby hunkAlex Deucher1-5/+0
2021-06-19drm/amd/display: Increase stutter watermark for dcn302 and dcn303Aurabindo Pillai2-4/+4
2021-06-19drm/amdgpu: add vega20 to ras quirk listStanley.Yang1-1/+3
2021-06-19drm/amdgpu: Set TTM_PAGE_FLAG_SG earlier for userprt BOsxinhui pan1-3/+3
2021-06-18Merge tag 'amd-drm-next-5.14-2021-06-16' of https://gitlab.freedesktop.org/ag...Dave Airlie102-888/+2345
2021-06-18Merge tag 'mediatek-drm-next-5.14' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie3-7/+141
2021-06-16drm: display: Fix duplicate field initialization in dcn31Wan Jiabing1-1/+0
2021-06-16drm/amdkfd: Fix circular lock in nocpsch pathAmber Lin1-5/+13
2021-06-16drm/amdgpu: Use spinlock_irqsave for pasid_lockFelix Kuehling1-4/+5
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-16drm/amdgpu: move shadow_list to amdgpu_bo_vmNirmoy Das4-13/+14
2021-06-16drm/amdgpu: parameterize ttm BO destroy callbackNirmoy Das2-12/+32
2021-06-16drm/amdgpu: remove amdgpu_vm_ptNirmoy Das12-126/+105
2021-06-16drm/amdgpu: correct psp ucode arrary start addressHawking Zhang1-9/+14
2021-06-16drm/amdkfd: Disable SVM per GPU, not per processFelix Kuehling7-38/+45
2021-06-16drm/amd/display: Extend AUX timeout for DP initial readsWesley Chalmers1-4/+3
2021-06-16drm/amd/display: Cover edge-case when changing DISPCLK WDIVIDERWesley Chalmers3-6/+69
2021-06-16drm/amd/display: Add interface to get Calibrated Avg Level from FIFOWesley Chalmers8-0/+60