HomeSort by: relevance | last modified time | path
    Searched defs:active_only (Results 1 - 3 of 3) 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)
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)
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 41 milliseconds