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

KMS and FKMS right/bottom margin fixes #4451

Merged
merged 2 commits into from
Jul 12, 2021
Merged

Commits on Jul 12, 2021

  1. drm/vc4: Fix margin calculations for the right/bottom edges

    The calculations clipped the right/bottom edge of the clipped
    range based on the left/top margins.
    
    Fixes: 666e735 ("drm/vc4: Take margin setup into account when updating planes")
    Signed-off-by: Dave Stevenson <[email protected]>
    6by9 committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d8263cc View commit details
    Browse the repository at this point in the history
  2. ydrm/vc4: fkms: Fix margin calculations for the right/bottom edges

    The calculations clipped the right/bottom edge of the clipped
    range based on the left/top margins.
    
    raspberrypi#4447
    
    Signed-off-by: Dave Stevenson <[email protected]>
    6by9 committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6700a79 View commit details
    Browse the repository at this point in the history