summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorLines
2025-09-23drm/amd/display: remove output_tf_change flagMelissa Wen-9/+4
2025-09-23drm/amd/display: Init DCN35 clocks from pre-os HW valuesLeo Li-2/+119
2025-09-23drm/amd/display: Use mpc.preblend flag to indicate preblendAlvin Lee-2/+2
2025-09-23drm/amd/display: Only restore backlight after amdgpu_dm_init or dm_resumeMatthew Schwartz-4/+15
2025-09-15drm/amd/display: Allow RX6xxx & RX7700 to invoke amdgpu_irq_get/putIvan Lipski-1/+38
2025-09-09drm/amd/display: use udelay rather than fsleepAlex Deucher-1/+1
2025-09-09drm/amd/display: remove oem i2c adapter on finishGeoffrey McRae-1/+12
2025-09-09drm/amd/display: Drop dm_prepare_suspend() and dm_complete()Mario Limonciello (AMD)-21/+0
2025-09-09drm/amd/display: Correct sequences and delays for DCN35 PG & RCGOvidiu Bunea-164/+111
2025-09-09drm/amd/display: Disable DPCD Probe QuirkFangzhi Zuo-0/+1
2025-08-29drm/amd/display: Clear the CUR_ENABLE register on DCN314 w/out DPP PGIvan Lipski-0/+90
2025-08-29drm/amd: Re-enable common modes for eDP and LVDSMario Limonciello-2/+1
2025-08-18drm/amd/display: Fix DP audio DTO1 clock source on DCE 6.Timur Kristóf-15/+6
2025-08-18drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3Timur Kristóf-1/+1
2025-08-18drm/amd/display: Don't print errors for nonexistent connectorsTimur Kristóf-5/+15
2025-08-18drm/amd/display: Don't warn when missing DCE encoder capsTimur Kristóf-4/+4
2025-08-18drm/amd/display: Fill display clock and vblank time in dce110_fill_display_co...Timur Kristóf-11/+3
2025-08-18drm/amd/display: Find first CRTC and its line time in dce110_fill_display_con...Timur Kristóf-10/+20
2025-08-18drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%Timur Kristóf-7/+5
2025-08-18drm/amd/display: Don't overclock DCE 6 by 15%Timur Kristóf-5/+3
2025-08-18drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session()Chenyuan Yang-0/+3
2025-08-18drm/amd/display: Fix Xorg desktop unresponsive on Replay panelTom Chung-0/+19
2025-08-18drm/amd/display: Avoid a NULL pointer dereferenceMario Limonciello-0/+3
2025-08-18drm/amd/display: Revert Add HPO encoder support to ReplayGabe Teeger-62/+5
2025-08-08Merge tag 'drm-next-2025-08-08' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-28/+48
2025-08-04drm/amd/display: Revert "drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value"Mario Limonciello-4/+4
2025-08-04drm/amd/display: fix a Null pointer dereference vulnerabilitySiyang Liu-9/+10
2025-08-04drm/amd/display: Add primary plane to commits for correct VRR handlingMichel Dänzer-0/+9
2025-08-04drm/amd/display: Fix DCE 6.0 and 6.4 PLL programming.Timur Kristóf-14/+25
2025-08-04drm/amd/display: Don't overwrite dce60_clk_mgrTimur Kristóf-1/+0
2025-07-31Merge tag 'drm-next-2025-08-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-23/+37
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-2043/+3604
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-07-28drm/amd/display: Allow DCN301 to clear update flagsIvan Lipski-1/+2
2025-07-28drm/amd/display: Pass up errors for reset GPU that fails to init HWMario Limonciello-1/+3
2025-07-28drm/amd/display: Only finalize atomic_obj if it was initializedMario Limonciello-1/+2
2025-07-28drm/amd/display: Avoid configuring PSR granularity if PSR-SU not supportedMario Limonciello-2/+4
2025-07-28drm/amd/display: Disable dsc_power_gate for dcn314 by defaultRoman Li-0/+1
2025-07-28drm/amd/display: Fix misuse of /** to /* in 'dce_i2c_hw.c'Srinivasan Shanmugam-1/+7
2025-07-28drm/amd/display: fix initial backlight brightness calculationLauri Tirkkonen-2/+2
2025-07-28drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilitiesPeter Shkenev-1/+1
2025-07-28drm/amd/display: Fix divide by zero when calculating min ODM factorDillon Varone-14/+15
2025-07-21Merge tag 'amd-drm-next-6.17-2025-07-17' of https://gitlab.freedesktop.org/ag...Dave Airlie-132/+964
2025-07-21Merge tag 'drm-misc-next-2025-07-17' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-3/+3
2025-07-16drm/amd/display: Disable CRTC degamma LUT for DCN401Melissa Wen-1/+10
2025-07-16drm/amd/display: Free memory allocationClayton King-1/+2
2025-07-16drm: Pass pixel_format+modifier to .get_format_info()Ville Syrjälä-3/+3
2025-07-15drm/amd/display: Disable CRTC degamma LUT for DCN401Melissa Wen-1/+10
2025-07-15drm/amd/display: Revert "Add DPP & HUBP reset if power gate enabled on DCN314"Ivan Lipski-37/+4
2025-07-15drm/amd/display: Initial support for SmartMuxAurabindo Pillai-6/+366