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.h422 #define RK3568_OVL_LAYER_SEL__LAYER(layer, x) ((x) << ((layer) * 4)) macro
H A Drockchip_drm_vop2.c2035 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(layer_id, 0x7); in vop2_setup_layer_mixer()
2036 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(layer_id, win->data->layer_sel_id); in vop2_setup_layer_mixer()
2041 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(old_layer_id, 0x7); in vop2_setup_layer_mixer()
2042 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(old_layer_id, old_win->data->layer_sel_id); in vop2_setup_layer_mixer()