Skip to content
Commit cd1b7beb authored by Dom Cobley's avatar Dom Cobley Committed by Phil Elwell
Browse files

drm/vc4: hdmi: Fix clock value used for validating hdmi modes

We are using mode->crt_clock here which is filled by drm_mode_set_crtcinfo()
which is called right after .mode_valid.

Use mode->clock which is valid here.

Fixes: 624d93a4

 ("drm/vc4: hdmi: Move clock calculation into its own function")

Signed-off-by: default avatarDom Cobley <popcornmix@gmail.com>
parent 6584a4e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment