Home
last modified time | relevance | path

Searched refs:legacy_cursor_update (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/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;
340 TP_printk("state=%p allow_modeset=%d legacy_cursor_update=%d "
343 __entry->state, __entry->allow_modeset, __entry->legacy_cursor_update,
H A Damdgpu_dm.c10273 if (state->legacy_cursor_update) { in amdgpu_dm_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_atomic.c140 if (!(state->legacy_cursor_update || state->async_update)) in can_do_async()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_atomic.c148 if (!(state->legacy_cursor_update || state->async_update)) in can_do_async()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_atomic_helper.c978 if (state->legacy_cursor_update) in drm_atomic_helper_check()
1507 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
2123 if (state->legacy_cursor_update) { in drm_atomic_helper_setup_commit()
2944 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
2982 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A 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()
3182 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
3220 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_atomic.h311 * @legacy_cursor_update: hint to enforce legacy cursor IOCTL semantics
339 bool legacy_cursor_update : 1; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_atomic.h380 * @legacy_cursor_update:
390 bool legacy_cursor_update : 1; member
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_kms.c412 * state->legacy_cursor_update to false to prevent in vc4_atomic_commit()
416 state->legacy_cursor_update = false; in vc4_atomic_commit()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c2199 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c2285 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display.c7250 * Unset state->legacy_cursor_update before the call to in intel_atomic_commit()
7259 if (DISPLAY_VER(dev_priv) < 9 && state->base.legacy_cursor_update) { in intel_atomic_commit()
7267 state->base.legacy_cursor_update = false; in intel_atomic_commit()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7606 * unset legacy_cursor_update
8940 if (state->legacy_cursor_update) {
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display.c15793 * Unset state->legacy_cursor_update before the call to in intel_atomic_commit()
15802 if (INTEL_GEN(dev_priv) < 9 && state->base.legacy_cursor_update) { in intel_atomic_commit()
15810 state->base.legacy_cursor_update = false; in intel_atomic_commit()

Completed in 74 milliseconds