Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
83275c3f
Commit
83275c3f
authored
Jan 24, 2022
by
Xaver Hugl
Browse files
backends/drm: add warning if no matching mode can be found
parent
74b1fb0a
Pipeline
#129550
passed with stage
in 13 minutes and 21 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/backends/drm/drm_output.cpp
View file @
83275c3f
...
...
@@ -420,6 +420,7 @@ bool DrmOutput::queueChanges(const WaylandOutputConfig &config)
}
}
if
(
index
==
-
1
)
{
qCWarning
(
KWIN_DRM
).
nospace
()
<<
"Could not find mode "
<<
props
->
modeSize
<<
"@"
<<
props
->
refreshRate
<<
" for output "
<<
this
;
return
false
;
}
m_pipeline
->
pending
.
modeIndex
=
index
;
...
...
Xaver Hugl
@zamundaaa
mentioned in commit
acea2019
·
Jan 27, 2022
mentioned in commit
acea2019
mentioned in commit acea2019c166fdfe762aad6cbf869e81df74b671
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment