Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_trace.h321 __field(bool, legacy_cursor_update)
331 __entry->legacy_cursor_update = state->legacy_cursor_update;
341 __entry->state, __entry->allow_modeset, __entry->legacy_cursor_update,
A Damdgpu_dm.c10949 if (state->legacy_cursor_update) { in amdgpu_dm_atomic_check()
/linux/drivers/gpu/drm/msm/
A Dmsm_atomic.c163 if (!(state->legacy_cursor_update || state->async_update)) in can_do_async()
/linux/drivers/gpu/drm/
A Ddrm_atomic_helper.c978 if (state->legacy_cursor_update) in drm_atomic_helper_check()
1490 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
2122 if (state->legacy_cursor_update) { in drm_atomic_helper_setup_commit()
2924 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
2962 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/linux/include/drm/
A Ddrm_atomic.h371 bool legacy_cursor_update : 1; member
/linux/Documentation/gpu/
A Dtodo.rst111 Somewhat related is the legacy_cursor_update hack, which should be replaced with
/linux/drivers/gpu/drm/nouveau/dispnv50/
A Ddisp.c2319 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()
/linux/drivers/gpu/drm/i915/display/
A Dintel_display.c10039 if (DISPLAY_VER(dev_priv) < 9 && state->base.legacy_cursor_update) { in intel_atomic_commit()
10047 state->base.legacy_cursor_update = false; in intel_atomic_commit()

Completed in 92 milliseconds