OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:active_only
(Results
1 - 2
of
2
) 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)
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 40 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026