aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2025-03-10drm/amd/display: Disable unneeded hpd interrupts during dm_initLeo Li1-19/+45
2025-03-10drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switchLeon Huang1-3/+22
2025-03-10drm/amd/display: allow 256B DCC max compressed block sizes on gfx12Marek Olšák1-1/+1
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman4-11/+95
2025-03-10Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/ag...Dave Airlie97-1354/+1493
2025-03-07drm/amd: Keep display off while going into S4Mario Limonciello1-0/+5
2025-03-07drm/amd/display: fix missing .is_two_pixels_per_containerAliaksei Urbanski1-0/+1
2025-03-07drm/amdgpu/display: Allow DCC for video formats on GFX12David Rosca1-2/+5
2025-03-05drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_s...Ma Ke1-1/+2
2025-03-05drm/amd/display: use drm_* instead of DRM_ in apply_edid_quirks()Aurabindo Pillai1-3/+3
2025-03-05drm/amd/display: Add workaround for a panelAurabindo Pillai3-3/+35
2025-03-05drm/amdgpu: Remove unused print__rq_dlg_params_stDr. David Alan Gilbert2-12/+0
2025-03-05drm/amdgpu: Remove unused pre_surface_traceDr. David Alan Gilbert2-125/+0
2025-03-05drm/amd/display: Add a new dcdebugmask to allow turning off brightness curveMario Limonciello1-0/+5
2025-03-05drm/amd/display: Add support for custom brightness curveMario Limonciello1-0/+25
2025-03-05drm/amd/display: Avoid operating on copies of backlight capsMario Limonciello1-30/+22
2025-03-05drm/amd: Pass luminance data to amdgpu_dm_backlight_capsMario Limonciello1-0/+20
2025-03-05drm/amd/display: Promote DAL to 3.2.323Taimur Hassan1-1/+1
2025-03-05drm/amd/display: Use drm_err() for handle_hpd_irq_helper()Mario Limonciello1-1/+1
2025-03-05drm/amd/display: Use scoped guards for handle_hpd_irq_helper()Mario Limonciello1-7/+5
2025-03-05drm/amd/display: Use _free() macro for amdgpu_dm_update_connector_after_detect()Mario Limonciello1-11/+4
2025-03-05drm/amd/display: Use scoped guard for amdgpu_dm_update_connector_after_detect()Mario Limonciello1-6/+2
2025-03-05drm/amd/display: Use _free(kfree) for dm_gpureset_commit_state()Mario Limonciello1-5/+2
2025-03-05drm/amd/display: Change amdgpu_dm_irq_resume_*() to voidMario Limonciello2-7/+4
2025-03-05drm/amd/display: Change amdgpu_dm_irq_resume_*() to use drm_dbg()Mario Limonciello1-2/+2
2025-03-05drm/amd/display: Use scoped guard for dm_resume()Mario Limonciello1-4/+2
2025-03-05drm/amd/display: Use drm_err() instead of DRM_ERROR in dm_resume()Mario Limonciello1-2/+2
2025-03-05drm/amd/display: Use _free() macro for amdgpu_dm_commit_zero_streams()Mario Limonciello1-14/+10
2025-03-05drm/amd/display: Catch failures for amdgpu_dm_commit_zero_streams()Mario Limonciello1-1/+7
2025-03-05drm/amd/display: Drop `ret` variable from dm_suspend()Mario Limonciello1-2/+1
2025-03-05drm/amd/display: Change amdgpu_dm_irq_suspend() to voidMario Limonciello2-3/+2
2025-03-05drm/amd/display: Add tunneling IRQ handlerCruise Hung4-7/+112
2025-03-05drm/amd/display: Added visual confirm for DCCLeo Zeng4-3/+59
2025-03-05drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35Nicholas Kazlauskas2-8/+13
2025-03-05drm/amd/display: Revert "Increase halt timeout for DMCUB to 1s"Nicholas Kazlauskas2-11/+6
2025-03-05drm/amd/display: Check NULL connector before it is usedAlex Hung1-0/+3
2025-03-05drm/amd/display: Remove unused struct definitionGeorge Shen1-8/+0
2025-03-05drm/amd/display: Skip checking FRL_MODE bit for PCON BW determinationGeorge Shen1-15/+15
2025-03-05drm/amd/display: misc for dio encoder refactorPeichen Huang12-40/+133
2025-03-05drm/amd/display: read mso dpcd capsHansen Dsouza2-0/+13
2025-03-05drm/amd/display: Fix DMUB reset sequence for DCN401Dillon Varone2-18/+32
2025-03-05drm/amd/display: Fix p-state type when p-state is unsupportedDillon Varone1-0/+1
2025-03-05drm/amd/display: Request HW cursor on DCN3.2 with SubVPAric Cyr2-1/+3
2025-03-05drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters()Vitaliy Shevtsov1-6/+6
2025-02-27drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_s...Ma Ke1-1/+2
2025-02-27drm/amd/display: Remove unused optc3_fpu_set_vrr_m_constDr. David Alan Gilbert2-79/+0
2025-02-27drm/amd/display/dc: Refactor remove duplicationsLuan Arcanjo7-520/+114
2025-02-26Merge tag 'amd-drm-next-6.15-2025-02-21' of https://gitlab.freedesktop.org/ag...Dave Airlie192-14303/+5247
2025-02-25drm/amd/display: Fix HPD after gpu resetRoman Li1-0/+14
2025-02-25drm/amd/display: add a quirk to enable eDP0 on DP1Yilin Chen1-7/+62