Home
last modified time | relevance | path

Searched refs:allow_modeset (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic.h235 bool allow_modeset : 1; member
/dragonfly/sys/dev/drm/
H A Ddrm_atomic.c79 state->allow_modeset = true; in drm_atomic_state_init()
1633 if (!state->allow_modeset) { in drm_atomic_check_only()
2245 state->allow_modeset = !!(arg->flags & DRM_MODE_ATOMIC_ALLOW_MODESET); in drm_mode_atomic_ioctl()
H A Ddrm_atomic_helper.c3101 state->allow_modeset = false; in page_flip_common()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4310 pflip_needed = !state->allow_modeset; in amdgpu_dm_commit_planes()
5072 bool pflip_needed = !state->allow_modeset; in dm_update_planes_state()