aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
10 daysdrm/amd/display: Fix default DC and AC levelsMario Limonciello1-2/+2
10 daysdrm/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-04-30drm/amd/display: downgrade HDMI infoframe error to one time warningAurabindo Pillai1-2/+2
2025-04-30drm/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-07drm/amd/display: Move PSR support message into amdgpu_dmMario Limonciello1-1/+8
2025-04-07drm/amd/display: Adjust all dev_*() messages to drm_*()Mario Limonciello1-5/+5
2025-04-07drm/amd/display: HDCP Locality check using DMUB Fused IODominik Kaszewski1-10/+138
2025-04-07drm/amd/display: Optimize custom brightness curveMario Limonciello1-20/+33
2025-04-07drm/amd/display: use drm_warn instead of DRM_WARNAurabindo Pillai1-13/+13
2025-04-07drm/amd/display: use drm_info instead of DRM_INFOAurabindo Pillai1-12/+12
2025-04-07drm/amd/display: convert more DRM_ERROR to drm_errAurabindo Pillai1-103/+104
2025-04-07drm/amd/display: use drm_err in create_validate_stream_for_sink()Aurabindo Pillai1-6/+7
2025-04-07drm/amd/display: use drm_err in hpd rx offloadAurabindo Pillai1-9/+10
2025-04-07drm/amd/display: convert DRM_ERROR to drm_err in hpd_rx_irq_create_workqueue()Aurabindo Pillai1-3/+4
2025-04-07drm/amd/display: add proper error message for vblank initSaleemkhan Jamadar1-1/+1
2025-04-07drm/amd/display: add proper error message for vblank initSaleemkhan Jamadar1-2/+2
2025-04-07drm/amd/display: Add HP Elitebook 645 to the quirk list for eDP on DP1Mario Limonciello1-0/+7
2025-04-07drm/amd/display: Add HP Probook 445 and 465 to the quirk list for eDP on DP1Mario Limonciello1-0/+14
2025-03-26drm/amd/display: Actually do immediate vblank disableLeo Li1-0/+2
2025-03-26drm/amd/display: Increase vblank offdelay for PSR panelsLeo Li1-8/+33
2025-03-18drm/amd/display: Fix message for support_edp0_on_dp1Yilin Chen1-1/+1
2025-03-10drm/amd/display: Add and use new dm_prepare_suspend() callbackMario Limonciello1-4/+21
2025-03-10drm/amd/display: Restore correct backlight brightness after a GPU resetMario Limonciello1-0/+10
2025-03-10drm/amd/display: fix default brightnessMario Limonciello1-1/+1
2025-03-10Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-93/+203
2025-03-07drm/amd: Keep display off while going into S4Mario Limonciello1-0/+5
2025-03-05drm/amd/display: Add workaround for a panelAurabindo Pillai1-1/+26
2025-03-05drm/amd/display: Add a new dcdebugmask to allow turning off brightness curveMario Limonciello1-0/+5