Searched refs:allow_modeset (Results 1 – 5 of 5) sorted by relevance
133 state->allow_modeset = true; in drm_atomic_state_init()1675 if (!state->allow_modeset) { in drm_atomic_check_only()1704 …WARN(!state->allow_modeset, "adding CRTC not allowed without modesets: requested 0x%x, affected 0x… in drm_atomic_check_only()
1607 state->allow_modeset = !!(arg->flags & DRM_MODE_ATOMIC_ALLOW_MODESET); in drm_mode_atomic_ioctl()
3870 state->allow_modeset = false; in page_flip_common()
503 bool allow_modeset : 1; member
11649 state->allow_modeset) in should_reset_plane()11652 if (amdgpu_in_reset(adev) && state->allow_modeset) in should_reset_plane()