Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drm/vc4: Remove request for min clocks when hdmi output is disabled #6416

Merged
merged 1 commit into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. drm/vc4: Remove request for min clocks when hdmi output is disabled

    Currently, booting with no hdmi connected has:
    pi@pi4:~ $ vcgencmd measure_clock hdmi pixel
    frequency(9)=120010256
    frequency(29)=74988280
    
    After connecting hdmi we get:
    pi@pi4:~ $ vcgencmd measure_clock hdmi pixel
    frequency(9)=300005856
    frequency(29)=149989744
    
    and that persists after disconnecting hdmi
    
    I can measure this on a power supply as [email protected] (52mW).
    
    We should always remove clk_set_min_rate requests
    when we no longer need them.
    
    Signed-off-by: Dom Cobley <[email protected]>
    popcornmix committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    56d8fdf View commit details
    Browse the repository at this point in the history