Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
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,
Damdgpu_dm.c10236 if (state->legacy_cursor_update) { in amdgpu_dm_atomic_check()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_atomic.c148 if (!(state->legacy_cursor_update || state->async_update)) in can_do_async()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_atomic_helper.c1081 if (state->legacy_cursor_update) in drm_atomic_helper_check()
1655 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
2309 if (state->legacy_cursor_update) { in drm_atomic_helper_setup_commit()
3156 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
3194 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/Linux-v6.6/include/drm/
Ddrm_atomic.h390 bool legacy_cursor_update : 1; member
/Linux-v6.6/Documentation/gpu/
Dtodo.rst115 Somewhat related is the legacy_cursor_update hack, which should be replaced with
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2200 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_display.c7246 if (DISPLAY_VER(dev_priv) < 9 && state->base.legacy_cursor_update) { in intel_atomic_commit()
7254 state->base.legacy_cursor_update = false; in intel_atomic_commit()