Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h321 __field(bool, allow_modeset)
331 __entry->allow_modeset = state->allow_modeset;
342 __entry->state, __entry->allow_modeset, __entry->legacy_cursor_update,
367 __field(bool, allow_modeset)
374 __entry->allow_modeset = state->allow_modeset;
379 __entry->async_update, __entry->allow_modeset)
Damdgpu_dm.c8941 if (state->allow_modeset) in should_reset_plane()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_self_refresh_helper.c193 if (state->async_update || !state->allow_modeset) { in drm_self_refresh_helper_alter_state()
197 state->allow_modeset = true; in drm_self_refresh_helper_alter_state()
Ddrm_atomic.c132 state->allow_modeset = true; in drm_atomic_state_init()
1376 if (!state->allow_modeset) { in drm_atomic_check_only()
1405 …WARN(!state->allow_modeset, "adding CRTC not allowed without modesets: requested 0x%x, affected 0x… in drm_atomic_check_only()
Ddrm_atomic_uapi.c1340 state->allow_modeset = !!(arg->flags & DRM_MODE_ATOMIC_ALLOW_MODESET); in drm_mode_atomic_ioctl()
Ddrm_atomic_helper.c3530 state->allow_modeset = false; in page_flip_common()
/linux-6.1.9/include/drm/
Ddrm_atomic.h378 bool allow_modeset : 1; member