Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_atomic.c148 if (!(state->legacy_cursor_update || state->async_update)) in can_do_async()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1084 if (state->legacy_cursor_update) in drm_atomic_helper_check()
1658 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
2311 if (state->legacy_cursor_update) { in drm_atomic_helper_setup_commit()
3186 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
3224 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/linux/include/drm/
H A Ddrm_atomic.h394 bool legacy_cursor_update : 1; member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c7649 if (state->base.legacy_cursor_update) in intel_atomic_dsb_finish()
8013 if (DISPLAY_VER(dev_priv) < 9 && state->base.legacy_cursor_update) { in intel_atomic_commit()
8021 state->base.legacy_cursor_update = false; in intel_atomic_commit()
/linux/Documentation/gpu/
H A Dtodo.rst115 Somewhat related is the legacy_cursor_update hack, which should be replaced with
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c2358 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()