OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_only
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c
2453
* Unless otherwise needed, drivers are advised to set the
ACTIVE_ONLY
flag in
2467
*
ACTIVE_ONLY
flag to most closely match the behaviour of the legacy helpers.
2479
bool
active_only
= flags & DRM_PLANE_COMMIT_ACTIVE_ONLY;
local
2490
if (
active_only
&& !new_crtc_state->active)
2508
if (
active_only
) {
2548
if (
active_only
&& !new_crtc_state->active)
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026