Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.h434 #define RK3568_OVL_LAYER_SEL__LAYER(layer, x) ((x) << ((layer) * 4)) macro
H A Drockchip_drm_vop2.c1969 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(plane->state->normalized_zpos + ofs, in vop2_setup_layer_mixer()
1971 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(plane->state->normalized_zpos + ofs, in vop2_setup_layer_mixer()
1978 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(nlayer + ofs, 0x7); in vop2_setup_layer_mixer()
1979 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(nlayer + ofs, 5); in vop2_setup_layer_mixer()