mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
Merge branch 'scheduling-2-better-this-time' into 'master'
Add new frame scheduler interface See merge request wlroots/wlroots!4307
This commit is contained in:
commit
a06c728a05
29 changed files with 507 additions and 153 deletions
|
|
@ -2016,10 +2016,6 @@ static void handle_page_flip(int fd, unsigned seq,
|
|||
.flags = present_flags,
|
||||
};
|
||||
wlr_output_send_present(&conn->output, &present_event);
|
||||
|
||||
if (drm->session->active) {
|
||||
wlr_output_send_frame(&conn->output);
|
||||
}
|
||||
}
|
||||
|
||||
int handle_drm_event(int fd, uint32_t mask, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue