Skip to content
  • Jonas Ådahl's avatar
    kms: Add CRTC representation · 15a2ccd2
    Jonas Ådahl authored and Georges Basile Stavracas Neto's avatar Georges Basile Stavracas Neto committed
    Add MetaKmsCrtc to represent a CRTC on the associated device. Change
    MetaCrtcKms to use the ones discovered by the KMS abstraction. It still
    reads the resources handed over by MetaGpuKms, but eventually it will
    use only MetaKmsCrtc.
    
    MetaKmsCrtc is a type of object that is usable both from an impl task
    and from outside. All the API exposed via the non-private header is
    expected to be accessible from outside of the meta-kms namespace.
    
    GNOME/mutter#548
    GNOME/mutter!525
    15a2ccd2