mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Remember if direct scanout fails
If a view fails direct scanout, we remember if it fails so we don't bother trying again. This removes a lot of log spam of the atomic DRM test failing in this case.
This commit is contained in:
parent
47763c99f9
commit
03206ea177
2 changed files with 13 additions and 1 deletions
|
|
@ -75,6 +75,7 @@ struct sway_view {
|
|||
char *title_format;
|
||||
|
||||
bool using_csd;
|
||||
bool failed_scan_out;
|
||||
|
||||
struct timespec urgent;
|
||||
bool allow_request_urgent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue