HomeSort by: relevance | last modified time | path
    Searched defs:plane_funcs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 2596 const struct drm_plane_helper_funcs *plane_funcs; local
2598 plane_funcs = plane->helper_private;
2600 if (!old_plane_state || !plane_funcs)
2607 plane_funcs->atomic_disable)
2608 plane_funcs->atomic_disable(plane, old_plane_state);
2611 plane_funcs->atomic_update(plane, old_plane_state);
2648 const struct drm_plane_helper_funcs *plane_funcs = local
2651 if (!plane_funcs)
2654 WARN_ON(!plane_funcs->atomic_disable);
2655 if (plane_funcs->atomic_disable
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 2951 const struct drm_plane_funcs *plane_funcs; local
2996 plane_funcs = &gen12_plane_funcs;
3002 plane_funcs = &skl_plane_funcs;
3013 possible_crtcs, plane_funcs,
3063 const struct drm_plane_funcs *plane_funcs; local
3096 plane_funcs = &vlv_sprite_funcs;
3113 plane_funcs = &snb_sprite_funcs;
3127 plane_funcs = &snb_sprite_funcs;
3132 plane_funcs = &g4x_sprite_funcs;
3152 possible_crtcs, plane_funcs,
    [all...]
intel_display.c 16148 const struct drm_plane_funcs *plane_funcs; local
16212 plane_funcs = &i965_plane_funcs;
16214 plane_funcs = &i8xx_plane_funcs;
16235 possible_crtcs, plane_funcs,
16242 possible_crtcs, plane_funcs,

Completed in 28 milliseconds