Module Kms.Resources

The set of resources provided by the hardware (excluding planes; see Plane.list).

type t = {
  1. fbs : Fb.id list;
  2. crtcs : Crtc.id list;
  3. connectors : Connector.id list;
  4. encoders : Encoder.id list;
  5. min_width : int;
  6. max_width : int;
  7. min_height : int;
  8. max_height : int;
}
val get : Device.t -> t
val pp : t Fmt.t