Skip to content
  • Daniel Stone's avatar
    compositor-drm: Rename current/next FB members · 5bb8f58f
    Daniel Stone authored and Pekka Paalanen's avatar Pekka Paalanen committed
    
    
    'next' is used as a framebuffer which has either been rendered but not
    had a configuration request (pageflip or CRTC set) applied to it, or
    when for a framebuffer that has had configuration requested but not
    applied (delayed pageflip where the event has not been applied).
    
    'current' is used as the last framebuffer for which we know
    configuration has been fully applied, i.e. CRTC set executed or pageflip
    requested and event received.
    
    Rename these members to fb_current and fb_pending, doing some small
    reordering of drm_output whilst in the vicinity.
    
    Signed-off-by: default avatarDaniel Stone <daniels@collabora.com>
    Reviewed-by: default avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
    5bb8f58f