Skip to content
Unverified Commit 63495f6b authored by Maxime Ripard's avatar Maxime Ripard
Browse files

drm/vc4: hdmi: Make sure our clock rate is within limits



The HDMI controller cannot go above a certain pixel rate limit depending on
the generations, but that limit is only enforced in mode_valid at the
moment, which means that we won't advertise modes that exceed that limit,
but the userspace is still free to try to setup a mode that would.

Implement atomic_check to make sure we check it in that scenario too.

Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Reviewed-by: default avatarDave Stevenson <dave.stevenson@raspberrypi.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201029122522.1917579-1-maxime@cerno.tech
parent cdf117d6
  • mirror @mirror

    mentioned in commit 9b15755a

    ·

    mentioned in commit 9b15755a

    Toggle commit list
  • mirror @mirror

    mentioned in commit f44d65ba8db505cd4fd6a197200e72259719b694

    ·

    mentioned in commit f44d65ba8db505cd4fd6a197200e72259719b694

    Toggle commit list
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