Home
last modified time | relevance | path

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

/drivers/gpu/drm/sun4i/
Dsun4i_layer.c226 SUN4I_BACKEND_NUM_LAYERS - 1); in sun4i_layer_init_one()
239 planes = devm_kcalloc(drm->dev, SUN4I_BACKEND_NUM_LAYERS + 1, in sun4i_layers_init()
244 for (i = 0; i < SUN4I_BACKEND_NUM_LAYERS; i++) { in sun4i_layers_init()
Dsun4i_backend.h165 #define SUN4I_BACKEND_NUM_LAYERS 4 macro
Dsun4i_backend.c489 struct drm_plane_state *plane_states[SUN4I_BACKEND_NUM_LAYERS] = { 0 }; in sun4i_backend_atomic_check()