Home
last modified time | relevance | path

Searched refs:RK3568_OVL_LAYER_SEL__LAYER (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.h495 #define RK3568_OVL_LAYER_SEL__LAYER(layer, x) ((x) << ((layer) * 4)) macro
H A Drockchip_drm_vop2.c2402 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(plane->state->normalized_zpos + ofs, in vop2_setup_layer_mixer()
2404 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(plane->state->normalized_zpos + ofs, in vop2_setup_layer_mixer()
2411 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(nlayer + ofs, 0x7); in vop2_setup_layer_mixer()
2412 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(nlayer + ofs, 5); in vop2_setup_layer_mixer()