Lines Matching full:planes
79 /* always disable planes on the CRTC that is being turned off */ in malidp_crtc_atomic_disable()
349 * check if there is enough rotation memory available for planes in malidp_crtc_atomic_check()
350 * that need 90° and 270° rotion or planes that are compressed. in malidp_crtc_atomic_check()
356 * a. If no more rotated or compressed planes exist, all remaining in malidp_crtc_atomic_check()
358 * b. If other rotated or compressed planes exist, and plane's in malidp_crtc_atomic_check()
362 * c. If other rotated or compressed planes exist, and plane's layer ID in malidp_crtc_atomic_check()
365 * Note: this algorithm assumes that the order in which the planes are in malidp_crtc_atomic_check()
367 * rotated. Because that is how we create the planes in the first in malidp_crtc_atomic_check()
369 * in which drm_atomic_crtc_state_for_each_plane() iterates over planes in malidp_crtc_atomic_check()
370 * changes, we need to pre-sort the planes before validation. in malidp_crtc_atomic_check()
373 /* first count the number of rotated planes */ in malidp_crtc_atomic_check()
400 /* no more rotated planes, we can use what's left */ in malidp_crtc_atomic_check()
528 DRM_ERROR("Failed to initialise planes\n"); in malidp_crtc_init()