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