summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...Dave Airlie1-0/+68
2021-05-05drm/amd/display: Fix two cursor duplication when using overlayRodrigo Siqueira1-0/+51
2021-04-29drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland1-0/+17
2021-04-15amd/display: allow non-linear multi-planar formatsSimon Ser1-7/+4
2021-04-15Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported b...Qingqing Zhuo1-3/+15
2021-04-15drm/amd/display: Update modifier list for gfx10_3Qingqing Zhuo1-2/+2
2021-04-15drm/amd/display: Add debugfs to repress HPD and HPR_RX IRQsHarry Wentland1-1/+8
2021-04-09drm/amd/display: Fix the Wunused-function warningShaokun Zhang1-1/+1
2021-04-09Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane."Qingqing Zhuo1-15/+3
2021-04-09drm/amd/display: Determine synchronization edge based on master's vsyncMikita Lipski1-3/+18
2021-04-09drm/amd/display: Use pr_debug in DM to prevent dmesg floodingVictor Lu1-10/+10
2021-04-09drm/amd/display: fix typo: liason -> liaisonDiego Viola1-1/+1
2021-04-09drm/amd/display: Try YCbCr420 color when YCbCr444 failsWerner Sembach1-0/+9
2021-04-09drm/amd/display: Add refresh rate traceRodrigo Siqueira1-0/+14
2021-04-09drm/amd/display: Fix black screen with scaled modes on some eDP panelsNikola Cornij1-13/+26
2021-04-09drm/amd/display: check fb of primary planeSefa Eyeoglu1-1/+2
2021-04-09drm/amd/display: Allow idle optimization based on vblank.Bindu Ramamurthy1-2/+7
2021-04-09drm/amdgpu: Ensure that the modifier requested is supported by plane.Mark Yacoub1-3/+15
2021-04-09drm/amd/display: Use appropriate DRM_DEBUG_... levelLuben Tuikov1-29/+28
2021-04-09drm/amd/display: Log DMCUB trace buffer eventsLeo (Hanghong) Ma1-0/+48
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter1-102/+622
2021-03-24drm/amd/display: Fix vertical interrupt 0 registering issueWayne Lin1-6/+19
2021-03-24drm/amdgpu/display: re-enable freesync video patchesNikola Cornij1-35/+334
2021-03-24drm/amd/display: Fix potential memory leakQingqing Zhuo1-0/+9
2021-03-24drm/amd/display: Fix no previous prototype warningWayne Lin1-1/+1
2021-03-24drm/amd/display: Fix UBSAN warning for not a valid value for type '_Bool'Anson Jacob1-5/+1
2021-03-24drm/amd/display: Add debug out when viewport too smallNikola Cornij1-6/+10
2021-03-24drm/amd/display: remove duplicate include in amdgpu_dm.cAnson Jacob1-1/+0
2021-03-24Revert "drm/amd/display: remove duplicate include in amdgpu_dm.c"Anson Jacob1-0/+1
2021-03-24drm/amd/display: Remove unused definesQingqing Zhuo1-2/+0
2021-03-24drm/amdgpu/display: Implement functions to let DC allocate GPU memoryZhan Liu1-0/+1
2021-03-24drm/amd/display: remove duplicate include in amdgpu_dm.cZhang Yunkai1-1/+0
2021-03-24drm/amd/display: Fix warningQingqing Zhuo1-1/+2
2021-03-24drm/amd/display: Enable pflip interrupt upon pipe enableQingqing Zhuo1-0/+1
2021-03-24Revert freesync video patches temporarilyAurabindo Pillai1-334/+35
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-12/+16
2021-03-11drm/amd/display: Enable pflip interrupt upon pipe enableQingqing Zhuo1-0/+1
2021-03-11drm/amd/display: Add a backlight module optionTakashi Iwai1-0/+5
2021-03-11drm/amdgpu/display: handle aux backlight in backlight_get_brightnessAlex Deucher1-4/+20
2021-03-11drm/amdgpu/display: simplify backlight settingAlex Deucher1-16/+4
2021-03-05drm/amdgpu/display: Remove unnecessary conversion to boolJiapeng Chong1-1/+1
2021-03-05drm/amd/display: Add a backlight module optionTakashi Iwai1-0/+5
2021-03-05drm/amdgpu/display: handle aux backlight in backlight_get_brightnessAlex Deucher1-4/+20
2021-03-05drm/amdgpu/display: simplify backlight settingAlex Deucher1-16/+4
2021-03-05drm/amd/display: Use PSP TA to read out crcWayne Lin1-0/+17
2021-03-05drm/amd/display: Support crc on specific regionWayne Lin1-6/+87
2021-03-05drm/amd/display: Fix crc_src is not thread safeWayne Lin1-3/+8
2021-03-02drm/amd/display: Fix an uninitialized index variableArnd Bergmann1-8/+8
2021-03-02drm/amd/display: Add flag for building infopacketMax.Tseng1-1/+3
2021-02-27drm/amd/display: Skip modeset for front porch changeAurabindo Pillai1-35/+179