/src/sys/external/bsd/drm2/dist/drm/ |
drm_atomic_helper.c | 2596 const struct drm_plane_helper_funcs *plane_funcs; local in function:drm_atomic_helper_commit_planes_on_crtc 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 in function:drm_atomic_helper_disable_planes_on_crtc 2651 if (!plane_funcs) 2654 WARN_ON(!plane_funcs->atomic_disable); 2655 if (plane_funcs->atomic_disable [all...] |
drm_atomic_helper.c | 2596 const struct drm_plane_helper_funcs *plane_funcs; local in function:drm_atomic_helper_commit_planes_on_crtc 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 in function:drm_atomic_helper_disable_planes_on_crtc 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 in function:skl_universal_plane_create 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 in function:intel_sprite_plane_create 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_sprite.c | 2951 const struct drm_plane_funcs *plane_funcs; local in function:skl_universal_plane_create 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 in function:intel_sprite_plane_create 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 in function:intel_primary_plane_create 16212 plane_funcs = &i965_plane_funcs; 16214 plane_funcs = &i8xx_plane_funcs; 16235 possible_crtcs, plane_funcs, 16242 possible_crtcs, plane_funcs,
|
intel_display.c | 16148 const struct drm_plane_funcs *plane_funcs; local in function:intel_primary_plane_create 16212 plane_funcs = &i965_plane_funcs; 16214 plane_funcs = &i8xx_plane_funcs; 16235 possible_crtcs, plane_funcs, 16242 possible_crtcs, plane_funcs,
|