Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drm/virtio: Send flip event based on backend setting #72

Open
wants to merge 2 commits into
base: celadon/u/mr0/master
Choose a base branch
from

Conversation

phreer
Copy link

@phreer phreer commented Dec 10, 2024

Cache out fences in atomic commit and signal them when the backend asks to. The backend is supposed to send to frontend the number of fences to signal when the backend presents a frame to users. Only in this way we can preserve the semantics of present fence.

Tracked-On: OAM-128370

Cache out fences in atomic commit and signal them when the backend asks
to. The backend is supposed to send to frontend the number of fences to
signal when the backend presents a frame to users. Only in this way we
can preserve the semantics of present fence.

Tracked-On: OAM-128370
Signed-off-by: hangliu1 <[email protected]>
Signed-off-by: Weifeng Liu <[email protected]>
Introduce per-CRTC flip counter that should be incremented when flip
happens in back-end. Atomic commit worker should await change of the new
counter rather than vblank counter.

Signed-off-by: Weifeng Liu <[email protected]>
@sysopenci
Copy link

Improper Commit Message
Tracked on not found in commit message,
make sure Tracked-On: Jira-ticket is present.

@phreer phreer changed the title drm/virtgio: Send flip event based on backend setting drm/virtio: Send flip event based on backend setting Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering Build Not Started Engineering Build Not Started Invalid commit message Pending Developer Approval Pending Developer Approval Pending PR Review Pending PR Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants