Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_atomic.c133 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()
H A Ddrm_atomic_uapi.c1607 state->allow_modeset = !!(arg->flags & DRM_MODE_ATOMIC_ALLOW_MODESET); in drm_mode_atomic_ioctl()
H A Ddrm_atomic_helper.c3870 state->allow_modeset = false; in page_flip_common()
/linux/include/drm/
H A Ddrm_atomic.h503 bool allow_modeset : 1; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c11649 state->allow_modeset) in should_reset_plane()
11652 if (amdgpu_in_reset(adev) && state->allow_modeset) in should_reset_plane()