Home
last modified time | relevance | path

Searched refs:dither_up (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop_reg.c139 .dither_up = VOP_REG(RK3288_DSP_CTRL1, 0x1, 6),
388 .dither_up = VOP_REG(RK3328_DSP_CTRL1, 0x1, 6),
554 .dither_up = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 2),
655 .dither_up = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 2),
771 .dither_up = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 2),
846 .dither_up = VOP_REG(RK3366_LIT_DSP_CTRL2, 0x1, 2),
H A Drockchip_vop.h289 struct vop_reg dither_up; member
H A Drockchip_vop2.c4167 bool dither_up; in vop2_set_cluster_win() local
4230 dither_up = vop2_win_dither_up(cstate->format); in vop2_set_cluster_win()
4232 CLUSTER_DITHER_UP_EN_SHIFT, dither_up, false); in vop2_set_cluster_win()
4260 bool dither_up; in vop2_set_smart_win() local
4336 dither_up = vop2_win_dither_up(cstate->format); in vop2_set_smart_win()
4338 REGION0_DITHER_UP_EN_SHIFT, dither_up, false); in vop2_set_smart_win()
H A Drockchip_vop.c372 VOP_CTRL_SET(vop, dither_up, 1); in rockchip_vop_init()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Dhw_iep_reg.c587 unsigned int dither_up = 0; in iep_config_dither_up() local
591 dither_up = iep_msg->dither_up_en; in iep_config_dither_up()
597 IEP_DBG("sw_dither_up_en = %d;\n", dither_up); in iep_config_dither_up()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c2215 .dither_up = VOP_REG(RK3568_CLUSTER0_WIN0_CTRL0, 0x1, 18),
2238 .dither_up = VOP_REG(RK3568_CLUSTER0_WIN0_CTRL0, 0x1, 18),
2261 .dither_up = VOP_REG(RK3568_CLUSTER1_WIN0_CTRL0, 0x1, 18),
2328 .dither_up = VOP_REG(RK3568_ESMART0_REGION0_CTRL, 0x1, 12),
H A Drockchip_drm_vop.h772 struct vop_reg dither_up; member
H A Drockchip_drm_vop2.c5139 bool dither_up; in vop2_win_atomic_update() local
5371 dither_up = vop2_win_dither_up(fb->format->format); in vop2_win_atomic_update()
5372 VOP_WIN_SET(vop2, win, dither_up, dither_up); in vop2_win_atomic_update()