Lines Matching refs:layer
167 mc->scaled_planes_mask &= ~(mp->layer->id); in malidp_se_check_scaling()
171 if (mp->layer->id & (DE_SMART | DE_GRAPHICS2)) in malidp_se_check_scaling()
174 mc->scaled_planes_mask |= mp->layer->id; in malidp_se_check_scaling()
194 mp->layer->id, in malidp_de_plane_check()
257 if (!mp->layer->stride_offset) in malidp_de_set_plane_pitches()
266 mp->layer->base + in malidp_de_set_plane_pitches()
267 mp->layer->stride_offset + i * 4); in malidp_de_set_plane_pitches()
319 plane->layer->base + plane->layer->yuv2rgb_offset + in malidp_de_set_color_encoding()
341 val = malidp_hw_read(mp->hwdev, mp->layer->base); in malidp_de_plane_update()
343 malidp_hw_write(mp->hwdev, val, mp->layer->base); in malidp_de_plane_update()
347 u16 ptr = mp->layer->ptr + (i << 4); in malidp_de_plane_update()
363 mp->layer->base + MALIDP_LAYER_SIZE); in malidp_de_plane_update()
366 mp->layer->base + MALIDP_LAYER_COMP_SIZE); in malidp_de_plane_update()
370 mp->layer->base + MALIDP_LAYER_OFFSET); in malidp_de_plane_update()
372 if (mp->layer->id == DE_SMART) in malidp_de_plane_update()
375 mp->layer->base + MALIDP550_LS_R1_IN_SIZE); in malidp_de_plane_update()
378 val = malidp_hw_read(mp->hwdev, mp->layer->base + MALIDP_LAYER_CONTROL); in malidp_de_plane_update()
416 m->scaler_config.plane_src_id == mp->layer->id) in malidp_de_plane_update()
424 mp->layer->base + MALIDP_LAYER_CONTROL); in malidp_de_plane_update()
434 mp->layer->base + MALIDP_LAYER_CONTROL); in malidp_de_plane_disable()
472 if ((map->pixel_formats[j].layer & id) == id) in malidp_de_planes_init()
487 plane->layer = &map->layers[i]; in malidp_de_planes_init()
495 plane->layer->base + MALIDP550_LS_ENABLE); in malidp_de_planes_init()
502 plane->layer->base + MALIDP_LAYER_COMPOSE); in malidp_de_planes_init()