Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h322 __field(bool, allow_modeset)
332 __entry->allow_modeset = state->allow_modeset;
343 __entry->state, __entry->allow_modeset, __entry->legacy_cursor_update,
368 __field(bool, allow_modeset)
375 __entry->allow_modeset = state->allow_modeset;
380 __entry->async_update, __entry->allow_modeset)
Damdgpu_dm.c9549 if (state->allow_modeset) in should_reset_plane()
/Linux-v6.6/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()
1447 if (!state->allow_modeset) { in drm_atomic_check_only()
1476 …WARN(!state->allow_modeset, "adding CRTC not allowed without modesets: requested 0x%x, affected 0x… in drm_atomic_check_only()
Ddrm_atomic_uapi.c1385 state->allow_modeset = !!(arg->flags & DRM_MODE_ATOMIC_ALLOW_MODESET); in drm_mode_atomic_ioctl()
Ddrm_atomic_helper.c3615 state->allow_modeset = false; in page_flip_common()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_atomic.c195 state->allow_modeset = true; in msm_atomic_check()
/Linux-v6.6/include/drm/
Ddrm_atomic.h378 bool allow_modeset : 1; member
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_pmdemand.c367 if (state->base.allow_modeset) in intel_pmdemand_atomic_check()