Searched refs:allow_modeset (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_trace.h | 322 __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 D | amdgpu_dm.c | 9583 if (adev->ip_versions[DCE_HWIP][0] < IP_VERSION(3, 2, 0) && state->allow_modeset) in should_reset_plane()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_self_refresh_helper.c | 193 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 D | drm_atomic.c | 132 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()
|
H A D | drm_atomic_uapi.c | 1385 state->allow_modeset = !!(arg->flags & DRM_MODE_ATOMIC_ALLOW_MODESET); in drm_mode_atomic_ioctl()
|
H A D | drm_atomic_helper.c | 3641 state->allow_modeset = false; in page_flip_common()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_atomic.c | 195 state->allow_modeset = true; in msm_atomic_check()
|
/openbmc/linux/include/drm/ |
H A D | drm_atomic.h | 378 bool allow_modeset : 1; member
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pmdemand.c | 367 if (state->base.allow_modeset) in intel_pmdemand_atomic_check()
|