Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A 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)
H A Damdgpu_dm.c9587 if (adev->ip_versions[DCE_HWIP][0] < IP_VERSION(3, 2, 0) && state->allow_modeset) in should_reset_plane()
/openbsd-src/sys/dev/pci/drm/
H A 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()
H A Ddrm_atomic.c132 state->allow_modeset = true; in drm_atomic_state_init()
1466 if (!state->allow_modeset) { in drm_atomic_check_only()
1495 …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.c1406 state->allow_modeset = !!(arg->flags & DRM_MODE_ATOMIC_ALLOW_MODESET); in drm_mode_atomic_ioctl()
H A Ddrm_atomic_helper.c3647 state->allow_modeset = false; in page_flip_common()
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_atomic.h378 bool allow_modeset : 1; member
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_pmdemand.c367 if (state->base.allow_modeset) in intel_pmdemand_atomic_check()