Skip to content
Snippets Groups Projects
Commit e1830bf1 authored by Lyude Paul's avatar Lyude Paul
Browse files

WIP: rust: kms/crtc: Add DriverCrtcEphemeralData


There's another class of state that many drivers keep track of, usually for
intermediate state that needs to be tracked during the middle of a commit.
There isn't really a name for this kind of state, so I've named it
EphemeralData. This data is not expected to be accessible outside of a
modeset context, and should only be used for modesetting state that changes
within the process of a commit rather than from commit to commit.

Signed-off-by: Lyude Paul's avatarLyude Paul <lyude@redhat.com>
parent 08e57c6a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment