summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2021-05-20drm/amd/display: Add DM support for Beige GobyAurabindo Pillai1-0/+14
2021-05-20drm/amd/display: Avoid get/put vblank when stream disabledWayne Lin2-3/+4
2021-05-20drm/amd/display: Refactor suspend/resume of Secure displayWayne Lin3-77/+15
2021-05-20drm/amdgpu/display: fix dal_allocation documentationAlex Deucher1-0/+4
2021-05-12drm/amdgpu/display: fix build when CONFIG_DRM_AMD_DC_DCN is not definedAlex Deucher1-0/+2
2021-05-12drm/amdgpu/display: fix warning when CONFIG_DRM_AMD_DC_DCN is not definedAlex Deucher1-1/+1
2021-05-11drm/amdgpu/display: remove an old DCN3 guardAlex Deucher1-2/+0
2021-05-11drm/amd/display: Initialize attribute for hdcp_srm sysfs fileDavid Ward1-0/+1
2021-05-11drm/amd/display: Add dc log for DP SST DSC enable/disableFangzhi Zuo1-2/+4
2021-05-11drm/amd/display: Avoid HPD IRQ in GPU reset stateZhan Liu1-2/+2
2021-05-11drm/amd/display: Support for DMUB AUXJude Shih5-51/+194
2021-05-11drm/amd/display: multi-eDP backlight supportMikita Lipski3-52/+82
2021-05-11drm/amd/display: Avoid gpio conflict on MST branchNikola Cornij1-5/+4
2021-05-11drm/amd/display: fix potential gpu reset deadlockRoman Li1-2/+4
2021-05-11drm/amd/display: Fix two cursor duplication when using overlayRodrigo Siqueira1-0/+51
2021-05-11drm/amd/display: Fix build warningsGuenter Roeck1-5/+4
2021-05-11drm/amdgpu/display: add documentation for dmcub_trace_event_enAlex Deucher1-0/+1
2021-04-29drm/amd/display: fix wrong statement in mst hpd debugfsMikita Lipski1-1/+1
2021-04-29drm/amd/display: Expose internal display flag via debugfsStylon Wang1-1/+19
2021-04-24drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()Yingjie Wang1-0/+3
2021-04-24drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland1-0/+17
2021-04-21drm/amd/display: add helper for enabling mst stream featuresBing Guo1-0/+25
2021-04-21drm/amd/display: Fix call to pass bpp in 16ths of a bitDillon Varone1-2/+2
2021-04-21drm/amd/display: update hdcp display using correct CP type.Dingchen (David) Zhang1-1/+7
2021-04-15amd/display: allow non-linear multi-planar formatsSimon Ser1-7/+4
2021-04-15drm/amdgpu/dm: Fix NULL pointer crash during DP MST hotplugShashank Sharma1-0/+5
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 Wentland3-2/+45
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: Add MST capability to trigger_hotplug interfaceMikita Lipski1-1/+70
2021-04-09drm/amd/display: Directly retrain link from debugfsMikita Lipski1-2/+2
2021-04-09drm/amd/display: Tweak the kernel doc for crc_rd_wrkWayne Lin1-1/+1
2021-04-09drm/amd/display: Add function and debugfs to dump DCC_EN bitVictor Lu1-0/+66
2021-04-09drm/amd/display: Add debugfs entry for LTTPR register statusAurabindo Pillai1-0/+66
2021-04-09drm/amd/display: use MST downstream AUX to dump DPRX CRCsDavid (Dingchen) Zhang1-1/+1
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: Fix MST topology debugfsEryk Brol1-0/+4
2021-04-09drm/amd/display: define mod_hdcp_display_disable_option structWenjing Liu1-3/+3
2021-04-09drm/amd/display: Add refresh rate traceRodrigo Siqueira3-0/+34
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/pm: make DAL communicate with SMU through unified interfacesEvan Quan1-85/+49