Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_atomic_helper.c906 if (state->legacy_cursor_update) in drm_atomic_helper_check()
1361 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
1919 if (state->legacy_cursor_update) { in drm_atomic_helper_setup_commit()
2725 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
2763 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/Linux-v4.19/include/drm/
Ddrm_atomic.h287 bool legacy_cursor_update : 1; member
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1851 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c12835 if (INTEL_GEN(dev_priv) < 9 && state->legacy_cursor_update) { in intel_atomic_commit()
12843 state->legacy_cursor_update = false; in intel_atomic_commit()