Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c2379 .layer_sel_id = { 1, 0xff, 0xff, 0xff },
2408 .layer_sel_id = { 2, 0xff, 0xff, 0xff },
2437 .layer_sel_id = { 3, 0, 0xff, 0xff },
2466 .layer_sel_id = { 0xff, 1, 0xff, 0xff },
2495 .layer_sel_id = { 0, 0xff, 0xff, 0xff },
2519 .layer_sel_id = { 0, 0xff, 0xff, 0xff },
2563 .layer_sel_id = { 0, 0, 0xff, 0xff },
2589 .layer_sel_id = { 1, 1, 0xff, 0xff },
2615 .layer_sel_id = { 2, 2, 0xff, 0xff },
2641 .layer_sel_id = { 3, 3, 0xff, 0xff },
[all …]
H A Drockchip_drm_vop2.c442 const uint8_t *layer_sel_id; member
3753 VOP_MODULE_SET(vop2, layer, layer_sel, win->layer_sel_id[vp_id]); in vop2_layer_map_initial()
9133 new_layer_cfg = vop2_layer_cfg_update(layer, new_layer_cfg, win->layer_sel_id[vp->id]); in vop2_setup_layer_mixer_for_vp()
9138 new_layer_cfg = vop2_layer_cfg_update(layer, new_layer_cfg, win->layer_sel_id[vp->id]); in vop2_setup_layer_mixer_for_vp()
9164 u8 layer_sel_id; in vop3_setup_layer_sel_for_vp() local
9169 layer_sel_id = layer_sel_none; in vop3_setup_layer_sel_for_vp()
9177 layer_sel_id = win->layer_sel_id[vp->id]; in vop3_setup_layer_sel_for_vp()
9179 layer_sel |= layer_sel_id << i * 4; in vop3_setup_layer_sel_for_vp()
11621 win->layer_sel_id = win_data->layer_sel_id; in vop2_win_init()
H A Drockchip_drm_vop.h1060 const uint8_t layer_sel_id[ROCKCHIP_MAX_CRTC]; member