aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2021-01-15drm/amdgpu/display: these forward declarations are not usedZhiJie.Zhang1-6/+1
2021-01-15Merge tag 'amd-drm-next-5.12-2021-01-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie5-18/+105
2021-01-14drm/amd/display: Fix to be able to stop crc calculationWayne Lin1-1/+1
2021-01-14Revert "drm/amd/display: Expose new CRC window property"Rodrigo Siqueira4-210/+10
2021-01-14Revert "drm/amdgpu/disply: fix documentation warnings in display manager"Rodrigo Siqueira1-20/+1
2021-01-14Revert "drm/amd/display: Fix unused variable warning"Rodrigo Siqueira2-2/+4
2021-01-13drm/amd/display: Fix deadlock during gpu reset v3Bhawanpreet Lakha1-0/+10
2021-01-11drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs: Demote non-kernel-doc comment blocksLee Jones1-2/+2
2021-01-11drm/amd/display: tweak the kerneldoc for active_vblank_irq_countLukas Bulwahn1-1/+1
2021-01-08drm/amdgpu/display: fix build with CONFIG_DRM_AMD_DC_DCN disabledAlex Deucher1-0/+2
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+0
2021-01-06Revert "drm/amd/display: Fix memory leaks in S3 resume"Alex Deucher1-2/+1
2021-01-05drm/amd/display: Check plane scaling against format specific hw plane caps.Mario Kleiner1-8/+73
2021-01-05drm/amd/display: enable idle optimizations for linux (MALL stutter)Bhawanpreet Lakha2-1/+27
2021-01-05drm/amd/display: Fix unused variable warningArnd Bergmann2-4/+2
2021-01-05drm/amd/display: remove unused including <linux/version.h>Tian Tao3-3/+0
2020-12-24Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-3/+7
2020-12-23drm/amd/display: Fix memory leaks in S3 resumeStylon Wang1-1/+2
2020-12-23drm/amd/display: Remove unnecessary NULL checkEryk Brol1-1/+1
2020-12-23drm/amd/display: handler not correctly checked at remove_irq_handlerQingqing Zhuo1-1/+4
2020-12-16Merge tag 'amd-drm-fixes-5.11-2020-12-16' of git://people.freedesktop.org/~agd5f/linux into drm-nextDaniel Vetter3-27/+36
2020-12-16drm/amdgpu/disply: fix documentation warnings in display managerAlex Deucher1-1/+20
2020-12-15drm/amd/display: Fixed kernel test robot warningSouptick Joarder1-2/+2
2020-12-15drm/amd/display: Fix to be able to stop crc calculationWayne Lin1-1/+12
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+4
2020-12-10drm/amdgpu/display: move link_bandwidth_kbps under CONFIG_DRM_AMD_DC_DCNAlex Deucher1-4/+1
2020-12-10drm/amd/display: Drop unnecessary function callRodrigo Siqueira1-19/+1
2020-12-08drm/amdgpu: free the pre-OS console framebuffer after the first modesetAlex Deucher1-0/+5
2020-12-08drm/amd/display: setup system context for APUsRoman Li1-1/+1
2020-12-08drm/amd/display: Enable gpu_vm_support for dcn3.01Charlene Liu1-0/+5
2020-12-08drm/amd/display: Only one display lights up while using MST hubQingqing Zhuo1-5/+16
2020-12-08drm/amd/display: NULL pointer error during compliance testQingqing Zhuo1-5/+8
2020-12-08drm/amd/display: check cursor FB is linearSimon Ser1-0/+19
2020-12-08drm/amd/display: extract cursor FB checks into a functionSimon Ser1-35/+46
2020-12-08drm/amdgpu/disply: set num_crtc earlierAlex Deucher1-5/+4
2020-12-02drm/amd/display: add cursor pitch checkSimon Ser1-4/+15
2020-12-02drm/amd/display: use FB pitch to fill dc_cursor_attributesSimon Ser1-1/+1
2020-12-02drm/amd/display: add debug logs for dm_crtc_helper_atomic_checkSimon Ser1-1/+4
2020-12-01drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Use 'gnu_printf' format notationLee Jones1-0/+1
2020-12-01drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Remove unused function 'pp_nv_set_pme_wa_enable()'Lee Jones1-16/+0
2020-12-01drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Mark local functions invoked by reference as staticLee Jones1-7/+7
2020-12-01drm/amd/display/amdgpu_dm/amdgpu_dm_color: Demote a misuse and fix another kernel-doc headerLee Jones1-2/+2
2020-12-01drm/amd/display: Do full modeset when DSC debugfs is changedEryk Brol1-0/+3
2020-12-01drm/amd/display: turn DPMS off on connector unplugAurabindo Pillai1-1/+31
2020-12-01drm/amd/display: Clear dc remote sinks on MST disconnectAurabindo Pillai1-2/+20
2020-11-24drm/amd/display: don't expose rotation prop for cursor planeSimon Ser1-2/+2
2020-11-24drm/amd/display: check cursor scalingSimon Ser1-7/+44
2020-11-24drm/amd/display: disallow cropping for cursor planeSimon Ser1-0/+10
2020-11-24drm/amd/display: add cursor FB size checkSimon Ser1-0/+22