Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.h434 #define RK3568_OVL_LAYER_SEL__LAYER(layer, x) ((x) << ((layer) * 4)) macro
Drockchip_drm_vop2.c1967 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(plane->state->normalized_zpos + ofs, in vop2_setup_layer_mixer()
1969 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(plane->state->normalized_zpos + ofs, in vop2_setup_layer_mixer()
1976 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(nlayer + ofs, 0x7); in vop2_setup_layer_mixer()
1977 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(nlayer + ofs, 5); in vop2_setup_layer_mixer()