Home
last modified time | relevance | path

Searched refs:legacy_cursor_update (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h323 __field(bool, legacy_cursor_update)
333 __entry->legacy_cursor_update = state->legacy_cursor_update;
343 __entry->state, __entry->allow_modeset, __entry->legacy_cursor_update,
Damdgpu_dm.c11732 if (state->legacy_cursor_update) { in amdgpu_dm_atomic_check()
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_crtc.c499 if (state->base.legacy_cursor_update) { in intel_pipe_update_start()
637 if (state->base.legacy_cursor_update) { in intel_pipe_update_end()
Dintel_display.c7640 if (DISPLAY_VER(dev_priv) < 9 && state->base.legacy_cursor_update) { in intel_atomic_commit()
7648 state->base.legacy_cursor_update = false; in intel_atomic_commit()
/openbsd/src/sys/dev/pci/drm/
Ddrm_atomic_helper.c1090 if (state->legacy_cursor_update) in drm_atomic_helper_check()
1664 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
2317 if (state->legacy_cursor_update) { in drm_atomic_helper_setup_commit()
3192 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
3230 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_atomic.h394 bool legacy_cursor_update : 1; member