HomeSort by: relevance | last modified time | path
    Searched refs:legacy_cursor_update (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h 314 * @legacy_cursor_update: hint to enforce legacy cursor IOCTL semantics
342 bool legacy_cursor_update : 1; member in struct:drm_atomic_state
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 955 if (state->legacy_cursor_update)
1449 if (old_state->legacy_cursor_update)
2089 if (state->legacy_cursor_update) {
2908 state->legacy_cursor_update = true;
2946 plane_state->state->legacy_cursor_update = true;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 2117 !atom->state.legacy_cursor_update)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 6815 * unset legacy_cursor_update
8114 if (state->legacy_cursor_update) {
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 15575 * Unset state->legacy_cursor_update before the call to
15584 if (INTEL_GEN(dev_priv) < 9 && state->base.legacy_cursor_update) {
15592 state->base.legacy_cursor_update = false;

Completed in 83 milliseconds