Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c538 if (state->base.legacy_cursor_update) { in intel_pipe_update_start()
692 if (state->base.legacy_cursor_update) { in intel_pipe_update_end()
724 if (!state->base.legacy_cursor_update) in intel_pipe_update_end()
H A Dintel_display.c7147 if (state->base.legacy_cursor_update) in intel_atomic_dsb_prepare()
7370 if (!state->base.legacy_cursor_update && !new_crtc_state->use_dsb) in intel_atomic_commit_tail()
7542 if (DISPLAY_VER(display) < 9 && state->base.legacy_cursor_update) { in intel_atomic_commit()
7550 state->base.legacy_cursor_update = false; in intel_atomic_commit()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A 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,
H A Damdgpu_dm.c12079 if (state->legacy_cursor_update) { in amdgpu_dm_atomic_check()
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_atomic.c148 if (!(state->legacy_cursor_update || state->async_update)) in can_do_async()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1122 if (state->legacy_cursor_update) in drm_atomic_helper_check()
1696 if (state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
2349 if (state->legacy_cursor_update) { in drm_atomic_helper_setup_commit()
3224 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
3262 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/linux-6.15/include/drm/
H A Ddrm_atomic.h444 bool legacy_cursor_update : 1; member
/linux-6.15/Documentation/gpu/
H A Dtodo.rst115 Somewhat related is the legacy_cursor_update hack, which should be replaced with
/linux-6.15/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c2357 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()