OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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 in function:drm_atomic_helper_commit_planes
2490
if (
active_only
&& !new_crtc_state->active)
2508
if (
active_only
) {
2548
if (
active_only
&& !new_crtc_state->active)
Completed in 12 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025