Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_atomic_helper.c798 if (state->legacy_cursor_update) in drm_atomic_helper_check()
1224 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
1764 if (state->legacy_cursor_update) { in drm_atomic_helper_setup_commit()
2529 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
2567 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic.h236 bool legacy_cursor_update : 1; member
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c12510 if (INTEL_GEN(dev_priv) < 9 && state->legacy_cursor_update) { in intel_atomic_commit()
12518 state->legacy_cursor_update = false; in intel_atomic_commit()