summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-10drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`Mario Limonciello1-1/+1
2024-10-10drm/amd/display: Fix system hang while resume with TBT monitorTom Chung1-0/+6
2024-10-10drm/amd/display: Add HDR workaround for specific eDPAlex Hung1-1/+10
2024-10-04drm/amd/display: Validate backlight caps are saneMario Limonciello1-0/+16
2024-09-12drm/amd/display: Check denominator pbn_div before usedAlex Hung1-1/+1
2024-09-08drm/amd/display: Spinlock before reading eventAlex Hung1-8/+6
2024-09-08drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6Hersen Wu1-1/+4
2024-08-14drm/amd/display: Add null checker before passing variablesAlex Hung1-3/+6
2024-07-25drm/amd/display: Fix refresh rate range for some panelTom Chung1-0/+48
2024-07-25drm/amd/display: Add refresh rate range checkTom Chung1-1/+3
2024-07-11drm/amd/display: Fix uninitialized variables in DMAlex Hung1-4/+4
2024-06-12drm/amd/display: Set color_mgmt_changed to true on unsuspendJoshua Ashton1-0/+1
2024-05-17drm/amd/display: Skip on writeback when it's not applicableAlex Hung1-0/+10
2024-04-17drm/amd/display: Set VSC SDP Colorimetry same way for MST and SSTHarry Wentland1-9/+3
2024-04-17drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4Harry Wentland1-2/+5
2024-04-03Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP d...Harry Wentland1-5/+3
2024-04-03drm/amd/display: handle range offsets in VRR rangesAlex Deucher1-5/+14
2024-04-03drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` foundMario Limonciello1-8/+14
2024-03-27drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()Nikita Zhandarovich1-9/+7
2024-03-01drm/amd/display: Fix memory leak in dm_sw_fini()Armin Wolf1-0/+1
2024-03-01drm/amd/display: adjust few initialization order in dmWayne Lin1-19/+18
2024-02-23drm/amd/display: Preserve original aspect ratio in create streamTom Chung1-0/+2
2024-02-23drm/amd/display: Fix MST Null Ptr for RVFangzhi Zuo1-5/+7
2024-02-05drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as wellAlex Deucher1-2/+6
2024-02-05Re-revert "drm/amd/display: Enable Replay for static screen use cases"Ivan Lipski1-22/+0
2024-02-01Revert "drm/amd/display: fix bandwidth validation failure on DCN 2.1"Ivan Lipski1-1/+1
2024-02-01drm/amd/display: fix bandwidth validation failure on DCN 2.1Melissa Wen1-1/+1
2024-01-26drm/dp_mst: Fix fractional DSC bpp handlingVille Syrjälä1-1/+1
2024-01-10drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays ...Joshua Ashton1-3/+5
2024-01-10drm/amd/display: pbn_div need be updated for hotplug eventWayne Lin1-2/+1
2024-01-01drm/amd/display: fix hw rotated modes when PSR-SU is enabledHamza Mahfooz1-0/+3
2023-12-08drm/amd/display: fix ABM disablementHamza Mahfooz1-3/+5
2023-11-28drm/amd/display: Change the DMCUB mailbox memory location from FB to inboxLewis Huang1-6/+7
2023-11-28drm/amd/display: Enable fast plane updates on DCN3.2 and aboveTianci Yin1-4/+4
2023-11-28drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer()Mario Limonciello1-0/+3
2023-11-20drm/amd/display: Bail from dm_check_crtc_cursor if no relevant changeMichel Dänzer1-1/+32
2023-11-20drm/amd/display: Refactor dm_get_plane_scale helperMichel Dänzer1-9/+14
2023-11-20drm/amd/display: Check all enabled planes in dm_check_crtc_cursorMichel Dänzer1-2/+12
2023-11-20drm/amd/display: Fix null pointer dereference in error messageCong Liu1-2/+1
2023-09-21drm/amd/display: fix the ability to use lower resolution modes on eDPHamza Mahfooz1-2/+2
2023-09-12drm/amd/display: Adjust the MST resume flowWayne Lin1-13/+80
2023-09-12drm/amd/display: Add dirty rect support for ReplayBhawanpreet Lakha1-1/+2
2023-09-12Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Hamza Mahfooz1-2/+3
2023-09-12drm/amd/display: fix the white screen issue when >= 64GB DRAMYifan Zhang1-5/+9
2023-09-01drm/amd/display: fix mode scaling (RMX_.*)Hamza Mahfooz1-1/+1
2023-09-01drm/amd/display: Enable Replay for static screen use casesBhawanpreet Lakha1-0/+22
2023-08-16drm/amd/display: Update adaptive sync infopackets for replayBhawanpreet Lakha1-2/+2
2023-08-09drm/amd/display: Get replay info from VSDBBhawanpreet Lakha1-0/+43
2023-08-08drm/amd/display: Enable DPIA trace with DC debug maskStylon Wang1-1/+6
2023-08-08drm/amd/display: ensure async flips are only accepted for fast updatesHamza Mahfooz1-3/+21