Home
last modified time | relevance | path

Searched refs:SUN4I_BACKEND_NUM_LAYERS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c229 0, SUN4I_BACKEND_NUM_LAYERS - 1); in sun4i_layer_init_one()
242 planes = devm_kcalloc(drm->dev, SUN4I_BACKEND_NUM_LAYERS + 1, in sun4i_layers_init()
247 for (i = 0; i < SUN4I_BACKEND_NUM_LAYERS; i++) { in sun4i_layers_init()
H A Dsun4i_backend.h165 #define SUN4I_BACKEND_NUM_LAYERS 4 macro
H A Dsun4i_backend.c470 struct drm_plane_state *plane_states[SUN4I_BACKEND_NUM_LAYERS] = { 0 }; in sun4i_backend_atomic_check()