]> Gentwo Git Trees - linux/.git/commit
drm/amdgpu: Respect max pixel clock for HDMI and DVI-D (v2)
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 28 Aug 2025 14:50:36 +0000 (16:50 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Aug 2025 14:23:09 +0000 (10:23 -0400)
commit585b2f685c56c5095cc22c7202bf74d8e9a73cdd
treed7e6b953cee62c3887490f8fbfef577250ef9c94
parent220b2bd529fa660d7df802a30730373af9345dd8
drm/amdgpu: Respect max pixel clock for HDMI and DVI-D (v2)

Update the legacy (non-DC) display code to respect the maximum
pixel clock for HDMI and DVI-D. Reject modes that would require
a higher pixel clock than can be supported.

Also update the maximum supported HDMI clock value depending on
the ASIC type.

For reference, see the DC code:
check max_hdmi_pixel_clock in dce*_resource.c

v2:
Fix maximum clocks for DVI-D and DVI/HDMI adapters.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c