Home
last modified time | relevance | path

Searched refs:n_layers (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c188 num = &pipe->n_layers; in komeda_component_add()
189 if (idx != pipe->n_layers) { in komeda_component_add()
258 pipe->id, pipe->n_layers, pipe->n_scalers, in komeda_pipeline_dump()
301 for (i = index + 1; i < pipe->n_layers; i++) in komeda_get_layer_split_right_layer()
319 for (i = 0; i < pipe->n_layers; i++) { in komeda_pipeline_assemble()
H A Dkomeda_plane.c327 for (j = 0; j < pipe->n_layers; j++) { in komeda_kms_add_planes()
H A Dkomeda_private_obj.c379 for (j = 0; j < pipe->n_layers; j++) { in komeda_kms_add_private_objs()
H A Dkomeda_pipeline.h411 int n_layers; member
/linux/include/linux/
H A Dedac.h455 int n_layers; member
553 unsigned int n_layers; member
644 || (mci->n_layers > 1 && layer1 < 0) in edac_get_dimm()
645 || (mci->n_layers > 2 && layer2 < 0)) in edac_get_dimm()
650 if (mci->n_layers > 1) in edac_get_dimm()
653 if (mci->n_layers > 2) in edac_get_dimm()
/linux/drivers/gpu/drm/arm/display/include/
H A Dmalidp_product.h29 n_layers:3, /* number of layers per pipeline */ member
/linux/drivers/edac/
H A Dedac_mc.h126 unsigned int n_layers,
/linux/drivers/gpu/drm/arm/
H A Dmalidp_hw.h116 const u8 n_layers; member
H A Dmalidp_hw.c944 .n_layers = ARRAY_SIZE(malidp500_layers),
996 .n_layers = ARRAY_SIZE(malidp550_layers),
1044 .n_layers = ARRAY_SIZE(malidp650_layers),
H A Dmalidp_planes.c963 for (i = 0; i < map->n_layers; i++) { in malidp_de_planes_init()