Lines Matching full:primary
45 * primary plane support on top of the normal CRTC configuration interface.
46 * Since the legacy &drm_mode_config_funcs.set_config interface ties the primary
48 * the primary plane itself. The default primary plane only expose XRBG8888 and
51 * Drivers are highly recommended to implement proper support for primary
151 * drm_plane_helper_update_primary - Helper for updating primary planes
165 * This helper validates the given parameters and updates the primary plane.
219 * Primary plane isn't visible. Note that unless a driver in drm_plane_helper_update_primary()
253 * drm_plane_helper_disable_primary - Helper for disabling primary planes
257 * This helper returns an error when trying to disable the primary
278 * drm_plane_helper_destroy() - Helper for primary plane destruction
281 * Provides a default plane destroy handler for primary planes. This handler
282 * is called during CRTC destruction. We disable the primary plane, remove
301 * This is often the case for the primary plane of simple framebuffers.