summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-19drm/amd/display: Avoid a NULL pointer dereferenceMario Limonciello1-0/+3
2025-08-04drm/amd/display: Revert "drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value"Mario Limonciello1-4/+4
2025-07-28drm/amd/display: Pass up errors for reset GPU that fails to init HWMario Limonciello1-1/+3
2025-07-28drm/amd/display: Only finalize atomic_obj if it was initializedMario Limonciello1-1/+2
2025-07-28drm/amd/display: fix initial backlight brightness calculationLauri Tirkkonen1-2/+2
2025-07-07drm/amd/display: Use scaling for non-native resolutions on LVDSAlex Deucher1-1/+2
2025-07-07drm/amd/display: Disable common modes for LVDSAlex Deucher1-1/+2
2025-06-30drm/amd/display: Don't allow OLED to go down to fully offMario Limonciello1-5/+7
2025-06-24drm/amd/display: Add a trace event for brightness programmingMario Limonciello1-0/+8
2025-06-24drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL valueMario Limonciello1-5/+5
2025-06-24drm/amd/display: Rewording Mode Validation ResultFangzhi Zuo1-1/+1
2025-06-18drm/amd/display: Disable common modes for eDPMario Limonciello1-1/+1
2025-06-18drm/amd/display: Use scaling for non-native resolutions on eDPMario Limonciello1-0/+16
2025-06-18drm/amd/display: Destroy cached state in complete() callbackMario Limonciello1-40/+60
2025-06-18drm/amd/display: Stop storing failures into adev->dm.cached_stateMario Limonciello1-7/+18
2025-06-18drm/amd/display: Export full brightness range to userspaceMario Limonciello1-14/+27
2025-06-18drm/amd/display: Only read ACPI backlight caps onceMario Limonciello1-7/+7
2025-06-18drm/amd/display: Deprecate Loading Bounding Box From DMUB On DCN4Austin Zheng1-3/+5
2025-06-03drm/amd/display: replace fast_validate with enum dc_validate_modeYan Li1-2/+2
2025-06-03drm/amd/display: Drop unnecessary `amdgpu` prefixMario Limonciello1-16/+16
2025-06-03drm/amd/display: Indirect buffer transport for FAMS2 commandsOleh Kuzhylnyi1-0/+1
2025-06-03drm/amd/display: Fix default DC and AC levelsMario Limonciello1-2/+2
2025-06-03drm/amd/display: Add debugging message for brightness capsMario Limonciello1-1/+6
2025-05-29drm/amd/display: Reuse Subvp debug option for FAMSAurabindo Pillai1-1/+3
2025-05-29Revert "drm/amd/display: more liberal vmin/vmax update for freesync"Aurabindo Pillai1-11/+5
2025-05-22Revert "drm/amd: Keep display off while going into S4"Mario Limonciello1-5/+0
2025-05-22drm/amd/display: Add a new dcdebugmask to allow skip detection LTWayne Lin1-0/+3
2025-05-13drm/amd/display: Return the exact value for debuggingWayne Lin1-1/+1
2025-05-13drm/amd/display: Restructure DMI quirksMario Limonciello1-149/+3
2025-05-13drm/amd/display: Defer BW-optimization-blocked DRR adjustmentsJohn Olender1-0/+2
2025-05-13drm/amd/display: Correct the reply value when AUX write incompleteWayne Lin1-1/+2
2025-05-13drm/amd/display: use drm_dbg_driver() in amdgpu_dm.cAurabindo Pillai1-17/+18
2025-05-05drm/amd/display: Copy AUX read reply data whenever length > 0Wayne Lin1-2/+1
2025-05-05drm/amd/display: Remove incorrect checking in dmub aux handlerWayne Lin1-11/+1
2025-05-05drm/amd/display: Fix the checking condition in dmub aux handlingWayne Lin1-1/+1
2025-05-05drm/amd/display: Shift DMUB AUX reply command if necessaryWayne Lin1-1/+4
2025-05-05drm/amd/display: more liberal vmin/vmax update for freesyncAurabindo Pillai1-5/+11
2025-05-05drm/amd/display: Remove redundant null checkAlex Hung1-5/+0
2025-05-01drm/amd/display: downgrade HDMI infoframe error to one time warningAurabindo Pillai1-2/+2
2025-05-01drm/amd/display: Fix NULL pointer dereferences in dm_update_crtc_state() v2Srinivasan Shanmugam1-2/+2
2025-04-22drm/amd/display: Add NULL pointer checks in dm_force_atomic_commit()Srinivasan Shanmugam1-6/+12
2025-04-22drm/amd/display: do not copy invalid CRTC timing infoGergo Koteles1-6/+6
2025-04-22drm/amd/display: Default IPS to RCG_IN_ACTIVE_IPS2_IN_OFFLeo Li1-20/+0
2025-04-21drm/amd/display: enable phy-ssc reduction by defaultRoman Li1-0/+1
2025-04-21drm/amd/display: Force full update in gpu resetRoman Li1-0/+3
2025-04-21drm/amd/display: Fix gpu reset in multidisplay configRoman Li1-3/+3
2025-04-21drm/amd/display: Add error check for avi and vendor infoframe setup functionWentao Liang1-2/+11
2025-04-08drm/amd/display: Move PSR support message into amdgpu_dmMario Limonciello1-1/+8
2025-04-08drm/amd/display: Adjust all dev_*() messages to drm_*()Mario Limonciello1-5/+5
2025-04-08drm/amd/display: HDCP Locality check using DMUB Fused IODominik Kaszewski1-10/+138