Re: [RFC v3 18/33] rust: drm/kms: Add drm_atomic_state bindings

2025-03-15 Thread Maxime Ripard
On Wed, Mar 05, 2025 at 05:59:34PM -0500, Lyude Paul wrote: > Next up is introducing bindings that we can use to represent the global DRM > atomic state, along with all of the various object states contained within. > We do this by introducing a few new concepts: borrowed states, atomic state > mut

[RFC v3 18/33] rust: drm/kms: Add drm_atomic_state bindings

2025-03-05 Thread Lyude Paul
Next up is introducing bindings that we can use to represent the global DRM atomic state, along with all of the various object states contained within. We do this by introducing a few new concepts: borrowed states, atomic state mutators, and atomic state composers. To understand these, we need to